PR: 2540
[openssl.git] / crypto / bn / bn.h
2011-06-17 Dr. Stephen HensonGive parameters names in prototypes.
2011-03-19 Richard LevitteAfter some adjustments, apply the changes OpenSSL 1...
2011-02-14 Dr. Stephen HensonNew function BN_nist_mod_func which returns an appropri...
2011-02-12 Dr. Stephen HensonDisable some functions in headers with no-ec2m
2011-01-09 Dr. Stephen Hensonadd X9.31 prime generation routines from 0.9.8 branch
2008-11-12 Geoff ThorpeRevert the size_t modifications from HEAD that had...
2008-11-11 Bodo Möllersymbol deobnoxification
2008-11-01 Ben Lauriesize_tification.
2008-10-22 Geoff ThorpeApparently '__top' is also risky, obfuscate further...
2008-10-22 Geoff ThorpeUse of a 'top' var creates "shadow variable" warnings.
2008-10-19 Ben LaurieConstification.
2008-10-15 Andy PolyakovOptimize bn_correct_top.
2008-08-06 Geoff ThorpeRemove the dual-callback scheme for numeric and pointer...
2008-07-03 Geoff ThorpeRevert my earlier CRYPTO_THREADID commit, I will commit...
2008-05-01 Bodo MöllerMontgomery-related minor cleanups/documentation
2008-03-28 Geoff ThorpeThere was a need to support thread ID types that couldn...
2007-06-11 Andy PolyakovPrivatize BN_*_no_branch.
2007-04-19 Bodo Möllerfix error codes
2007-03-28 Bodo MöllerChange to mitigate branch prediction attacks
2006-06-23 Bodo MöllerNew functions CRYPTO_set_idptr_callback(),
2006-06-18 Bodo MöllerChange array representation of binary polynomials to...
2006-04-11 Dr. Stephen HensonAdd support for setting keybits and public exponent...
2006-01-13 Nils Larschfix comment
2005-12-16 Andy PolyakovWe all make typos:-) Fix just introduced ones in bn.h
2005-12-16 Andy PolyakovEliminate warning induced by cvs.openssl.org/chngview...
2005-12-15 Andy PolyakovAllow for bn(64,32) on LP64 platforms.
2005-11-06 Andy PolyakovMove declaration for optional bn_mul_mont to bn_lcl...
2005-10-22 Andy PolyakovChange bn_mul_mont declaration and BN_MONT_CTX. Update...
2005-10-06 Andy PolyakovLeave the decision to call/implement bn_sqr_mont to...
2005-10-05 Dr. Stephen HensonInitialize bignum constants using BN_bin2bn() instead...
2005-10-04 Andy PolyakovReserve for SMALL_FOOTPRINT bn_asm.c. Currently OPENSSL...
2005-10-04 Andy PolyakovAdd reference implementation for bn_[mul|sqr]_mont...
2005-08-28 Nils Larschfix warnings when building openssl with the following...
2005-08-21 Ben LaurieMake D-H safer, include well-known primes.
2005-06-28 Andy PolyakovReplace _int64 with __int64, which is more widely accep...
2005-05-27 Bodo MöllerUse BN_with_flags() in a cleaner way.
2005-05-16 Bodo MöllerImplement fixed-window exponentiation to mitigate hyper...
2005-05-11 Bodo MöllerFix more error codes.
2005-05-06 Richard LevitteSince BN_LLONG will only be defined for Alpha/VMS and...
2005-05-03 Nils Larschremove BN_ncopy, it was only used in bn_nist.c and...
2005-04-26 Dr. Stephen HensonPort BN_MONT_CTX_set_locked() from stable branch.
2005-04-26 Nils Larschsome updates for the blinding code; summary:
2005-04-26 Bodo MöllerFix various incorrect error function codes.
2005-04-22 Nils Larsch- use BN_set_negative and BN_is_negative instead of...
2004-07-06 Geoff ThorpeImprove error handling if decompression of an ec point...
2004-06-20 Geoff ThorpeTidy up, including;
2004-06-17 Geoff ThorpeDeprecate unused cruft, and "make update".
2004-05-15 Geoff ThorpeMake some more API types opaquely available from ossl_t...
2004-03-17 Geoff ThorpeVariety of belt-tightenings in the bignum code. (Please...
2004-03-13 Geoff ThorpeThe efforts to eliminate the dual-representation of...
2003-12-02 Geoff ThorpeBN_FLG_FREE is of extremely dubious usefulness, and...
2003-11-30 Geoff ThorpeIf BN_STRICT is defined, don't accept an ambiguous...
2003-11-30 Geoff ThorpeImprove a couple of the bignum macros. Note, this doesn...
2003-11-30 Geoff ThorpeMake BN_DEBUG_RAND less painfully slow by only consumin...
2003-11-06 Geoff ThorpeThis extends the debugging macros to use "pollution...
2003-11-05 Geoff ThorpeThis is a revert of my previous commit to "improve...
2003-11-05 Ulf Möllercleanup as discussed with Geoff
2003-11-04 Geoff ThorpePut the first stage of my bignum debugging adventures...
2003-11-04 Geoff ThorpeThis is the least unacceptable way I've found for decla...
2003-10-29 Geoff ThorpeBN_CTX is opaque and the static initialiser BN_CTX_init...
2003-04-02 Bodo Möllermake RSA blinding thread-safe
2002-12-08 Geoff ThorpeNils Larsch submitted;
2002-12-08 Geoff ThorpeThis is a first-cut at improving the callback mechanism...
2002-11-04 Bodo Möllerimplement and use new macros BN_get_sign(), BN_set_sign()
2002-10-29 Bodo MöllerSun has agreed to removing the covenant language from...
2002-10-28 Bodo Möllerclean up new code for NIST primes
2002-10-28 Bodo Möllerfast reduction for NIST curves
2002-08-12 Richard LevitteDo not use the word 'modulus', which is a class templat...
2002-08-02 Bodo MöllerBinary field arithmetic contributed by Sun Microsystems.
2002-05-10 Dr. Stephen HensonAvoid gcc warning: BN_DEC_CONV when SIXTY_FOUR_BIT...
2001-12-17 Bodo Möllerremove redundant ERR_load_... declarations
2001-11-15 Richard Levittemake update
2001-11-09 Bodo Mölleradjust to OpenSSL_0_9_6-stable version
2001-09-03 Bodo MöllerUse uniformly chosen witnesses for Miller-Rabin test
2001-03-08 Bodo MöllerHide BN_CTX structure details.
2001-03-08 Bodo MöllerConstify BN_value_one.
2001-03-08 Bodo MöllerMore method functions for EC_GFp_simple_method.
2001-02-22 Richard LevitteUse e_os2.h rather than opensslconf.h, since some neede...
2001-02-20 Richard LevitteUse new-style system-id macros.
2001-02-19 Richard LevitteMake all configuration macros available for application...
2001-02-10 Bodo MöllerSimplify BN_rand_range
2001-02-08 Bodo MöllerIntegrate my implementation of a countermeasure against
2001-02-07 Ulf MöllerBleichenbacher's DSA attack
2000-12-04 Bodo MöllerChange error message to "bignum too long"
2000-12-03 Bodo MöllerDon't allow BIGNUMs to become so large that computation...
2000-12-02 Ulf MöllerNew function BN_bntest_rand() to detect more BN library...
2000-11-30 Bodo MöllerBN_sqrt
2000-11-29 Bodo MöllerExpand expspeed.c to make BN_kronecker timings.
2000-11-27 Bodo MöllerFix BN_is_... macros.
2000-11-26 Bodo MöllerMore BN_mod_... functions.
2000-11-26 Bodo Möllermodular arithmetics
2000-11-17 Richard LevitteMake sure BN_DIV2W is not defining when defining it...
2000-11-16 Richard LevitteMore constification of the BN library.
2000-11-08 Bodo MöllerBN_CTX-related fixes.
2000-11-06 Richard LevitteConstify the BIGNUM routines a bit more. The only...
2000-08-04 Dr. Stephen HensonChanges needed for Tandem NSK, supplied by Scott Uroff...
2000-06-08 Bodo MöllerSlightly faster DSA verification (BN_mod_exp2_mont),
2000-06-07 Bodo MöllerSpeed up DH with small generator.
2000-06-01 Ulf MöllerUse NO_FP_API.
2000-03-01 Ulf Möllercheck for WIN32 (needed by Mingw32)
next