From c3a7a757f7167d62e3ffc362827d518ae32c6956 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 8 Feb 2008 11:16:44 +0000 Subject: [PATCH] =?utf8?q?G=FCnter=20Knauf=20added=20lib/mk-ca-bundle.pl?= =?utf8?q?=20which=20gets=20the=20Firefox=20ca=20bundle=20and=20creates=20?= =?utf8?q?a=20suitable=20ca-bundle.crt=20file=20in=20PEM=20format=20for=20?= =?utf8?q?use=20with=20curl.=20The=20recommended=20way=20to=20run=20it=20i?= =?utf8?q?s=20to=20use=20'make=20ca-bundle'=20in=20the=20build=20tree=20ro?= =?utf8?q?ot.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- CHANGES | 5 +++++ RELEASE-NOTES | 1 + 2 files changed, 6 insertions(+) diff --git a/CHANGES b/CHANGES index aff59dfef..feef3cfac 100644 --- 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 diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 75b434301..b71c20fcf 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -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: -- 2.40.0