aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeoff Thorpe <geoff@openssl.org>2001-09-03 18:27:22 +0000
committerGeoff Thorpe <geoff@openssl.org>2001-09-03 18:27:22 +0000
commit5b166395387e896d1c109ce3a4b2b55eb4cf9c02 (patch)
tree3c628ef3f4c4873e501b095b6033a65545e8f0e6
parent1738bb61e1036908eca3ae7b21be38aa493ac682 (diff)
downloadopenssl-5b166395387e896d1c109ce3a4b2b55eb4cf9c02.tar.gz
Note the "ERR_unload_strings" function.
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 3a01e820db..c96cbd857a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -12,6 +12,10 @@
*) applies to 0.9.6a/0.9.6b/0.9.6c and 0.9.7
+) applies to 0.9.7 only
+ *) Make it possible to unload ranges of ERR strings with a new
+ "ERR_unload_strings" function.
+ [Geoff Thorpe]
+
*) Rabin-Miller test analyses assume uniformly distributed witnesses,
so use BN_pseudo_rand_range() instead of using BN_pseudo_rand()
followed by modular reduction.