diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-02-23 12:27:45 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-02-23 12:27:45 +0000 |
commit | 6982ed4db767d23141c2399be47595d47a45f4fe (patch) | |
tree | 245be2d43d5ac3486aa91f99cf8329dbf0b04633 /RELEASE-NOTES | |
parent | 9dd3e4d48140a0852a3f86bd91a691645be319d8 (diff) |
- Sam Listopad provided a patch in feature-request #1900014
http://curl.haxx.se/bug/feature.cgi?id=1900014 that makes libcurl (built to
use OpenSSL) support a full chain of certificates in a given PKCS12
certificate.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 378f67c64..0127a1308 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -15,6 +15,7 @@ This release includes the following changes: o we no longer distribute or install a ca cert bundle o SSLv2 is now disabled by default for SSL operations o the test509-style setting URL in callback is officially no longer supported + o support a full chain of certificates in a given PKCS12 certificate This release includes the following bugfixes: @@ -48,6 +49,6 @@ advice from friends like these: Michal Marek, Dmitry Kurochkin, Niklas Angebrand, Günter Knauf, Yang Tse, Dan Fandrich, Mike Hommey, Pooyan McSporran, Jerome Muffat-Meridol, - Kaspar Brand, Gautam Kachroo, Zmey Petroff, Georg Lippitsch + Kaspar Brand, Gautam Kachroo, Zmey Petroff, Georg Lippitsch, Sam Listopad Thanks! (and sorry if I forgot to mention someone) |