summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorLutz Jänicke <jaenicke@openssl.org>2002-02-26 21:40:09 +0000
committerLutz Jänicke <jaenicke@openssl.org>2002-02-26 21:40:09 +0000
commit334f1842fc61801398d88b006ab36c632f5e6f6c (patch)
tree401374ab76dda3ebd0714b561482c7d1756c6c98 /CHANGES
parentb12540520daea56e5a6c2ee22092b0ee2f060e44 (diff)
Make sure to remove bad sessions in SSL_clear() (found by Yoram Zahavi).
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 8f7374e263..269a774099 100644
--- a/CHANGES
+++ b/CHANGES
@@ -43,6 +43,10 @@
*) applies to 0.9.6a ... 0.9.6d and 0.9.7
+) applies to 0.9.7 only
+ *) Fix bug in SSL_clear(): bad sessions were not removed (found by
+ Yoram Zahavi <YoramZ@gilian.com>).
+ [Lutz Jaenicke]
+
+) Add and OPENSSL_LOAD_CONF define which will cause
OpenSSL_add_all_algorithms() to load the openssl.cnf config file.
This allows older applications to transparently support certain