Update docs and NEWS file.
authorDr. Stephen Henson <steve@openssl.org>
Thu, 23 Aug 2007 22:53:57 +0000 (22:53 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 23 Aug 2007 22:53:57 +0000 (22:53 +0000)
NEWS
doc/ssl/SSL_CTX_set_options.pod

diff --git a/NEWS b/NEWS
index c808a76ccf58690df48d4e547a90df27483e6866..05c171becfe0b5df7f2c63fa0305c4c78207ebdf 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,13 @@
   This file gives a brief overview of the major changes between each OpenSSL
   release. For more details please read the CHANGES file.
 
+  Major changes between OpenSSL 0.9.8e and OpenSSL 0.9.8f:
+
+      o Add support for AES and SSE2 assembly lanugauge optimization
+        for VC++ build.
+      o Support for RFC4507bis and server name extensions if explicitly 
+        selected at compile time.
+
   Major changes between OpenSSL 0.9.8d and OpenSSL 0.9.8e:
 
       o Various ciphersuite selection fixes.
index 81ee82c04c0f167e57e6a71f35b894c7700bb388..eaed1908097516687c1d0e4f2e95a45116c50b10 100644 (file)
@@ -204,7 +204,8 @@ handshake).  This option is not needed for clients.
 =item SSL_OP_NO_TICKET
 
 Normally clients and servers will, where possible, transparently make use
-of RFC4507bis tickets for stateless session resumption.
+of RFC4507bis tickets for stateless session resumption if extension support
+is explicitly set when OpenSSL is compiled.
 
 If this option is set this functionality is disabled and tickets will
 not be used by clients or servers.