[tls] Default to supporting only TLSv1.1 or above

Signed-off-by: Michael Brown <mcb30@ipxe.org>
pull/115/head
Michael Brown 2020-06-16 13:14:12 +01:00
parent 2dac11eb1d
commit dc785b0fb6
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
/** Minimum TLS version */ /** 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 */ /** RSA public-key algorithm */
#define CRYPTO_PUBKEY_RSA #define CRYPTO_PUBKEY_RSA