remove OPENSSL_FIPSAPI
[openssl.git] / crypto / bn / bn_lib.c
2014-12-08 Dr. Stephen Hensonremove OPENSSL_FIPSAPI
2014-12-08 Dr. Stephen HensonRemove fips_constseg references.
2014-08-18 Doug GoldsteinRT2163: Remove some unneeded #include's
2014-07-15 Rich SalzMerge branch 'master' of git.openssl.org:openssl
2014-07-13 Matt CaswellFixed valgrind complaint due to BN_consttime_swap readi...
2014-03-28 Dr. Stephen HensonAdd functions returning security bits.
2014-03-12 Dr. Stephen HensonFix for CVE-2014-0076
2011-09-14 Andy PolyakovAllow for dynamic base in Win64 FIPS module.
2011-01-27 Dr. Stephen HensonMove all FIPSAPI renames into fips.h header file, inclu...
2011-01-27 Dr. Stephen HensonRedirect FIPS memory allocation to FIPS_malloc() routin...
2011-01-25 Dr. Stephen HensonMove BN_options function to bn_print.c to remove depend...
2008-12-29 Andy Polyakovbn_lib.c: [re-]fix Win64 compiler warning.
2008-12-29 Andy PolyakovFix "possible loss of data" Win64 compiler warnings.
2008-11-12 Geoff ThorpeRevert the size_t modifications from HEAD that had...
2008-11-01 Ben Lauriesize_tification.
2008-10-28 Andy PolyakovMinor clean-up in bn_lib.c: constification and optimiza...
2007-03-28 Bodo MöllerChange to mitigate branch prediction attacks
2007-01-21 Dr. Stephen HensonConstify version strings and some structures.
2005-12-16 Andy PolyakovEliminate warning induced by cvs.openssl.org/chngview...
2005-05-03 Nils Larschremove BN_ncopy, it was only used in bn_nist.c and...
2005-04-22 Nils Larsch- use BN_set_negative and BN_is_negative instead of...
2004-06-20 Geoff ThorpeTidy up, including;
2004-06-17 Geoff ThorpeDeprecate unused cruft, and "make update".
2004-06-17 Geoff ThorpeActually, that last change to BN_get_word() was a littl...
2004-06-17 Geoff ThorpeAs Nils put it;
2004-03-17 Geoff ThorpeVariety of belt-tightenings in the bignum code. (Please...
2003-12-27 Richard LevitteUse BUF_strlcpy() instead of strcpy().
2003-12-02 Geoff ThorpeIncremental cleanups to bn_lib.c.
2003-12-02 Geoff ThorpeBN_FLG_FREE is of extremely dubious usefulness, and...
2003-12-01 Geoff ThorpeDeclare the static BIGNUM "BN_value_one()" more carefully.
2003-11-29 Geoff ThorpeThis improves the placement of check_top() macros in...
2003-11-15 Ulf MöllerBN_set_bit() etc should use "unsigned int".
2003-11-05 Geoff ThorpeThis is a revert of my previous commit to "improve...
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 ThorpeSome provisional bignum debugging has begun to detect...
2003-10-29 Geoff ThorpeA general spring-cleaning (in autumn) to fix up signed...
2002-11-29 Richard LevitteA few more memset()s converted to OPENSSL_cleanse().
2002-10-28 Bodo Möllerfast reduction for NIST curves
2002-08-03 Bodo Möllerfix bn_expand2
2002-08-02 Bodo Möllerfix bn_expand2
2002-07-25 Bodo MöllerMove zeroing from bn_expand_internal() to bn_expand2...
2001-03-08 Bodo MöllerConstify BN_value_one.
2000-12-04 Bodo MöllerChange error message to "bignum too long"
2000-12-03 Bodo Möllerinclude <limits.h>
2000-12-03 Bodo MöllerDon't allow BIGNUMs to become so large that computation...
2000-12-02 Richard LevitteAdd a comment to explain the purpose of bn_cmp_part_wor...
2000-12-02 Ulf Möllerlast commit was wrong. Now it works. :)
2000-12-02 Ulf Möllerargl
2000-12-02 Ulf MöllerFix bn_cmp_part_words() and move it to bn_lib.c.
2000-11-29 Bodo MöllerFix warnings in expspeed.c (but the segmentation fault...
2000-11-29 Bodo MöllerBN_bin2bn did *not* contain an off-by-one error;
2000-11-29 Bodo MöllerExpand expspeed.c to make BN_kronecker timings.
2000-11-26 Bodo Möllermodular arithmetics
2000-11-16 Richard LevitteMore constification of the BN library.
2000-11-07 Bodo MöllerHandle BN_copy failure after successful BN_new.
2000-11-07 Bodo Möllerhandle the case when BN_new returns NULL
2000-11-06 Richard LevitteConstify the BIGNUM routines a bit more. The only...
2000-09-04 Bodo MöllerAvoid abort() throughout the library, except when prepr...
2000-08-04 Dr. Stephen HensonChanges needed for Tandem NSK, supplied by Scott Uroff...
2000-06-01 Richard LevitteThere have been a number of complaints from a number...
2000-02-26 Ulf MöllerReorganize bn_mul.c (no bugfix yet), remove obsolete...
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-01-23 Ulf MöllerDocument the BN library.
1999-07-30 Bodo Möllerby request: let BN_dup(NULL) just return NULL
1999-06-20 Dr. Stephen HensonNew functions CONF_load_bio() and CONF_load_fp() to...
1999-06-04 Ben LaurieSome constification and stacks that slipped through...
1999-05-20 Ulf MöllerBignum library bug fix. IRIX 6 passes "make test" now!
1999-05-15 Bodo MöllerOPENSSL_EXTERN, OPENSSL_GLOBAL
1999-05-13 Ulf MöllerVMS support.
1999-04-23 Ben LaurieWork with -pedantic!
1999-04-19 Ulf MöllerChange functions to ANSI C.
1999-04-17 Ben LaurieMassive constification.
1999-04-15 Dr. Stephen HensonFix a horrible BN bug in bn_expand2 which caused BN_add...
1999-03-22 Ben LaurieFix security hole.
1999-01-07 Ben LaurieAccept NULL in *_free.
1998-12-31 Ralf S. EngelschallFix version stuff:
1998-12-23 Ralf S. Engelschall*** empty log message *** OpenSSL_0_9_1c
1998-12-23 Ralf S. EngelschallSwitch version string to SSLeay/OpenSSL
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...
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.8.1b
1998-12-21 Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...