]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Always use SSL_VERIFY_NONE, so that the handshake finishes even if the
[wget] / src / ChangeLog
index e2c50ea4c2691e24dea8eb98c1f0a4c8667cdf65..0b5960f1b39f60795d2459c95fdcf8aff1787061 100644 (file)
@@ -1,3 +1,10 @@
+2005-05-11  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * openssl.c (ssl_init): Always use SSL_VERIFY_NONE, so that the
+       handshake finishes even if the certificate is invalid.  That way
+       ssl_check_server_identity can provide better diagnostics on why
+       the verification failed.
+
 2005-05-11  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * openssl.c (pattern_match): New function.