Paul Elliott 7c6686014b Fix tests where tests were done prior to init
Variables that are in any way destructed on exit should be initialised
prior to any tests that might jump to exit, to save potential
uninitialised memory accesses.

Signed-off-by: Paul Elliott <paul.elliott@arm.com>
2024-10-24 14:58:14 +01:00
..
test_suite_config.function New test suite to report configuration options 2024-06-20 17:10:24 +02:00
test_suite_config.tls_combinations.data New test suite to report configuration options 2024-06-20 17:10:24 +02:00
test_suite_constant_time_hmac.data Move test_suite_constant_time_hmac back to mbedtls 2024-10-01 15:32:01 +02:00
test_suite_constant_time_hmac.function Move test_suite_constant_time_hmac back to mbedtls 2024-10-01 15:32:01 +02:00
test_suite_debug.data Replace MBEDTLS_PK_CAN_ECDSA_SOME with PSA_HAVE_ALG_SOME_ECDSA 2024-09-09 11:17:36 +01:00
test_suite_debug.function Fix missing-prototype errors in tests/suites 2024-08-09 10:29:58 +01:00
test_suite_mps.data
test_suite_mps.function Add missing exit labels to MPS tests 2023-10-20 19:14:46 +01:00
test_suite_net.data
test_suite_net.function Switch to the new code style 2023-01-11 14:50:10 +01:00
test_suite_pkcs7.data Replace MBEDTLS_MD_CAN_SHA1 with PSA_WANT_ALG_SHA_1 2024-09-04 18:12:59 +01:00
test_suite_pkcs7.function Fix missing-prototype errors in tests/suites 2024-08-09 10:29:58 +01:00
test_suite_ssl_decrypt.function Replace MBEDTLS_SSL_HAVE_CBC with PSA_WANT_ALG_CBC_NO_PADDING 2024-07-31 16:19:15 +01:00
test_suite_ssl_decrypt.misc.data Replace MBEDTLS_MD_CAN_SHA1 with PSA_WANT_ALG_SHA_1 2024-09-04 18:12:59 +01:00
test_suite_ssl.data Fix typo in dependency 2024-10-10 17:26:11 +02:00
test_suite_ssl.function Address review comments: add PSA_WANT_KEY_TYPE_ECC_KEY_PAIR_IMPORT 2024-09-09 11:18:10 +01:00
test_suite_test_helpers.data Basic functional test for memory poisoning 2023-11-29 19:22:03 +01:00
test_suite_test_helpers.function Basic functional test for memory poisoning 2023-11-29 19:22:03 +01:00
test_suite_version.data Move version tests from tf-psa-crypto/test/suite to test/suites 2024-10-04 13:37:42 +01:00
test_suite_version.function Move version tests from tf-psa-crypto/test/suite to test/suites 2024-10-04 13:37:42 +01:00
test_suite_x509parse.data Use MBEDTLS_ERROR_ADD instead of explicit addition: simple cases 2024-10-16 11:52:24 +02:00
test_suite_x509parse.function Fix x509 parse syntax typo 2024-09-19 16:30:09 +01:00
test_suite_x509write.data Merge pull request #9413 from sezrab/split_numeric_string_conversions_oid-development 2024-09-26 12:50:37 +00:00
test_suite_x509write.function Fix tests where tests were done prior to init 2024-10-24 14:58:14 +01:00