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 /CHANGES | |
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 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -6,6 +6,11 @@ Changelog +Daniel Stenberg (5 May 2009) +- 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 previous re-used one is rejected. + Daniel Stenberg (4 May 2009) - Michael Smith posted bug report #2786255 (http://curl.haxx.se/bug/view.cgi?id=2786255) with a patch, identifying how |