summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2006-01-02 23:29:12 +0000
committerBodo Möller <bodo@openssl.org>2006-01-02 23:29:12 +0000
commitb1277b99027dbb086fa01ecfe3c3a36825ca64ac (patch)
treea418c1691a63a7caa2135278b70630b20bcdb664 /CHANGES
parented3883d21bb4ddfc21ec9d154e14e84c85db164d (diff)
C style fix-up
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index eae69d3e37..8023667d75 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,19 @@
Changes between 0.9.8a and 0.9.9 [xx XXX xxxx]
+ *) Add support for TLS extensions, specifically for the HostName extension.
+ The SSL_SESSION, SSL_CTX, and SSL data structures now have new members
+ for HostName support.
+
+ openssl s_client has a new '-servername' option.
+
+ openssl s_server has new options '-servername', '-cert2', and '-key2';
+ this allows testing the HostName extension for a specific single
+ host name ('-cert' and '-key' remain fallbacks for handshakes without
+ HostName negotiation).
+
+ [Peter Sylvester]
+
*) Whirlpool hash implementation is added.
[Andy Polyakov]