mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-03 13:15:42 +01:00
Make handshake reassembly work with openssl
This commit is contained in:
parent
a77561765f
commit
64dffc5d14
3 changed files with 50 additions and 24 deletions
|
|
@ -1988,27 +1988,26 @@ run_test "DTLS reassembly: no fragmentation (openssl server)" \
|
|||
-C "found fragmented DTLS handshake message" \
|
||||
-C "error"
|
||||
|
||||
# Not working yet
|
||||
#run_test "DTLS reassembly: fragmentation (openssl server)" \
|
||||
# "$O_SRV -dtls1 -mtu 256" \
|
||||
# "$P_CLI dtls=1 debug_level=2" \
|
||||
# 0 \
|
||||
# -c "found fragmented DTLS handshake message" \
|
||||
# -C "error"
|
||||
#
|
||||
#run_test "DTLS reassembly: fragmentation (openssl server)" \
|
||||
# "$O_SRV -dtls1 -mtu 256" \
|
||||
# "$P_CLI dtls=1 debug_level=2" \
|
||||
# 0 \
|
||||
# -c "found fragmented DTLS handshake message" \
|
||||
# -C "error"
|
||||
#
|
||||
#run_test "DTLS reassembly: fragmentation, nbio (openssl server)" \
|
||||
# "$O_SRV -dtls1 -mtu 256" \
|
||||
# "$P_CLI dtls=1 nbio=2 debug_level=2" \
|
||||
# 0 \
|
||||
# -c "found fragmented DTLS handshake message" \
|
||||
# -C "error"
|
||||
run_test "DTLS reassembly: fragmentation (openssl server)" \
|
||||
"$O_SRV -dtls1 -mtu 256" \
|
||||
"$P_CLI dtls=1 debug_level=2" \
|
||||
0 \
|
||||
-c "found fragmented DTLS handshake message" \
|
||||
-C "error"
|
||||
|
||||
run_test "DTLS reassembly: fragmentation (openssl server)" \
|
||||
"$O_SRV -dtls1 -mtu 256" \
|
||||
"$P_CLI dtls=1 debug_level=2" \
|
||||
0 \
|
||||
-c "found fragmented DTLS handshake message" \
|
||||
-C "error"
|
||||
|
||||
run_test "DTLS reassembly: fragmentation, nbio (openssl server)" \
|
||||
"$O_SRV -dtls1 -mtu 256" \
|
||||
"$P_CLI dtls=1 nbio=2 debug_level=2" \
|
||||
0 \
|
||||
-c "found fragmented DTLS handshake message" \
|
||||
-C "error"
|
||||
|
||||
# TODO: fragmentation with renegotiation, openssl + gnutls
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue