mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-28 18:32:56 +00:00
Add build with MBEDTLS_SSL_HW_RECORD_ACCEL to all.sh
Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
This commit is contained in:
parent
e07bc20155
commit
dd8807f52d
@ -1380,6 +1380,12 @@ component_build_armcc () {
|
|||||||
armc6_build_test "--target=aarch64-arm-none-eabi -march=armv8.2-a"
|
armc6_build_test "--target=aarch64-arm-none-eabi -march=armv8.2-a"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
component_build_ssl_hw_record_accel() {
|
||||||
|
msg "build: default config with MBEDTLS_SSL_HW_RECORD_ACCEL enabled"
|
||||||
|
scripts/config.pl set MBEDTLS_SSL_HW_RECORD_ACCEL
|
||||||
|
make CFLAGS='-Werror -O1'
|
||||||
|
}
|
||||||
|
|
||||||
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.py set MBEDTLS_TLS_DEFAULT_ALLOW_SHA1_IN_CERTIFICATES
|
scripts/config.py set MBEDTLS_TLS_DEFAULT_ALLOW_SHA1_IN_CERTIFICATES
|
||||||
|
Loading…
x
Reference in New Issue
Block a user