From: Michael Brown Date: Tue, 16 Jun 2020 12:14:12 +0000 (+0100) Subject: [tls] Default to supporting only TLSv1.1 or above X-Git-Tag: v1.21.1~155 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc785b0fb;p=thirdparty%2Fipxe.git [tls] Default to supporting only TLSv1.1 or above Signed-off-by: Michael Brown --- diff --git a/src/config/crypto.h b/src/config/crypto.h index d3c34a94d..cc8657389 100644 --- a/src/config/crypto.h +++ b/src/config/crypto.h @@ -10,7 +10,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); /** Minimum TLS version */ -#define TLS_VERSION_MIN TLS_VERSION_TLS_1_0 +#define TLS_VERSION_MIN TLS_VERSION_TLS_1_1 /** RSA public-key algorithm */ #define CRYPTO_PUBKEY_RSA