mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 02:37:28 +02:00
No old TLS check
This commit is contained in:
@ -3492,7 +3492,7 @@ AC_ARG_ENABLE([oldtls],
|
||||
[ ENABLED_OLD_TLS=yes ]
|
||||
)
|
||||
|
||||
if test "$ENABLED_CRYPTONLY" = "yes"
|
||||
if test "$ENABLED_CRYPTONLY" = "yes" || test "x$ENABLED_HARDEN_TLS" != "xno"
|
||||
then
|
||||
ENABLED_OLD_TLS=no
|
||||
fi
|
||||
|
@ -2969,6 +2969,9 @@ extern void uITRON4_free(void *p) ;
|
||||
#ifdef HAVE_TRUNCATED_HMAC
|
||||
#error "Truncated HMAC Extension not allowed https://www.rfc-editor.org/rfc/rfc9325#section-4.6"
|
||||
#endif
|
||||
#ifndef NO_OLD_TLS
|
||||
#error "TLS < 1.2 protocol versions not allowed https://www.rfc-editor.org/rfc/rfc9325#section-3.1.1"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
Reference in New Issue
Block a user