aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorKamil Dudka <kdudka@redhat.com>2010-04-06 13:42:11 +0200
committerKamil Dudka <kdudka@redhat.com>2010-04-06 13:42:11 +0200
commitef1ac363ee5ece033b32653b5c00a915b68ab8ad (patch)
tree27be2277d3e9acf06034eea521b4e07849d39efa /CHANGES
parente6858e267be83ff1704de9763ac8a836be04f4f8 (diff)
nss: handle client certificate related errors
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index cd84cf358..eadf532ca 100644
--- a/CHANGES
+++ b/CHANGES
@@ -11,6 +11,9 @@ Kamil Dudka (4 Apr 2010)
- Refactorized interface of Curl_ssl_recv()/Curl_ssl_send().
+- libcurl-NSS now provides more accurate messages and error codes in case of
+ client certificate problem. Either during connection, or transfer phase.
+
Daniel Stenberg (1 Apr 2010)
- Matt Wixson found and fixed a bug in the SCP/SFTP area where the code
treated a 0 return code from libssh2 to be the same as EAGAIN while in