1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-08 17:42:09 +03:00

Fix issue with non-blocking I/O & record splitting

This commit is contained in:
Manuel Pégourié-Gonnard
2015-01-13 20:56:15 +01:00
parent d5746b36f9
commit a852cf4833
2 changed files with 15 additions and 9 deletions

View File

@@ -718,6 +718,15 @@ run_test "CBC Record splitting: TLS 1.0, splitting disabled" \
-S "Read from client: 1 bytes read" \
-S "122 bytes read"
run_test "CBC Record splitting: TLS 1.0, splitting, nbio" \
"$P_SRV nbio=2" \
"$P_CLI nbio=2 force_ciphersuite=TLS-RSA-WITH-AES-128-CBC-SHA \
request_size=123 force_version=tls1" \
0 \
-S "Read from client: 123 bytes read" \
-s "Read from client: 1 bytes read" \
-s "122 bytes read"
# Tests for Session Tickets
run_test "Session resume using tickets: basic" \