mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-02-02 07:11:07 +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
2eaf2c7969
commit
fa8e6dabd2
|
@ -894,7 +894,7 @@ component_test_when_no_ciphersuites_have_mac () {
|
|||
make test
|
||||
|
||||
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 () {
|
||||
|
|
Loading…
Reference in a new issue