1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-30 22:43:08 +03:00

Add new test component

New test component added to run test cases with ECDHE_ECDSA ciphersuits and
without TLS 1.3.

Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
This commit is contained in:
Gabor Mezei
2025-02-27 11:30:11 +01:00
parent 8adcfc8240
commit c27757b1eb

View File

@ -277,6 +277,10 @@ component_full_without_ecdhe_ecdsa_and_tls13 () {
MBEDTLS_SSL_PROTO_TLS1_3"
}
component_full_without_tls13 () {
build_full_minus_something_and_test_tls "MBEDTLS_SSL_PROTO_TLS1_3"
}
component_build_no_ssl_srv () {
msg "build: full config except SSL server, make, gcc" # ~ 30s
scripts/config.py full