mirror of https://github.com/ipxe/ipxe.git
[tls] Default to supporting only TLSv1.1 or above
Signed-off-by: Michael Brown <mcb30@ipxe.org>pull/115/head
parent
2dac11eb1d
commit
dc785b0fb6
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue