diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-09-25 18:09:38 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-09-25 18:09:38 +0000 |
commit | e3d623f190bc582e6058be12e3568424ca206d27 (patch) | |
tree | e3672d4c1e6fa972e92199cc8e2fcb7da35a5a00 /CHANGES | |
parent | 15be441ad8b445dee58a82bebf8c2b67d5149a12 (diff) |
- Chris Mumford filed bug report #2861587
(http://curl.haxx.se/bug/view.cgi?id=2861587) identifying that libcurl used
the OpenSSL function X509_load_crl_file() wrongly and failed if it would
load a CRL file with more than one certificate within. This is now fixed.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -6,6 +6,12 @@ Changelog +Daniel Stenberg (25 Sep 2009) +- Chris Mumford filed bug report #2861587 + (http://curl.haxx.se/bug/view.cgi?id=2861587) identifying that libcurl used + the OpenSSL function X509_load_crl_file() wrongly and failed if it would + load a CRL file with more than one certificate within. This is now fixed. + Daniel Stenberg (16 Sep 2009) - Sven Anders reported that we introduced a cert verfication flaw for OpenSSL- powered libcurl in 7.19.6. If there was a X509v3 Subject Alternative Name |