mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-20 12:40:47 +00:00
Use newer OpenSSL for tests failing with the old
Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
This commit is contained in:
parent
e3e16d5d67
commit
d60950c2d0
@ -2694,10 +2694,13 @@ run_test "Session resume using tickets, DTLS: openssl server" \
|
||||
-c "parse new session ticket" \
|
||||
-c "a session has been resumed"
|
||||
|
||||
# For reasons that aren't fully understood, this test randomly fails with high
|
||||
# probabiliby with OpenSSL 1.0.2g on the CI, see #5012.
|
||||
requires_openssl_next
|
||||
run_test "Session resume using tickets, DTLS: openssl client" \
|
||||
"$P_SRV dtls=1 debug_level=3 tickets=1" \
|
||||
"( $O_CLI -dtls -sess_out $SESSION; \
|
||||
$O_CLI -dtls -sess_in $SESSION; \
|
||||
"( $O_NEXT_CLI -dtls -sess_out $SESSION; \
|
||||
$O_NEXT_CLI -dtls -sess_in $SESSION; \
|
||||
rm -f $SESSION )" \
|
||||
0 \
|
||||
-s "found session ticket extension" \
|
||||
@ -2894,10 +2897,13 @@ run_test "Session resume using cache, DTLS: session copy" \
|
||||
-s "a session has been resumed" \
|
||||
-c "a session has been resumed"
|
||||
|
||||
# For reasons that aren't fully understood, this test randomly fails with high
|
||||
# probabiliby with OpenSSL 1.0.2g on the CI, see #5012.
|
||||
requires_openssl_next
|
||||
run_test "Session resume using cache, DTLS: openssl client" \
|
||||
"$P_SRV dtls=1 debug_level=3 tickets=0" \
|
||||
"( $O_CLI -dtls -sess_out $SESSION; \
|
||||
$O_CLI -dtls -sess_in $SESSION; \
|
||||
"( $O_NEXT_CLI -dtls -sess_out $SESSION; \
|
||||
$O_NEXT_CLI -dtls -sess_in $SESSION; \
|
||||
rm -f $SESSION )" \
|
||||
0 \
|
||||
-s "found session ticket extension" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user