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