]> sjero.net Git - wget/blobdiff - src/ChangeLog
Fix build error.
[wget] / src / ChangeLog
index efecdc82f74304f9ce094530fae618c937b17a28..07c99b975341497e29e57b6026ac2d5de465e718 100644 (file)
@@ -1,8 +1,32 @@
+2011-04-18  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * openssl.c (openssl_read): Fix build error.
+
+2011-04-17  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * wget.h [HAVE_LIBSSL32]: Define HAVE_SSL.
+
+       * gnutls.c (wgnutls_peek): Use correctly FIONBIO codes under Mingw32.
+       Reported by: Ray Satiro <raysatiro@yahoo.com>
+
+2011-04-13  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * openssl.c (openssl_poll): Check if the specified timeout is zero after
+       SSL_pending.
+       (openssl_peek): Make the call non-blocking.
+
+2011-04-11  Cristian Rodríguez  <crrodriguez@opensuse.org> (tiny change)
+
+       * openssl.c (ssl_init) [! OPENSSL_NO_SSL2]: Use SSLv2 only when
+       available.
+
 2011-04-07  Giuseppe Scrivano  <gscrivano@gnu.org>
 
        * gnutls.c (ssl_init): Allow X509 v1 certificates.
        Suggested by: Ray Satiro <raysatiro@yahoo.com>
 
+       (wgnutls_peek): Remove tight loop around gnutls_record_recv.
+
 2011-04-07  Ray Satiro  <raysatiro@yahoo.com> (tiny change)
 
        (wgnutls_read): Check for the GNUTLS_E_AGAIN return code in the recv