| Commit message (Expand) | Author | Age | Files | Lines |
* | Try skipping over the adding and just picking a new random number. | Felix Laurie von Massenbach | 2014-06-01 | 1 | -2/+2 |
* | Generate safe primes not divisible by 3, 5 or 7. | Felix Laurie von Massenbach | 2014-06-01 | 1 | -1/+1 |
* | Add a method to generate a prime that is guaranteed not to be divisible by 3 ... | Felix Laurie von Massenbach | 2014-06-01 | 1 | -0/+2 |
* | Remove static from probable_prime_dh. | Felix Laurie von Massenbach | 2014-06-01 | 1 | -0/+3 |
* | Initial aarch64 bits. | Andy Polyakov | 2013-10-13 | 1 | -0/+9 |
* | bn_lcl.h: gcc removed support for "h" constraint, which broke inline | Andy Polyakov | 2012-09-01 | 1 | -2/+9 |
* | crypto/bn/*.h: move PTR_SIZE_INT to private header. | Andy Polyakov | 2012-07-02 | 1 | -0/+18 |
* | Internal version of BN_mod_inverse allowing checking of no-inverse without | Dr. Stephen Henson | 2011-01-26 | 1 | -0/+3 |
* | bn_lcl.h: add MIPS III-specific BN_UMULT_LOHI as alternative to porting | Andy Polyakov | 2010-01-17 | 1 | -3/+16 |
* | Revert the size_t modifications from HEAD that had led to more | Geoff Thorpe | 2008-11-12 | 1 | -17/+14 |
* | Fix warnings about mismatched prototypes, undefined size_t and value computed | Dr. Stephen Henson | 2008-11-02 | 1 | -2/+3 |
* | size_tification. | Ben Laurie | 2008-11-01 | 1 | -13/+15 |
* | Fix SHA512 and optimize BN for mingw64. | Andy Polyakov | 2008-11-01 | 1 | -1/+2 |
* | Move declaration for optional bn_mul_mont to bn_lcl.h in order to hide | Andy Polyakov | 2005-11-06 | 1 | -0/+1 |
* | 3-4 times better RSA/DSA performance on WIN64A target. Well, on AMD64 CPU, | Andy Polyakov | 2005-08-04 | 1 | -0/+36 |
* | Implement fixed-window exponentiation to mitigate hyper-threading | Bodo Möller | 2005-05-16 | 1 | -0/+39 |
* | Minimise the amount of code dependent on BN_DEBUG_RAND. In particular, | Geoff Thorpe | 2004-03-09 | 1 | -1/+4 |
* | The bn_set_max() macro is only "used" by the bn_set_[low|high]() macros | Geoff Thorpe | 2003-12-01 | 1 | -32/+0 |
* | Put the first stage of my bignum debugging adventures into CVS. This code | Geoff Thorpe | 2003-11-04 | 1 | -8/+0 |
* | BN_CTX is opaque and the static initialiser BN_CTX_init() is not used | Geoff Thorpe | 2003-10-29 | 1 | -14/+0 |
* | Fix for "shift count too large" when compiling for hpux-parisc2 and | Andy Polyakov | 2002-12-20 | 1 | -1/+1 |
* | x86_64 performance patch. | Andy Polyakov | 2002-12-14 | 1 | -1/+16 |
* | avoid warnings ('index' shadows global declaration) | Bodo Möller | 2002-10-29 | 1 | -2/+2 |
* | clean up new code for NIST primes | Bodo Möller | 2002-10-28 | 1 | -0/+10 |
* | add missing declaration | Bodo Möller | 2002-03-26 | 1 | -0/+2 |
* | More EC stuff, including EC_POINTs_mul() for simultaneous scalar | Bodo Möller | 2001-03-11 | 1 | -1/+1 |
* | Hide BN_CTX structure details. | Bodo Möller | 2001-03-08 | 1 | -0/+14 |
* | Make all configuration macros available for application by making | Richard Levitte | 2001-02-19 | 1 | -2/+2 |
* | bn_part_sub_word prototype. | Ulf Möller | 2000-12-08 | 1 | -0/+2 |
* | Remove the last bn_wexpand()s that made us break constness. Of | Richard Levitte | 2000-12-04 | 1 | -2/+3 |
* | Fix bn_cmp_part_words() and move it to bn_lib.c. | Ulf Möller | 2000-12-02 | 1 | -0/+2 |
* | Remove a declaration for a function that does not exist. | Richard Levitte | 2000-11-18 | 1 | -1/+0 |
* | More constification of the BN library. | Richard Levitte | 2000-11-16 | 1 | -5/+6 |
* | max -> dmax in bn_check_top. | Ben Laurie | 2000-08-22 | 1 | -1/+1 |
* | Slightly faster DSA verification (BN_mod_exp2_mont), | Bodo Möller | 2000-06-08 | 1 | -0/+98 |
* | Reorganize bn_mul.c (no bugfix yet), remove obsolete files in BN library. | Ulf Möller | 2000-02-26 | 1 | -37/+5 |
* | New NO_INLINE_ASM macro. Primary target for the moment is Solaris x86 | Andy Polyakov | 2000-02-15 | 1 | -1/+1 |
* | Tolerate negative numbers in BN_is_prime. | Bodo Möller | 2000-02-02 | 1 | -1/+1 |
* | Support for "multiply high" instruction, see BN_UMULT_HIGH comment in | Andy Polyakov | 2000-02-02 | 1 | -0/+85 |
* | Move prototypes to the right place. | Ulf Möller | 1999-05-18 | 1 | -9/+16 |
* | OPENSSL_EXTERN | Bodo Möller | 1999-05-15 | 1 | -8/+8 |
* | VMS support. | Ulf Möller | 1999-05-13 | 1 | -8/+8 |
* | Missing argument in prototype. | Ulf Möller | 1999-05-12 | 1 | -1/+1 |
* | Remove NOPROTO definitions and error code comments. | Ulf Möller | 1999-04-26 | 1 | -10/+0 |
* | Change #include filenames from <foo.h> to <openssl.h>. | Bodo Möller | 1999-04-24 | 1 | -1/+1 |
* | Fixes to BN code. Previously the default was to define BN_RECURSION | Mark J. Cox | 1999-01-28 | 1 | -2/+7 |
* | Submitted by: Neil Costigan <neil.costigan@celocom.com> | Dr. Stephen Henson | 1999-01-14 | 1 | -5/+5 |
* | Import of old SSLeay release: SSLeay 0.9.1b (unreleased) | Ralf S. Engelschall | 1998-12-21 | 1 | -5/+72 |
* | Import of old SSLeay release: SSLeay 0.9.0b | Ralf S. Engelschall | 1998-12-21 | 1 | -34/+17 |
* | Import of old SSLeay release: SSLeay 0.8.1b | Ralf S. Engelschall | 1998-12-21 | 1 | -0/+216 |