Skip to content

Commit b3a33da

Browse files
mattcaswellbeldmit
authored andcommitted
Increase the default security level to 2
OTC voted to increase the security level from 1 to 2 Reviewed-by: Dmitry Belyavskiy <[email protected]> (Merged from #16760)
1 parent 78de5a9 commit b3a33da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/openssl/tls1.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ extern "C" {
2828

2929
/* Default security level if not overridden at config time */
3030
# ifndef OPENSSL_TLS_SECURITY_LEVEL
31-
# define OPENSSL_TLS_SECURITY_LEVEL 1
31+
# define OPENSSL_TLS_SECURITY_LEVEL 2
3232
# endif
3333

3434
/* TLS*_VERSION constants are defined in prov_ssl.h */

0 commit comments

Comments
 (0)