1. ec95cc9 Add safety for NULL tag being passed to finish by Paul Elliott · 3 years, 11 months ago
  2. 4c916e8 Improve comment on buffer clearing by Paul Elliott · 3 years, 11 months ago
  3. 69bf5fc Const correctness by Paul Elliott · 3 years, 11 months ago
  4. 70f447d Replace individual zeroization with memset by Paul Elliott · 3 years, 11 months ago
  5. 3d7d52c Formatting fixes by Paul Elliott · 4 years ago
  6. 3242f6c Fix formatting issue by Paul Elliott · 4 years ago
  7. b8db2c5 Remove extra blank lines by Paul Elliott · 4 years ago
  8. daf5c89 Remove extraneous state checks by Paul Elliott · 4 years ago
  9. d9343f2 Refactor is_encrypt into aead setup arguments by Paul Elliott · 4 years ago
  10. e0a12bd Refactor aead setup functions into single function by Paul Elliott · 4 years ago
  11. 814fffb Remove overly strict final checks by Paul Elliott · 4 years ago
  12. 32925b9 Make sure unused parts of tag buffer are cleared by Paul Elliott · 4 years, 1 month ago
  13. a561444 Add missing space by Paul Elliott · 4 years, 1 month ago
  14. ed68d74 Move buffer size checks up to psa_crypto layer by Paul Elliott · 4 years, 1 month ago
  15. c2b7144 Simplify logic and factor out initial checks by Paul Elliott · 4 years, 1 month ago
  16. 7f429b7 Remove code duplication and fix formatting by Paul Elliott · 4 years, 1 month ago
  17. 95271f1 Call set_nonce direct rather than by wrapper by Paul Elliott · 4 years, 1 month ago
  18. ad53dcc Move common final checks to function by Paul Elliott · 4 years, 1 month ago
  19. 534d0b4 Finish / Verify state checks by Paul Elliott · 4 years, 1 month ago
  20. f88a565 Better tag size default for m-aead finish by Paul Elliott · 4 years, 1 month ago
  21. d89304e Fix formatting issues by Paul Elliott · 4 years, 1 month ago
  22. e4030f2 Replace function with macro that already exists by Paul Elliott · 4 years, 1 month ago
  23. 7220cae Ensure generate nonce unavailable in decrypt by Paul Elliott · 4 years, 1 month ago
  24. 8eb9daf Add generate nonce test by Paul Elliott · 4 years, 2 months ago
  25. 40ef3a9 Fix state logic and return codes by Paul Elliott · 4 years, 2 months ago
  26. b2ce2ed Merge remote-tracking branch 'upstream/development' into psa-m-aead by Paul Elliott · 4 years, 2 months ago
  27. 142c205 Merge pull request #4513 from Patater/psa-without-genprime-fix by Ronald Cron · 4 years, 2 months ago
  28. b7abba2 Merge pull request #4515 from tom-daubney-arm/remove_rsa_mode_params_2 by Gilles Peskine · 4 years, 2 months ago
  29. f47b095 Set tag to 'impossible' value on failure to encrypt by Paul Elliott · 4 years, 3 months ago
  30. 6eb9598 Improve state logic by Paul Elliott · 4 years, 3 months ago
  31. 6981fbc Remove unneccessary guard for key unlock by Paul Elliott · 4 years, 3 months ago
  32. e715f88 Fix key slot being used uninitialised on error by Paul Elliott · 4 years, 3 months ago
  33. 1a98aca Properly handle GCM's range of nonce sizes by Paul Elliott · 4 years, 3 months ago
  34. ee4ffe0 Move AEAD length checks to PSA core by Paul Elliott · 4 years, 3 months ago
  35. b91da71 Remove unrequired initialisation by Paul Elliott · 4 years, 3 months ago
  36. ac1b3fd Ensure that key gets unlocked in case of error by Paul Elliott · 4 years, 3 months ago
  37. cee785c Seperate id checks from other state checks by Paul Elliott · 4 years, 3 months ago
  38. 424fa93 psa: Support RSA signature without MBEDTLS_GENPRIME by Jaeden Amero · 4 years, 3 months ago
  39. 864b425 Merge pull request #4488 from tom-daubney-arm/remove_rsa_mode_params by Gilles Peskine · 4 years, 3 months ago
  40. 141700f Removes mode param from mbedtls_rsa_rsaes_oaep_encrypt by Thomas Daubney · 4 years, 3 months ago
  41. 2177277 Removes mode param from mbedtls_rsa_pkcs1_encrypt by Thomas Daubney · 4 years, 3 months ago
  42. a559b3c Remove key_set and use id instead by Paul Elliott · 4 years, 3 months ago
  43. bbe90b5 Formatting fixes for psa_crypto.c by Paul Elliott · 4 years, 3 months ago
  44. 81231f3 Return invalid argument for unsupported algorithm by Paul Elliott · 4 years, 3 months ago
  45. 39dc6b8 Add abort call to all failure points by Paul Elliott · 4 years, 3 months ago
  46. cbbde5f Split multipart AEAD contexts into two parts by Paul Elliott · 4 years, 3 months ago
  47. 2df4005 Fix excessive line lengths by Paul Elliott · 4 years, 3 months ago
  48. c4e1dcf Fix incorrect PSA key usage by Paul Elliott · 4 years, 3 months ago
  49. 302ff6b Implement multipart AEAD PSA interface by Paul Elliott · 4 years, 4 months ago
  50. f048618 Unify variable type and rename to be unambiguous by gabor-mezei-arm · 4 years, 3 months ago
  51. 6883fd2 Rename sign/verify builtin functions called by driver wrapper functions by gabor-mezei-arm · 4 years, 3 months ago
  52. 474a35f Return error if algorithm is not hash-then-sign for psa_sign_message by gabor-mezei-arm · 4 years, 3 months ago
  53. 8b3e886 Use bool variable instead of enum values by gabor-mezei-arm · 4 years, 3 months ago
  54. 12b4f34 Fix documentation by gabor-mezei-arm · 4 years, 3 months ago
  55. 6cdf637 Use switch-case for error handling by gabor-mezei-arm · 4 years, 3 months ago
  56. f9820f9 Fix for algorithms other than hash-then-sign by gabor-mezei-arm · 4 years, 3 months ago
  57. b5c1e37 Use driver-wrapper functions for psa_sign/verify_message by gabor-mezei-arm · 4 years, 3 months ago
  58. 0f62240 Enable algorithms other than hash-then-sign by gabor-mezei-arm · 4 years, 3 months ago
  59. 46c23a0 Fix error checking by gabor-mezei-arm · 4 years, 3 months ago
  60. 50eac35 Dispatch sign/verify funtions through the driver interface by gabor-mezei-arm · 4 years, 3 months ago
  61. 5b44652 Unify similar functions by gabor-mezei-arm · 4 years, 4 months ago
  62. 4a21019 Implement psa_sign_message and psa_verify_message functions by gabor-mezei-arm · 4 years, 4 months ago
  63. d21e0b7 Remove mode parameter from mbedtls_rsa_rsaes_oaep_decrypt function by Thomas Daubney · 4 years, 3 months ago
  64. c7feaf3 Remove mode param from mbedtls_rsa_pkcs1_decrypt by Thomas Daubney · 4 years, 3 months ago
  65. 5d1f747d Merge pull request #4377 from mpg/psa-pbkdf2-api by Gilles Peskine · 4 years, 3 months ago
  66. 8af5c5c Be explicit about why the zero-length check is there by Steven Cooreman · 4 years, 3 months ago
  67. d1a68f1 Supply actual key bits to PSA_MAC_LENGTH during MAC setup by Steven Cooreman · 4 years, 3 months ago
  68. 72f736a Move is_sign and mac_size checking back to PSA core scope by Steven Cooreman · 4 years, 3 months ago
  69. 094a77e Code flow and style improvements by Steven Cooreman · 4 years, 3 months ago
  70. a6df604 Base the PSA implementation of TLS 1.2 PRF on the MAC API by Steven Cooreman · 4 years, 3 months ago
  71. d1ed1d9 Make HKDF use the generic MAC API by Steven Cooreman · 4 years, 3 months ago
  72. dd1a915 Rename HMAC operation structure by Steven Cooreman · 4 years, 3 months ago
  73. 36876a0 Make safer_memcmp available to all compile units under PSA by Steven Cooreman · 4 years, 3 months ago
  74. ba9a5bf Code flow/readability improvements after review by Steven Cooreman · 4 years, 3 months ago
  75. d1955af Rename internal HMAC structure type to match convention by Steven Cooreman · 4 years, 5 months ago
  76. 4fdf060 Complete, document and fully use internal HMAC API by Steven Cooreman · 4 years, 5 months ago
  77. a5b860a Migrate MAC finish calls into the software driver by Steven Cooreman · 4 years, 5 months ago
  78. 6e7f291 Migrate MAC update call into the software driver by Steven Cooreman · 4 years, 5 months ago
  79. e680419 Migrate MAC setup/abort calls into the software driver by Steven Cooreman · 4 years, 5 months ago
  80. 82c66b6 Move internal HMAC implementation into internal MAC driver by Steven Cooreman · 4 years, 5 months ago
  81. 77e2cc5 Move the MAC operation structure into the driver headers by Steven Cooreman · 4 years, 5 months ago
  82. 805251b Update psa_validate_key_policy() for the new policy by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  83. 12f93f4 Merge pull request #4407 from ARMmbed/dev3_signoffs by Dave Rodgman · 4 years, 3 months ago
  84. 9a97a13 Merge branch 'development_3.0' into remove_depr_error_codes by Tomasz Rodziewicz · 4 years, 3 months ago
  85. f6b677e Merge pull request #4349 from mpg/apply-4334-3.0 by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  86. d6c246f Merge branch 'development_3.0' into remove_depr_error_codes by Tomasz Rodziewicz · 4 years, 4 months ago
  87. ee25913 Merge branch 'development' into development_3.0 by Gilles Peskine · 4 years, 4 months ago
  88. 7ddee7f Use remove_key_data_from_memory instead of wipe_key_slot by Steven Cooreman · 4 years, 4 months ago
  89. 7609b1f leverage psa_allocate_buffer_to_slot from slot management by Steven Cooreman · 4 years, 4 months ago
  90. 136b398 Remove deprecated things from hashing modules by TRodziewicz · 4 years, 4 months ago
  91. 93c0847 Revert "Remove deprecated things from hashing modules" by Manuel Pégourié-Gonnard · 4 years, 4 months ago
  92. c039514 Merge pull request #4334 from TRodziewicz/origin/remove_old_func_from_hashing by Manuel Pégourié-Gonnard · 4 years, 4 months ago
  93. 09c916a Merge pull request #4257 from ronald-cron-arm/psa-aead by Gilles Peskine · 4 years, 4 months ago
  94. dd82502 Remove deprecated error codes. Some still remain - question asked in issue comment by TRodziewicz · 4 years, 4 months ago
  95. c75d9f5 Remove deprecated things from hashing modules by TRodziewicz · 4 years, 4 months ago
  96. 73e3e2c Merge remote-tracking branch 'origin/development' into development_new by Dave Rodgman · 4 years, 4 months ago
  97. ea7ab13 Do validation on the algorithm argument in AEAD by Steven Cooreman · 4 years, 5 months ago
  98. 9a98616 psa: aead: Accept opaque keys for encryption/decryption by Ronald Cron · 4 years, 4 months ago
  99. de82281 psa: aead: Add driver delegation by Ronald Cron · 4 years, 5 months ago
  100. 46f9178 psa: aead: Move AEAD driver entry points to psa_crypto_aead.c by Ronald Cron · 4 years, 5 months ago