| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove /* foo.c */ comments | Rich Salz | 2016-01-26 | 1 | -1/+0 |
* | Move & split opensslconf.h.in | Rich Salz | 2016-01-25 | 1 | -0/+1 |
* | Remove BN_init | Rich Salz | 2015-11-30 | 1 | -1/+1 |
* | Replace "SSLeay" in API with OpenSSL | Rich Salz | 2015-10-30 | 1 | -13/+1 |
* | bn/bn_lcl.h: fix MIPS-specific gcc version check. | Andy Polyakov | 2015-05-26 | 1 | -1/+1 |
* | memset, memcpy, sizeof consistency fixes | Rich Salz | 2015-05-06 | 1 | -3/+3 |
* | RAND_bytes updates | Matt Caswell | 2015-03-25 | 1 | -1/+1 |
* | Run util/openssl-format-source -v -c . | Matt Caswell | 2015-01-22 | 1 | -447/+442 |
* | mark all block comments that need format preserving so that | Tim Hudson | 2014-12-30 | 1 | -2/+3 |
* | Fix unused variable warning | Emilia Kasper | 2014-12-15 | 1 | -1/+3 |
* | Move bn internal functions into bn_int.h and bn_lcl.h | Matt Caswell | 2014-12-08 | 1 | -0/+97 |
* | Make bn opaque | Matt Caswell | 2014-12-08 | 1 | -0/+54 |
* | Prepare for bn opaquify. Implement internal helper functions. | Matt Caswell | 2014-12-08 | 1 | -1/+1 |
* | 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 |