- 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
This commit is contained in:
Daniel Stenberg
2008-02-15 22:37:00 +00:00
parent 48918c3047
commit e78652d850
3 changed files with 34 additions and 21 deletions

View File

@@ -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: