]> sjero.net Git - wget/blobdiff - src/ChangeLog
fix --without-ssl compile error
[wget] / src / ChangeLog
index ab38d45ebda71d4e03a80a349f331359a2bd7c5e..43997f88d5ae2111616c698e72e4682e7d341914 100644 (file)
@@ -1,3 +1,34 @@
+2013-09-13  Tim Ruehsen  <tim.ruehsen@gmx.de>
+
+       * recur.c (download_child_p): fix compile error when
+         configured using --without-ssl.
+
+2013-09-07  Tim Ruehsen  <tim.ruehsen@gmx.de>
+
+       * gnutls.c (ssl_connect_wget): use gnutls_check_version()
+         to check if option "PFS" is available
+         Reported by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
+
+2013-09-03  Tim Ruehsen  <tim.ruehsen@gmx.de>
+
+       * main.c: Add new value 'PFS' to --secure-protocol to
+         enforce the so-called Perfect Forward Security.
+       * init.c (cmd_spec_secure_protocol): added secure_protocol_pfs
+       * openssl.c, gnutls.c, options.h: likewise
+
+2013-08-22  Tim Ruehsen  <tim.ruehsen@gmx.de>
+
+       * main.c: Add new option --https-only.
+       * options.h: Likewise.
+       * recur.c (download_child_p): add check for HTTPS.
+
+2013-08-09  Tim Ruehsen  <tim.ruehsen@gmx.de>
+
+       * gnutls.c (ssl_init): Prevent CA files from being loaded twice
+         if possible.
+       * gnutls.c (ssl_check_certificate): Added some error messages
+       * gnutls.c: Fixed some compiler warnings
+
 2013-08-08  Will Dietz  <w@wdtz.org> (tiny change):
 
        * main.c (format_and_print_line): Wrap correctly long tokens.