summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2008-04-30 16:14:02 +0000
committerDr. Stephen Henson <steve@openssl.org>2008-04-30 16:14:02 +0000
commit8a2062fefedde7957f228e274d12155ca8660d4c (patch)
tree0416f6500dced1fd9c6450895acc0a093d38f786 /CHANGES
parent2f63ad5b35920ce1cbd52f33341e49ccd2541a54 (diff)
Update from stable branch.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ff51f47907..cf5c17cfca 100644
--- a/CHANGES
+++ b/CHANGES
@@ -680,6 +680,12 @@
[NTT]
Changes between 0.9.8g and 0.9.8h [xx XXX xxxx]
+
+ *) Add TLS session ticket callback. This allows an application to set
+ TLS ticket cipher and HMAC keys rather than relying on hardcoded fixed
+ values. This is useful for key rollover for example where several key
+ sets may exist with different names.
+ [Steve Henson]
*) Reverse ENGINE-internal logic for caching default ENGINE handles.
This was broken until now in 0.9.8 releases, such that the only way