summaryrefslogtreecommitdiffstats
path: root/crypto/bn/bn_ctx.c
AgeCommit message (Expand)Author
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22Further comment amendments to preserve formatting prior to source reformatMatt Caswell
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
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte
2000-02-06Improve bntest slightly, and fix another bug in the BN library.Ulf Möller
2000-02-05Commit patch to bn.h that CVS decided to throw away during 'cvs update',Bodo Möller
2000-02-05Generate just one error code if iterated SSL_CTX_get() fails.Bodo Möller
2000-02-05New functions BN_CTX_start(), BN_CTX_get(), BN_CTX_end() to accessUlf Möller