diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-05-04 22:20:09 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-05-04 22:20:09 +0000 |
commit | 915dfb494ec0be89724e81af1b050c49d9d13cac (patch) | |
tree | 6e7625b339dfe2595bc928bac69d1a99de823860 /RELEASE-NOTES | |
parent | a16cca768051ae7c2020426fef00bb0ec537477a (diff) |
- Inspired by Michael Smith's session id fix for OpenSSL, I did the
corresponding fix in the GnuTLS code: make sure to store the new session id
in case the re-used one is rejected.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index af2197c8e..1d4dee3eb 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -39,7 +39,7 @@ This release includes the following bugfixes: o TFTP problems after a failed transfer to the same host o improved out of the box TPF compatibility o HTTP PUT protocol line endings portions mangled from CRLF to CRCRLF - o Rejected SSL session ids are killed properly (for OpenSSL builds) + o Rejected SSL session ids are killed properly (for OpenSSL and GnuTLS builds) This release includes the following known bugs: |