summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2007-08-23 22:58:24 +0000
committerDr. Stephen Henson <steve@openssl.org>2007-08-23 22:58:24 +0000
commit5b96d1ccf9e6fc51af4ab376704313ff9b3ee1f3 (patch)
tree1337f9a344f22d2c13e90dad8000ccb79836637f /CHANGES
parent29c0866b383994be47c9c36f4c96a609208e331c (diff)
Clarify CHANGES entry.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES10
1 files changed, 6 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index 78159bc62c..18bca1c817 100644
--- 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