commit | 9b141126d4b6f0636bc047e81b846c193ae26611 | [log] [tgz] |
---|---|---|
author | Ulf Möller <ulf@openssl.org> | Sat Feb 05 14:17:32 2000 +0000 |
committer | Ulf Möller <ulf@openssl.org> | Sat Feb 05 14:17:32 2000 +0000 |
tree | c8786c99bfccc8b9899cad5c3aa30f29ada5e1b9 | |
parent | 7e708ebee066d0308a335579b546326220dc8317 [diff] |
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.