Clarify CHANGES entry.
authorDr. Stephen Henson <steve@openssl.org>
Thu, 23 Aug 2007 22:58:24 +0000 (22:58 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 23 Aug 2007 22:58:24 +0000 (22:58 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 78159bc62c3e75dbe4c8c2539170297af76d084c..18bca1c817de94e29c286bd33ebe93890f27cbfe 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -9,10 +9,12 @@
      SSL_SESSION structure, that way new session features are automatically
      supported.
 
-     If a client application caches session in an SSL_SESSION support it
-     should automatically be supported because an extension includes the
-     ticket in the structure. The SSL_CTX structure automatically generates
-     keys for ticket protection in servers so again support should be possible
+     If a client application caches session in an SSL_SESSION structure
+     support is transparent because tickets are now stored in the encoded
+     SSL_SESSION.
+     
+     The SSL_CTX structure automatically generates keys for ticket
+     protection in servers so again support should be possible
      with no application modification.
 
      If a client or server wishes to disable RFC4507 support then the option