X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=src%2FChangeLog;h=07c99b975341497e29e57b6026ac2d5de465e718;hb=1eb1e76e9ac6f1692f33570f61ff43740f3b44d1;hp=2b82006dc7b9bd2e17974cac2b498d68eee11e94;hpb=99e9291da35252e2cc463982761ce0ca5841c48d;p=wget diff --git a/src/ChangeLog b/src/ChangeLog index 2b82006d..07c99b97 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,50 @@ +2011-04-18 Giuseppe Scrivano + + * openssl.c (openssl_read): Fix build error. + +2011-04-17 Giuseppe Scrivano + + * wget.h [HAVE_LIBSSL32]: Define HAVE_SSL. + + * gnutls.c (wgnutls_peek): Use correctly FIONBIO codes under Mingw32. + Reported by: Ray Satiro + +2011-04-13 Giuseppe Scrivano + + * 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 (tiny change) + + * openssl.c (ssl_init) [! OPENSSL_NO_SSL2]: Use SSLv2 only when + available. + +2011-04-07 Giuseppe Scrivano + + * gnutls.c (ssl_init): Allow X509 v1 certificates. + Suggested by: Ray Satiro + + (wgnutls_peek): Remove tight loop around gnutls_record_recv. + +2011-04-07 Ray Satiro (tiny change) + + (wgnutls_read): Check for the GNUTLS_E_AGAIN return code in the recv + tight loop. + (wgnutls_write): Likewise. + (wgnutls_peek): Likewise. + +2011-04-07 Giuseppe Scrivano + + * gnutls.c (wgnutls_peek): New local variable `read'. + Use `read' instead of `ret' to store the number of read bytes. + Reported by: Ray Satiro + 2011-04-04 Giuseppe Scrivano + * openssl.c [WINDOWS]: Include . + (openssl_read): Retry the read on SSL_ERROR_WANT_READ. + * host.c [WINDOWS]: Include and . Suggested by: Ray Satiro .