1. 12f93f4 Merge pull request #4407 from ARMmbed/dev3_signoffs by Dave Rodgman · 4 years, 3 months ago
  2. 9a97a13 Merge branch 'development_3.0' into remove_depr_error_codes by Tomasz Rodziewicz · 4 years, 3 months ago
  3. f6b677e Merge pull request #4349 from mpg/apply-4334-3.0 by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  4. d6c246f Merge branch 'development_3.0' into remove_depr_error_codes by Tomasz Rodziewicz · 4 years, 4 months ago
  5. ee25913 Merge branch 'development' into development_3.0 by Gilles Peskine · 4 years, 4 months ago
  6. 7ddee7f Use remove_key_data_from_memory instead of wipe_key_slot by Steven Cooreman · 4 years, 4 months ago
  7. 7609b1f leverage psa_allocate_buffer_to_slot from slot management by Steven Cooreman · 4 years, 4 months ago
  8. 136b398 Remove deprecated things from hashing modules by TRodziewicz · 4 years, 4 months ago
  9. 93c0847 Revert "Remove deprecated things from hashing modules" by Manuel Pégourié-Gonnard · 4 years, 4 months ago
  10. c039514 Merge pull request #4334 from TRodziewicz/origin/remove_old_func_from_hashing by Manuel Pégourié-Gonnard · 4 years, 4 months ago
  11. 09c916a Merge pull request #4257 from ronald-cron-arm/psa-aead by Gilles Peskine · 4 years, 4 months ago
  12. dd82502 Remove deprecated error codes. Some still remain - question asked in issue comment by TRodziewicz · 4 years, 4 months ago
  13. c75d9f5 Remove deprecated things from hashing modules by TRodziewicz · 4 years, 4 months ago
  14. 73e3e2c Merge remote-tracking branch 'origin/development' into development_new by Dave Rodgman · 4 years, 4 months ago
  15. ea7ab13 Do validation on the algorithm argument in AEAD by Steven Cooreman · 4 years, 5 months ago
  16. 9a98616 psa: aead: Accept opaque keys for encryption/decryption by Ronald Cron · 4 years, 4 months ago
  17. de82281 psa: aead: Add driver delegation by Ronald Cron · 4 years, 5 months ago
  18. 46f9178 psa: aead: Move AEAD driver entry points to psa_crypto_aead.c by Ronald Cron · 4 years, 5 months ago
  19. 215633c psa: aead: Implement aead operations as a driver entry point by Ronald Cron · 4 years, 5 months ago
  20. 9f31017 psa: aead: Remove key slot from operation context by Ronald Cron · 4 years, 5 months ago
  21. 7dbd800 psa: aead: Isolate key slot unlock from operation abort by Ronald Cron · 4 years, 5 months ago
  22. 197c2fd psa: aead: Move key resolution by Ronald Cron · 4 years, 5 months ago
  23. 004f917 psa: aead: Fix status initialization by Ronald Cron · 4 years, 5 months ago
  24. 6cc6631 psa: Return in error when requested to copy a key to an opaque driver by Ronald Cron · 4 years, 4 months ago
  25. 77e412c psa: Fix error code when creating/registering a key with invalid id by Ronald Cron · 4 years, 4 months ago
  26. 5618a39 psa: cipher: Remove cipher_generate_iv driver entry point by Ronald Cron · 4 years, 4 months ago
  27. a0d6817 psa: cipher: Add bound check of the IV length in the core by Ronald Cron · 4 years, 4 months ago
  28. 75e6ae2 Move mbedtls_cipher_info_from_psa to psa_crypto_cipher.c by Ronald Cron · 4 years, 5 months ago
  29. 1f0db80 psa: cipher: Fix symmetric key management by Ronald Cron · 4 years, 5 months ago
  30. 937dfee psa: cipher: Re-organize multi-part operation context by Ronald Cron · 4 years, 5 months ago
  31. 49fafa9 psa: cipher: Dispatch based on driver identifier by Ronald Cron · 4 years, 5 months ago
  32. 06aa442 psa: cipher: Remove unused `key_set` operation field by Ronald Cron · 4 years, 5 months ago
  33. dd24c9b psa: Call cipher operations software implementations as a driver by Ronald Cron · 4 years, 8 months ago
  34. 6056fe8 psa: driver wrapper: Change cipher_xyz signature by Ronald Cron · 4 years, 8 months ago
  35. 6d05173 psa: Add mbedtls_psa_cipher_xyz() APIs by Ronald Cron · 4 years, 10 months ago
  36. 0b80559 psa: Call cipher setup implementation as a driver by Ronald Cron · 4 years, 8 months ago
  37. a4af55f psa: driver wrapper: Change cipher_*_setup signatures by Ronald Cron · 4 years, 8 months ago
  38. d6d2888 psa: Add mbedtls_psa_cipher_encrypt/decrypt_setup functions by Ronald Cron · 4 years, 8 months ago
  39. 7986f7e psa: Export "internally" mbedtls_cipher_info_from_psa by Ronald Cron · 4 years, 5 months ago
  40. ab99ac2 psa: Rework psa_cipher_setup (2) by Ronald Cron · 4 years, 10 months ago
  41. 590d3e5 psa: Rework psa_cipher_setup (1) by Ronald Cron · 4 years, 10 months ago
  42. c45b4af Fix PSA SE driver tests by Ronald Cron · 4 years, 10 months ago
  43. 4501c98 psa: sign: Return INVALID_ARGUMENT instead of NOT_SUPPORTED by Ronald Cron · 4 years, 5 months ago
  44. 3d47181 psa: Add missing PSA configs by Ronald Cron · 4 years, 5 months ago
  45. 71f45ba Fix unused parameter warning in some configurations by Gilles Peskine · 4 years, 4 months ago
  46. a1684f4 PSA: Reject curves that are not enabled in the PSA configuration by Gilles Peskine · 4 years, 4 months ago
  47. b6bf4bb Clear up language on zeroizing driver context at setup by Steven Cooreman · 4 years, 5 months ago
  48. 893232f Ensure the full driver structure is zeroized at setup by Steven Cooreman · 4 years, 5 months ago
  49. 5f88e77 Move mbedtls_md_info_from_psa into the mbedtls hash driver by Steven Cooreman · 4 years, 5 months ago
  50. fbe0928 Set output length to 0 at start of function by Steven Cooreman · 4 years, 5 months ago
  51. f66d5fd Apply same argument checking as in psa_hash_setup by Steven Cooreman · 4 years, 5 months ago
  52. ea0a865 Move entropy_poll.h to library by Chris Jones · 4 years, 5 months ago
  53. daacb59 Rename <pk/md/cipher>_internal.h to *_wrap.h by Chris Jones · 4 years, 5 months ago
  54. e2191cd Update includes to use library/ instead of include/mbedtls/ by Chris Jones · 4 years, 6 months ago
  55. c828835 move hash update zero-length-input check back into the core by Steven Cooreman · 4 years, 5 months ago
  56. dbf8ced Change the way driver context structures are used by Steven Cooreman · 4 years, 5 months ago
  57. 1e58235 Dispatch hashing calls through the driver wrapper layer by Steven Cooreman · 4 years, 6 months ago
  58. 84d670d Make psa_hash_compare go through hash_compute by Steven Cooreman · 4 years, 6 months ago
  59. 0e30764 Split hashing operations out into an mbedTLS hash driver by Steven Cooreman · 4 years, 6 months ago
  60. 17605f0 Merge pull request #4151 from ronald-cron-arm/psa-sign_verify-hash by Manuel Pégourié-Gonnard · 4 years, 5 months ago
  61. 1fb691a Remove superfluous check by Steven Cooreman · 4 years, 5 months ago
  62. cd64093 Language & code readability updates by Steven Cooreman · 4 years, 5 months ago
  63. bb9cbc7 psa: ecdsa: Prefer NOT_SUPPORTED error code by Ronald Cron · 4 years, 5 months ago
  64. 9103d49 psa: ecdsa: Rework deterministic support check by Ronald Cron · 4 years, 5 months ago
  65. 566899e psa: Remove outdated comments by Ronald Cron · 4 years, 5 months ago
  66. 31a876d Clarify some policy-handling code comments by Steven Cooreman · 4 years, 5 months ago
  67. f9f7fdf Rework MAC algorithm / key type validation by Steven Cooreman · 4 years, 5 months ago
  68. 4ff9a29 Check truncation length explicitly by Steven Cooreman · 4 years, 5 months ago
  69. 58c94d3 Make psa_get_mac_output_length testable and test it by Steven Cooreman · 4 years, 5 months ago
  70. 7d4b0d7 Reuse PSA_MAC_LENGTH in psa_get_mac_output_length by Steven Cooreman · 4 years, 5 months ago
  71. 5a17267 Add a note about why key_type is required by Steven Cooreman · 4 years, 5 months ago
  72. 1ac5ce3 Make psa_key_policy_algorithm_intersection MAC-length aware by Steven Cooreman · 4 years, 5 months ago
  73. 15472f8 Clean up psa_mac_setup now that we have an output length calculator by Steven Cooreman · 4 years, 5 months ago
  74. 5ad4bf7 Move MAC default length checking into psa_key_policy_permits by Steven Cooreman · 4 years, 5 months ago
  75. 328f11c Language & readability touchups by Steven Cooreman · 4 years, 5 months ago
  76. d788fab Clarify usage of psa_key_policy_permits by Steven Cooreman · 4 years, 5 months ago
  77. a1d8322 Fix typos & copy-paste errors by Steven Cooreman · 4 years, 5 months ago
  78. 7e39f05 Using a wildcard as a specific algorithm now reports invalid argument by Steven Cooreman · 4 years, 5 months ago
  79. ae3f13b Add more test cases and fix AT_LEAST_THIS_LENGTH against base algorithm by Steven Cooreman · 4 years, 5 months ago
  80. d927ed7 Rename _MINIMUM_LENGTH flags to _AT_LEAST_THIS_LENGTH by Steven Cooreman · 4 years, 5 months ago
  81. 7de9e2d Language / verbiage fixes by Steven Cooreman · 4 years, 5 months ago
  82. 5d81481 Rename AEAD WITH_MINIMUM_LENGTH to AT_LEAST_THIS_LENGTH by Steven Cooreman · 4 years, 6 months ago
  83. caad493 rename MAC_WITH_MINIMUM_LENGTH_TAG to AT_LEAST_THIS_LENGTH_MAC by Steven Cooreman · 4 years, 6 months ago
  84. 0348802 Remove generic wildcard checks after review feedback by Steven Cooreman · 4 years, 6 months ago
  85. b3ce815 Add support for minimum-tag-length AEAD and MAC policies by Steven Cooreman · 4 years, 6 months ago
  86. 34045c1 Merge pull request #4145 from stevew817/fix_return_code by Gilles Peskine · 4 years, 5 months ago
  87. 8a494f3 psa: Post move adjustments to psa_sign/verify_hash_internal by Ronald Cron · 4 years, 6 months ago
  88. 072722c psa: Move ECDSA sign/verify to PSA ECP specific file by Ronald Cron · 4 years, 8 months ago
  89. d1cb91c psa: Change psa_ecdsa_sign/verify signature by Ronald Cron · 4 years, 6 months ago
  90. 7bdbca3 psa: Move RSA sign/verify hash to the PSA RSA specific file by Ronald Cron · 4 years, 8 months ago
  91. a99bcc0 psa: Change psa_rsa_sign/verify signature by Ronald Cron · 4 years, 6 months ago
  92. fce9df2 psa: Call sign/verify hash software implementation as a driver by Ronald Cron · 4 years, 8 months ago
  93. 36f641b psa: Export "internally" mbedtls_md_info_from_psa() by Ronald Cron · 4 years, 6 months ago
  94. 67b1eb3 psa: Export "internally" psa_sign/verify_hash_internal by Ronald Cron · 4 years, 8 months ago
  95. 9f17aa4 psa: Change psa_driver_wrapper_sign/verify_hash signature by Ronald Cron · 4 years, 8 months ago
  96. 1865993 psa: sign/verify_hash: Wrap software implementation by Ronald Cron · 4 years, 8 months ago
  97. 99b8ed7 psa: Prepare sign/verify code for software implementation split by Ronald Cron · 4 years, 6 months ago
  98. 1bfe4d7 Use new PSA builtin defines for CHACHA20 by David Brown · 4 years, 6 months ago
  99. 8107e31 Fix 2 endif comments by David Brown · 4 years, 6 months ago
  100. 12ca503 Change some conditionals of PSA to use BUILTIN by David Brown · 4 years, 6 months ago