Add tests for no middlebox mode
Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
parent
4579a972bf
commit
960bc28bcc
@ -9816,6 +9816,33 @@ run_test "TLS 1.3: CertificateRequest check - gnutls" \
|
|||||||
-c "got a certificate request" \
|
-c "got a certificate request" \
|
||||||
-c "<= parse certificate request"
|
-c "<= parse certificate request"
|
||||||
|
|
||||||
|
requires_openssl_tls1_3
|
||||||
|
requires_config_enabled MBEDTLS_SSL_PROTO_TLS1_3
|
||||||
|
requires_config_enabled MBEDTLS_DEBUG_C
|
||||||
|
requires_config_enabled MBEDTLS_SSL_CLI_C
|
||||||
|
requires_config_disabled MBEDTLS_USE_PSA_CRYPTO
|
||||||
|
run_test "TLS 1.3: CertificateRequest check, no middlebox - openssl" \
|
||||||
|
"$O_NEXT_SRV -msg -tls1_3 -num_tickets 0 -no_resume_ephemeral -no_cache -Verify 10 -no_middlebox" \
|
||||||
|
"$P_CLI debug_level=4 force_version=tls13 " \
|
||||||
|
1 \
|
||||||
|
-c "=> parse certificate request" \
|
||||||
|
-c "got a certificate request" \
|
||||||
|
-c "<= parse certificate request"
|
||||||
|
|
||||||
|
requires_gnutls_tls1_3
|
||||||
|
requires_gnutls_next_no_ticket
|
||||||
|
requires_config_enabled MBEDTLS_SSL_PROTO_TLS1_3
|
||||||
|
requires_config_enabled MBEDTLS_DEBUG_C
|
||||||
|
requires_config_enabled MBEDTLS_SSL_CLI_C
|
||||||
|
requires_config_disabled MBEDTLS_USE_PSA_CRYPTO
|
||||||
|
run_test "TLS 1.3: CertificateRequest check, no middlebox - gnutls" \
|
||||||
|
"$G_NEXT_SRV --debug=4 --priority=NORMAL:-VERS-ALL:+VERS-TLS1.3:+CIPHER-ALL:%NO_TICKETS:%DISABLE_TLS13_COMPAT_MODE" \
|
||||||
|
"$P_CLI debug_level=3 min_version=tls13 max_version=tls13" \
|
||||||
|
1 \
|
||||||
|
-c "=> parse certificate request" \
|
||||||
|
-c "got a certificate request" \
|
||||||
|
-c "<= parse certificate request"
|
||||||
|
|
||||||
requires_config_enabled MBEDTLS_SSL_PROTO_TLS1_3
|
requires_config_enabled MBEDTLS_SSL_PROTO_TLS1_3
|
||||||
requires_config_enabled MBEDTLS_SSL_TLS1_3_COMPATIBILITY_MODE
|
requires_config_enabled MBEDTLS_SSL_TLS1_3_COMPATIBILITY_MODE
|
||||||
requires_config_enabled MBEDTLS_DEBUG_C
|
requires_config_enabled MBEDTLS_DEBUG_C
|
||||||
|
Loading…
Reference in New Issue
Block a user