]> sjero.net Git - wget/blobdiff - src/ChangeLog
added PFS to --secure-protocol
[wget] / src / ChangeLog
index edfb80f6c01996b0460f314a5911fbd9bfadc0a2..ee7a53e412a07a1bbaa06e254347238a156788da 100644 (file)
@@ -1,3 +1,16 @@
+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