mirror of https://github.com/wolfSSL/wolfssl.git
No old TLS check
parent
94cf845c05
commit
e465089798
|
@ -3492,7 +3492,7 @@ AC_ARG_ENABLE([oldtls],
|
||||||
[ ENABLED_OLD_TLS=yes ]
|
[ ENABLED_OLD_TLS=yes ]
|
||||||
)
|
)
|
||||||
|
|
||||||
if test "$ENABLED_CRYPTONLY" = "yes"
|
if test "$ENABLED_CRYPTONLY" = "yes" || test "x$ENABLED_HARDEN_TLS" != "xno"
|
||||||
then
|
then
|
||||||
ENABLED_OLD_TLS=no
|
ENABLED_OLD_TLS=no
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -2969,6 +2969,9 @@ extern void uITRON4_free(void *p) ;
|
||||||
#ifdef HAVE_TRUNCATED_HMAC
|
#ifdef HAVE_TRUNCATED_HMAC
|
||||||
#error "Truncated HMAC Extension not allowed https://www.rfc-editor.org/rfc/rfc9325#section-4.6"
|
#error "Truncated HMAC Extension not allowed https://www.rfc-editor.org/rfc/rfc9325#section-4.6"
|
||||||
#endif
|
#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
|
#endif
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
|
Loading…
Reference in New Issue