Port BN_MONT_CTX_set_locked() from stable branch.
[openssl.git] / crypto / bn / bn.h
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)
2000-02-26 Ulf MöllerReorganize bn_mul.c (no bugfix yet), remove obsolete...
2000-02-05 Bodo MöllerCommit patch to bn.h that CVS decided to throw away...
2000-02-05 Ulf MöllerUse MONT_WORD macro to control if the word-based or...
2000-02-05 Ulf MöllerNew functions BN_CTX_start(), BN_CTX_get(), BN_CTX_end...
2000-02-03 Ulf Möllerispell (and minor modifications)
2000-02-03 Bodo MöllerSome 'const's for BNs.
2000-02-02 Bodo MöllerTolerate negative numbers in BN_is_prime.
2000-02-02 Bodo Möllerrndsort{Miller, Rabin} primality test.
2000-01-30 Bodo MöllerMake DSA_generate_parameters, and fix a couple of bug
2000-01-27 Richard LevitteDeclare BN_pseudo_rand().
2000-01-27 Ulf MöllerDocument DSA and SHA.
2000-01-27 Bodo MöllerUpdate comments to provide a better approximation of...
2000-01-27 Ulf MöllerRun ispell.
2000-01-23 Ulf MöllerDocument the BN library.
2000-01-22 Ulf MöllerDocument the DH library, and make some minor changes...
2000-01-12 Bodo MöllerTurn BN_prime_checks into a macro.
1999-06-28 Ulf MöllerUse "long long" for all Win32 gcc ports.
1999-06-28 Bodo MöllerWith mingw32, use "long long" rather than "_int64"...
1999-06-20 Dr. Stephen HensonNew functions CONF_load_bio() and CONF_load_fp() to...
1999-06-05 Ben Laurieconst/type fixes.
1999-06-04 Ben LaurieSome constification and stacks that slipped through...
1999-06-03 Ben LaurieMore evil cast removal.
1999-05-20 Ulf MöllerBignum library bug fix. IRIX 6 passes "make test" now!
1999-05-17 Ulf MöllerMove prototypes to the right place.
1999-05-13 Ulf MöllerVMS support.
1999-04-26 Ulf MöllerRemove NOPROTO definitions and error code comments.
1999-04-25 Dr. Stephen HensonFix mkerr.pl to find functions returning function point...
1999-04-24 Bodo MöllerAvoid "incomprehensible" errors when required definitio...
1999-04-24 Dr. Stephen HensonComplete rewrite of the error code generation script...
1999-04-23 Bodo MöllerChange #include filenames from <foo.h> to <openssl.h>.
1999-04-23 Ben LaurieWork with -pedantic!
1999-04-22 Ulf MöllerRemove references to .org header file names.
1999-04-21 Ulf MöllerMove all autogenerated header file parts to crypto...
1998-12-28 Ben LaurieDeal with generated files.
1998-12-22 Ralf S. EngelschallVarious cleanups and fixed by Marc and Ralf to start...
1998-12-21 Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21 Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.9.1b (unreleased) SSLeay
1998-12-21 Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21 Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.9.0b
1998-12-21 Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
next