aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2009-11-14 02:30:30 +0000
committerYang Tse <yangsita@gmail.com>2009-11-14 02:30:30 +0000
commit90bc6ee8f38eec0dd6c7c8dbea22b0cba2998ee2 (patch)
tree9d7a6aeb2d7347b1c69eb371ba1a5d9111130fba /CHANGES
parent5e75817d44f4695aa513ce43d2a9d865355d5544 (diff)
- Constantine Sapuntzakis provided the fix that ensures that an SSL connection
won't be reused unless protection level for peer and host verification match.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 47ee50df7..0c7f7c1b5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,10 @@
Changelog
+Yang Tse (14 Nov 2009)
+- Constantine Sapuntzakis provided the fix that ensures that an SSL connection
+ won't be reused unless protection level for peer and host verification match.
+
Kamil Dudka (12 Nov 2009)
- Kevin Baughman provided a fix preventing libcurl-NSS from crash on doubly
closed NSPR descriptor. The issue was hard to find, reported several times