summaryrefslogtreecommitdiffstats
path: root/crypto/bn/bn_ctx.c
AgeCommit message (Expand)Author
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