summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-03-31 14:29:53 +0100
committerMatt Caswell <matt@openssl.org>2015-05-16 09:20:44 +0100
commita27e81ee54112d8db40e409f45f1e9b88ccbf6b1 (patch)
treed43dced51409db09c4cf7d95c8d57dab6a8f0a0b /CHANGES
parenta3680c8f9c33d4190c367572645980ccdb9d5bbf (diff)
Version negotiation rewrite doc updates
Update various documentation references to the new TLS_*_method names. Also add a CHANGES entry. Reviewed-by: Kurt Roeckx <kurt@openssl.org>
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 337b9b1364..8600b8166c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,6 +3,15 @@
_______________
Changes between 1.0.2 and 1.1.0 [xx XXX xxxx]
+
+ *) Version negotiation has been rewritten. In particular SSLv23_method(),
+ SSLv23_client_method() and SSLv23_server_method() have been deprecated,
+ and turned into macros which simply call the new preferred function names
+ TLS_method(), TLS_client_method() and TLS_server_method(). All new code
+ should use the new names instead. Also as part of this change the ssl23.h
+ header file has been removed.
+ [Matt Caswell]
+
*) Support for Kerberos ciphersuites in TLS (RFC2712) has been removed. This
code and the associated standard is no longer considered fit-for-purpose.
[Matt Caswell]