CHANGES: clarify.
authorAndy Polyakov <appro@openssl.org>
Thu, 26 Apr 2012 07:33:26 +0000 (07:33 +0000)
committerAndy Polyakov <appro@openssl.org>
Thu, 26 Apr 2012 07:33:26 +0000 (07:33 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index a150166ab98d353ad0306eb6bb1aafce1db28d3a..fd0aaf4d5b402b9fe6f67011bd74bd7003f76fed 100644 (file)
--- a/CHANGES
+++ b/CHANGES
      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]