aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-02-15 22:37:00 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-02-15 22:37:00 +0000
commite78652d850025d3a6ba53cf2e0c6434f7fc0a0a2 (patch)
tree5bf0168eb748bfc96fe76e348ad586dfbd623f7f /RELEASE-NOTES
parent48918c304741aaaf8924c377d31cc8b41562fc75 (diff)
- Made the gnutls code path not even try to get the server cert if no peer
verification is requested. Previously it would even return failure if gnutls failed to get the server cert even though no verification was asked for. - Fix my Curl_timeleft() leftover mistake in the gnutls code
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES2
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index f2784b787..9f373eb0f 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -20,6 +20,8 @@ This release includes the following bugfixes:
o GnuTLS-built libcurl failed when doing global cleanup and reinit
o error message problem when unable to resolve a host on Windows
o Accept: header replacing
+ o not verificating server certs with gnutls still failed if gnutls had problems
+ with the cert
This release includes the following known bugs: