Merge pull request #7465 from valeriosetti/issue7460-part3

Check remaning dependencies on ECP in PK module
This commit is contained in:
Manuel Pégourié-Gonnard 2023-04-24 13:06:09 +02:00 committed by GitHub
commit feb941a77a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 39 additions and 12 deletions

View file

@ -946,13 +946,13 @@ component_test_full_cmake_gcc_asan () {
# TODO: replace "mbedtls_ecp_curve" with "mbedtls_ecp" also for
# "full-tls-external" once Issue6839 is completed
not grep mbedtls_ecp_curve full-tls-external
not grep mbedtls_ecp full-x509-external
not grep mbedtls_ecp_curve full-libmbedtls-external
not grep mbedtls_ecp full-libmbedx509-external
rm full-tls-external \
full-tls-modules \
full-x509-external \
full-x509-modules
rm full-libmbedtls-external \
full-libmbedtls-modules \
full-libmbedx509-external \
full-libmbedx509-modules
}
component_test_psa_crypto_key_id_encodes_owner () {