1. 16141ed Add test driver sources to VC build by Steven Cooreman · 4 years ago
  2. ce48702 Get a builtin key's attributes in order to correctly get its size by Steven Cooreman · 4 years ago
  3. 7ddee7f Use remove_key_data_from_memory instead of wipe_key_slot by Steven Cooreman · 4 years ago
  4. 7609b1f leverage psa_allocate_buffer_to_slot from slot management by Steven Cooreman · 4 years ago
  5. 0bb6536 If no storage backend is available, don't even attempt key loading by Steven Cooreman · 4 years ago
  6. 054bf7f Reduce indentation need by checking negative case first by Steven Cooreman · 4 years ago
  7. 43e4a40 Give builtin key export test functions the same dependencies by Steven Cooreman · 4 years ago
  8. b938b0b Documentation clarification after review by Steven Cooreman · 4 years ago
  9. a1ce2f2 Rename test driver lifetime to location by Steven Cooreman · 4 years ago
  10. c8b9534 Change signature of mbedtls_psa_platform_get_builtin_key by Steven Cooreman · 4 years ago
  11. 4b51925 Stricter test dependencies on builtin key test by Steven Cooreman · 4 years ago
  12. 1a0fbac Refactor opaque key handling in the test driver by Steven Cooreman · 4 years ago
  13. e384252 Move include to top of file by Steven Cooreman · 4 years ago
  14. 33a32f0 Move test driver implementation of platform_get_builtin_key by Steven Cooreman · 4 years ago
  15. 649a8f4 replace memcpy of structure with regular assignment by Steven Cooreman · 4 years ago
  16. ffc7fc9 Move variable declarations to top of function by Steven Cooreman · 4 years ago
  17. 85d554a Use different variables for buffer size and data length by Steven Cooreman · 4 years ago
  18. 203bcbb Style fixes (typos, whitespace, 80 column limit) by Steven Cooreman · 4 years ago
  19. e5e30859 Remove potentially unused exit label by Steven Cooreman · 4 years ago
  20. 5be864f Add changelog for MBEDTLS_PSA_CRYPTO_BUILTIN_KEYS by Steven Cooreman · 4 years ago
  21. 437fcfc Add simple test coverage for builtin keys (PSA opaque driver export) by Steven Cooreman · 4 years ago
  22. f9a55ff Add test driver implementation for MBEDTLS_PSA_CRYPTO_BUILTIN_KEYS by Steven Cooreman · 4 years ago
  23. 6801f08 Implement support for MBEDTLS_PSA_CRYPTO_BUILTIN_KEYS by Steven Cooreman · 4 years ago
  24. cbcefae Merge pull request #4348 from mpg/revert-4334-dev by Janos Follath · 4 years ago
  25. 93c0847 Revert "Remove deprecated things from hashing modules" by Manuel Pégourié-Gonnard · 4 years ago
  26. 1492111 Revert "fix error.c - now it's autogenerated" by Manuel Pégourié-Gonnard · 4 years ago
  27. 30dcdf4 Revert "fix error.c - second try" by Manuel Pégourié-Gonnard · 4 years ago
  28. 247745f Revert "Changelog added" by Manuel Pégourié-Gonnard · 4 years ago
  29. 9013489 Merge pull request #4253 from mstarzyk-mobica/long_url_in_changelog_entry by Gilles Peskine · 4 years ago
  30. c039514 Merge pull request #4334 from TRodziewicz/origin/remove_old_func_from_hashing by Manuel Pégourié-Gonnard · 4 years ago
  31. 09c916a Merge pull request #4257 from ronald-cron-arm/psa-aead by Gilles Peskine · 4 years ago
  32. 528b0a6 Merge pull request #4323 from gilles-peskine-arm/ecp-add-fix-changelog-development by Manuel Pégourié-Gonnard · 4 years ago
  33. 0961e3d Changelog added by TRodziewicz · 4 years ago
  34. 9a86843 fix error.c - second try by TRodziewicz · 4 years ago
  35. 48f6d0d fix error.c - now it's autogenerated by TRodziewicz · 4 years ago
  36. c75d9f5 Remove deprecated things from hashing modules by TRodziewicz · 4 years ago
  37. 8f28c24 Explain the problem in more concrete terms by Gilles Peskine · 4 years ago
  38. fd4fab0 mbedtls_mpi_read_string("-0") no longer produces a "negative zero" by Gilles Peskine · 4 years ago
  39. 9a1c092 Merge pull request #4297 from gilles-peskine-arm/ecp-add-fix-202104 by Gilles Peskine · 4 years ago
  40. 392d101 Clarify some comments by Gilles Peskine · 4 years ago
  41. bd43f67 Fix copypasta in test case description by Gilles Peskine · 4 years ago
  42. f04c0ed Merge pull request #4318 from bensze01/ecc_get_family_doc by Gilles Peskine · 4 years ago
  43. 3b1cba8 Fix reference to deprecated macro in documentation by Bence Szépkúti · 4 years ago
  44. df2e4f2 Merge pull request #4290 from ronald-cron-arm/hash-dispatch-follow-up by Ronald Cron · 4 years ago
  45. 6741fc9 Merge pull request #4306 from daverodgman/fix_mps_trace_macros by Dave Rodgman · 4 years ago
  46. 0708974 Merge pull request #4309 from daverodgman/check-names-grep-backport by Dave Rodgman · 4 years ago
  47. 810eb16 psa: aead: Make CCM/GCM ordering consistent by Ronald Cron · 4 years ago
  48. a1971c3 tests: psa: aead: Fix forced error code by Ronald Cron · 4 years ago
  49. b9349a6 psa: aead: Add missing chachapoly context free by Ronald Cron · 4 years ago
  50. ecbc068 psa: aead: Remove from operation ctx members only used in setup by Ronald Cron · 4 years ago
  51. ea7ab13 Do validation on the algorithm argument in AEAD by Steven Cooreman · 4 years ago
  52. 9a98616 psa: aead: Accept opaque keys for encryption/decryption by Ronald Cron · 4 years ago
  53. d17dff3 tests: driver wrapper: Add AEAD dispatch testing by Ronald Cron · 4 years ago
  54. bfe551d tests: Add AEAD transparent test driver hooks by Ronald Cron · 4 years ago
  55. de82281 psa: aead: Add driver delegation by Ronald Cron · 4 years ago
  56. 46f9178 psa: aead: Move AEAD driver entry points to psa_crypto_aead.c by Ronald Cron · 4 years ago
  57. 7ceee8d psa: Add psa_crypto_aead.[hc] by Ronald Cron · 4 years ago
  58. 215633c psa: aead: Implement aead operations as a driver entry point by Ronald Cron · 4 years ago
  59. 9f31017 psa: aead: Remove key slot from operation context by Ronald Cron · 4 years ago
  60. 95caad3 Make check-names.sh accept any grep by Dave Rodgman · 4 years ago
  61. add60da Scan library for enums in list-enum-consts.sh by Dave Rodgman · 4 years ago
  62. b746825 Capitalise MPS trace macros by Dave Rodgman · 4 years ago
  63. b420259 Merge pull request #4174 from gilles-peskine-arm/psa-eddsa-spec by Gilles Peskine · 4 years ago
  64. 7bc6a37 Merge pull request #3183 from meuter/development by Gilles Peskine · 4 years ago
  65. 889828d Merge pull request #4279 from ronald-cron-arm/fix-invalid-id-error-code by Gilles Peskine · 4 years ago
  66. 5ef0b97 Don't comment out dependencies by Gilles Peskine · 4 years ago
  67. a8a7033 Merge pull request #3615 from gilles-peskine-arm/ssl-opt-less-grep-development by Gilles Peskine · 4 years ago
  68. 7dbd800 psa: aead: Isolate key slot unlock from operation abort by Ronald Cron · 4 years ago
  69. 197c2fd psa: aead: Move key resolution by Ronald Cron · 4 years ago
  70. 004f917 psa: aead: Fix status initialization by Ronald Cron · 4 years ago
  71. 93d356c psa: Export "internally" mbedtls_cipher_info_from_psa by Ronald Cron · 4 years ago
  72. ff6a32d Fix low-probability arithmetic error in ECC by Gilles Peskine · 4 years ago
  73. 349b372 Fix an incorrect comment about fix_negative by Gilles Peskine · 4 years ago
  74. 618be2e Add unit tests for fix_negative by Gilles Peskine · 4 years ago
  75. 80ba850 Create a header file for ECP internal functions by Gilles Peskine · 4 years ago
  76. ca91ee4 Unit test function for mbedtls_ecp_muladd by Gilles Peskine · 4 years ago
  77. 80f5673 Fix and simplify sign handling in mbedtls_mpi_read_string by Gilles Peskine · 4 years ago
  78. b13a26c Add a few unit tests for mbedtls_mpi_read_string with leading zeros by Gilles Peskine · 4 years ago
  79. 6cc6631 psa: Return in error when requested to copy a key to an opaque driver by Ronald Cron · 4 years ago
  80. a0bc2cd tests: psa: Fix copy fail test argument by Ronald Cron · 4 years ago
  81. d520037 Merge pull request #3512 from gilles-peskine-arm/ecp-alloc-202007 by Gilles Peskine · 4 years ago
  82. 980230e psa: include: Update and improve multipart-op struct design notes by Ronald Cron · 4 years ago
  83. dd3b539 psa: include: Clarify scope of crypto_builtin/driver_contexts.h by Ronald Cron · 4 years ago
  84. 06c84ca psa: include: Merge crypto_builtin_hash.h and crypto_builtin_cipher.h by Ronald Cron · 4 years ago
  85. e31fd11 psa: include: Fix comments by Ronald Cron · 4 years ago
  86. 602f986 Add change log by Ronald Cron · 4 years ago
  87. d3b458c tests: psa: Fix expected error code by Ronald Cron · 4 years ago
  88. 77e412c psa: Fix error code when creating/registering a key with invalid id by Ronald Cron · 4 years ago
  89. 88a5546 tests: psa: Add negative tests for psa_copy_key() by Ronald Cron · 4 years ago
  90. de825e6 psa: Fix psa_validate_key_persistence documentation by Ronald Cron · 4 years ago
  91. 2af9641 Merge pull request #4198 from maulik-arm/maulik-arm/fix-4162 by Ronald Cron · 4 years ago
  92. f41be14 Add Change log entry for bug fix. by Maulik Patel · 4 years ago
  93. 56c9a94 psa: hash: Fix is_hash_accelerated signature by Ronald Cron · 4 years ago
  94. e93095f Merge pull request #4175 from mpg/expand-doc-visibility by Gilles Peskine · 4 years ago
  95. 9b31ad6 Fix error message for long lines with URLs. by Mateusz Starzyk · 4 years ago
  96. 3cfed58 Move URL regexes to class scope. by Mateusz Starzyk · 4 years ago
  97. bf792e0 Merge pull request #3616 from militant-daos/bug_3175 by Gilles Peskine · 4 years ago
  98. 17fbf5b Merge pull request #4237 from paul-elliott-arm/fix_printf_extra by Ronald Cron · 4 years ago
  99. 48ffe62 Merge pull request #4215 from paul-elliott-arm/remove_fallthrough by Ronald Cron · 4 years ago
  100. 841ae22 Merge pull request #4019 from gilles-peskine-arm/etags-no-line-directive by Ronald Cron · 4 years ago