summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorGeoff Thorpe <geoff@openssl.org>2002-10-29 18:01:08 +0000
committerGeoff Thorpe <geoff@openssl.org>2002-10-29 18:01:08 +0000
commit9c3db400dc76e0850d6f6735aa104071756bd365 (patch)
tree7d7ab6e6eaa3cdb03292a6f713a1acf02382f543 /CHANGES
parentd9ec9d990f1442e9619fc2ef87ea157ed1a8d079 (diff)
The recent CHANGES note between 0.9.6g and 0.9.6h needs copying into the
other branches.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 31ee94bff5..b760b0331b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1988,6 +1988,16 @@ des-cbc 3624.96k 5258.21k 5530.91k 5624.30k 5628.26k
Changes between 0.9.6g and 0.9.6h [xx XXX xxxx]
+ *) Add a SSL_SESS_CACHE_NO_INTERNAL_STORE flag to take over half
+ the job SSL_SESS_CACHE_NO_INTERNAL_LOOKUP was inconsistently
+ doing, define a new flag (SSL_SESS_CACHE_NO_INTERNAL) to be
+ the bitwise-OR of the two for use by the majority of applications
+ wanting this behaviour, and update the docs. The documented
+ behaviour and actual behaviour were inconsistent and had been
+ changing anyway, so this is more a bug-fix than a behavioural
+ change.
+ [Geoff Thorpe, diagnosed by Nadav Har'El]
+
*) Don't impose a 16-byte length minimum on session IDs in ssl/s3_clnt.c
(the SSL 3.0 and TLS 1.0 specifications allow any length up to 32 bytes).
[Bodo Moeller]