X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=src%2FChangeLog;h=43997f88d5ae2111616c698e72e4682e7d341914;hb=85dd2f7ce2ab7261d6ac9474fc48d8db0c8cfbaa;hp=03a1f6ad2107aef49d6d7322b95c922d7b24db0d;hpb=42c78fdd71c311cf96210b709ec0a18ef45ef87f;p=wget diff --git a/src/ChangeLog b/src/ChangeLog index 03a1f6ad..43997f88 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,21 @@ +2013-09-13 Tim Ruehsen + + * recur.c (download_child_p): fix compile error when + configured using --without-ssl. + +2013-09-07 Tim Ruehsen + + * gnutls.c (ssl_connect_wget): use gnutls_check_version() + to check if option "PFS" is available + Reported by: Daniel Kahn Gillmor + +2013-09-03 Tim Ruehsen + + * 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 * main.c: Add new option --https-only.