We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f379d5b commit e0c8e05Copy full SHA for e0c8e05
tests/api.c
@@ -48131,7 +48131,7 @@ static int test_TLSX_CA_NAMES_bad_extension(void)
48131
#if defined(HAVE_MANUAL_MEMIO_TESTS_DEPENDENCIES) && defined(WOLFSSL_TLS13) && \
48132
!defined(NO_CERTS) && !defined(WOLFSSL_NO_CA_NAMES) && \
48133
defined(OPENSSL_EXTRA) && defined(BUILD_TLS_CHACHA20_POLY1305_SHA256) && \
48134
- defined(HAVE_ECC)
+ defined(HAVE_ECC) && !defined(WOLFSSL_TLS13_MIDDLEBOX_COMPAT)
48135
/* This test should only fail (with BUFFER_ERROR) when we actually try to
48136
* parse the CA Names extension. Otherwise it will return other non-related
48137
* errors. If CA Names will be parsed in more configurations, that should
0 commit comments