1. 3db0b70 Remove unnecessary test steps by Paul Elliott · 3 years, 11 months ago
  2. 88ecbe1 Test generated nonce test generates expected sizes by Paul Elliott · 3 years, 11 months ago
  3. 90fdc11 Make NULL tag check more explicit by Paul Elliott · 3 years, 11 months ago
  4. 70618b2 Change sizeof to variable rather than struct by Paul Elliott · 3 years, 11 months ago
  5. 2c363a8 Add NULL / 0 buffer tests for update test by Paul Elliott · 3 years, 11 months ago
  6. fbb4c6d Replace AEAD operation init func with macro by Paul Elliott · 3 years, 11 months ago
  7. a2a09b0 Remove double initialisation of AEAD operation by Paul Elliott · 3 years, 11 months ago
  8. bb979e7 Rename enum types by Paul Elliott · 3 years, 11 months ago
  9. bdc2c68 Add missing not setting nonce tests by Paul Elliott · 3 years, 11 months ago
  10. 3ecdb3e Change test dependencys to PSA_WANT by Paul Elliott · 3 years, 11 months ago
  11. 0f32b7d Apply fixes to test driver from lib implementation by Paul Elliott · 3 years, 11 months ago
  12. 64555bd Add missing initialisation to setup test. by Paul Elliott · 3 years, 11 months ago
  13. 4a76088 Fix leaked test buffer by Paul Elliott · 3 years, 11 months ago
  14. 6043e49 Fix missed documentation header pt 2 by Paul Elliott · 3 years, 11 months ago
  15. 8eec8d4 Fix missed documentation header by Paul Elliott · 3 years, 11 months ago
  16. ec95cc9 Add safety for NULL tag being passed to finish by Paul Elliott · 3 years, 11 months ago
  17. 8ff7421 Add comment explaining finish output size by Paul Elliott · 3 years, 11 months ago
  18. 4c916e8 Improve comment on buffer clearing by Paul Elliott · 3 years, 11 months ago
  19. 69bf5fc Const correctness by Paul Elliott · 3 years, 11 months ago
  20. 70f447d Replace individual zeroization with memset by Paul Elliott · 3 years, 11 months ago
  21. f94bd99 Add missing aead state tests. by Paul Elliott · 3 years, 11 months ago
  22. 5221ef6 Add aead setup tests by Paul Elliott · 3 years, 11 months ago
  23. 1c67e0b Add extra verify edge test cases by Paul Elliott · 3 years, 11 months ago
  24. 9961a66 Remove negative tests from multipart_decrypt by Paul Elliott · 3 years, 11 months ago
  25. fd0c154c Add tests to oversend data/ad when lengths set by Paul Elliott · 3 years, 11 months ago
  26. ce2c1fa Remove uneccesary postive buffer size tests by Paul Elliott · 3 years, 11 months ago
  27. 6a60b12 Make buffer size checks +-1 from correct size by Paul Elliott · 3 years, 11 months ago
  28. eac6c75 Make nonce length check return error where it can by Paul Elliott · 3 years, 11 months ago
  29. 12acb6b Remove missed references to aead_verify from docs by Paul Elliott · 3 years, 11 months ago
  30. a3d153f Make nonce based test descriptions more clear by Paul Elliott · 3 years, 11 months ago
  31. f38adbe Ensure tests expected to fail actually fail by Paul Elliott · 3 years, 11 months ago
  32. e49fe45 Remove unneccesary nesting by Paul Elliott · 3 years, 11 months ago
  33. 4e4d71a Move hidden logic into loop 'for' statement by Paul Elliott · 3 years, 11 months ago
  34. 33746aa Convert set lengths options over to enum by Paul Elliott · 3 years, 11 months ago
  35. 9454cfa Remove unneccesary safety check in test by Paul Elliott · 3 years, 11 months ago
  36. 6bfd0fb Convert all uint32_t lengths over to size_t by Paul Elliott · 3 years, 11 months ago
  37. 5a9642f Correct switched blocks for output sizes by Paul Elliott · 3 years, 11 months ago
  38. b183d56 Use safer size for tag checking by Paul Elliott · 3 years, 11 months ago
  39. 06b6b8c Add missing zeroize for sensitive tag data. by Paul Elliott · 3 years, 11 months ago
  40. 719c132 Add tag buffer size tests to finish buffer tests by Paul Elliott · 3 years, 11 months ago
  41. e58cb1e Aligh finish_buffer_test vars with PSA standard by Paul Elliott · 3 years, 11 months ago
  42. 4023ffd Re-add option of NULL buffer for nonce tests by Paul Elliott · 4 years ago
  43. e64deda Add missing check to multipart decrypt by Paul Elliott · 4 years ago
  44. b0450fe Tests for sending too much data after set lengths by Paul Elliott · 4 years ago
  45. 7f62842 Add test for calling update when nonce not set by Paul Elliott · 4 years ago
  46. c6d11d0 Aligh update buffer test variables with psa naming by Paul Elliott · 4 years ago
  47. 3d7d52c Formatting fixes by Paul Elliott · 4 years ago
  48. 5e69aa5 Remove NULL check for set nonce by Paul Elliott · 4 years ago
  49. 2e45009 Remove variables declared as unused by Paul Elliott · 4 years ago
  50. efda340 Fix formatting issues by Paul Elliott · 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. 6f0e720 Align set nonce variables with psa convention by Paul Elliott · 4 years ago
  55. f127763 Align generate nonce variables with psa convention by Paul Elliott · 4 years ago
  56. d9343f2 Refactor is_encrypt into aead setup arguments by Paul Elliott · 4 years ago
  57. 3686970 Remove duplicated statements in documentation. by Paul Elliott · 4 years ago
  58. e0a12bd Refactor aead setup functions into single function by Paul Elliott · 4 years ago
  59. 5d3a3c3 Fix arguments formatting mistake by Paul Elliott · 4 years ago
  60. 66696b5 Improve nonce length checks by Paul Elliott · 4 years ago
  61. 814fffb Remove overly strict final checks by Paul Elliott · 4 years ago
  62. 91b021e Add finish buffer size test by Paul Elliott · 4 years ago
  63. 43fbda6 Add test for update buffer size by Paul Elliott · 4 years ago
  64. 693bf31 Fix _arg argument not being cast to correct type by Paul Elliott · 4 years ago
  65. 56e4aa6 Restore accidentally deleted blank lines by Paul Elliott · 4 years ago
  66. 863864a Add multipart set nonce test by Paul Elliott · 4 years ago
  67. ecce901 Change over to specific per algorith size checks by Paul Elliott · 4 years ago
  68. 0a6a569 Add missing include to PSA test driver by Paul Elliott · 4 years ago
  69. 41ffae1 Fix incorrect function documentation by Paul Elliott · 4 years ago
  70. 26f4aef Remove aead_verify call from test driver by Paul Elliott · 4 years ago
  71. ed08cf8 Add safety check to chachapoly finish by Paul Elliott · 4 years ago
  72. 2fe5db8 Fix passing wrong tag size to GCM finish by Paul Elliott · 4 years, 1 month ago
  73. 99f548d Fix format issues with check nonce size by Paul Elliott · 4 years, 1 month ago
  74. ebf9163 Move set nonce / set length tests to positive test by Paul Elliott · 4 years, 1 month ago
  75. 329d538 Add 0 length part tests by Paul Elliott · 4 years, 1 month ago
  76. 243080c Clarify comments on state test. by Paul Elliott · 4 years, 1 month ago
  77. 97fd1ba Convert over to using a single internal test func by Paul Elliott · 4 years, 1 month ago
  78. 315628d Remove internal aead_verify endpoint by Paul Elliott · 4 years, 1 month ago
  79. 32925b9 Make sure unused parts of tag buffer are cleared by Paul Elliott · 4 years, 1 month ago
  80. e0fcb3b Add 'too big' tests for nonce generation by Paul Elliott · 4 years, 1 month ago
  81. d85f547 Add expected size to nonce generation test by Paul Elliott · 4 years, 1 month ago
  82. 374a2be Add missing state test coverage by Paul Elliott · 4 years, 1 month ago
  83. 481be34 Make state tests more readable by Paul Elliott · 4 years, 1 month ago
  84. 96b0173 Add common nonce checking to oneshot encrypt by Paul Elliott · 4 years, 1 month ago
  85. a561444 Add missing space by Paul Elliott · 4 years, 1 month ago
  86. ed68d74 Move buffer size checks up to psa_crypto layer by Paul Elliott · 4 years, 1 month ago
  87. c2b7144 Simplify logic and factor out initial checks by Paul Elliott · 4 years, 1 month ago
  88. 7f429b7 Remove code duplication and fix formatting by Paul Elliott · 4 years, 1 month ago
  89. 87c909a Make auxiliary function static by Paul Elliott · 4 years, 1 month ago
  90. a8940ed Fix documented error codes by Paul Elliott · 4 years, 1 month ago
  91. e24f1a1 Fix missed driver wrapper tests by Paul Elliott · 4 years, 1 month ago
  92. 16906f9 Add missing frees to generate nonce test by Paul Elliott · 4 years, 1 month ago
  93. cf2d66e Remove permitting of 8 byte nonce with PolyChaCha by Paul Elliott · 4 years, 1 month ago
  94. 0187651 Test all set lengths and set/generate nonce orders by Paul Elliott · 4 years, 1 month ago
  95. 3bd5dba Improve generate nonce test by Paul Elliott · 4 years, 1 month ago
  96. 95271f1 Call set_nonce direct rather than by wrapper by Paul Elliott · 4 years, 1 month ago
  97. 8fc4516 Fix compiler errors on many platforms. by Paul Elliott · 4 years, 1 month ago
  98. 2007d70 Improve changelog by Paul Elliott · 4 years, 1 month ago
  99. d7ab9f1 Move the setting of id in driver wrappers by Paul Elliott · 4 years, 1 month ago
  100. fcb5cdc Add per function hits to driver wrappers by Paul Elliott · 4 years, 1 month ago