mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-26 23:25:43 +01:00
Improve some test names in ssl-opt.sh
- "Default" should only be used for tests that actually use the defaults (ie, not passing options on the command line, except maybe debug/dtls) - All tests in the "Encrypt then MAC" group should start with that string as a common prefix Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
This commit is contained in:
parent
eb22ad2ddc
commit
d6e4454de8
@ -1206,7 +1206,7 @@ run_test "Encrypt then MAC: empty application data record" \
|
||||
-s "dumping 'input payload after decrypt' (0 bytes)" \
|
||||
-c "0 bytes written in 1 fragments"
|
||||
|
||||
run_test "Default, no Encrypt then MAC: empty application data record" \
|
||||
run_test "Encrypt then MAC: disabled, empty application data record" \
|
||||
"$P_SRV auth_mode=none debug_level=4 etm=0" \
|
||||
"$P_CLI auth_mode=none etm=0 request_size=0" \
|
||||
0 \
|
||||
@ -1221,7 +1221,7 @@ run_test "Encrypt then MAC, DTLS: empty application data record" \
|
||||
-s "dumping 'input payload after decrypt' (0 bytes)" \
|
||||
-c "0 bytes written in 1 fragments"
|
||||
|
||||
run_test "Default, no Encrypt then MAC, DTLS: empty application data record" \
|
||||
run_test "Encrypt then MAC, DTLS: disabled, empty application data record" \
|
||||
"$P_SRV auth_mode=none debug_level=4 etm=0 dtls=1" \
|
||||
"$P_CLI auth_mode=none etm=0 request_size=0 dtls=1" \
|
||||
0 \
|
||||
|
Loading…
Reference in New Issue
Block a user