mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-26 13:42:23 +01:00
skip test_tls13_hrr_different_cs() test when WOLFSSL_TLS13_MIDDLEBOX_COMPAT is defined
This commit is contained in:
@@ -2232,7 +2232,8 @@ int test_tls13_hrr_different_cs(void)
|
||||
defined(WOLFSSL_TLS13) && \
|
||||
defined(BUILD_TLS_AES_256_GCM_SHA384) && \
|
||||
defined(BUILD_TLS_CHACHA20_POLY1305_SHA256) && \
|
||||
defined(HAVE_ECC) && defined(HAVE_ECC384)
|
||||
defined(HAVE_ECC) && defined(HAVE_ECC384) && \
|
||||
!defined(WOLFSSL_TLS13_MIDDLEBOX_COMPAT)
|
||||
/*
|
||||
* TLSv1.3 Record Layer: Handshake Protocol: Hello Retry Request
|
||||
* Content Type: Handshake (22)
|
||||
|
||||
Reference in New Issue
Block a user