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