]> sjero.net Git - wget/blobdiff - src/ChangeLog
Remove tight loop around gnutls_record_recv.
[wget] / src / ChangeLog
index fb42a5441d5c8916bab94da9411f17aba95de31b..e35815175c89eed32c22d88f171ab6f120806b7d 100644 (file)
@@ -1,3 +1,17 @@
+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
+       tight loop.
+       (wgnutls_write): Likewise.
+       (wgnutls_peek): Likewise.
+
 2011-04-07  Giuseppe Scrivano  <gscrivano@gnu.org>
 
        * gnutls.c (wgnutls_peek): New local variable `read'.