Document the change to remove the 'done' flag variable in the
authorRichard Levitte <levitte@openssl.org>
Fri, 15 Nov 2002 14:01:15 +0000 (14:01 +0000)
committerRichard Levitte <levitte@openssl.org>
Fri, 15 Nov 2002 14:01:15 +0000 (14:01 +0000)
OpenSSL_add_all_*() routines

CHANGES

diff --git a/CHANGES b/CHANGES
index be60af6fa9ecda431fea43a855746558c1a20716..ef62eaf0b2235b96ba8b3327c565f7787e0033d3 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1775,6 +1775,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]