- d2ca9a1 Add support to build only the tf-psa-crypto tree by Ronald Cron · 1 year ago
- e9e7b76 TF-PSA-Crypto.cmake: Fix paths to tests scripts and C modules by Ronald Cron · 1 year, 1 month ago
- 9c84726 TF-PSA-Crypto.cmake: TF-PSA-Cryto-ify the file by Ronald Cron · 1 year, 1 month ago
- 31829a8 TF-PSA-Crypto.cmake: Fix submodules by Ronald Cron · 1 year ago
- 97d05e5 TF-PSA-Crypto.cmake: Remove TLS and x509 specifics by Ronald Cron · 1 year, 1 month ago
- 4c3fa0a TF-PSA-Crypto.cmake: Do not support package config/install/apidoc/lcov by Ronald Cron · 1 year ago
- 701faac Introduce TF-PSA-Crypto.cmake by Ronald Cron · 1 year, 1 month ago
- 8d887d1 cmake: tf-psa-crypto: Replace some Mbed TLS options/variables by TF-PSA-Crypto ones by Ronald Cron · 1 year ago
- b6254f5 cmake: Add MBEDTLS_FRAMEWORK_DIR by Ronald Cron · 1 year ago
- 4c670fa cmake: Add TF_PSA_CRYPTO_DIR by Ronald Cron · 1 year ago
- d3f717d CMake: Move build of crypto test suites to tf-psa-crypto by Ronald Cron · 1 year ago
- 69c489c Move PSA drivers to drivers/builtin/src by Ronald Cron · 1 year ago
- e82ad15 CMake: Move build of the crypto library to tf-psa-crypto by Ronald Cron · 1 year, 1 month ago
- ac01d6e CMake: Move build of legacy crypto modules to tf-psa-crypto by Ronald Cron · 1 year, 1 month ago
- ac8dcb8 Remove dependency on mbedtls_test_helpers by Ronald Cron · 1 year ago
- 7d5419b Move test_suite_constant_time_hmac back to mbedtls by Ronald Cron · 1 year ago
- 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
- 3da783b Move static OID functions to x509.c by Sam Berry · 11 months ago
- 2bb3f4d Move mbedtls_oid_from_numeric_string unit tests to test_suite_x509write by Sam Berry · 1 year, 1 month ago
- c71abc3 Move mbedtls_oid_from_numeric_string to x509_create.c 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
- 4f76194 Move function mbedtls_oid_get_numeric_string to x509.c by Sam Berry · 1 year, 1 month ago
- f8db5b6 Move the function declarations to x509.h by Sam Berry · 1 year, 1 month ago
- b805168 Merge pull request #9536 from mpg/rsapub-perf-dev by Tom Cosgrove · 11 months ago
- de4d5b7 Merge pull request #9497 from minosgalanakis/bugfix/return_early_in_ccm_star by Gilles Peskine · 11 months ago
- 7ba04a2 Bump version to 4.0.0 by David Horstmann · 11 months ago
- 9328781 Use scripts/project_name.txt in Python scripts by Ronald Cron · 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
- 4fd105c Introduce PSA_HAVE_ALG_ECDSA_SIGN and PSA_HAVE_ALG_ECDSA_VERIFY 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
- b70ef86 Move new files to their correct location by Manuel Pégourié-Gonnard · 11 months ago
- 0c4a115 Remove codepath testing where it's redundant by Manuel Pégourié-Gonnard · 11 months ago
- 49645f6 Misc improvements to comments by Manuel Pégourié-Gonnard · 11 months ago
- 464bf78 Fix guards on #include by Manuel Pégourié-Gonnard · 11 months ago
- e91d924 Fix code style 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
- 7e909c8 Explain the choice of the value of MBEDTLS_MPI_IS_PUBLIC by Janos Follath · 12 months ago
- 47847ca Initial local variables to secure default by Janos Follath · 12 months ago
- 816a71f Introduce MBEDTLS_MPI_IS_TEST 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
- 6872c5f Make mbedtls_mpi_exp_mod_unsafe internal by Janos Follath · 12 months ago
- a7eb812 Fix memory corruption in exp_mod tests by Janos Follath · 12 months ago
- 76c0e6f Clean up initialization in _core_exp_mod() by Janos Follath · 12 months ago
- d6aaee1 Disable optionally safe test hook in threading builds by Janos Follath · 12 months ago
- 08091d7 Fix optionally safe hooks declarations by Janos Follath · 12 months ago
- 87253af Optimise public RSA operations by Janos Follath · 12 months ago
- b64f1b5 Fix mpi_core_exp_mod documentation 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
- a099ac9 Use actual exponent size for window calculation by Janos Follath · 12 months ago
- 8fc736d Move _public parameters next to their target by Janos Follath · 12 months ago
- 24fb8c9 Make MBEDTLS_MPI_IS_PUBLIC thumb friendly by Janos Follath · 12 months ago
- 5b69fad Move MBEDTLS_MPI_IS_* macros to bignum_core.h by Janos Follath · 12 months ago
- 4726cb8 Move mixed security code to small local functions by Janos Follath · 12 months ago
- 9a8b1f4 Make _optionally_safe functions internal by Janos Follath · 12 months ago
- 91537eb Improve documentation of MBEDTLS_MPI_IS_PUBLIC by Janos Follath · 12 months ago
- 7305002 Add optionally unsafe variant of exp_mod for perf by Manuel Pégourié-Gonnard · 1 year, 2 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
- f3cd97d Merge pull request #9327 from eleuzi01/issue-9319 by Manuel Pégourié-Gonnard · 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
- 83dbac7 ccm.c: Return early when ccm* is used without tag. by Minos Galanakis · 12 months ago
- 4c9fccf Simplify and explain the overflow check for maximum slice length by Gilles Peskine · 12 months ago
- d65f4b8 Merge pull request #9485 from sergio-nsk/sergio-nsk/lean_and_mean/1 by minosgalanakis · 12 months ago
- 0b2bd07 Add overflow check for maximum key slot length by David Horstmann · 12 months ago
- 68a4b74 Tweak macro check to allow 3 extra key slices by David Horstmann · 12 months ago
- fdcc47c Fix incorrect comments on slice numbering by David Horstmann · 12 months ago
- 2547cd3 Free allocated memory where methods were returning without freeing by Sam Berry · 12 months ago
- e25cb1b Fix formatting issue in psa_key_agreement() documentation by Waleed Elmelegy · 12 months ago
- d156240 Fix possible issues in testing and implementation of psa_key_agreement() by Waleed Elmelegy · 12 months ago
- 8faeee2 Improve documentation of psa_key_agreement() by Waleed Elmelegy · 12 months ago
- bdf2c98 Add psa_key_agreement() API by Waleed Elmelegy · 12 months ago
- 9e08884 Clarify IOP key generation restriction by Janos Follath · 12 months ago
- 9f48917 Improve IOP documentation by Janos Follath · 12 months ago
- 7311600 Constrain interruptible key generation to key-pairs by Janos Follath · 12 months ago
- 211ebb5 Don't return success on a stub by Janos Follath · 12 months ago
- 0c1aa4a Add psa_generate_key_iop_abort() documentation by Paul Elliott · 1 year, 1 month ago
- 08afb00 Add psa_generate_key_iop_complete() documentation by Paul Elliott · 1 year, 1 month ago
- 6044f3e Add psa_generate_key_iop_setup() documentation by Paul Elliott · 1 year, 1 month ago
- f712452 Add psa_generate_key_iop_get_num_ops() docs by Paul Elliott · 1 year, 1 month ago
- 9e143a7 Add psa_generate_key_iop_t structs and docs by Paul Elliott · 1 year, 1 month ago
- 4ed0fde Fix Mbed-TLS build when WIN32_LEAN_AND_MEAN macro is defined globally by Sergey Markelov · 12 months ago
- 1176e6f Merge pull request #9410 from paul-elliott-arm/add_docs_iop_key_agreement by Janos Follath · 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
- 88f3dd9 Merge pull request #9402 from tom-daubney-arm/remove_function_level_alt_interface by Bence Szépkúti · 12 months ago