projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1738bb6
)
Note the "ERR_unload_strings" function.
author
Geoff Thorpe
<geoff@openssl.org>
Mon, 3 Sep 2001 18:27:22 +0000
(18:27 +0000)
committer
Geoff Thorpe
<geoff@openssl.org>
Mon, 3 Sep 2001 18:27:22 +0000
(18:27 +0000)
CHANGES
patch
|
blob
|
history
diff --git
a/CHANGES
b/CHANGES
index 3a01e820dbbd30cba201feebbfdd1f095b751543..c96cbd857ace2084ea86c4d1336015f588e72155 100644
(file)
--- 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.