summaryrefslogtreecommitdiff
path: root/crypto/bn/bn_ctx.c
Commit message (Expand)AuthorAgeFilesLines
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-9/+3
* bn: remove TODOsPauli2021-06-021-13/+0
* Update copyright yearMatt Caswell2021-03-111-1/+1
* bn_ctx.c: Remove TODO 3.0 related to tracing in FIPS moduleTomas Mraz2021-03-041-1/+1
* Fix external symbols for bnShane Lontis2021-02-261-1/+1
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-5/+5
* Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'Dr. Matthias St. Pierre2020-10-151-1/+1
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-4/+4
* Update copyright yearMatt Caswell2020-05-151-1/+1
* Rename FIPS_MODE to FIPS_MODULERichard Levitte2020-04-281-5/+5
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Make sure all BIGNUM operations work within the FIPS providerMatt Caswell2019-07-151-0/+4
* Make BIGNUM rand functions available within the FIPS moduleMatt Caswell2019-07-021-0/+2
* Fix building with enable-traceMatt Caswell2019-06-141-0/+2
* Make BIGNUM code available from within the FIPS moduleMatt Caswell2019-06-121-1/+11
* Create BN_CTX_new_ex() and BN_CTX_secure_new_ex()Matt Caswell2019-06-121-5/+17
* Added NULL check to BN_clear() & BN_CTX_end()Shane Lontis2019-03-191-0/+2
* Adapt BN_CTX_DEBUG to the new generic trace APIRichard Levitte2019-03-061-41/+31
* Clear BN_FLG_CONSTTIME on BN_CTX_get()Nicola Tuveri2019-02-201-1/+3
* Remove unnecessary trailing whitespaceSam Roberts2019-02-051-2/+2
* Following the license change, modify the boilerplates in crypto/bn/Richard Levitte2018-12-061-1/+1
* Update copyright yearRichard Levitte2018-04-171-1/+1
* Set error code on alloc failuresRich Salz2018-04-031-4/+10
* Allow NULL for some _free routines.Rich Salz2018-03-271-0/+2
* Remove some code for a contributor that we cannot findMatt Caswell2018-03-271-2/+0
* Copyright consolidation 06/10Rich Salz2016-05-171-52/+6
* Remove outdated DEBUG flags.Rich Salz2016-02-181-8/+0
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Remove BN_initRich Salz2015-11-301-1/+1
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-1/+1
* remove 0 assignments.Rich Salz2015-09-031-5/+1
* More secure storage of key material.Rich Salz2015-06-231-32/+47
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Use safer sizeof variant in mallocRich Salz2015-05-041-2/+2
* Remove some functions that are no longer used and break the build with:Matt Caswell2015-02-101-50/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-300/+291
* Further comment amendments to preserve formatting prior to source reformatMatt Caswell2015-01-061-1/+2
* Clear warnings/errors within BN_CTX_DEBUG code sectionsRichard Levitte2014-12-171-1/+1
* remove OPENSSL_FIPSAPIDr. Stephen Henson2014-12-081-1/+1
* RT2163: Remove some unneeded #include'sDoug Goldstein2014-08-181-1/+0
* Move all FIPSAPI renames into fips.h header file, include early inDr. Stephen Henson2011-01-271-4/+0
* Redirect FIPS memory allocation to FIPS_malloc() routine, removeDr. Stephen Henson2011-01-271-0/+6
* Update from 1.0.0-stable.Dr. Stephen Henson2009-06-151-3/+3
* don't let BN_CTX_free(NULL) segfaultNils Larsch2005-04-291-0/+4
* Fix various incorrect error function codes.Bodo Möller2005-04-261-2/+1
* Two TODO comments taken care of. Nils pointed out that one of them had alreadyGeoff Thorpe2004-09-191-3/+0
* Print the debug thingies on stderr instead of stdout. If for nothingRichard Levitte2004-04-201-13/+13
* Replace the BN_CTX implementation with my current work. I'm leaving theGeoff Thorpe2004-03-251-75/+345
* Document a change I'd already made, and at the same time, correct theGeoff Thorpe2004-03-131-2/+4
* More changes coming out of the bignum auditing. BN_CTX_get() should ideallyGeoff Thorpe2004-03-091-12/+6