- 96c6f5e Merge pull request #9492 from eleuzi01/remove-legacy-symbol-definitions by Ronald Cron · 10 months ago gh-readonly-queue/development/pr-9492-46771295f2f49d8f9b91532c84d45fde4e35a5b9
- 404311a Remove MBEDTLS_ECP_HAVE_SECP256R1 leftovers by Elena Uziunaite · 12 months ago
- b268d27 Merge pull request #9413 from sezrab/split_numeric_string_conversions_oid-development by David Horstmann · 10 months ago
- bae154d Merge pull request #9385 from eleuzi01/replace-ecdsa-some by David Horstmann · 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
- b805168 Merge pull request #9536 from mpg/rsapub-perf-dev by Tom Cosgrove · 11 months ago
- 7ba04a2 Bump version to 4.0.0 by David Horstmann · 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
- 0c4a115 Remove codepath testing where it's redundant by Manuel Pégourié-Gonnard · 11 months ago
- 21445c5 Prepare codepath tests for early termination by Janos Follath · 12 months ago
- 44eca95 Fix incorrect test result by Janos Follath · 12 months ago
- 514e62c Move bignum code path testing out of the library by Janos Follath · 12 months ago
- e0825bb Add tests for optionally safe code paths in RSA by Janos Follath · 12 months ago
- 64467ff Add tests for optionally safe code paths in bignum by Janos Follath · 12 months ago
- c870e05 Add header for mbedtls_mpi_exp_mod_unsafe() by Janos Follath · 12 months ago
- a7eb812 Fix memory corruption in exp_mod tests by Janos Follath · 12 months ago
- d6aaee1 Disable optionally safe test hook in threading builds by Janos Follath · 12 months ago
- 1fa5f3a Add tests for optionally unsafe code paths by Janos Follath · 12 months ago
- df5e55b Add tests for optionally safe codepaths by Janos Follath · 12 months ago
- 9fc5be0 Replace MBEDTLS_MD_CAN_SHA1 with PSA_WANT_ALG_SHA_1 by Elena Uziunaite · 11 months ago
- 36fe918 Merge pull request #9252 from gabor-mezei-arm/9114_replace_MBEDTLS_MD_CAN_SHA512_with_PSA_WANT by David Horstmann · 11 months ago
- 0b0f090 Merge remote-tracking branch 'restricted/development-restricted' into dev-mergeback by Manuel Pégourié-Gonnard · 11 months ago
- c15ef93 Replace `MBEDTLS_MD_CAN_SHA512` with `PSA_WANT_ALG_SHA_512` by Gabor Mezei · 1 year, 2 months ago
- ab0af45 Merge pull request #9464 from gilles-peskine-arm/psa-keystore-dynamic-development by Gilles Peskine · 11 months ago gh-readonly-queue/development/pr-9464-805ac15e2d77c00d41edea336c8fb33e28322ff5
- 0a2b6e2 Merge remote-tracking branch 'development' into development-restricted by Gilles Peskine · 12 months ago
- d156240 Fix possible issues in testing and implementation of psa_key_agreement() by Waleed Elmelegy · 12 months ago
- bdf2c98 Add psa_key_agreement() API by Waleed Elmelegy · 12 months 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
- 7507106 Dynamic key store: make full-key-store tests work effectively by Gilles Peskine · 1 year, 2 months ago
- 5c81b94 Dynamic key store: disable full-key-store tests by Gilles Peskine · 1 year, 1 month ago
- 9e9e1f6 Dynamic key store: new compilation option by Gilles Peskine · 1 year, 2 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
- 87825ab Fix unused-function error for ecjpake_operation_setup in test_suite_psa_crypto.function 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
- aacbc62 Merge pull request #9453 from gilles-peskine-arm/psa-keystore-dynamic-prep-4.0 by Gilles Peskine · 12 months ago
- c51fddb Improve documentation in some tests by Gilles Peskine · 12 months ago
- 123a625 Resolved merge conflicts caused by file moved in #8226 by Minos Galanakis · 12 months ago
- 9e54a4f Merge pull request #9369 from eleuzi01/replace-ecc-keys by Gilles Peskine · 12 months ago
- 35f0573 Keep track of PSA keys used interally by Gilles Peskine · 1 year, 1 month ago
- faa9092 Fix spurious test case failure with accelerated AES by Gilles Peskine · 1 year, 2 months ago
- c0bdb08 Improve full-key-store tests by Gilles Peskine · 1 year, 2 months ago
- ab89fcf Update invalid key id in a test case by Gilles Peskine · 1 year, 1 month ago
- 2ff81bf Add a test for the built-in key range by Gilles Peskine · 1 year, 2 months ago
- b0b1b32 Prevent mbedtls_psa_register_se_key with volatile keys by Gilles Peskine · 1 year, 2 months ago
- 8dde3b3 Replace MBEDTLS_PK_HAVE_ECC_KEYS with PSA_WANT_KEY_TYPE_ECC_PUBLIC_KEY by Elena Uziunaite · 1 year, 1 month ago
- 3077f2f Remove experimental, superseded function psa_generate_key_ext by Gilles Peskine · 1 year ago
- ae1da98 Remove some tests of psa_generate_key_ext by Gilles Peskine · 1 year, 2 months ago
- f940828 Implement psa_generate_key_custom by Gilles Peskine · 1 year, 2 months ago
- 4b9141c Merge pull request #9384 from eleuzi01/replace-util-have-ecdsa by Gilles Peskine · 1 year ago
- 87e0550 Replace MBEDTLS_PSA_UTIL_HAVE_ECDSA with PSA_HAVE_ALG_SOME_ECDSA 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
- 9a93073 Add tf-psa-crypto test suites build by Ronald Cron · 1 year, 1 month ago
- 50292a4 Duplicate tests CMake file by Ronald Cron · 1 year, 1 month ago
- 476d51e Adapt .gitignore files by Ronald Cron · 1 year, 1 month ago
- 83538c4 Adapt path to framework data files by Ronald Cron · 1 year, 1 month ago
- 701b88c Move crypto test suites by Ronald Cron · 1 year, 1 month ago