aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bn/bn_ctx.c
Commit message (Expand)AuthorAgeFilesLines
* 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