- Michael Smith posted bug report #2786255
authorDaniel Stenberg <daniel@haxx.se>
Mon, 4 May 2009 21:57:14 +0000 (21:57 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 4 May 2009 21:57:14 +0000 (21:57 +0000)
commita16cca768051ae7c2020426fef00bb0ec537477a
tree3ebc663ce5ded5627c12e954663795ab3a29a9f5
parent644482fc990a55f0cce2837bd29d2c5dad7f7b35
- Michael Smith posted bug report #2786255
  (http://curl.haxx.se/bug/view.cgi?id=2786255) with a patch, identifying how
  libcurl did not deal with SSL session ids properly if the server rejected a
  re-use of one. Starting now, it will forget the rejected one and remember
  the new. This change was for OpenSSL only, it is likely that other SSL lib
  code needs similar fixes.
CHANGES
RELEASE-NOTES
lib/sslgen.c
lib/sslgen.h
lib/ssluse.c