]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/bn/bn_ctx.c
Remove /* foo.c */ comments
[thirdparty/openssl.git] / crypto / bn / bn_ctx.c
2016-01-26  Rich SalzRemove /* foo.c */ comments
2015-11-30  Rich SalzRemove BN_init
2015-11-09  Matt CaswellContinue standardising malloc style for libcrypto
2015-09-03  Rich Salzremove 0 assignments.
2015-06-23  Rich SalzMore secure storage of key material.
2015-05-14  Richard LevitteIdentify and move common internal libcrypto header...
2015-05-04  Rich SalzUse safer sizeof variant in malloc
2015-02-10  Matt CaswellRemove some functions that are no longer used and break...
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2015-01-06  Matt CaswellFurther comment amendments to preserve formatting prior...
2014-12-17  Richard LevitteClear warnings/errors within BN_CTX_DEBUG code sections
2014-12-08  Dr. Stephen Hensonremove OPENSSL_FIPSAPI
2014-08-18  Doug GoldsteinRT2163: Remove some unneeded #include's
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...
2009-06-15  Dr. Stephen HensonUpdate from 1.0.0-stable.
2005-04-29  Nils Larschdon't let BN_CTX_free(NULL) segfault
2005-04-26  Bodo MöllerFix various incorrect error function codes.
2004-09-19  Geoff ThorpeTwo TODO comments taken care of. Nils pointed out that...
2004-04-20  Richard LevittePrint the debug thingies on stderr instead of stdout...
2004-03-25  Geoff ThorpeReplace the BN_CTX implementation with my current work...
2004-03-13  Geoff ThorpeDocument a change I'd already made, and at the same...
2004-03-09  Geoff ThorpeMore changes coming out of the bignum auditing. BN_CTX_...
2003-11-04  Geoff ThorpePut the first stage of my bignum debugging adventures...
2003-10-30  Geoff ThorpeWhen a BN_CTX is used for temporary workspace, the...
2003-10-29  Geoff ThorpeBN_CTX is opaque and the static initialiser BN_CTX_init...
2001-03-08  Bodo MöllerHide BN_CTX structure details.
2000-11-08  Bodo MöllerBN_CTX-related fixes.
2000-06-01  Richard LevitteThere have been a number of complaints from a number...
2000-02-06  Ulf MöllerImprove bntest slightly, and fix another bug in the...
2000-02-05  Bodo MöllerCommit patch to bn.h that CVS decided to throw away...
2000-02-05  Bodo MöllerGenerate just one error code if iterated SSL_CTX_get...
2000-02-05  Ulf MöllerNew functions BN_CTX_start(), BN_CTX_get(), BN_CTX_end...