]> sjero.net Git - wget/blobdiff - src/ChangeLog
Allow X509 v1 certificates.
[wget] / src / ChangeLog
index fb42a5441d5c8916bab94da9411f17aba95de31b..efecdc82f74304f9ce094530fae618c937b17a28 100644 (file)
@@ -1,3 +1,15 @@
+2011-04-07  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * gnutls.c (ssl_init): Allow X509 v1 certificates.
+       Suggested by: Ray Satiro <raysatiro@yahoo.com>
+
+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'.