Skip to content

Commit e0c8e05

Browse files
committed
fixup! Validate cipher suite after HelloRetryRequest
1 parent f379d5b commit e0c8e05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/api.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48131,7 +48131,7 @@ static int test_TLSX_CA_NAMES_bad_extension(void)
4813148131
#if defined(HAVE_MANUAL_MEMIO_TESTS_DEPENDENCIES) && defined(WOLFSSL_TLS13) && \
4813248132
!defined(NO_CERTS) && !defined(WOLFSSL_NO_CA_NAMES) && \
4813348133
defined(OPENSSL_EXTRA) && defined(BUILD_TLS_CHACHA20_POLY1305_SHA256) && \
48134-
defined(HAVE_ECC)
48134+
defined(HAVE_ECC) && !defined(WOLFSSL_TLS13_MIDDLEBOX_COMPAT)
4813548135
/* This test should only fail (with BUFFER_ERROR) when we actually try to
4813648136
* parse the CA Names extension. Otherwise it will return other non-related
4813748137
* errors. If CA Names will be parsed in more configurations, that should

0 commit comments

Comments
 (0)