summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-11-08 10:05:34 +0000
committerBodo Möller <bodo@openssl.org>2000-11-08 10:05:34 +0000
commit7f7b8d687173bd65ba2acea130ea25bd809e41b6 (patch)
tree3fe79e869d224338a2dc7e12241bf7694d686f35 /CHANGES
parentbb7e632aef4ca511feb9f3dae29cccbab984c057 (diff)
BN_CTX-related fixes.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 8e53374d03..df8d4b19da 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,10 @@
Changes between 0.9.6 and 0.9.7 [xx XXX 2000]
+ *) Increase BN_CTX_NUM (the number of BIGNUMs in a BN_CTX) to 16.
+ The previous value, 12, was not always sufficient for BN_mod_exp().
+ [Bodo Moeller]
+
*) Make DSO load along a path given through an environment variable
(SHLIB_PATH) with shl_load().
[Richard Levitte]