Add test with proxy and openssl server

This commit is contained in:
Manuel Pégourié-Gonnard 2014-09-25 17:00:27 +02:00 committed by Paul Bakker
parent 1b753f1e27
commit d0fd1daa6b
2 changed files with 25 additions and 4 deletions

View file

@ -2273,6 +2273,15 @@ run_test "DTLS proxy: 3d, min handshake, client-initiated renegotiation" \
-s "Extra-header:" \
-c "HTTP/1.0 200 OK"
needs_more_time 2
run_test "DTLS proxy: 3d, max handshake, openssl server" \
-p "$P_PXY drop=5 delay=5 duplicate=5 protect_hvr=1" \
"$O_SRV -dtls1 -mtu 2048" \
"$P_CLI dtls=1" \
0 \
-s "Extra-header:" \
-c "HTTP/1.0 200 OK"
# Final report
echo "------------------------------------------------------------------------"