mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
Merge pull request #9954 from gabor-mezei-arm/9753_migrate_RSA_key_exchange_tests
Migrate RSA-decryption test cases
This commit is contained in:
@ -242,8 +242,8 @@ component_test_small_mbedtls_ssl_dtls_max_buffering () {
|
||||
tests/ssl-opt.sh -f "DTLS reordering: Buffer encrypted Finished message, drop for fragmented NewSessionTicket"
|
||||
}
|
||||
|
||||
# Common helper for component_full_without_ecdhe_ecdsa() and
|
||||
# component_full_without_ecdhe_ecdsa_and_tls13() which:
|
||||
# Common helper for component_full_without_ecdhe_ecdsa(),
|
||||
# component_full_without_ecdhe_ecdsa_and_tls13() and component_full_without_tls13 which:
|
||||
# - starts from the "full" configuration minus the list of symbols passed in
|
||||
# as 1st parameter
|
||||
# - build
|
||||
@ -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
|
||||
|
Reference in New Issue
Block a user