mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-09 19:25:35 +00:00
all.sh: Perform targeted EtM tests for MAC-less configs
When testing a configuration where no ciphersuites have MAC, via component_test_when_no_ciphersuites_have_mac(), perform a targeted test of only encrypt-then-MAC tests within ssl-opt.sh.
This commit is contained in:
parent
2de07f1dd1
commit
6b1683dd5d
|
@ -964,7 +964,7 @@ component_test_when_no_ciphersuites_have_mac () {
|
||||||
make test
|
make test
|
||||||
|
|
||||||
msg "test ssl-opt.sh: !MBEDTLS_SSL_SOME_MODES_USE_MAC"
|
msg "test ssl-opt.sh: !MBEDTLS_SSL_SOME_MODES_USE_MAC"
|
||||||
if_build_succeeded tests/ssl-opt.sh
|
if_build_succeeded tests/ssl-opt.sh -f 'Default\|EtM' -e 'without EtM'
|
||||||
}
|
}
|
||||||
|
|
||||||
component_test_null_entropy () {
|
component_test_null_entropy () {
|
||||||
|
|
Loading…
Reference in a new issue