projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e0c963
)
CHANGES: clarify.
author
Andy Polyakov
<appro@openssl.org>
Thu, 26 Apr 2012 07:34:09 +0000
(07:34 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Thu, 26 Apr 2012 07:34:09 +0000
(07:34 +0000)
CHANGES
patch
|
blob
|
history
diff --git
a/CHANGES
b/CHANGES
index be3758db0f3d0e4efa412c2ca2fc828d1703f5f6..fbe062bd92fa0a38162140633575ffc6b5d610e9 100644
(file)
--- a/
CHANGES
+++ b/
CHANGES
@@
-71,7
+71,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]