summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2012-04-26 07:34:39 +0000
committerAndy Polyakov <appro@openssl.org>2012-04-26 07:34:39 +0000
commit748628ced07772baa1e11bd9d2c1adc79ffa1340 (patch)
tree268fb23c76eff1e31e5901856d8c4f92e0c83176
parent6791060eae46202653dfc54a523409169cec91bd (diff)
CHANGES: clarify.
-rw-r--r--CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 803a2ce4e5..854fcb1162 100644
--- a/CHANGES
+++ b/CHANGES
@@ -21,7 +21,8 @@
protocols *below* X still enabled. In more practical terms it means
that if application wants to disable TLS1.0 in favor of TLS1.1 and
above, it's not sufficient to pass SSL_OP_NO_TLSv1, one has to pass
- SSL_OP_NO_TLSv1|SSL_OP_NO_SSLv3|SSL_OP_NO_SSLv2.
+ SSL_OP_NO_TLSv1|SSL_OP_NO_SSLv3|SSL_OP_NO_SSLv2. This applies to
+ client side.
[Andy Polyakov]
Changes between 1.0.1 and 1.0.1a [19 Apr 2012]