summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-12-16 20:34:20 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-12-16 20:34:20 +0000
commitccc3df8c33a3d48f56b8d3270bfbd4ae0a24736c (patch)
treea8061cf8ac3ec48f145ac90de3a0395ad13ff6bb /CHANGES
parent593a6dbe1915f24e66ad1bd204fbb006f07a6a8b (diff)
New option to enable/disable connection to unpatched servers
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 6af764c611..5c8544afda 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,11 @@
Changes between 0.9.8l (?) and 0.9.8m (?) [xx XXX xxxx]
+ *) Add option SSL_OP_LEGACY_SERVER_CONNECT which will allow clients to
+ connect (but not renegotiate) with servers which do not support RI.
+ Until RI is more widely deployed this option is enabled by default.
+ [Steve Henson]
+
*) Add "missing" ssl ctrls to clear options and mode.
[Steve Henson]