summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2008-04-30 16:11:33 +0000
committerDr. Stephen Henson <steve@openssl.org>2008-04-30 16:11:33 +0000
commitdb533c96e35ccdb8f97f0e5e98ab9db9c4938ca1 (patch)
treec1f1d11c3ad840a17626e453cec54c5e10cf970d /CHANGES
parent8831eb7624992ded000310586c99cf6f226a6e19 (diff)
TLS ticket key setting callback: this allows and application to set
its own TLS ticket keys.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 13d62bcf2f..0af9ffe983 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,12 @@
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
a registered ENGINE could be used (assuming it initialises