]> sjero.net Git - wget/blobdiff - src/ChangeLog
The GNU TLS backend loads default root certificates.
[wget] / src / ChangeLog
index 283e2d28455d4de5d42fe656299c374ca3d6e723..21261f49d3351422f3461835067508dcfc71dba4 100644 (file)
@@ -1,3 +1,26 @@
+2010-07-05  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * gnutls.c (ssl_init): New local variables `ca_directory' and `dir'.
+       Load default root certificates under the `ca_directory' directory.
+
+2010-07-03  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * gnutls.c (ssl_connect_wget): New local variable `allowed_protocols'.
+       Honor the --secure-protocol flag.
+
+2010-06-20  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * main.c (print_help): Fix help string for --random-wait.  Its range is
+       [0.5*wait, 1.5*wait) not [0, 2*wait).
+       Reported by: Tom Mizutani <gombei1970@gmail.com>.
+
+2010-06-15  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * gnutls.c [WIN32]: Include "w32sock.h".
+       (FD_TO_SOCKET): Add definition.
+       (ssl_connect_wget): Get the real socket handle by FD_TO_SOCKET.
+       Define FD_TO_SOCKET if it is not yet defined.
+
 2010-06-14  Giuseppe Scrivano  <gscrivano@gnu.org>
 
        * gnutls.c: Include <stdlib.h>.