aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bn/bn_ctx.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Put the first stage of my bignum debugging adventures into CVS. This codeGeoff Thorpe2003-11-041-1/+4
* When a BN_CTX is used for temporary workspace, the variables are sometimesGeoff Thorpe2003-10-301-0/+13
* BN_CTX is opaque and the static initialiser BN_CTX_init() is not usedGeoff Thorpe2003-10-291-18/+35
* Hide BN_CTX structure details.Bodo Möller2001-03-081-1/+6
* BN_CTX-related fixes.Bodo Möller2000-11-081-0/+6
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-2/+2
* Improve bntest slightly, and fix another bug in the BN library.Ulf Möller2000-02-061-1/+1
* Commit patch to bn.h that CVS decided to throw away during 'cvs update',Bodo Möller2000-02-051-0/+1
* Generate just one error code if iterated SSL_CTX_get() fails.Bodo Möller2000-02-051-4/+24
* New functions BN_CTX_start(), BN_CTX_get(), BN_CTX_end() to accessUlf Möller2000-02-051-0/+123