]> granicus.if.org Git - curl/commitdiff
Günter Knauf added lib/mk-ca-bundle.pl which gets the Firefox ca bundle and
authorDaniel Stenberg <daniel@haxx.se>
Fri, 8 Feb 2008 11:16:44 +0000 (11:16 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 8 Feb 2008 11:16:44 +0000 (11:16 +0000)
creates a suitable ca-bundle.crt file in PEM format for use with curl. The
recommended way to run it is to use 'make ca-bundle' in the build tree root.

CHANGES
RELEASE-NOTES

diff --git a/CHANGES b/CHANGES
index aff59dfef9ac330b650149c8948fb7e08f23906d..feef3cfacaab66ee185e7ec6e506a2d746ab185d 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,11 @@
 
                                   Changelog
 
+Daniel S (8 Feb 2008)
+- Günter Knauf added lib/mk-ca-bundle.pl which gets the Firefox ca bundle and
+  creates a suitable ca-bundle.crt file in PEM format for use with curl. The
+  recommended way to run it is to use 'make ca-bundle' in the build tree root.
+
 Daniel Fandrich (7 Feb 2007)
 - Added tests 1022 and 1023 to validate output of curl-config --version and
   --vernum
index 75b434301f4a133b125924798cfb03cf571bde81..b71c20fcf59f86843cd01dd420d3be0b63e5e3d9 100644 (file)
@@ -11,6 +11,7 @@ Curl and libcurl 7.18.1
 This release includes the following changes:
  
  o added support for HttpOnly cookies
+ o 'make ca-bundle' downloads and generates an updated ca bundle file
 
 This release includes the following bugfixes: