aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorKamil Dudka <kdudka@redhat.com>2009-07-20 21:50:21 +0000
committerKamil Dudka <kdudka@redhat.com>2009-07-20 21:50:21 +0000
commit5f0cae8037e340892372248dfc8b3b5344360087 (patch)
tree6d33bc9566b27248f2e739cc55df78c72951f430 /CHANGES
parent95c2ab77e7f043952b38068f4869cf0ee881d0c8 (diff)
- Claes Jakobsson improved the support for client certificates handling
in NSS-powered libcurl. Now the client certificates can be selected automatically by a NSS built-in hook. Additionally pre-login to all PKCS11 slots is no more performed. It used to cause problems with HW tokens. - Fixed reference counting for NSS client certificates. Now the PEM reader module should be always properly unloaded on Curl_nss_cleanup(). If the unload fails though, libcurl will try to reuse the already loaded instance.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 7ac0a4887..be7c97172 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,16 @@
Changelog
+Kamil Dudka (20 Jul 2009)
+- Claes Jakobsson improved the support for client certificates handling
+ in NSS-powered libcurl. Now the client certificates can be selected
+ automatically by a NSS built-in hook. Additionally pre-login to all PKCS11
+ slots is no more performed. It used to cause problems with HW tokens.
+
+- Fixed reference counting for NSS client certificates. Now the PEM reader
+ module should be always properly unloaded on Curl_nss_cleanup(). If the unload
+ fails though, libcurl will try to reuse the already loaded instance.
+
Daniel Fandrich (15 Jul 2009)
- Added nonblock.c to the non-automake makefiles (note that the dependencies
in the Watcom makefiles aren't quite correct).