aboutsummaryrefslogtreecommitdiff
path: root/crypto/bn/bn_ctx.c
AgeCommit message (Expand)AuthorFilesLines
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
2003-10-30When a BN_CTX is used for temporary workspace, the variables are sometimesGeoff Thorpe1-0/+13
2003-10-29BN_CTX is opaque and the static initialiser BN_CTX_init() is not usedGeoff Thorpe1-18/+35
2001-03-08Hide BN_CTX structure details.Bodo Möller1-1/+6
2000-11-08BN_CTX-related fixes.Bodo Möller1-0/+6
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte1-2/+2
2000-02-06Improve bntest slightly, and fix another bug in the BN library.Ulf Möller1-1/+1
2000-02-05Commit patch to bn.h that CVS decided to throw away during 'cvs update',Bodo Möller1-0/+1
2000-02-05Generate just one error code if iterated SSL_CTX_get() fails.Bodo Möller1-4/+24
2000-02-05New functions BN_CTX_start(), BN_CTX_get(), BN_CTX_end() to accessUlf Möller1-0/+123