mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-06 19:13:37 +00:00
Add missing client certificate check in handshake defragmentation tests
Signed-off-by: Waleed Elmelegy <waleed.elmelegy@arm.com>
This commit is contained in:
parent
5fc8d3f035
commit
c5f1ba3d50
@ -14460,6 +14460,7 @@ run_test "TLS 1.2 ClientHello indicating support for deflate compression meth
|
|||||||
# Handshake defragmentation testing
|
# Handshake defragmentation testing
|
||||||
|
|
||||||
requires_openssl_tls1_3
|
requires_openssl_tls1_3
|
||||||
|
requires_certificate_authentication
|
||||||
run_test "Client Handshake defragmentation (512)" \
|
run_test "Client Handshake defragmentation (512)" \
|
||||||
"$O_NEXT_SRV -max_send_frag 512 " \
|
"$O_NEXT_SRV -max_send_frag 512 " \
|
||||||
"$P_CLI debug_level=4 " \
|
"$P_CLI debug_level=4 " \
|
||||||
@ -14468,6 +14469,7 @@ run_test "Client Handshake defragmentation (512)" \
|
|||||||
-c "handshake fragment: "
|
-c "handshake fragment: "
|
||||||
|
|
||||||
requires_openssl_tls1_3
|
requires_openssl_tls1_3
|
||||||
|
requires_certificate_authentication
|
||||||
run_test "Client Handshake defragmentation (513)" \
|
run_test "Client Handshake defragmentation (513)" \
|
||||||
"$O_NEXT_SRV -max_send_frag 513 " \
|
"$O_NEXT_SRV -max_send_frag 513 " \
|
||||||
"$P_CLI debug_level=4 " \
|
"$P_CLI debug_level=4 " \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user