summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-11-15 13:58:11 +0000
committerRichard Levitte <levitte@openssl.org>2002-11-15 13:58:11 +0000
commit84034f7aec325d136585168295660314ec8722aa (patch)
tree2ecee27ddc61eea9716c78cb2570fbcc47a1e8e3 /CHANGES
parentacce40c5850df399a01fc643dbc0fe4bd39d00d1 (diff)
Document the change to remove the 'done' flag variable in the
OpenSSL_add_all_*() routines
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index cf1bc8d785..2cbde6f546 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2086,6 +2086,12 @@ des-cbc 3624.96k 5258.21k 5530.91k 5624.30k 5628.26k
length of the REQUEST-CERTIFICATE message is 18 .. 34, not 17 .. 33.
[Zeev Lieber <zeev-l@yahoo.com>]
+ *) Undo an undocumented change introduced in 0.9.6e which caused
+ repeated calls to OpenSSL_add_all_ciphers() and
+ OpenSSL_add_all_digests() to be ignored, even after calling
+ EVP_cleanup().
+ [Richard Levitte]
+
*) Change the default configuration reader to deal with last line not
being properly terminated.
[Richard Levitte]