aboutsummaryrefslogtreecommitdiff
path: root/crypto/bn/bn_ctx.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-02bn: remove TODOsPauli1-13/+0
2021-03-11Update copyright yearMatt Caswell1-1/+1
2021-03-04bn_ctx.c: Remove TODO 3.0 related to tracing in FIPS moduleTomas Mraz1-1/+1
2021-02-26Fix external symbols for bnShane Lontis1-1/+1
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte1-5/+5
2020-10-15Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'Dr. Matthias St. Pierre1-1/+1
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre1-4/+4
2020-05-15Update copyright yearMatt Caswell1-1/+1
2020-04-28Rename FIPS_MODE to FIPS_MODULERichard Levitte1-5/+5
2019-09-28Reorganize local header filesDr. Matthias St. Pierre1-1/+1
2019-07-15Make sure all BIGNUM operations work within the FIPS providerMatt Caswell1-0/+4
2019-07-02Make BIGNUM rand functions available within the FIPS moduleMatt Caswell1-0/+2
2019-06-14Fix building with enable-traceMatt Caswell1-0/+2
2019-06-12Make BIGNUM code available from within the FIPS moduleMatt Caswell1-1/+11
2019-06-12Create BN_CTX_new_ex() and BN_CTX_secure_new_ex()Matt Caswell1-5/+17
2019-03-19Added NULL check to BN_clear() & BN_CTX_end()Shane Lontis1-0/+2
2019-03-06Adapt BN_CTX_DEBUG to the new generic trace APIRichard Levitte1-41/+31
2019-02-20Clear BN_FLG_CONSTTIME on BN_CTX_get()Nicola Tuveri1-1/+3
2019-02-05Remove unnecessary trailing whitespaceSam Roberts1-2/+2
2018-12-06Following the license change, modify the boilerplates in crypto/bn/Richard Levitte1-1/+1
2018-04-17Update copyright yearRichard Levitte1-1/+1
2018-04-03Set error code on alloc failuresRich Salz1-4/+10
2018-03-27Allow NULL for some _free routines.Rich Salz1-0/+2
2018-03-27Remove some code for a contributor that we cannot findMatt Caswell1-2/+0
2016-05-17Copyright consolidation 06/10Rich Salz1-52/+6
2016-02-18Remove outdated DEBUG flags.Rich Salz1-8/+0
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-11-30Remove BN_initRich Salz1-1/+1
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell1-1/+1
2015-09-03remove 0 assignments.Rich Salz1-5/+1
2015-06-23More secure storage of key material.Rich Salz1-32/+47
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-05-04Use safer sizeof variant in mallocRich Salz1-2/+2
2015-02-10Remove some functions that are no longer used and break the build with:Matt Caswell1-50/+0
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-300/+291
2015-01-06Further comment amendments to preserve formatting prior to source reformatMatt Caswell1-1/+2
2014-12-17Clear warnings/errors within BN_CTX_DEBUG code sectionsRichard Levitte1-1/+1
2014-12-08remove OPENSSL_FIPSAPIDr. Stephen Henson1-1/+1
2014-08-18RT2163: Remove some unneeded #include'sDoug Goldstein1-1/+0
2011-01-27Move all FIPSAPI renames into fips.h header file, include early inDr. Stephen Henson1-4/+0
2011-01-27Redirect FIPS memory allocation to FIPS_malloc() routine, removeDr. Stephen Henson1-0/+6
2009-06-15Update from 1.0.0-stable.Dr. Stephen Henson1-3/+3
2005-04-29don't let BN_CTX_free(NULL) segfaultNils Larsch1-0/+4
2005-04-26Fix various incorrect error function codes.Bodo Möller1-2/+1
2004-09-19Two TODO comments taken care of. Nils pointed out that one of them had alreadyGeoff Thorpe1-3/+0
2004-04-20Print the debug thingies on stderr instead of stdout. If for nothingRichard Levitte1-13/+13
2004-03-25Replace the BN_CTX implementation with my current work. I'm leaving theGeoff Thorpe1-75/+345
2004-03-13Document a change I'd already made, and at the same time, correct theGeoff Thorpe1-2/+4
2004-03-09More changes coming out of the bignum auditing. BN_CTX_get() should ideallyGeoff Thorpe1-12/+6
2003-11-04Put the first stage of my bignum debugging adventures into CVS. This codeGeoff Thorpe1-1/+4