- 21506fd Update documentation regarding metatest by Harry Ramsey · 6 months ago
- 1494a09 test_suite_ssl: require GCM or ChaChaPoly in handshake_serialization() by Valerio Setti · 6 months ago
- 592f682 test_suite_ssl: update description for conf_curve and conf_gruop tests by Valerio Setti · 7 months ago
- 8638603 test_suite_ssl: remove tests specific for DHE-RSA by Valerio Setti · 7 months ago
- b8ef2a4 test_suite_ssl: adapt handshake_fragmentation() to use ECDHE-RSA by Valerio Setti · 7 months ago
- 5b7bfd8 test_suite_ssl: adapt DHE-RSA tests to ECDHE-RSA by Valerio Setti · 7 months ago
- 7e1154c Merge pull request #9906 from mpg/rm-conf-curves by Manuel Pégourié-Gonnard · 6 months ago
- c4e768a Fix incorrect test function by Manuel Pégourié-Gonnard · 7 months ago
- 6487da1 tests: remove usage of mbedtls_x509write_crt_set_serial by Valerio Setti · 7 months ago
- 4c3134a Remove useless dependency from test function by Manuel Pégourié-Gonnard · 7 months ago
- 93d4591 Remove deprecated function mbedtls_ssl_conf_curves() by Manuel Pégourié-Gonnard · 7 months ago
- bc7c523 Remove uses of secp244k1 by Gilles Peskine · 7 months ago
- ce3c2dd Merge pull request #9806 from ronald-cron-arm/finalize-split-preparation-1 by Ronald Cron · 8 months ago
- 6924564 Move back timing.c to mbedtls by Ronald Cron · 9 months ago
- 4f7f132 test-data: Adjusted check-feature test to seek `MBEDTLS_TIMING_C`. by Minos Galanakis · 9 months ago
- 4c58e89 Merge pull request #9613 from gilles-peskine-arm/remove-rsa-psk-key-exchange by Gilles Peskine · 9 months ago
- ae5353b Move new test suite to the tf-psa-crypto directory by Gilles Peskine · 9 months ago
- 7dfe7c9 Remove RSA-PSK test cases by Gilles Peskine · 11 months ago
- f121019 Don't use Unicode in .function file by Gilles Peskine · 9 months ago
- dc7d787 More explanation of what we do and do not test by Gilles Peskine · 9 months ago
- 091941e Basic statistical tests for mbedtls_psa_ecp_generate_key() by Gilles Peskine · 9 months ago
- 77587ce Unit tests for mbedtls_psa_ecp_generate_key() by Gilles Peskine · 9 months ago
- 8ed4d94 Merge pull request #9614 from gilles-peskine-arm/use_psa_crypto-always_on by Gilles Peskine · 9 months ago
- f8d13d8 Merge pull request #9721 from paul-elliott-arm/fix_new_coverity_issues by David Horstmann · 9 months ago
- 5f6e69d Merge pull request #9693 from Harry-Ramsey/split-revert-error-development by Ronald Cron · 9 months ago
- 9a209b8 Pair inits with declarations by Paul Elliott · 9 months ago
- 7c66860 Fix tests where tests were done prior to init by Paul Elliott · 10 months ago
- 8fd2117 Remove !MBEDTLS_USE_PSA_CRYPTO test cases that have a USE_PSA alternate by Gilles Peskine · 11 months ago
- b791a88 Fix test case dependency by Harry Ramsey · 10 months ago
- bd77a35 Move tests for error.c from tf-psa-crypto to Mbed TLS by Harry Ramsey · 10 months ago
- f5025e2 Merge remote-tracking branch 'development' into test-cases-not-executed-enforce-development by Gilles Peskine · 10 months ago
- ed6feae Use MBEDTLS_ERROR_ADD instead of explicit addition: simple cases by Gilles Peskine · 11 months ago
- e3c64c3 Fix typo in dependency by Gilles Peskine · 11 months ago
- f7e7acc Move version tests from tf-psa-crypto/test/suite to test/suites by Harry Ramsey · 10 months ago
- 7d5419b Move test_suite_constant_time_hmac back to mbedtls by Ronald Cron · 1 year ago
- b268d27 Merge pull request #9413 from sezrab/split_numeric_string_conversions_oid-development by David Horstmann · 10 months ago
- 94c3065 Fix x509 parse syntax typo by Harry Ramsey · 11 months ago
- 2bb3f4d Move mbedtls_oid_from_numeric_string unit tests to test_suite_x509write by Sam Berry · 1 year, 1 month ago
- 4aee6a2 Move mbedtls_oid_get_numeric_string unit tests to test_suite_x509parse by Sam Berry · 1 year, 1 month ago
- b430eee Bring back some dependencies by Elena Uziunaite · 11 months ago
- 96867b6 Address review comments: remove dependencies by Elena Uziunaite · 11 months ago
- 8d8620b Address review comments: add PSA_WANT_KEY_TYPE_ECC_KEY_PAIR_IMPORT by Elena Uziunaite · 11 months ago
- bed21b5 Replace MBEDTLS_PK_CAN_ECDSA_VERIFY with PSA_HAVE_ALG_ECDSA_VERIFY by Elena Uziunaite · 11 months ago
- 39c7d5d Replace MBEDTLS_PK_CAN_ECDSA_SIGN with PSA_HAVE_ALG_ECDSA_SIGN by Elena Uziunaite · 11 months ago
- a6950b8 Replace MBEDTLS_PK_CAN_ECDSA_SOME with PSA_HAVE_ALG_SOME_ECDSA by Elena Uziunaite · 1 year ago
- 8c95999 Merge pull request #9544 from eleuzi01/replace-224k1 by Ronald Cron · 11 months ago
- 63cb13e Replace MBEDTLS_ECP_HAVE_SECP224K1 with PSA_WANT_ECC_SECP_K1_224 by Elena Uziunaite · 11 months ago
- 9fc5be0 Replace MBEDTLS_MD_CAN_SHA1 with PSA_WANT_ALG_SHA_1 by Elena Uziunaite · 11 months ago
- c15ef93 Replace `MBEDTLS_MD_CAN_SHA512` with `PSA_WANT_ALG_SHA_512` by Gabor Mezei · 1 year, 2 months ago
- da41b60 Replace MBEDTLS_SSL_HAVE_CAMELLIA with PSA_WANT_KEY_TYPE_CAMELLIA by Elena Uziunaite · 1 year, 1 month ago
- b8457ff Merge pull request #9353 from eleuzi01/replace-ecp-have-secp384r1 by Gilles Peskine · 12 months ago
- 0858fdc Merge pull request #9189 from misch7/fix-v3.6-issues-9186-and-9188 by Gilles Peskine · 12 months ago
- f828f04 Fix Uncrustify errors in modified tests/suites to satisfy check_code_style test by Michael Schuster · 1 year, 2 months ago
- a3cc463 Use correct test case conditionals for helper functions in tests/suites by Michael Schuster · 1 year, 2 months ago
- bd89b79 Adjust spacing in tests/suites function sources by Michael Schuster · 1 year, 2 months ago
- 54300d4 Fix missing-prototype errors in tests/suites by Michael Schuster · 1 year, 2 months ago
- 6b4cd48 Replace MBEDTLS_ECP_HAVE_SECP384R1 with PSA_WANT_ECC_SECP_R1_384 by Elena Uziunaite · 1 year, 1 month ago
- e1171bd Merge pull request #9361 from eleuzi01/replace-key-aria by Gilles Peskine · 12 months ago
- 9e54a4f Merge pull request #9369 from eleuzi01/replace-ecc-keys by Gilles Peskine · 12 months ago
- 51c85a0 Replace MBEDTLS_SSL_HAVE_ARIA with PSA_WANT_KEY_TYPE_ARIA by Elena Uziunaite · 1 year, 1 month ago
- 8dde3b3 Replace MBEDTLS_PK_HAVE_ECC_KEYS with PSA_WANT_KEY_TYPE_ECC_PUBLIC_KEY by Elena Uziunaite · 1 year, 1 month ago
- c256172 Replace MBEDTLS_SSL_HAVE_CCM with PSA_WANT_ALG_CCM by Elena Uziunaite · 1 year, 1 month ago
- be6a471 Merge pull request #9365 from eleuzi01/replace-gcm by Gilles Peskine · 1 year ago
- 9c9a3df Merge pull request #9366 from eleuzi01/replace-chachapoly by Gilles Peskine · 1 year ago
- 83a0d9d Replace MBEDTLS_SSL_HAVE_GCM with PSA_WANT_ALG_GCM by Elena Uziunaite · 1 year, 1 month ago
- 5c70c30 Replace MBEDTLS_SSL_HAVE_CHACHAPOLY with PSA_WANT_ALG_CHACHA20_POLY1305 by Elena Uziunaite · 1 year, 1 month ago
- 74342c7 Replace MBEDTLS_SSL_HAVE_CBC with PSA_WANT_ALG_CBC_NO_PADDING by Elena Uziunaite · 1 year, 1 month ago
- 6121a34 Replace MBEDTLS_SSL_HAVE_AES with PSA_WANT_KEY_TYPE_AES by Elena Uziunaite · 1 year, 1 month ago
- 417d05f Replace MBEDTLS_ECP_HAVE_SECP256R1 with PSA_WANT_ECC_SECP_R1_256 by Elena Uziunaite · 1 year, 1 month ago
- 701b88c Move crypto test suites by Ronald Cron · 1 year, 1 month ago
- e7fdfdb Merge pull request #9123 from eleuzi01/replace-mbedtls-md-can-md5 by Bence Szépkúti · 1 year, 1 month ago
- b449476 Merge pull request #9354 from eleuzi01/replace-ecp-have-secp512r1 by Paul Elliott · 1 year, 1 month ago
- df772da Merge pull request #9358 from eleuzi01/replace-curve by Paul Elliott · 1 year, 1 month ago
- b66a991 Replace MBEDTLS_MD_CAN_MD5 with PSA_WANT_ALG_MD5 by Elena Uziunaite · 1 year, 3 months ago
- 9a75ddd Merge pull request #9350 from eleuzi01/replace-ecp-have-secp224r1 by Gilles Peskine · 1 year, 1 month ago
- b8d1087 Replace MBEDTLS_ECP_HAVE_BP*R1 with PSA_WANT counterparts by Elena Uziunaite · 1 year, 1 month ago
- 24e24f2 Replace MBEDTLS_ECP_HAVE_SECP521R1 with PSA_WANT_ECC_SECP_R1_521 by Elena Uziunaite · 1 year, 1 month ago
- eaa0cf0 Replace MBEDTLS_ECP_HAVE_SECP224R1 with PSA_WANT_ECC_SECP_R1_224 by Elena Uziunaite · 1 year, 1 month ago
- cb854d5 Merge pull request #9356 from eleuzi01/replace-ecp-have-secp-k1 by Gilles Peskine · 1 year, 1 month ago
- 9e85c9f Replace MBEDTLS_ECP_HAVE_SECP*K1 with PSA_WANT counterparts by Elena Uziunaite · 1 year, 1 month ago
- a363286 Replace MBEDTLS_ECP_HAVE_SECP192R1 with PSA_WANT_ECC_SECP_R1_192 by Elena Uziunaite · 1 year, 1 month ago
- f974bff Merge pull request #9259 from tom-daubney-arm/remove_aes-like_alt_interface by Bence Szépkúti · 1 year, 1 month ago
- b4914cf Remove MBEDTLS_CCM_ALT by Thomas Daubney · 1 year, 2 months ago
- db0421c Replace MBEDTLS_MD_CAN_SHA3_384 with PSA_WANT_ALG_SHA3_384 by Elena Uziunaite · 1 year, 2 months ago
- 1e96705 Replace MBEDTLS_MD_CAN_SHA3_224 with PSA_WANT_ALG_SHA3_224 by Elena Uziunaite · 1 year, 2 months ago
- 0b5d48e Replace MBEDTLS_ECP_HAVE_CURVE* with PSA_WANT counterparts by Elena Uziunaite · 1 year, 1 month ago
- 0916cd7 Replace MBEDTLS_MD_CAN_SHA256 with PSA_WANT_ALG_SHA_256 by Elena Uziunaite · 1 year, 2 months ago
- fe3ad99 Merge pull request #9249 from davidhorstmann-arm/move-test-data-files-to-framework by Ronald Cron · 1 year, 1 month ago gh-readonly-queue/development/pr-9249-1d256267b0182390f42085f6943ba540a41018e4
- 441b66c Correct redundant framework/../framework paths by David Horstmann · 1 year, 1 month ago
- dcf18dd Update paths pointing to tests/data_files by David Horstmann · 1 year, 2 months ago
- f47b66e Remove MBEDTLS_RSA_ALT by Thomas Daubney · 1 year, 2 months ago
- 2fbe012 Replace MBEDTLS_MD_CAN_SHA3_256 with PSA_WANT_ALG_SHA3_256 by Elena Uziunaite · 1 year, 2 months ago
- c971d80 Merge pull request #9315 from gilles-peskine-arm/psa_cipher_decrypt-ccm_star-iv_length_enforcement by Gilles Peskine · 1 year, 1 month ago
- cd90695 Merge pull request #9214 from eleuzi01/replace-mbedtls-md-can-sha3-512 by Ronald Cron · 1 year, 1 month ago
- e8cd45c Replace MBEDTLS_MD_CAN_SHA3_512 with PSA_WANT_ALG_SHA3_512 by Elena Uziunaite · 1 year, 2 months ago
- 2cf41a2 Merge pull request #9171 from eleuzi01/replace-mbedtls-md-can-sha384 by Ronald Cron · 1 year, 1 month ago
- 97e0028 Merge pull request #9345 from valeriosetti/fix-coverity by Tom Cosgrove · 1 year, 1 month ago
- 45aa4d5 Merge pull request #9125 from eleuzi01/replace-mbedtls-md-can-ripemd160 by Ronald Cron · 1 year, 1 month ago
- 3a994b7 tests_suite_debug: fix psa initialization by Valerio Setti · 1 year, 1 month ago
- 4a17523 Merge pull request #9170 from eleuzi01/replace-mbedtls-md-can-sha224 by Gilles Peskine · 1 year, 1 month ago