aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2005-05-11 18:25:49 +0000
committerBodo Möller <bodo@openssl.org>2005-05-11 18:25:49 +0000
commitc6c2e3135dd6cff21bb4cd05a3891b5fdde04977 (patch)
treec3db1720b495d5edec01e48abd0696b20cd40fee /CHANGES
parent4b26fe30de5c29439ebcf39f0baf897864211883 (diff)
downloadopenssl-c6c2e3135dd6cff21bb4cd05a3891b5fdde04977.tar.gz
Don't use the SSL 2.0 Client Hello format if SSL 2.0 is disabled
with the SSL_OP_NO_SSLv2 option.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES9
1 files changed, 8 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 96ff52c52a..0be0a88e1b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,7 +2,7 @@
OpenSSL CHANGES
_______________
- Changes between 0.9.7g and 0.9.8 [xx XXX xxxx]
+ Changes between 0.9.7h and 0.9.8 [xx XXX xxxx]
*) Add new functionality to the bn blinding code:
- automatic re-creation of the BN_BLINDING parameters after
@@ -794,6 +794,13 @@
Changes between 0.9.7g and 0.9.7h [XX xxx XXXX]
+ *) Change the client implementation for SSLv23_method() and
+ SSLv23_client_method() so that is uses the SSL 3.0/TLS 1.0
+ Client Hello message format if the SSL_OP_NO_SSLv2 option is set.
+ (Previously, the SSL 2.0 backwards compatible Client Hello
+ message format would be used even with SSL_OP_NO_SSLv2.)
+ [Bodo Moeller]
+
*) Add support for smime-type MIME parameter in S/MIME messages which some
clients need.
[Steve Henson]