diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-07-30 20:07:43 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-07-30 20:07:43 +0000 |
commit | 21d62118dc9b11beada3cb30e647e7188b5afdff (patch) | |
tree | d7a46bd6f24cafe05329818ca21433da6022ec97 /CHANGES | |
parent | de55038e3352d62fbc89bf24aea355f0332fbb24 (diff) |
give credit to Greg Zavertnik
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -13,9 +13,9 @@ Daniel S (29 July 2007) in the flow it would call the SSL layer to do SSL shutdown which then would use a socket that had already been closed - so if the application had opened a new one in the mean time, libcurl could send gibberish that way! I worked - with "Greg" to properly diagnose and fix this. The fix affects code for all - SSL libraries we support, but it has only been truly verified to work fine - for the OpenSSL version. The others have only been code reviewed. + with Greg Zavertnik to properly diagnose and fix this. The fix affects code + for all SSL libraries we support, but it has only been truly verified to + work fine for the OpenSSL version. The others have only been code reviewed. Daniel S (23 July 2007) - Implemented the parts of Patrick Monnerat's OS/400 patch that introduces |