1. 931d91e Merge pull request #4243 from bensze01/psa_vararg by Ronald Cron · 4 years, 3 months ago
  2. 0fa3fc8 Merge pull request #4432 from daverodgman/fix_missing_parenthesis_2x by Ronald Cron · 4 years, 3 months ago
  3. 4626667 Improve changelog entry for #4217 by Dave Rodgman · 4 years, 3 months ago
  4. 7f7f6b8 Add changelog entry for #4217 by Steven Cooreman · 4 years, 4 months ago
  5. b74b560 Add missing parenthesis by Steven Cooreman · 4 years, 5 months ago
  6. 58d8518 Update changelog by Bence Szépkúti · 4 years, 3 months ago
  7. bd98df7 Update documentation of AEAD output size macros by Bence Szépkúti · 4 years, 3 months ago
  8. b5939e8 Merge pull request #4160 from stevew817/feature/driver_builtin_keys by Ronald Cron · 4 years, 4 months ago
  9. 2bbb5bc Merge pull request #4380 from paul-elliott-arm/bignum_unchecked_return by Ronald Cron · 4 years, 4 months ago
  10. 1dda21c Make sure we don't underflow in the size macros by Bence Szépkúti · 4 years, 4 months ago
  11. b639d43 Move and rename PSA_ALG_AEAD_IS_BASE_EQUAL by Bence Szépkúti · 4 years, 4 months ago
  12. f5a1fe9 Explicitly check non-boolean values against zero by Bence Szépkúti · 4 years, 4 months ago
  13. 70c68da Remove unnecessary changelog by Paul Elliott · 4 years, 4 months ago
  14. 986b55a Style Fix by Paul Elliott · 4 years, 4 months ago
  15. 7725a63 Fix unchecked return in bignum by Paul Elliott · 4 years, 4 months ago
  16. 218da3f Merge pull request #4370 from tniessen/docs-typo by Ronald Cron · 4 years, 4 months ago
  17. 835beff Fix typo in architecture docs by Tobias Nießen · 4 years, 4 months ago
  18. 0bbb38c Merge pull request #4199 from TRodziewicz/mul_shortcut_fix by Manuel Pégourié-Gonnard · 4 years, 4 months ago
  19. 359411f Adjust documentation of PSA_ALG_AEAD_IS_BASE_EQUAL by Bence Szépkúti · 4 years, 4 months ago
  20. 31e27af Reword the builtin key language on persistency declaration by Steven Cooreman · 4 years, 4 months ago
  21. 966db26 Minor code flow improvements by Steven Cooreman · 4 years, 4 months ago
  22. 2cca9b8 Rename test driver source files to avoid file name conflicts by Steven Cooreman · 4 years, 4 months ago
  23. 16141ed Add test driver sources to VC build by Steven Cooreman · 4 years, 4 months ago
  24. 607c0af Simplify PSA AEAD output size compatibility macros by Bence Szépkúti · 4 years, 4 months ago
  25. 7e31009 Further reduce macro expansion by Bence Szépkúti · 4 years, 4 months ago
  26. 598e929 Rework PSA_AEAD_NONCE_LENGTH to reduce expansion by Bence Szépkúti · 4 years, 4 months ago
  27. 8072db2 Add changelog by Bence Szépkúti · 4 years, 5 months ago
  28. 0d8da39 Mark unused macro argument as unused by Bence Szépkúti · 4 years, 5 months ago
  29. ec174e2 Update all uses of old AEAD output size macros by Bence Szépkúti · 4 years, 5 months ago
  30. ce48702 Get a builtin key's attributes in order to correctly get its size by Steven Cooreman · 4 years, 4 months ago
  31. 7ddee7f Use remove_key_data_from_memory instead of wipe_key_slot by Steven Cooreman · 4 years, 4 months ago
  32. 7609b1f leverage psa_allocate_buffer_to_slot from slot management by Steven Cooreman · 4 years, 4 months ago
  33. 0bb6536 If no storage backend is available, don't even attempt key loading by Steven Cooreman · 4 years, 4 months ago
  34. 054bf7f Reduce indentation need by checking negative case first by Steven Cooreman · 4 years, 4 months ago
  35. 43e4a40 Give builtin key export test functions the same dependencies by Steven Cooreman · 4 years, 4 months ago
  36. b938b0b Documentation clarification after review by Steven Cooreman · 4 years, 4 months ago
  37. a1ce2f2 Rename test driver lifetime to location by Steven Cooreman · 4 years, 5 months ago
  38. c8b9534 Change signature of mbedtls_psa_platform_get_builtin_key by Steven Cooreman · 4 years, 5 months ago
  39. 4b51925 Stricter test dependencies on builtin key test by Steven Cooreman · 4 years, 5 months ago
  40. 1a0fbac Refactor opaque key handling in the test driver by Steven Cooreman · 4 years, 5 months ago
  41. e384252 Move include to top of file by Steven Cooreman · 4 years, 5 months ago
  42. 33a32f0 Move test driver implementation of platform_get_builtin_key by Steven Cooreman · 4 years, 5 months ago
  43. 649a8f4 replace memcpy of structure with regular assignment by Steven Cooreman · 4 years, 5 months ago
  44. ffc7fc9 Move variable declarations to top of function by Steven Cooreman · 4 years, 5 months ago
  45. 85d554a Use different variables for buffer size and data length by Steven Cooreman · 4 years, 5 months ago
  46. 203bcbb Style fixes (typos, whitespace, 80 column limit) by Steven Cooreman · 4 years, 5 months ago
  47. e5e30859 Remove potentially unused exit label by Steven Cooreman · 4 years, 6 months ago
  48. 5be864f Add changelog for MBEDTLS_PSA_CRYPTO_BUILTIN_KEYS by Steven Cooreman · 4 years, 6 months ago
  49. 437fcfc Add simple test coverage for builtin keys (PSA opaque driver export) by Steven Cooreman · 4 years, 6 months ago
  50. f9a55ff Add test driver implementation for MBEDTLS_PSA_CRYPTO_BUILTIN_KEYS by Steven Cooreman · 4 years, 6 months ago
  51. 6801f08 Implement support for MBEDTLS_PSA_CRYPTO_BUILTIN_KEYS by Steven Cooreman · 4 years, 6 months ago
  52. eb1a301 Update documentation references to the AEAD macros by Bence Szépkúti · 4 years, 5 months ago
  53. 12116bc Update the AEAD output size macros by Bence Szépkúti · 4 years, 5 months ago
  54. f7b6b4e Align code style with the rest of the file by Bence Szépkúti · 4 years, 5 months ago
  55. 30f91a4 Mark AEAD compatibility macros as deprecated by Bence Szépkúti · 4 years, 5 months ago
  56. 670df7a Rename AEAD output size macros in crypto_compat.h by Bence Szépkúti · 4 years, 5 months ago
  57. 8810fd3 Copy AEAD output size macros to crypto_compat.h by Bence Szépkúti · 4 years, 5 months ago
  58. cbcefae Merge pull request #4348 from mpg/revert-4334-dev by Janos Follath · 4 years, 4 months ago
  59. 93c0847 Revert "Remove deprecated things from hashing modules" by Manuel Pégourié-Gonnard · 4 years, 4 months ago
  60. 1492111 Revert "fix error.c - now it's autogenerated" by Manuel Pégourié-Gonnard · 4 years, 4 months ago
  61. 30dcdf4 Revert "fix error.c - second try" by Manuel Pégourié-Gonnard · 4 years, 4 months ago
  62. 247745f Revert "Changelog added" by Manuel Pégourié-Gonnard · 4 years, 4 months ago
  63. 9013489 Merge pull request #4253 from mstarzyk-mobica/long_url_in_changelog_entry by Gilles Peskine · 4 years, 4 months ago
  64. c039514 Merge pull request #4334 from TRodziewicz/origin/remove_old_func_from_hashing by Manuel Pégourié-Gonnard · 4 years, 4 months ago
  65. 09c916a Merge pull request #4257 from ronald-cron-arm/psa-aead by Gilles Peskine · 4 years, 4 months ago
  66. 528b0a6 Merge pull request #4323 from gilles-peskine-arm/ecp-add-fix-changelog-development by Manuel Pégourié-Gonnard · 4 years, 4 months ago
  67. 0961e3d Changelog added by TRodziewicz · 4 years, 4 months ago
  68. 9a86843 fix error.c - second try by TRodziewicz · 4 years, 4 months ago
  69. 48f6d0d fix error.c - now it's autogenerated by TRodziewicz · 4 years, 4 months ago
  70. c75d9f5 Remove deprecated things from hashing modules by TRodziewicz · 4 years, 4 months ago
  71. 8f28c24 Explain the problem in more concrete terms by Gilles Peskine · 4 years, 4 months ago
  72. fd4fab0 mbedtls_mpi_read_string("-0") no longer produces a "negative zero" by Gilles Peskine · 4 years, 4 months ago
  73. 9a1c092 Merge pull request #4297 from gilles-peskine-arm/ecp-add-fix-202104 by Gilles Peskine · 4 years, 4 months ago
  74. 392d101 Clarify some comments by Gilles Peskine · 4 years, 4 months ago
  75. bd43f67 Fix copypasta in test case description by Gilles Peskine · 4 years, 4 months ago
  76. f04c0ed Merge pull request #4318 from bensze01/ecc_get_family_doc by Gilles Peskine · 4 years, 4 months ago
  77. 3b1cba8 Fix reference to deprecated macro in documentation by Bence Szépkúti · 4 years, 4 months ago
  78. df2e4f2 Merge pull request #4290 from ronald-cron-arm/hash-dispatch-follow-up by Ronald Cron · 4 years, 4 months ago
  79. 0594205 Remove debug statement by TRodziewicz · 4 years, 4 months ago
  80. 611f043 Correct the new tests names by TRodziewicz · 4 years, 4 months ago
  81. 40de3c9 Fix Changelog, add separate test functions for hash of all-zero bits by TRodziewicz · 4 years, 4 months ago
  82. 6741fc9 Merge pull request #4306 from daverodgman/fix_mps_trace_macros by Dave Rodgman · 4 years, 4 months ago
  83. 0708974 Merge pull request #4309 from daverodgman/check-names-grep-backport by Dave Rodgman · 4 years, 4 months ago
  84. 810eb16 psa: aead: Make CCM/GCM ordering consistent by Ronald Cron · 4 years, 4 months ago
  85. a1971c3 tests: psa: aead: Fix forced error code by Ronald Cron · 4 years, 4 months ago
  86. b9349a6 psa: aead: Add missing chachapoly context free by Ronald Cron · 4 years, 4 months ago
  87. ecbc068 psa: aead: Remove from operation ctx members only used in setup by Ronald Cron · 4 years, 4 months ago
  88. ea7ab13 Do validation on the algorithm argument in AEAD by Steven Cooreman · 4 years, 5 months ago
  89. 9a98616 psa: aead: Accept opaque keys for encryption/decryption by Ronald Cron · 4 years, 4 months ago
  90. d17dff3 tests: driver wrapper: Add AEAD dispatch testing by Ronald Cron · 4 years, 5 months ago
  91. bfe551d tests: Add AEAD transparent test driver hooks by Ronald Cron · 4 years, 5 months ago
  92. de82281 psa: aead: Add driver delegation by Ronald Cron · 4 years, 5 months ago
  93. 46f9178 psa: aead: Move AEAD driver entry points to psa_crypto_aead.c by Ronald Cron · 4 years, 5 months ago
  94. 7ceee8d psa: Add psa_crypto_aead.[hc] by Ronald Cron · 4 years, 5 months ago
  95. 215633c psa: aead: Implement aead operations as a driver entry point by Ronald Cron · 4 years, 5 months ago
  96. 9f31017 psa: aead: Remove key slot from operation context by Ronald Cron · 4 years, 5 months ago
  97. 95caad3 Make check-names.sh accept any grep by Dave Rodgman · 4 years, 4 months ago
  98. add60da Scan library for enums in list-enum-consts.sh by Dave Rodgman · 4 years, 4 months ago
  99. b746825 Capitalise MPS trace macros by Dave Rodgman · 4 years, 4 months ago
  100. b420259 Merge pull request #4174 from gilles-peskine-arm/psa-eddsa-spec by Gilles Peskine · 4 years, 4 months ago