1. 5a9642f Correct switched blocks for output sizes by Paul Elliott · 3 years, 11 months ago
  2. b183d56 Use safer size for tag checking by Paul Elliott · 3 years, 11 months ago
  3. 06b6b8c Add missing zeroize for sensitive tag data. by Paul Elliott · 3 years, 11 months ago
  4. 719c132 Add tag buffer size tests to finish buffer tests by Paul Elliott · 3 years, 11 months ago
  5. e58cb1e Aligh finish_buffer_test vars with PSA standard by Paul Elliott · 3 years, 11 months ago
  6. 4023ffd Re-add option of NULL buffer for nonce tests by Paul Elliott · 3 years, 11 months ago
  7. e64deda Add missing check to multipart decrypt by Paul Elliott · 4 years ago
  8. b0450fe Tests for sending too much data after set lengths by Paul Elliott · 4 years ago
  9. 7f62842 Add test for calling update when nonce not set by Paul Elliott · 4 years ago
  10. c6d11d0 Aligh update buffer test variables with psa naming by Paul Elliott · 4 years ago
  11. 3d7d52c Formatting fixes by Paul Elliott · 4 years ago
  12. 5e69aa5 Remove NULL check for set nonce by Paul Elliott · 4 years ago
  13. 2e45009 Remove variables declared as unused by Paul Elliott · 4 years ago
  14. efda340 Fix formatting issues by Paul Elliott · 4 years ago
  15. 3242f6c Fix formatting issue by Paul Elliott · 4 years ago
  16. b8db2c5 Remove extra blank lines by Paul Elliott · 4 years ago
  17. daf5c89 Remove extraneous state checks by Paul Elliott · 4 years ago
  18. 6f0e720 Align set nonce variables with psa convention by Paul Elliott · 4 years ago
  19. f127763 Align generate nonce variables with psa convention by Paul Elliott · 4 years ago
  20. d9343f2 Refactor is_encrypt into aead setup arguments by Paul Elliott · 4 years ago
  21. 3686970 Remove duplicated statements in documentation. by Paul Elliott · 4 years ago
  22. e0a12bd Refactor aead setup functions into single function by Paul Elliott · 4 years ago
  23. 5d3a3c3 Fix arguments formatting mistake by Paul Elliott · 4 years ago
  24. 66696b5 Improve nonce length checks by Paul Elliott · 4 years ago
  25. 814fffb Remove overly strict final checks by Paul Elliott · 4 years ago
  26. 91b021e Add finish buffer size test by Paul Elliott · 4 years ago
  27. 43fbda6 Add test for update buffer size by Paul Elliott · 4 years ago
  28. 693bf31 Fix _arg argument not being cast to correct type by Paul Elliott · 4 years ago
  29. 56e4aa6 Restore accidentally deleted blank lines by Paul Elliott · 4 years ago
  30. 863864a Add multipart set nonce test by Paul Elliott · 4 years ago
  31. ecce901 Change over to specific per algorith size checks by Paul Elliott · 4 years ago
  32. 0a6a569 Add missing include to PSA test driver by Paul Elliott · 4 years ago
  33. 41ffae1 Fix incorrect function documentation by Paul Elliott · 4 years ago
  34. 26f4aef Remove aead_verify call from test driver by Paul Elliott · 4 years ago
  35. ed08cf8 Add safety check to chachapoly finish by Paul Elliott · 4 years ago
  36. 2fe5db8 Fix passing wrong tag size to GCM finish by Paul Elliott · 4 years ago
  37. 99f548d Fix format issues with check nonce size by Paul Elliott · 4 years ago
  38. ebf9163 Move set nonce / set length tests to positive test by Paul Elliott · 4 years ago
  39. 329d538 Add 0 length part tests by Paul Elliott · 4 years ago
  40. 243080c Clarify comments on state test. by Paul Elliott · 4 years, 1 month ago
  41. 97fd1ba Convert over to using a single internal test func by Paul Elliott · 4 years, 1 month ago
  42. 315628d Remove internal aead_verify endpoint by Paul Elliott · 4 years, 1 month ago
  43. 32925b9 Make sure unused parts of tag buffer are cleared by Paul Elliott · 4 years, 1 month ago
  44. e0fcb3b Add 'too big' tests for nonce generation by Paul Elliott · 4 years, 1 month ago
  45. d85f547 Add expected size to nonce generation test by Paul Elliott · 4 years, 1 month ago
  46. 374a2be Add missing state test coverage by Paul Elliott · 4 years, 1 month ago
  47. 481be34 Make state tests more readable by Paul Elliott · 4 years, 1 month ago
  48. 96b0173 Add common nonce checking to oneshot encrypt by Paul Elliott · 4 years, 1 month ago
  49. a561444 Add missing space by Paul Elliott · 4 years, 1 month ago
  50. ed68d74 Move buffer size checks up to psa_crypto layer by Paul Elliott · 4 years, 1 month ago
  51. c2b7144 Simplify logic and factor out initial checks by Paul Elliott · 4 years, 1 month ago
  52. 7f429b7 Remove code duplication and fix formatting by Paul Elliott · 4 years, 1 month ago
  53. 87c909a Make auxiliary function static by Paul Elliott · 4 years, 1 month ago
  54. a8940ed Fix documented error codes by Paul Elliott · 4 years, 1 month ago
  55. e24f1a1 Fix missed driver wrapper tests by Paul Elliott · 4 years, 1 month ago
  56. 16906f9 Add missing frees to generate nonce test by Paul Elliott · 4 years, 1 month ago
  57. cf2d66e Remove permitting of 8 byte nonce with PolyChaCha by Paul Elliott · 4 years, 1 month ago
  58. 0187651 Test all set lengths and set/generate nonce orders by Paul Elliott · 4 years, 1 month ago
  59. 3bd5dba Improve generate nonce test by Paul Elliott · 4 years, 1 month ago
  60. 95271f1 Call set_nonce direct rather than by wrapper by Paul Elliott · 4 years, 1 month ago
  61. 8fc4516 Fix compiler errors on many platforms. by Paul Elliott · 4 years, 1 month ago
  62. 2007d70 Improve changelog by Paul Elliott · 4 years, 1 month ago
  63. d7ab9f1 Move the setting of id in driver wrappers by Paul Elliott · 4 years, 1 month ago
  64. fcb5cdc Add per function hits to driver wrappers by Paul Elliott · 4 years, 1 month ago
  65. ad53dcc Move common final checks to function by Paul Elliott · 4 years, 1 month ago
  66. 5b065cb Fix typo by Paul Elliott · 4 years, 1 month ago
  67. 534d0b4 Finish / Verify state checks by Paul Elliott · 4 years, 1 month ago
  68. f88a565 Better tag size default for m-aead finish by Paul Elliott · 4 years, 1 month ago
  69. d89304e Fix formatting issues by Paul Elliott · 4 years, 1 month ago
  70. e4030f2 Replace function with macro that already exists by Paul Elliott · 4 years, 1 month ago
  71. 7220cae Ensure generate nonce unavailable in decrypt by Paul Elliott · 4 years, 1 month ago
  72. 5e3bb13 Add set_lengths argument to all tests. by Paul Elliott · 4 years, 1 month ago
  73. 1c96429 Remove encrypt/decrypt tests by Paul Elliott · 4 years, 2 months ago
  74. c23a9a0 Add state checks for multipart AEAD by Paul Elliott · 4 years, 2 months ago
  75. d3f8241 Add multipart tests by Paul Elliott · 4 years, 2 months ago
  76. 8eb9daf Add generate nonce test by Paul Elliott · 4 years, 2 months ago
  77. 388f606 Use correct size defines for buffers by Paul Elliott · 4 years, 2 months ago
  78. 1c8de15 Update documentation to tally with recent changes by Paul Elliott · 4 years, 2 months ago
  79. bc94978 Add missing unused arguments by Paul Elliott · 4 years, 2 months ago
  80. 40ef3a9 Fix state logic and return codes by Paul Elliott · 4 years, 2 months ago
  81. 83f09ef Proper multipart AEAD GCM Implementation by Paul Elliott · 4 years, 3 months ago
  82. b2ce2ed Merge remote-tracking branch 'upstream/development' into psa-m-aead by Paul Elliott · 4 years, 2 months ago
  83. 9f5c34c Merge pull request #4596 from gilles-peskine-arm/nist_kw-null_dereference-3.0 by Gilles Peskine · 4 years, 2 months ago
  84. fe3069b Merge pull request #4585 from mpg/cipher-aead-delayed by Gilles Peskine · 4 years, 2 months ago
  85. 89ee599 Fix null pointer arithmetic in error case by Gilles Peskine · 4 years, 2 months ago
  86. c01b87b Fix some typos by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  87. bbd617b Remove duplicated definition of ASSERT_ALLOC by Gilles Peskine · 4 years, 2 months ago
  88. b282769 Remove spurious dependencies on PEM by Gilles Peskine · 4 years, 2 months ago
  89. 6d84e91 Merge pull request #4568 from creiter32/to_upstream/csr_critical_extensions by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  90. ee57ebe Add ChangeLog and migration guide entries by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  91. 42eba1a Fix a typo by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  92. daae68d Merge pull request #4565 from mpg/fixup-changelog-4495-4286 by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  93. c42a0be Clarify calling sequence in the Cipher layer by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  94. ea62d2f Merge pull request #4369 from hanno-arm/relax_psk_config by Ronald Cron · 4 years, 2 months ago
  95. f1eb425 Merge pull request #4469 from xiaoxiang781216/padlock by Ronald Cron · 4 years, 2 months ago
  96. 2bec09c Fix typo in migration guide by Hanno Becker · 4 years, 2 months ago
  97. 934ab00 Minor improvement of ChangeLog wording by Hanno Becker · 4 years, 2 months ago
  98. c44a1d5 Merge pull request #4507 from Venafi/userid-oid by Ronald Cron · 4 years, 2 months ago
  99. 196739b Change wording in documentation of PSK configuration by Hanno Becker · 4 years, 2 months ago
  100. 7146cb9 Merge pull request #4559 from gilles-peskine-arm/psa-storage-format-test-algorithms-3.0 by Ronald Cron · 4 years, 2 months ago