]> sjero.net Git - wget/blobdiff - src/ChangeLog
PFS runtime check
[wget] / src / ChangeLog
index 03a1f6ad2107aef49d6d7322b95c922d7b24db0d..787c9c6067b9976a6255c28b801a098442c13eb7 100644 (file)
@@ -1,3 +1,16 @@
+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.