mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-12-23 18:15:35 +00:00
Add all.sh entry
This commit is contained in:
parent
642596e931
commit
990135eb4e
|
@ -1561,6 +1561,16 @@ component_test_baremetal () {
|
||||||
if_build_succeeded tests/ssl-opt.sh --filter "^Default, DTLS$"
|
if_build_succeeded tests/ssl-opt.sh --filter "^Default, DTLS$"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
component_test_hardware_entropy () {
|
||||||
|
msg "build: default config + MBEDTLS_ENTROPY_HARDWARE_ALT"
|
||||||
|
scripts/config.pl set MBEDTLS_ENTROPY_HARDWARE_ALT
|
||||||
|
make CFLAGS='-Werror -O1'
|
||||||
|
|
||||||
|
msg "test: default config + MBEDTLS_ENTROPY_HARDWARE_ALT"
|
||||||
|
if_build_succeeded make test
|
||||||
|
if_build_succeeded tests/ssl-opt.sh --filter "^Default, DTLS$"
|
||||||
|
}
|
||||||
|
|
||||||
component_test_allow_sha1 () {
|
component_test_allow_sha1 () {
|
||||||
msg "build: allow SHA1 in certificates by default"
|
msg "build: allow SHA1 in certificates by default"
|
||||||
scripts/config.pl set MBEDTLS_TLS_DEFAULT_ALLOW_SHA1_IN_CERTIFICATES
|
scripts/config.pl set MBEDTLS_TLS_DEFAULT_ALLOW_SHA1_IN_CERTIFICATES
|
||||||
|
|
Loading…
Reference in a new issue