wget/doc
Tomas Hozza 2bbdfd76da Add TLS 1.3 support for GnuTLS
* doc/wget.texi: Add "TLSv1_3" to --secure-protocol
* src/gnutls.c (set_prio_default): Use GNUTLS_TLS1_3 where needed

Wget currently allows specifying "TLSv1_3" as the parameter for
--secure-protocol option. However it is only implemented for OpenSSL
and in case wget is compiled with GnuTLS, it causes wget to abort with:
GnuTLS: unimplemented 'secure-protocol' option value 6

GnuTLS contains TLS 1.3 implementation since version 3.6.3 [1]. However
currently it must be enabled explicitly in the application of it to be
used. This will change after the draft is finalized. [2] However for
the time being, I enabled it explicitly in case "TLSv1_3" is used with
--secure-protocol.

I also fixed man page to contain "TLSv1_3" in all listings of available
parameters for --secure-protocol

[1] https://lists.gnupg.org/pipermail/gnutls-devel/2018-July/008584.html
[2] https://nikmav.blogspot.com/2018/05/gnutls-and-tls-13.html

Signed-off-by: Tomas Hozza <thozza@redhat.com>
2018-09-07 09:56:02 +02:00
..
announcement_1.19.txt * doc/announcement_1.19.txt: Add new file 2017-02-03 15:19:05 +01:00
fdl.texi Update Copyright years 2018-01-14 11:24:43 +01:00
Makefile.am Update Copyright years 2018-01-14 11:24:43 +01:00
metalink-standard.txt New: --metalink-over-http Content-Type/Disposition Metalink/XML processing 2016-09-30 19:44:06 +02:00
metalink.txt Enforce Metalink file name verification, strip directory if necessary 2016-09-30 19:44:03 +02:00
sample.wgetrc sample.wgetrc: Fix wrong command 'locale' into 'localencoding' 2014-12-19 17:05:33 +01:00
texi2pod.pl Update Copyright years 2018-01-14 11:24:43 +01:00
wget.texi Add TLS 1.3 support for GnuTLS 2018-09-07 09:56:02 +02:00