Merge pull request #3115 from mpg/ssl-opt-names-2.7

[Backport 2.7] Improve some test names in ssl-opt.sh
This commit is contained in:
Gilles Peskine 2020-03-24 19:48:22 +01:00 committed by GitHub
commit f3037ec2da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1206,7 +1206,7 @@ run_test "Encrypt then MAC: empty application data record" \
-s "dumping 'input payload after decrypt' (0 bytes)" \ -s "dumping 'input payload after decrypt' (0 bytes)" \
-c "0 bytes written in 1 fragments" -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_SRV auth_mode=none debug_level=4 etm=0" \
"$P_CLI auth_mode=none etm=0 request_size=0" \ "$P_CLI auth_mode=none etm=0 request_size=0" \
0 \ 0 \
@ -1221,7 +1221,7 @@ run_test "Encrypt then MAC, DTLS: empty application data record" \
-s "dumping 'input payload after decrypt' (0 bytes)" \ -s "dumping 'input payload after decrypt' (0 bytes)" \
-c "0 bytes written in 1 fragments" -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_SRV auth_mode=none debug_level=4 etm=0 dtls=1" \
"$P_CLI auth_mode=none etm=0 request_size=0 dtls=1" \ "$P_CLI auth_mode=none etm=0 request_size=0 dtls=1" \
0 \ 0 \