]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Increase the default security level to 2
authorMatt Caswell <matt@openssl.org>
Tue, 5 Oct 2021 16:29:35 +0000 (17:29 +0100)
committerDmitry Belyavskiy <beldmit@gmail.com>
Sat, 9 Oct 2021 17:57:01 +0000 (19:57 +0200)
OTC voted to increase the security level from 1 to 2

Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/16760)

include/openssl/tls1.h

index d6e9331fa1e94de4cfcf13d765b08b29a385d1cf..7be6d473f8807f8b44aab80e7141b7ed4a85c10f 100644 (file)
@@ -28,7 +28,7 @@ extern "C" {
 
 /* Default security level if not overridden at config time */
 # ifndef OPENSSL_TLS_SECURITY_LEVEL
-#  define OPENSSL_TLS_SECURITY_LEVEL 1
+#  define OPENSSL_TLS_SECURITY_LEVEL 2
 # endif
 
 /* TLS*_VERSION constants are defined in prov_ssl.h */