2014-03-12 |
Dr. Stephen Henson | Fix for CVE-2014-0076 |
blob | commitdiff | raw |
2011-03-19 |
Richard Levitte | Apply all the changes submitted by Steven M. Schweda... |
blob | commitdiff | raw | diff to current |
2009-03-31 |
cvs2svn | This commit was manufactured by cvs2svn to create branch |
blob | commitdiff | raw | diff to current |
2008-11-12 |
Geoff Thorpe | Revert the size_t modifications from HEAD that had... |
blob | commitdiff | raw | diff to current |
2008-11-11 |
Bodo Möller | symbol deobnoxification |
blob | commitdiff | raw | diff to current |
2008-11-01 |
Ben Laurie | size_tification. |
blob | commitdiff | raw | diff to current |
2008-10-22 |
Geoff Thorpe | Apparently '__top' is also risky, obfuscate further... |
blob | commitdiff | raw | diff to current |
2008-10-22 |
Geoff Thorpe | Use of a 'top' var creates "shadow variable" warnings. |
blob | commitdiff | raw | diff to current |
2008-10-19 |
Ben Laurie | Constification. |
blob | commitdiff | raw | diff to current |
2008-10-15 |
Andy Polyakov | Optimize bn_correct_top. |
blob | commitdiff | raw | diff to current |
2008-08-06 |
Geoff Thorpe | Remove the dual-callback scheme for numeric and pointer... |
blob | commitdiff | raw | diff to current |
2008-07-03 |
Geoff Thorpe | Revert my earlier CRYPTO_THREADID commit, I will commit... |
blob | commitdiff | raw | diff to current |
2008-05-01 |
Bodo Möller | Montgomery-related minor cleanups/documentation |
blob | commitdiff | raw | diff to current |
2008-03-28 |
Geoff Thorpe | There was a need to support thread ID types that couldn... |
blob | commitdiff | raw | diff to current |
2007-06-11 |
Andy Polyakov | Privatize BN_*_no_branch. |
blob | commitdiff | raw | diff to current |
2007-04-19 |
Bodo Möller | fix error codes |
blob | commitdiff | raw | diff to current |
2007-03-28 |
Bodo Möller | Change to mitigate branch prediction attacks |
blob | commitdiff | raw | diff to current |
2006-06-23 |
Bodo Möller | New functions CRYPTO_set_idptr_callback(), |
blob | commitdiff | raw | diff to current |
2006-06-18 |
Bodo Möller | Change array representation of binary polynomials to... |
blob | commitdiff | raw | diff to current |
2006-04-11 |
Dr. Stephen Henson | Add support for setting keybits and public exponent... |
blob | commitdiff | raw | diff to current |
2006-01-13 |
Nils Larsch | fix comment |
blob | commitdiff | raw | diff to current |
2005-12-16 |
Andy Polyakov | We all make typos:-) Fix just introduced ones in bn.h |
blob | commitdiff | raw | diff to current |
2005-12-16 |
Andy Polyakov | Eliminate warning induced by cvs.openssl.org/chngview... |
blob | commitdiff | raw | diff to current |
2005-12-15 |
Andy Polyakov | Allow for bn(64,32) on LP64 platforms. |
blob | commitdiff | raw | diff to current |
2005-11-06 |
Andy Polyakov | Move declaration for optional bn_mul_mont to bn_lcl... |
blob | commitdiff | raw | diff to current |
2005-10-22 |
Andy Polyakov | Change bn_mul_mont declaration and BN_MONT_CTX. Update... |
blob | commitdiff | raw | diff to current |
2005-10-06 |
Andy Polyakov | Leave the decision to call/implement bn_sqr_mont to... |
blob | commitdiff | raw | diff to current |
2005-10-05 |
Dr. Stephen Henson | Initialize bignum constants using BN_bin2bn() instead... |
blob | commitdiff | raw | diff to current |
2005-10-04 |
Andy Polyakov | Reserve for SMALL_FOOTPRINT bn_asm.c. Currently OPENSSL... |
blob | commitdiff | raw | diff to current |
2005-10-04 |
Andy Polyakov | Add reference implementation for bn_[mul|sqr]_mont... |
blob | commitdiff | raw | diff to current |
2005-08-28 |
Nils Larsch | fix warnings when building openssl with the following... |
blob | commitdiff | raw | diff to current |
2005-08-21 |
Ben Laurie | Make D-H safer, include well-known primes. |
blob | commitdiff | raw | diff to current |
2005-06-28 |
Andy Polyakov | Replace _int64 with __int64, which is more widely accep... |
blob | commitdiff | raw | diff to current |
2005-05-27 |
Bodo Möller | Use BN_with_flags() in a cleaner way. |
blob | commitdiff | raw | diff to current |
2005-05-16 |
Bodo Möller | Implement fixed-window exponentiation to mitigate hyper... |
blob | commitdiff | raw | diff to current |
2005-05-11 |
Bodo Möller | Fix more error codes. |
blob | commitdiff | raw | diff to current |
2005-05-06 |
Richard Levitte | Since BN_LLONG will only be defined for Alpha/VMS and... |
blob | commitdiff | raw | diff to current |
2005-05-03 |
Nils Larsch | remove BN_ncopy, it was only used in bn_nist.c and... |
blob | commitdiff | raw | diff to current |
2005-04-26 |
Dr. Stephen Henson | Port BN_MONT_CTX_set_locked() from stable branch. |
blob | commitdiff | raw | diff to current |
2005-04-26 |
Nils Larsch | some updates for the blinding code; summary: |
blob | commitdiff | raw | diff to current |
2005-04-26 |
Bodo Möller | Fix various incorrect error function codes. |
blob | commitdiff | raw | diff to current |
2005-04-22 |
Nils Larsch | - use BN_set_negative and BN_is_negative instead of... |
blob | commitdiff | raw | diff to current |
2004-07-06 |
Geoff Thorpe | Improve error handling if decompression of an ec point... |
blob | commitdiff | raw | diff to current |
2004-06-20 |
Geoff Thorpe | Tidy up, including; |
blob | commitdiff | raw | diff to current |
2004-06-17 |
Geoff Thorpe | Deprecate unused cruft, and "make update". |
blob | commitdiff | raw | diff to current |
2004-05-15 |
Geoff Thorpe | Make some more API types opaquely available from ossl_t... |
blob | commitdiff | raw | diff to current |
2004-03-17 |
Geoff Thorpe | Variety of belt-tightenings in the bignum code. (Please... |
blob | commitdiff | raw | diff to current |
2004-03-13 |
Geoff Thorpe | The efforts to eliminate the dual-representation of... |
blob | commitdiff | raw | diff to current |
2003-12-02 |
Geoff Thorpe | BN_FLG_FREE is of extremely dubious usefulness, and... |
blob | commitdiff | raw | diff to current |
2003-11-30 |
Geoff Thorpe | If BN_STRICT is defined, don't accept an ambiguous... |
blob | commitdiff | raw | diff to current |
2003-11-30 |
Geoff Thorpe | Improve a couple of the bignum macros. Note, this doesn... |
blob | commitdiff | raw | diff to current |
2003-11-30 |
Geoff Thorpe | Make BN_DEBUG_RAND less painfully slow by only consumin... |
blob | commitdiff | raw | diff to current |
2003-11-06 |
Geoff Thorpe | This extends the debugging macros to use "pollution... |
blob | commitdiff | raw | diff to current |
2003-11-05 |
Geoff Thorpe | This is a revert of my previous commit to "improve... |
blob | commitdiff | raw | diff to current |
2003-11-05 |
Ulf Möller | cleanup as discussed with Geoff |
blob | commitdiff | raw | diff to current |
2003-11-04 |
Geoff Thorpe | Put the first stage of my bignum debugging adventures... |
blob | commitdiff | raw | diff to current |
2003-11-04 |
Geoff Thorpe | This is the least unacceptable way I've found for decla... |
blob | commitdiff | raw | diff to current |
2003-10-29 |
Geoff Thorpe | BN_CTX is opaque and the static initialiser BN_CTX_init... |
blob | commitdiff | raw | diff to current |
2003-04-02 |
Bodo Möller | make RSA blinding thread-safe |
blob | commitdiff | raw | diff to current |
2002-12-08 |
Geoff Thorpe | Nils Larsch submitted; |
blob | commitdiff | raw | diff to current |
2002-12-08 |
Geoff Thorpe | This is a first-cut at improving the callback mechanism... |
blob | commitdiff | raw | diff to current |
2002-11-04 |
Bodo Möller | implement and use new macros BN_get_sign(), BN_set_sign() |
blob | commitdiff | raw | diff to current |
2002-10-29 |
Bodo Möller | Sun has agreed to removing the covenant language from... |
blob | commitdiff | raw | diff to current |
2002-10-28 |
Bodo Möller | clean up new code for NIST primes |
blob | commitdiff | raw | diff to current |
2002-10-28 |
Bodo Möller | fast reduction for NIST curves |
blob | commitdiff | raw | diff to current |
2002-08-12 |
Richard Levitte | Do not use the word 'modulus', which is a class templat... |
blob | commitdiff | raw | diff to current |
2002-08-02 |
Bodo Möller | Binary field arithmetic contributed by Sun Microsystems. |
blob | commitdiff | raw | diff to current |
2002-05-10 |
Dr. Stephen Henson | Avoid gcc warning: BN_DEC_CONV when SIXTY_FOUR_BIT... |
blob | commitdiff | raw | diff to current |
2001-12-17 |
Bodo Möller | remove redundant ERR_load_... declarations |
blob | commitdiff | raw | diff to current |
2001-11-15 |
Richard Levitte | make update |
blob | commitdiff | raw | diff to current |
2001-11-09 |
Bodo Möller | adjust to OpenSSL_0_9_6-stable version |
blob | commitdiff | raw | diff to current |
2001-09-03 |
Bodo Möller | Use uniformly chosen witnesses for Miller-Rabin test |
blob | commitdiff | raw | diff to current |
2001-03-08 |
Bodo Möller | Hide BN_CTX structure details. |
blob | commitdiff | raw | diff to current |
2001-03-08 |
Bodo Möller | Constify BN_value_one. |
blob | commitdiff | raw | diff to current |
2001-03-08 |
Bodo Möller | More method functions for EC_GFp_simple_method. |
blob | commitdiff | raw | diff to current |
2001-02-22 |
Richard Levitte | Use e_os2.h rather than opensslconf.h, since some neede... |
blob | commitdiff | raw | diff to current |
2001-02-20 |
Richard Levitte | Use new-style system-id macros. |
blob | commitdiff | raw | diff to current |
2001-02-19 |
Richard Levitte | Make all configuration macros available for application... |
blob | commitdiff | raw | diff to current |
2001-02-10 |
Bodo Möller | Simplify BN_rand_range |
blob | commitdiff | raw | diff to current |
2001-02-08 |
Bodo Möller | Integrate my implementation of a countermeasure against |
blob | commitdiff | raw | diff to current |
2001-02-07 |
Ulf Möller | Bleichenbacher's DSA attack |
blob | commitdiff | raw | diff to current |
2000-12-04 |
Bodo Möller | Change error message to "bignum too long" |
blob | commitdiff | raw | diff to current |
2000-12-03 |
Bodo Möller | Don't allow BIGNUMs to become so large that computation... |
blob | commitdiff | raw | diff to current |
2000-12-02 |
Ulf Möller | New function BN_bntest_rand() to detect more BN library... |
blob | commitdiff | raw | diff to current |
2000-11-30 |
Bodo Möller | BN_sqrt |
blob | commitdiff | raw | diff to current |
2000-11-29 |
Bodo Möller | Expand expspeed.c to make BN_kronecker timings. |
blob | commitdiff | raw | diff to current |
2000-11-27 |
Bodo Möller | Fix BN_is_... macros. |
blob | commitdiff | raw | diff to current |
2000-11-26 |
Bodo Möller | More BN_mod_... functions. |
blob | commitdiff | raw | diff to current |
2000-11-26 |
Bodo Möller | modular arithmetics |
blob | commitdiff | raw | diff to current |
2000-11-17 |
Richard Levitte | Make sure BN_DIV2W is not defining when defining it... |
blob | commitdiff | raw | diff to current |
2000-11-16 |
Richard Levitte | More constification of the BN library. |
blob | commitdiff | raw | diff to current |
2000-11-08 |
Bodo Möller | BN_CTX-related fixes. |
blob | commitdiff | raw | diff to current |
2000-11-06 |
Richard Levitte | Constify the BIGNUM routines a bit more. The only... |
blob | commitdiff | raw | diff to current |
2000-08-04 |
Dr. Stephen Henson | Changes needed for Tandem NSK, supplied by Scott Uroff... |
blob | commitdiff | raw | diff to current |
2000-06-08 |
Bodo Möller | Slightly faster DSA verification (BN_mod_exp2_mont), |
blob | commitdiff | raw | diff to current |
2000-06-07 |
Bodo Möller | Speed up DH with small generator. |
blob | commitdiff | raw | diff to current |
2000-06-01 |
Ulf Möller | Use NO_FP_API. |
blob | commitdiff | raw | diff to current |
2000-03-01 |
Ulf Möller | check for WIN32 (needed by Mingw32) |
blob | commitdiff | raw | diff to current |
2000-02-26 |
Ulf Möller | Reorganize bn_mul.c (no bugfix yet), remove obsolete... |
blob | commitdiff | raw | diff to current |
2000-02-05 |
Bodo Möller | Commit patch to bn.h that CVS decided to throw away... |
blob | commitdiff | raw | diff to current |
next |