summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2010-02-17 18:38:31 +0000
committerDr. Stephen Henson <steve@openssl.org>2010-02-17 18:38:31 +0000
commitc2c49969e236058090c081e591272ea325ca49b6 (patch)
tree09c3265bba655b803bb116a30ad64f23e35a3c2c /CHANGES
parent47e0a1c335295d7548ecd1860954ee4f988d9804 (diff)
Allow renegotiation if SSL_OP_LEGACY_SERVER_CONNECT is set as well as
initial connection to unpatched servers. There are no additional security concerns in doing this as clients don't see renegotiation during an attack anyway.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 4c553898a6..6213877724 100644
--- a/CHANGES
+++ b/CHANGES
@@ -926,7 +926,7 @@
[Steve Henson]
*) Add option SSL_OP_LEGACY_SERVER_CONNECT which will allow clients to
- connect (but not renegotiate) with servers which do not support RI.
+ connect and renegotiate with servers which do not support RI.
Until RI is more widely deployed this option is enabled by default.
[Steve Henson]