New functions BN_CTX_start(), BN_CTX_get(), BN_CTX_end() to access
authorUlf Möller <ulf@openssl.org>
Sat, 5 Feb 2000 14:17:32 +0000 (14:17 +0000)
committerUlf Möller <ulf@openssl.org>
Sat, 5 Feb 2000 14:17:32 +0000 (14:17 +0000)
commit9b141126d4b6f0636bc047e81b846c193ae26611
treec8786c99bfccc8b9899cad5c3aa30f29ada5e1b9
parent7e708ebee066d0308a335579b546326220dc8317
New functions BN_CTX_start(), BN_CTX_get(), BN_CTX_end() to access
temporary BIGNUMs. BN_CTX still uses a fixed number of BIGNUMs, but
the BN_CTX implementation could now easily be changed.
24 files changed:
CHANGES
crypto/bn/Makefile.ssl
crypto/bn/bn.h
crypto/bn/bn_ctx.c [new file with mode: 0644]
crypto/bn/bn_div.c
crypto/bn/bn_err.c
crypto/bn/bn_exp.c
crypto/bn/bn_exp2.c
crypto/bn/bn_gcd.c
crypto/bn/bn_lib.c
crypto/bn/bn_mont.c
crypto/bn/bn_mul.c
crypto/bn/bn_prime.c
crypto/bn/bn_recp.c
crypto/bn/bn_sqr.c
crypto/bn/old/bn_wmul.c
crypto/dh/dh_gen.c
crypto/dh/dh_key.c
crypto/dsa/dsa_gen.c
crypto/rsa/rsa_gen.c
crypto/rsa/rsa_lib.c
doc/crypto/BN_CTX_new.pod
doc/crypto/BN_CTX_start.pod [new file with mode: 0644]
doc/crypto/BN_add.pod