1. 71b0567 Merge remote-tracking branch 'upstream/development' into psa-m-aead-merge by Paul Elliott · 3 years, 11 months ago
  2. 3db0b70 Remove unnecessary test steps by Paul Elliott · 3 years, 11 months ago
  3. 88ecbe1 Test generated nonce test generates expected sizes by Paul Elliott · 3 years, 11 months ago
  4. fbb4c6d Replace AEAD operation init func with macro by Paul Elliott · 3 years, 11 months ago
  5. a2a09b0 Remove double initialisation of AEAD operation by Paul Elliott · 3 years, 11 months ago
  6. bb979e7 Rename enum types by Paul Elliott · 3 years, 11 months ago
  7. bdc2c68 Add missing not setting nonce tests by Paul Elliott · 3 years, 11 months ago
  8. 64555bd Add missing initialisation to setup test. by Paul Elliott · 3 years, 11 months ago
  9. 4a76088 Fix leaked test buffer by Paul Elliott · 3 years, 11 months ago
  10. 6043e49 Fix missed documentation header pt 2 by Paul Elliott · 3 years, 11 months ago
  11. 8eec8d4 Fix missed documentation header by Paul Elliott · 3 years, 11 months ago
  12. f94bd99 Add missing aead state tests. by Paul Elliott · 3 years, 11 months ago
  13. 5221ef6 Add aead setup tests by Paul Elliott · 3 years, 11 months ago
  14. 1c67e0b Add extra verify edge test cases by Paul Elliott · 3 years, 11 months ago
  15. 9961a66 Remove negative tests from multipart_decrypt by Paul Elliott · 3 years, 11 months ago
  16. fd0c154c Add tests to oversend data/ad when lengths set by Paul Elliott · 3 years, 11 months ago
  17. f38adbe Ensure tests expected to fail actually fail by Paul Elliott · 3 years, 11 months ago
  18. e49fe45 Remove unneccesary nesting by Paul Elliott · 3 years, 11 months ago
  19. 4e4d71a Move hidden logic into loop 'for' statement by Paul Elliott · 3 years, 11 months ago
  20. 33746aa Convert set lengths options over to enum by Paul Elliott · 3 years, 11 months ago
  21. 9454cfa Remove unneccesary safety check in test by Paul Elliott · 3 years, 11 months ago
  22. 6bfd0fb Convert all uint32_t lengths over to size_t by Paul Elliott · 3 years, 11 months ago
  23. 5a9642f Correct switched blocks for output sizes by Paul Elliott · 3 years, 11 months ago
  24. 719c132 Add tag buffer size tests to finish buffer tests by Paul Elliott · 3 years, 11 months ago
  25. e58cb1e Aligh finish_buffer_test vars with PSA standard by Paul Elliott · 3 years, 11 months ago
  26. 4023ffd Re-add option of NULL buffer for nonce tests by Paul Elliott · 3 years, 11 months ago
  27. e64deda Add missing check to multipart decrypt by Paul Elliott · 4 years ago
  28. 9d17bf4 Styling and refactoring by Archana · 4 years ago
  29. 8a18036 Add opaque test driver support for copy key by Archana · 4 years, 1 month ago
  30. 4d7ae1d Add test driver support for opaque key import by Archana · 4 years, 1 month ago
  31. b0450fe Tests for sending too much data after set lengths by Paul Elliott · 4 years ago
  32. 7f62842 Add test for calling update when nonce not set by Paul Elliott · 4 years ago
  33. c6d11d0 Aligh update buffer test variables with psa naming by Paul Elliott · 4 years ago
  34. 1ebcd55 Extend mac_key_policy test. by Mateusz Starzyk · 4 years ago
  35. 5e69aa5 Remove NULL check for set nonce by Paul Elliott · 4 years ago
  36. 6f0e720 Align set nonce variables with psa convention by Paul Elliott · 4 years ago
  37. f127763 Align generate nonce variables with psa convention by Paul Elliott · 4 years ago
  38. d07f4fc Use separate expected results for MAC sign and verify key policy. by Mateusz Starzyk · 4 years ago
  39. cb0a7cd Fix mac_key_policy test function by Mateusz Starzyk · 4 years ago
  40. 66696b5 Improve nonce length checks by Paul Elliott · 4 years ago
  41. 91b021e Add finish buffer size test by Paul Elliott · 4 years ago
  42. 43fbda6 Add test for update buffer size by Paul Elliott · 4 years ago
  43. 693bf31 Fix _arg argument not being cast to correct type by Paul Elliott · 4 years ago
  44. 863864a Add multipart set nonce test by Paul Elliott · 4 years ago
  45. 41ffae1 Fix incorrect function documentation by Paul Elliott · 4 years ago
  46. ebf9163 Move set nonce / set length tests to positive test by Paul Elliott · 4 years ago
  47. 329d538 Add 0 length part tests by Paul Elliott · 4 years ago
  48. 243080c Clarify comments on state test. by Paul Elliott · 4 years, 1 month ago
  49. 97fd1ba Convert over to using a single internal test func by Paul Elliott · 4 years, 1 month ago
  50. e0fcb3b Add 'too big' tests for nonce generation by Paul Elliott · 4 years, 1 month ago
  51. d85f547 Add expected size to nonce generation test by Paul Elliott · 4 years, 1 month ago
  52. 374a2be Add missing state test coverage by Paul Elliott · 4 years, 1 month ago
  53. 481be34 Make state tests more readable by Paul Elliott · 4 years, 1 month ago
  54. a417f56 Add non regression test for cipher output size by Paul Elliott · 4 years, 1 month ago
  55. 9f5774f Merge pull request #4739 from gabor-mezei-arm/3258_fp30_implement_one-shot_MAC_and_cipher by Dave Rodgman · 4 years, 1 month ago
  56. 95aad83 Unify multipart cipher operation tester functions by gabor-mezei-arm · 4 years, 1 month ago
  57. a56756e Rename test functions by gabor-mezei-arm · 4 years, 1 month ago
  58. 50c86cf Remove duplicated tests by gabor-mezei-arm · 4 years, 1 month ago
  59. f494bcd Add tests for one-shot hash cipher functions by gabor-mezei-arm · 4 years, 5 months ago
  60. 40d5cd8 Remove unneeded test case parameter by gabor-mezei-arm · 4 years, 1 month ago
  61. d851d68 Remove unneeded test case parameter by gabor-mezei-arm · 4 years, 1 month ago
  62. ff8264c Simplify test function by gabor-mezei-arm · 4 years, 1 month ago
  63. 98a3435 Rename function to conform to the library by gabor-mezei-arm · 4 years, 1 month ago
  64. edf2df8 Add test for extended key usage policies by gabor-mezei-arm · 4 years, 3 months ago
  65. 4ff7303 Update tests for extended key usage policies by gabor-mezei-arm · 4 years, 3 months ago
  66. 87c909a Make auxiliary function static by Paul Elliott · 4 years, 1 month ago
  67. 6f71058 Improve psa_hash_update negative test by Dave Rodgman · 4 years, 1 month ago
  68. 16906f9 Add missing frees to generate nonce test by Paul Elliott · 4 years, 1 month ago
  69. 5ae6f75 Add negative tests for psa_abort in hash functions by Dave Rodgman · 4 years, 1 month ago
  70. 647791d Add negative tests for psa_abort in cipher and mac functions by Dave Rodgman · 4 years, 1 month ago
  71. 0187651 Test all set lengths and set/generate nonce orders by Paul Elliott · 4 years, 1 month ago
  72. 3bd5dba Improve generate nonce test by Paul Elliott · 4 years, 1 month ago
  73. 8fc4516 Fix compiler errors on many platforms. by Paul Elliott · 4 years, 1 month ago
  74. 095dadc Fix error in psa_crypto test suite by Dave Rodgman · 4 years, 1 month ago
  75. 5b065cb Fix typo by Paul Elliott · 4 years, 1 month ago
  76. 534d0b4 Finish / Verify state checks by Paul Elliott · 4 years, 1 month ago
  77. 7220cae Ensure generate nonce unavailable in decrypt by Paul Elliott · 4 years, 1 month ago
  78. 5e3bb13 Add set_lengths argument to all tests. by Paul Elliott · 4 years, 1 month ago
  79. 1c96429 Remove encrypt/decrypt tests by Paul Elliott · 4 years, 2 months ago
  80. c23a9a0 Add state checks for multipart AEAD by Paul Elliott · 4 years, 2 months ago
  81. d3f8241 Add multipart tests by Paul Elliott · 4 years, 2 months ago
  82. 8eb9daf Add generate nonce test by Paul Elliott · 4 years, 2 months ago
  83. 388f606 Use correct size defines for buffers by Paul Elliott · 4 years, 2 months ago
  84. 36ff66c Merge pull request #4316 from gabor-mezei-arm/3258_implement_one-shot_MAC by Gilles Peskine · 4 years, 2 months ago
  85. 534bb99 Add test for one-shot MAC functions by gabor-mezei-arm · 4 years, 5 months ago
  86. b2ce2ed Merge remote-tracking branch 'upstream/development' into psa-m-aead by Paul Elliott · 4 years, 2 months ago
  87. 4023c01 Add bad-workflow key derivation tests by Gilles Peskine · 4 years, 2 months ago
  88. 1c77edd More explicit names for some bad-workflow key derivation tests by Gilles Peskine · 4 years, 2 months ago
  89. 2df4005 Fix excessive line lengths by Paul Elliott · 4 years, 3 months ago
  90. 16e6dcd Add missing abort call to the end of tests by Paul Elliott · 4 years, 3 months ago
  91. ac3c200 Prevent unsafe memcpy by Paul Elliott · 4 years, 3 months ago
  92. 0023e0a Add tests for multipart AEAD by Paul Elliott · 4 years, 3 months ago
  93. 5302848 Add tests for psa_sign_message and psa_verify_message by gabor-mezei-arm · 4 years, 4 months ago
  94. b953023 Rename test funtions and test cases by gabor-mezei-arm · 4 years, 4 months ago
  95. 2c8041d Merge pull request #4433 from bensze01/psa_aead_output_size by Gilles Peskine · 4 years, 3 months ago
  96. 16529bd Merge pull request #4344 from TRodziewicz/remove_deprecated_things_in_crypto_compat_h by Manuel Pégourié-Gonnard · 4 years, 4 months ago
  97. ec174e2 Update all uses of old AEAD output size macros by Bence Szépkúti · 4 years, 5 months ago
  98. 2a1a673 Remove deprecated things from crypto_compat.h and dependent tests. by TRodziewicz · 4 years, 4 months ago
  99. 889828d Merge pull request #4279 from ronald-cron-arm/fix-invalid-id-error-code by Gilles Peskine · 4 years, 4 months ago
  100. 88a5546 tests: psa: Add negative tests for psa_copy_key() by Ronald Cron · 4 years, 4 months ago