ssl-opt.sh: Enable Event-driven I/O tests for TLS 1.3
The other "Event-driven I/O" tests are not relevant to TLS 1.3 yet: no ticket and session resumption support. Signed-off-by: Ronald Cron <ronald.cron@arm.com>
This commit is contained in:
parent
2cffd284bc
commit
ba80d4d60b
1 changed files with 0 additions and 2 deletions
|
@ -5720,7 +5720,6 @@ run_test "Non-blocking I/O: session-id resume" \
|
|||
|
||||
# Tests for event-driven I/O: exercise a variety of handshake flows
|
||||
|
||||
requires_config_enabled MBEDTLS_SSL_PROTO_TLS1_2
|
||||
run_test "Event-driven I/O: basic handshake" \
|
||||
"$P_SRV event=1 tickets=0 auth_mode=none" \
|
||||
"$P_CLI event=1 tickets=0" \
|
||||
|
@ -5729,7 +5728,6 @@ run_test "Event-driven I/O: basic handshake" \
|
|||
-C "mbedtls_ssl_handshake returned" \
|
||||
-c "Read from server: .* bytes read"
|
||||
|
||||
requires_config_enabled MBEDTLS_SSL_PROTO_TLS1_2
|
||||
run_test "Event-driven I/O: client auth" \
|
||||
"$P_SRV event=1 tickets=0 auth_mode=required" \
|
||||
"$P_CLI event=1 tickets=0" \
|
||||
|
|
Loading…
Reference in a new issue