aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValerio Setti <vsetti@baylibre.com>2022-12-30 17:45:05 +0100
committerValerio Setti <vsetti@baylibre.com>2023-01-02 16:51:58 +0100
commite79fb03b7cd19dcf5a31b4eb478416694e965222 (patch)
tree4f7dae1fa5c0da88878ffb16ea145145a2891f6d
parent6eca7b475d379506c0490c1652be49055cefcb0f (diff)
downloadmbedtls-features/new-code-style/test/good/old/6863.zip
mbedtls-features/new-code-style/test/good/old/6863.tar.gz
mbedtls-features/new-code-style/test/good/old/6863.tar.bz2
test: verify that TLS and X509 are independent from mbedtls_ecp_curve functionsfeatures/new-code-style/test/good/old/6863features/new-code-style/test/6863/old
Signed-off-by: Valerio Setti <vsetti@baylibre.com>
-rwxr-xr-xtests/scripts/all.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh
index 18dc8a6..046a073 100755
--- a/tests/scripts/all.sh
+++ b/tests/scripts/all.sh
@@ -939,6 +939,19 @@ component_test_full_cmake_gcc_asan () {
msg "test: context-info.sh (full config, ASan build)" # ~ 15 sec
tests/context-info.sh
+
+ # Verify that TLS and X509 libraries have no dipendency from
+ # "mbedtls_ecp_curve" symbols.
+ msg "test: verify that TLS and X509 have no dependency from mbedtls_ecp_curve symbols"
+ docs/architecture/psa-migration/syms.sh full
+
+ not grep mbedtls_ecp_curve full-tls-external
+ not grep mbedtls_ecp_curve full-x509-external
+
+ rm full-tls-external \
+ full-tls-modules \
+ full-x509-external \
+ full-x509-modules
}
component_test_psa_crypto_key_id_encodes_owner () {