aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamil Dudka <kdudka@redhat.com>2010-05-11 14:51:12 +0200
committerKamil Dudka <kdudka@redhat.com>2010-05-11 14:53:07 +0200
commit016ce4b1daa0f8d44a0da7105e1e1c97531e8b87 (patch)
tree9a415dc9813d54dea501d73c2a84581690cc3ac0
parent3e759f4fb6018b353bd4a1d608be3a3d7b2c9645 (diff)
changelog: fixed CRL support in libcurl-NSS
-rw-r--r--CHANGES4
-rw-r--r--RELEASE-NOTES1
2 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 8b794c04d..2ff7a3af6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,10 @@
Changelog
+Kamil Dudka (11 May 2010)
+- CRL support in libcurl-NSS has been completely broken. Now it works. Original
+ bug report: https://bugzilla.redhat.com/581926
+
Daniel Stenberg (7 May 2010)
- Dirk Manske reported a regression. When connecting with the multi interface,
there were situations where libcurl wouldn't store connect time correctly as
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index b0b94986c..2a32a2290 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -25,6 +25,7 @@ This release includes the following bugfixes:
o -O crash on windows
o SSL handshake timeout underflow in libcurl-NSS
o multi interface missed storing connection time
+ o broken CRL support in libcurl-NSS
This release includes the following known bugs: