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