1. d5b2a59 Merge pull request #5047 from paul-elliott-arm/psa-m-aead-ccm by Gilles Peskine · 3 years, 8 months ago
  2. c38c1f2 Merge pull request #5268 from gilles-peskine-arm/struct_reordering_3.0 by Manuel Pégourié-Gonnard · 3 years, 8 months ago
  3. f467d63 psa: Fix obsolete code guard by Ronald Cron · 3 years, 9 months ago
  4. 9ba7691 psa: Add driver initialization and termination by Ronald Cron · 4 years, 4 months ago
  5. 89b4aa7 psa: asymmetric_encrypt/decrypt: Improve error code consistency by Ronald Cron · 3 years, 11 months ago
  6. 69a6342 psa: Fix the size of hash buffers by Ronald Cron · 3 years, 10 months ago
  7. 81ca97e tests: psa driver: Align RSA/ECP sign/verify hash dispatch by Ronald Cron · 4 years, 4 months ago
  8. 2d8a182 PSA global data: move fields around to save code size by Gilles Peskine · 3 years, 9 months ago
  9. 6d48e20 Indicate nonce sizes invalid for ChaCha20-Poly1305 by Bence Szépkúti · 3 years, 9 months ago
  10. 357b78e Indicate if we know that a nonce length is invalid by Bence Szépkúti · 3 years, 9 months ago
  11. d69da6c Improve PSA error return code by Dave Rodgman · 3 years, 9 months ago
  12. 087f047 Merge pull request #5076 from mstarzyk-mobica/psa_ccm_no_tag by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  13. f7b4137 Untangle PSA_ALG_IS_HASH_AND_SIGN and PSA_ALG_IS_SIGN_HASH by Gilles Peskine · 3 years, 11 months ago
  14. e6d3eda Add missing PSA_ALG_IS_SIGN_HASH macro. by Mateusz Starzyk · 4 years ago
  15. 136819f Merge pull request #4959 from gilles-peskine-arm/psa-add-aria by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  16. 4fa0725 Merge pull request #5002 from mstarzyk-mobica/psa_output_buffer_limitation by Gilles Peskine · 3 years, 9 months ago
  17. 594215b Add support for CCM*-no-tag to PSA. by Mateusz Starzyk · 3 years, 10 months ago
  18. bf21c07 Merge pull request #5072 from mprse/issue_5065 by Gilles Peskine · 3 years, 10 months ago
  19. 4cad4fc psa_crypto.c: use switch instead if-else in psa_aead_check_nonce_length and psa_aead_set_lengths (fixes #5065) by Przemyslaw Stekiel · 3 years, 10 months ago
  20. e193ea8 Add Multipart AEAD CCM internal implementation by Paul Elliott · 3 years, 10 months ago
  21. c0fe820 psa_generate_key(): return PSA_ERROR_INVALID_ARGUMENT for public key by Przemyslaw Stekiel · 3 years, 10 months ago
  22. f28261f Remove output buffer limitation for PSA with GCM. by Mateusz Starzyk · 3 years, 10 months ago
  23. 60116ae Invert logic on nonce length tests by Paul Elliott · 3 years, 10 months ago
  24. 355f59e Fix formatting issues by Paul Elliott · 3 years, 10 months ago
  25. e716e6c Switch cipher enabled macros by Paul Elliott · 3 years, 10 months ago
  26. baff51c Make sure nonce length checks use base algorithm by Paul Elliott · 3 years, 10 months ago
  27. bb0f9e1 Move all nonce length checks to PSA Core by Paul Elliott · 3 years, 10 months ago
  28. 4ed1ed1 Move nonce size checking to PSA Core by Paul Elliott · 3 years, 10 months ago
  29. 325d374 Move set lengths checking to PSA Core by Paul Elliott · 3 years, 10 months ago
  30. 71b0567 Merge remote-tracking branch 'upstream/development' into psa-m-aead-merge by Paul Elliott · 3 years, 10 months ago
  31. 90fdc11 Make NULL tag check more explicit by Paul Elliott · 3 years, 11 months ago
  32. 70618b2 Change sizeof to variable rather than struct by Paul Elliott · 3 years, 11 months ago
  33. 6c12a1e Add ARIA to the PSA API by Gilles Peskine · 3 years, 11 months ago
  34. ec95cc9 Add safety for NULL tag being passed to finish by Paul Elliott · 3 years, 11 months ago
  35. 4c916e8 Improve comment on buffer clearing by Paul Elliott · 3 years, 11 months ago
  36. 69bf5fc Const correctness by Paul Elliott · 3 years, 11 months ago
  37. 70f447d Replace individual zeroization with memset by Paul Elliott · 3 years, 11 months ago
  38. 9d17bf4 Styling and refactoring by Archana · 3 years, 11 months ago
  39. 374fe5b Handle zeroed attributes key bits and type in copy by Archana · 3 years, 11 months ago
  40. 449608b Code style improvements by Archana · 3 years, 11 months ago
  41. 8a18036 Add opaque test driver support for copy key by Archana · 4 years, 1 month ago
  42. 6ed4bda pre-existing validation extended by Archana · 4 years ago
  43. 4d7ae1d Add test driver support for opaque key import by Archana · 4 years, 1 month ago
  44. d8a83dc Sizing of key buffer for opaque keys by Archana · 4 years, 2 months ago
  45. 3b097eb psa: Remove psa_key_slot_is_external() by Ronald Cron · 4 years ago
  46. 9b8b69c psa: Remove buggy report of RSA public exponent for opaque keys by Ronald Cron · 4 years ago
  47. 512ad81 psa: Fix slot number key attribute by Ronald Cron · 4 years ago
  48. ddae0f5 Clarify psa_get_and_lock_transparent_key_slot_with_policy() purpose by Ronald Cron · 4 years ago
  49. 3d7d52c Formatting fixes by Paul Elliott · 4 years ago
  50. 5a8abb1 Merge pull request #4883 from mstarzyk-mobica/fix_psa_sign_msg by Manuel Pégourié-Gonnard · 4 years ago
  51. 3242f6c Fix formatting issue by Paul Elliott · 4 years ago
  52. b8db2c5 Remove extra blank lines by Paul Elliott · 4 years ago
  53. daf5c89 Remove extraneous state checks by Paul Elliott · 4 years ago
  54. d9343f2 Refactor is_encrypt into aead setup arguments by Paul Elliott · 4 years ago
  55. ce0e6a9 Require MESSAGE flag in PSA MAC setup. by Mateusz Starzyk · 4 years ago
  56. e0a12bd Refactor aead setup functions into single function by Paul Elliott · 4 years ago
  57. 5ecac21 Prefixed macros with MBEDTLS by Joe Subbiani · 4 years, 1 month ago
  58. 50dde56 Implement byte reading macros into library/ by Joe Subbiani · 4 years, 1 month ago
  59. 814fffb Remove overly strict final checks by Paul Elliott · 4 years ago
  60. 32925b9 Make sure unused parts of tag buffer are cleared by Paul Elliott · 4 years, 1 month ago
  61. a561444 Add missing space by Paul Elliott · 4 years, 1 month ago
  62. c9890e9 Rewording comments by TRodziewicz · 4 years, 1 month ago
  63. 18cddc0 Reverting comments deleted in previous PR by TRodziewicz · 4 years, 1 month ago
  64. 7871c2e Adding new macro for tests failing by TRodziewicz · 4 years, 1 month ago
  65. d9be652 Corrections to the new functions names and error message wording by TRodziewicz · 4 years, 1 month ago
  66. 053b99b Re-introduction of key slot chekcs by TRodziewicz · 4 years, 1 month ago
  67. 3f860e4 Remove invalid buffer overflow check by gabor-mezei-arm · 4 years, 1 month ago
  68. 258ae07 Add checks for buffer size by gabor-mezei-arm · 4 years, 1 month ago
  69. 6f4e5bb Initialize output buffer length to 0 by gabor-mezei-arm · 4 years, 1 month ago
  70. 0dfeaaf Remove confising comments by gabor-mezei-arm · 4 years, 1 month ago
  71. 9951b50 Remove comments by gabor-mezei-arm · 4 years, 1 month ago
  72. a9449a0 Dispatch cipher functions through the driver interface by gabor-mezei-arm · 4 years, 4 months ago
  73. ba0fa75 Implement one-shot cipher by gabor-mezei-arm · 4 years, 5 months ago
  74. 8682fae Merge pull request #4694 from gilles-peskine-arm/out_size-3.0 by Ronald Cron · 4 years, 1 month ago
  75. 63ad854 Merge pull request #4712 from daverodgman/psa_cipher_and_mac_abort_on_error by Dave Rodgman · 4 years, 1 month ago
  76. 90d1cb8 Use more standard label name by Dave Rodgman · 4 years, 1 month ago
  77. 3698fa1 Merge pull request #4673 from gilles-peskine-arm/psa_crypto_spm-from_platform_h by Ronald Cron · 4 years, 1 month ago
  78. f9f1bdf Translate MBEDTLS_ERR_PK_BUFFER_TOO_SMALL for PSA by Gilles Peskine · 4 years, 1 month ago
  79. ed68d74 Move buffer size checks up to psa_crypto layer by Paul Elliott · 4 years, 1 month ago
  80. c2b7144 Simplify logic and factor out initial checks by Paul Elliott · 4 years, 1 month ago
  81. 7f429b7 Remove code duplication and fix formatting by Paul Elliott · 4 years, 1 month ago
  82. 8036bdd Tidy up logic in psa_mac_sign_finish by Dave Rodgman · 4 years, 1 month ago
  83. b5dd7c7 Correct coding style issues by Dave Rodgman · 4 years, 1 month ago
  84. 5464824 Call abort on error in psa_mac/cipher setup by Dave Rodgman · 4 years, 1 month ago
  85. 685b6a7 Update multipart hash operations to abort on error by Dave Rodgman · 4 years, 1 month ago
  86. 38e62ae Update cipher and mac functions to abort on error by Dave Rodgman · 4 years, 1 month ago
  87. 95271f1 Call set_nonce direct rather than by wrapper by Paul Elliott · 4 years, 1 month ago
  88. f9a046e Remove duplicate wipe call in psa_destroy_key by Gilles Peskine · 4 years, 2 months ago
  89. 6687cd0 Refuse to destroy read-only keys by Gilles Peskine · 4 years, 3 months ago
  90. ad53dcc Move common final checks to function by Paul Elliott · 4 years, 1 month ago
  91. 534d0b4 Finish / Verify state checks by Paul Elliott · 4 years, 1 month ago
  92. f88a565 Better tag size default for m-aead finish by Paul Elliott · 4 years, 1 month ago
  93. d89304e Fix formatting issues by Paul Elliott · 4 years, 1 month ago
  94. e4030f2 Replace function with macro that already exists by Paul Elliott · 4 years, 1 month ago
  95. 7220cae Ensure generate nonce unavailable in decrypt by Paul Elliott · 4 years, 1 month ago
  96. 8eb9daf Add generate nonce test by Paul Elliott · 4 years, 2 months ago
  97. 36ff66c Merge pull request #4316 from gabor-mezei-arm/3258_implement_one-shot_MAC by Gilles Peskine · 4 years, 1 month ago
  98. a805d57 Merge pull request #4588 from TRodziewicz/remove_MD2_MD4_RC4_Blowfish_and_XTEA by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  99. a587cbc psa: mac: Add driver delegation support for psa_mac_verify() by Ronald Cron · 4 years, 2 months ago
  100. cd989b5 psa: mac: Introduce psa_mac_compute_internal by Ronald Cron · 4 years, 2 months ago