1. d2ca9a1 Add support to build only the tf-psa-crypto tree by Ronald Cron · 1 year ago
  2. e9e7b76 TF-PSA-Crypto.cmake: Fix paths to tests scripts and C modules by Ronald Cron · 1 year, 1 month ago
  3. 9c84726 TF-PSA-Crypto.cmake: TF-PSA-Cryto-ify the file by Ronald Cron · 1 year, 1 month ago
  4. 31829a8 TF-PSA-Crypto.cmake: Fix submodules by Ronald Cron · 1 year ago
  5. 97d05e5 TF-PSA-Crypto.cmake: Remove TLS and x509 specifics by Ronald Cron · 1 year, 1 month ago
  6. 4c3fa0a TF-PSA-Crypto.cmake: Do not support package config/install/apidoc/lcov by Ronald Cron · 1 year ago
  7. 701faac Introduce TF-PSA-Crypto.cmake by Ronald Cron · 1 year, 1 month ago
  8. 8d887d1 cmake: tf-psa-crypto: Replace some Mbed TLS options/variables by TF-PSA-Crypto ones by Ronald Cron · 1 year ago
  9. b6254f5 cmake: Add MBEDTLS_FRAMEWORK_DIR by Ronald Cron · 1 year ago
  10. 4c670fa cmake: Add TF_PSA_CRYPTO_DIR by Ronald Cron · 1 year ago
  11. d3f717d CMake: Move build of crypto test suites to tf-psa-crypto by Ronald Cron · 1 year ago
  12. 69c489c Move PSA drivers to drivers/builtin/src by Ronald Cron · 1 year ago
  13. e82ad15 CMake: Move build of the crypto library to tf-psa-crypto by Ronald Cron · 1 year, 1 month ago
  14. ac01d6e CMake: Move build of legacy crypto modules to tf-psa-crypto by Ronald Cron · 1 year, 1 month ago
  15. ac8dcb8 Remove dependency on mbedtls_test_helpers by Ronald Cron · 1 year ago
  16. 7d5419b Move test_suite_constant_time_hmac back to mbedtls by Ronald Cron · 1 year ago
  17. 96c6f5e Merge pull request #9492 from eleuzi01/remove-legacy-symbol-definitions by Ronald Cron · 10 months ago gh-readonly-queue/development/pr-9492-46771295f2f49d8f9b91532c84d45fde4e35a5b9
  18. 404311a Remove MBEDTLS_ECP_HAVE_SECP256R1 leftovers by Elena Uziunaite · 12 months ago
  19. b268d27 Merge pull request #9413 from sezrab/split_numeric_string_conversions_oid-development by David Horstmann · 10 months ago
  20. bae154d Merge pull request #9385 from eleuzi01/replace-ecdsa-some by David Horstmann · 11 months ago
  21. 3da783b Move static OID functions to x509.c by Sam Berry · 11 months ago
  22. 2bb3f4d Move mbedtls_oid_from_numeric_string unit tests to test_suite_x509write by Sam Berry · 1 year, 1 month ago
  23. c71abc3 Move mbedtls_oid_from_numeric_string to x509_create.c by Sam Berry · 1 year, 1 month ago
  24. 4aee6a2 Move mbedtls_oid_get_numeric_string unit tests to test_suite_x509parse by Sam Berry · 1 year, 1 month ago
  25. 4f76194 Move function mbedtls_oid_get_numeric_string to x509.c by Sam Berry · 1 year, 1 month ago
  26. f8db5b6 Move the function declarations to x509.h by Sam Berry · 1 year, 1 month ago
  27. b805168 Merge pull request #9536 from mpg/rsapub-perf-dev by Tom Cosgrove · 11 months ago
  28. de4d5b7 Merge pull request #9497 from minosgalanakis/bugfix/return_early_in_ccm_star by Gilles Peskine · 11 months ago
  29. 7ba04a2 Bump version to 4.0.0 by David Horstmann · 11 months ago
  30. 9328781 Use scripts/project_name.txt in Python scripts by Ronald Cron · 11 months ago
  31. 8d8620b Address review comments: add PSA_WANT_KEY_TYPE_ECC_KEY_PAIR_IMPORT by Elena Uziunaite · 11 months ago
  32. bed21b5 Replace MBEDTLS_PK_CAN_ECDSA_VERIFY with PSA_HAVE_ALG_ECDSA_VERIFY by Elena Uziunaite · 11 months ago
  33. 39c7d5d Replace MBEDTLS_PK_CAN_ECDSA_SIGN with PSA_HAVE_ALG_ECDSA_SIGN by Elena Uziunaite · 11 months ago
  34. 4fd105c Introduce PSA_HAVE_ALG_ECDSA_SIGN and PSA_HAVE_ALG_ECDSA_VERIFY by Elena Uziunaite · 11 months ago
  35. a6950b8 Replace MBEDTLS_PK_CAN_ECDSA_SOME with PSA_HAVE_ALG_SOME_ECDSA by Elena Uziunaite · 1 year ago
  36. 8c95999 Merge pull request #9544 from eleuzi01/replace-224k1 by Ronald Cron · 11 months ago
  37. 63cb13e Replace MBEDTLS_ECP_HAVE_SECP224K1 with PSA_WANT_ECC_SECP_K1_224 by Elena Uziunaite · 11 months ago
  38. b70ef86 Move new files to their correct location by Manuel Pégourié-Gonnard · 11 months ago
  39. 0c4a115 Remove codepath testing where it's redundant by Manuel Pégourié-Gonnard · 11 months ago
  40. 49645f6 Misc improvements to comments by Manuel Pégourié-Gonnard · 11 months ago
  41. 464bf78 Fix guards on #include by Manuel Pégourié-Gonnard · 11 months ago
  42. e91d924 Fix code style by Manuel Pégourié-Gonnard · 11 months ago
  43. 21445c5 Prepare codepath tests for early termination by Janos Follath · 12 months ago
  44. 44eca95 Fix incorrect test result by Janos Follath · 12 months ago
  45. 514e62c Move bignum code path testing out of the library by Janos Follath · 12 months ago
  46. 7e909c8 Explain the choice of the value of MBEDTLS_MPI_IS_PUBLIC by Janos Follath · 12 months ago
  47. 47847ca Initial local variables to secure default by Janos Follath · 12 months ago
  48. 816a71f Introduce MBEDTLS_MPI_IS_TEST by Janos Follath · 12 months ago
  49. e0825bb Add tests for optionally safe code paths in RSA by Janos Follath · 12 months ago
  50. 64467ff Add tests for optionally safe code paths in bignum by Janos Follath · 12 months ago
  51. c870e05 Add header for mbedtls_mpi_exp_mod_unsafe() by Janos Follath · 12 months ago
  52. 6872c5f Make mbedtls_mpi_exp_mod_unsafe internal by Janos Follath · 12 months ago
  53. a7eb812 Fix memory corruption in exp_mod tests by Janos Follath · 12 months ago
  54. 76c0e6f Clean up initialization in _core_exp_mod() by Janos Follath · 12 months ago
  55. d6aaee1 Disable optionally safe test hook in threading builds by Janos Follath · 12 months ago
  56. 08091d7 Fix optionally safe hooks declarations by Janos Follath · 12 months ago
  57. 87253af Optimise public RSA operations by Janos Follath · 12 months ago
  58. b64f1b5 Fix mpi_core_exp_mod documentation by Janos Follath · 12 months ago
  59. 1fa5f3a Add tests for optionally unsafe code paths by Janos Follath · 12 months ago
  60. df5e55b Add tests for optionally safe codepaths by Janos Follath · 12 months ago
  61. a099ac9 Use actual exponent size for window calculation by Janos Follath · 12 months ago
  62. 8fc736d Move _public parameters next to their target by Janos Follath · 12 months ago
  63. 24fb8c9 Make MBEDTLS_MPI_IS_PUBLIC thumb friendly by Janos Follath · 12 months ago
  64. 5b69fad Move MBEDTLS_MPI_IS_* macros to bignum_core.h by Janos Follath · 12 months ago
  65. 4726cb8 Move mixed security code to small local functions by Janos Follath · 12 months ago
  66. 9a8b1f4 Make _optionally_safe functions internal by Janos Follath · 12 months ago
  67. 91537eb Improve documentation of MBEDTLS_MPI_IS_PUBLIC by Janos Follath · 12 months ago
  68. 7305002 Add optionally unsafe variant of exp_mod for perf by Manuel Pégourié-Gonnard · 1 year, 2 months ago
  69. 9fc5be0 Replace MBEDTLS_MD_CAN_SHA1 with PSA_WANT_ALG_SHA_1 by Elena Uziunaite · 11 months ago
  70. 36fe918 Merge pull request #9252 from gabor-mezei-arm/9114_replace_MBEDTLS_MD_CAN_SHA512_with_PSA_WANT by David Horstmann · 11 months ago
  71. f3cd97d Merge pull request #9327 from eleuzi01/issue-9319 by Manuel Pégourié-Gonnard · 11 months ago
  72. 0b0f090 Merge remote-tracking branch 'restricted/development-restricted' into dev-mergeback by Manuel Pégourié-Gonnard · 11 months ago
  73. c15ef93 Replace `MBEDTLS_MD_CAN_SHA512` with `PSA_WANT_ALG_SHA_512` by Gabor Mezei · 1 year, 2 months ago
  74. 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
  75. 0a2b6e2 Merge remote-tracking branch 'development' into development-restricted by Gilles Peskine · 12 months ago
  76. 83dbac7 ccm.c: Return early when ccm* is used without tag. by Minos Galanakis · 12 months ago
  77. 4c9fccf Simplify and explain the overflow check for maximum slice length by Gilles Peskine · 12 months ago
  78. d65f4b8 Merge pull request #9485 from sergio-nsk/sergio-nsk/lean_and_mean/1 by minosgalanakis · 12 months ago
  79. 0b2bd07 Add overflow check for maximum key slot length by David Horstmann · 12 months ago
  80. 68a4b74 Tweak macro check to allow 3 extra key slices by David Horstmann · 12 months ago
  81. fdcc47c Fix incorrect comments on slice numbering by David Horstmann · 12 months ago
  82. 2547cd3 Free allocated memory where methods were returning without freeing by Sam Berry · 12 months ago
  83. e25cb1b Fix formatting issue in psa_key_agreement() documentation by Waleed Elmelegy · 12 months ago
  84. d156240 Fix possible issues in testing and implementation of psa_key_agreement() by Waleed Elmelegy · 12 months ago
  85. 8faeee2 Improve documentation of psa_key_agreement() by Waleed Elmelegy · 12 months ago
  86. bdf2c98 Add psa_key_agreement() API by Waleed Elmelegy · 12 months ago
  87. 9e08884 Clarify IOP key generation restriction by Janos Follath · 12 months ago
  88. 9f48917 Improve IOP documentation by Janos Follath · 12 months ago
  89. 7311600 Constrain interruptible key generation to key-pairs by Janos Follath · 12 months ago
  90. 211ebb5 Don't return success on a stub by Janos Follath · 12 months ago
  91. 0c1aa4a Add psa_generate_key_iop_abort() documentation by Paul Elliott · 1 year, 1 month ago
  92. 08afb00 Add psa_generate_key_iop_complete() documentation by Paul Elliott · 1 year, 1 month ago
  93. 6044f3e Add psa_generate_key_iop_setup() documentation by Paul Elliott · 1 year, 1 month ago
  94. f712452 Add psa_generate_key_iop_get_num_ops() docs by Paul Elliott · 1 year, 1 month ago
  95. 9e143a7 Add psa_generate_key_iop_t structs and docs by Paul Elliott · 1 year, 1 month ago
  96. 4ed0fde Fix Mbed-TLS build when WIN32_LEAN_AND_MEAN macro is defined globally by Sergey Markelov · 12 months ago
  97. 1176e6f Merge pull request #9410 from paul-elliott-arm/add_docs_iop_key_agreement by Janos Follath · 12 months ago
  98. b8457ff Merge pull request #9353 from eleuzi01/replace-ecp-have-secp384r1 by Gilles Peskine · 12 months ago
  99. 0858fdc Merge pull request #9189 from misch7/fix-v3.6-issues-9186-and-9188 by Gilles Peskine · 12 months ago
  100. 88f3dd9 Merge pull request #9402 from tom-daubney-arm/remove_function_level_alt_interface by Bence Szépkúti · 12 months ago