Fix grammar in certificates.txt
[openssl.git] / crypto / bn / bn_ctx.c
2022-10-05 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2021-06-02 Paulibn: remove TODOs
2021-03-11 Matt CaswellUpdate copyright year
2021-03-04 Tomas Mrazbn_ctx.c: Remove TODO 3.0 related to tracing in FIPS...
2021-02-26 Shane LontisFix external symbols for bn
2020-11-13 Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-10-15 Dr. Matthias St... Rename some occurrences of 'library_context' and 'lib_c...
2020-10-15 Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-05-15 Matt CaswellUpdate copyright year
2020-04-28 Richard LevitteRename FIPS_MODE to FIPS_MODULE
2019-09-28 Dr. Matthias St... Reorganize local header files
2019-07-15 Matt CaswellMake sure all BIGNUM operations work within the FIPS...
2019-07-02 Matt CaswellMake BIGNUM rand functions available within the FIPS...
2019-06-14 Matt CaswellFix building with enable-trace
2019-06-12 Matt CaswellMake BIGNUM code available from within the FIPS module
2019-06-12 Matt CaswellCreate BN_CTX_new_ex() and BN_CTX_secure_new_ex()
2019-03-19 Shane LontisAdded NULL check to BN_clear() & BN_CTX_end()
2019-03-06 Richard LevitteAdapt BN_CTX_DEBUG to the new generic trace API
2019-02-20 Nicola TuveriClear BN_FLG_CONSTTIME on BN_CTX_get()
2019-02-05 Sam RobertsRemove unnecessary trailing whitespace
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-04-17 Richard LevitteUpdate copyright year
2018-04-03 Rich SalzSet error code on alloc failures
2018-03-27 Rich SalzAllow NULL for some _free routines.
2018-03-27 Matt CaswellRemove some code for a contributor that we cannot find
2016-05-17 Rich SalzCopyright consolidation 06/10
2016-02-18 Rich SalzRemove outdated DEBUG flags.
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...