1. 37ec16b Add explanation for workaround in test code by Paul Elliott · 3 years, 8 months ago
  2. 3938fef Indicate set nonce negative test failure reasons by Paul Elliott · 3 years, 8 months ago
  3. 76bda48 Add Multipart AEAD CCM Finish buffer tests by Paul Elliott · 3 years, 10 months ago
  4. 47b9a14 Add Multipart AEAD CCM update buffer tests by Paul Elliott · 3 years, 10 months ago
  5. d79c5c5 Add Multipart AEAD CCM generate nonce tests by Paul Elliott · 3 years, 10 months ago
  6. e4c08ed Add Multipart AEAD CCM set nonce tests by Paul Elliott · 3 years, 10 months ago
  7. 15116bf Add Multipart AEAD CCM setup tests by Paul Elliott · 3 years, 10 months ago
  8. fec6f37 Add Multipart AEAD CCM verify tests by Paul Elliott · 3 years, 10 months ago
  9. 2cc1ee3 Add Multipart AEAD CCM encrypt / decrypt tests by Paul Elliott · 3 years, 10 months ago
  10. 023aa11 Merge pull request #4996 from mprse/mbedtls_cipher_setup_psa_ECB by Gilles Peskine · 3 years, 10 months ago
  11. cd51e76 Merge pull request #4338 from paul-elliott-arm/psa-m-aead by Ronald Cron · 3 years, 10 months ago
  12. 86de1b7 Address review comments by Przemyslaw Stekiel · 3 years, 10 months ago
  13. 8739f0f Fix incorrect nonce length on oneshot test by Paul Elliott · 3 years, 10 months ago
  14. cc12395 Test invalid nonce length for multipart AEAD with short tag by Gilles Peskine · 3 years, 10 months ago
  15. 96b332c Test invalid nonce length for one-shot AEAD decryption by Gilles Peskine · 3 years, 10 months ago
  16. 4ef7bd8 Simplify PSA_ALG_AEAD_WITH_SHORTENED_TAG with full-length tag by Gilles Peskine · 3 years, 10 months ago
  17. 8c4eb88 test_suite_cipher: add tests for mbedtls_cipher_setup_psa() with ECB by Przemyslaw Stekiel · 3 years, 10 months ago
  18. bfe3d87 Merge pull request #4842 from gilles-peskine-arm/public_fields-3.0-info by Gilles Peskine · 3 years, 10 months ago
  19. 745f5f2 Add test for PolyChaCha with shortened tag by Paul Elliott · 3 years, 10 months ago
  20. 32f46ba Remove ability to turn off chunked ad/data tests by Paul Elliott · 3 years, 11 months ago
  21. 71b0567 Merge remote-tracking branch 'upstream/development' into psa-m-aead-merge by Paul Elliott · 3 years, 11 months ago
  22. 6113af6 Fix test code to can be built on alpine by joseph · 3 years, 11 months ago
  23. 3db0b70 Remove unnecessary test steps by Paul Elliott · 3 years, 11 months ago
  24. 88ecbe1 Test generated nonce test generates expected sizes by Paul Elliott · 3 years, 11 months ago
  25. 2c363a8 Add NULL / 0 buffer tests for update test by Paul Elliott · 3 years, 11 months ago
  26. fbb4c6d Replace AEAD operation init func with macro by Paul Elliott · 3 years, 11 months ago
  27. a2a09b0 Remove double initialisation of AEAD operation by Paul Elliott · 3 years, 11 months ago
  28. bb979e7 Rename enum types by Paul Elliott · 3 years, 11 months ago
  29. bdc2c68 Add missing not setting nonce tests by Paul Elliott · 3 years, 11 months ago
  30. 3ecdb3e Change test dependencys to PSA_WANT by Paul Elliott · 3 years, 11 months ago
  31. f0f2294 Merge pull request #4708 from mstarzyk-mobica/ccm_chunked by Gilles Peskine · 3 years, 11 months ago
  32. 93cb611 Merge pull request #4878 from SiliconLabs/remove_dependency_4877 by Gilles Peskine · 3 years, 11 months ago
  33. 64555bd Add missing initialisation to setup test. by Paul Elliott · 3 years, 11 months ago
  34. 4a76088 Fix leaked test buffer by Paul Elliott · 3 years, 11 months ago
  35. 6043e49 Fix missed documentation header pt 2 by Paul Elliott · 3 years, 11 months ago
  36. 8eec8d4 Fix missed documentation header by Paul Elliott · 3 years, 11 months ago
  37. f94bd99 Add missing aead state tests. by Paul Elliott · 3 years, 11 months ago
  38. 5221ef6 Add aead setup tests by Paul Elliott · 3 years, 11 months ago
  39. 1c67e0b Add extra verify edge test cases by Paul Elliott · 3 years, 11 months ago
  40. 9961a66 Remove negative tests from multipart_decrypt by Paul Elliott · 3 years, 11 months ago
  41. fd0c154c Add tests to oversend data/ad when lengths set by Paul Elliott · 3 years, 11 months ago
  42. ce2c1fa Remove uneccesary postive buffer size tests by Paul Elliott · 3 years, 11 months ago
  43. 6a60b12 Make buffer size checks +-1 from correct size by Paul Elliott · 3 years, 11 months ago
  44. a3d153f Make nonce based test descriptions more clear by Paul Elliott · 3 years, 11 months ago
  45. f38adbe Ensure tests expected to fail actually fail by Paul Elliott · 3 years, 11 months ago
  46. e49fe45 Remove unneccesary nesting by Paul Elliott · 3 years, 11 months ago
  47. 4e4d71a Move hidden logic into loop 'for' statement by Paul Elliott · 3 years, 11 months ago
  48. 33746aa Convert set lengths options over to enum by Paul Elliott · 3 years, 11 months ago
  49. 9454cfa Remove unneccesary safety check in test by Paul Elliott · 3 years, 11 months ago
  50. 6bfd0fb Convert all uint32_t lengths over to size_t by Paul Elliott · 3 years, 11 months ago
  51. 5a9642f Correct switched blocks for output sizes by Paul Elliott · 3 years, 11 months ago
  52. 719c132 Add tag buffer size tests to finish buffer tests by Paul Elliott · 3 years, 11 months ago
  53. e58cb1e Aligh finish_buffer_test vars with PSA standard by Paul Elliott · 4 years ago
  54. 4023ffd Re-add option of NULL buffer for nonce tests by Paul Elliott · 4 years ago
  55. e64deda Add missing check to multipart decrypt by Paul Elliott · 4 years ago
  56. 133740b tests: Improve incomplete then overflow tests by Ronald Cron · 3 years, 11 months ago
  57. 9d17bf4 Styling and refactoring by Archana · 4 years ago
  58. 9a2b6ff Fix test vector dependency by Archana · 4 years ago
  59. a316b7e Rebase and update signature for curve448 tests by Archana · 4 years ago
  60. 74d99c6 Add a test to validate copy to read only lifetime by Archana · 4 years ago
  61. 8a18036 Add opaque test driver support for copy key by Archana · 4 years, 1 month ago
  62. 4d7ae1d Add test driver support for opaque key import by Archana · 4 years, 1 month ago
  63. 83e4c12 Add CCM tests for passing unexpected input. by Mateusz Starzyk · 4 years ago
  64. efec38b Extend CCM corner cases tests. by Mateusz Starzyk · 4 years ago
  65. cd975e4 Extend CCM corner cases tests. by Mateusz Starzyk · 4 years ago
  66. 3050f05 Subtract 1 from input in CCM's incomplete data tests by Mateusz Starzyk · 4 years ago
  67. df25073 Use AES-128 for multipart CCM corner cases tests by Mateusz Starzyk · 4 years ago
  68. b0450fe Tests for sending too much data after set lengths by Paul Elliott · 4 years ago
  69. 7f62842 Add test for calling update when nonce not set by Paul Elliott · 4 years ago
  70. c6d11d0 Aligh update buffer test variables with psa naming by Paul Elliott · 4 years ago
  71. 7251eda Replace BAD_SEQUENCE error with BAD_INPUT by Mateusz Starzyk · 4 years ago
  72. 5a8abb1 Merge pull request #4883 from mstarzyk-mobica/fix_psa_sign_msg by Manuel Pégourié-Gonnard · 4 years ago
  73. 6ac8f94 Fix cipher info key length sanity checks by Gilles Peskine · 4 years ago
  74. 0be02bd Add accessor functions for cipher_info fields by Gilles Peskine · 4 years, 1 month ago
  75. 1ebcd55 Extend mac_key_policy test. by Mateusz Starzyk · 4 years ago
  76. 5e69aa5 Remove NULL check for set nonce by Paul Elliott · 4 years ago
  77. 6f0e720 Align set nonce variables with psa convention by Paul Elliott · 4 years ago
  78. f127763 Align generate nonce variables with psa convention by Paul Elliott · 4 years ago
  79. cbefb6b Merge branch 'development' into ccm_chunked by Mateusz Starzyk · 4 years ago
  80. d07f4fc Use separate expected results for MAC sign and verify key policy. by Mateusz Starzyk · 4 years ago
  81. cb0a7cd Fix mac_key_policy test function by Mateusz Starzyk · 4 years ago
  82. 0dc86b5 Remove dependency of builtin keys on storage by Archana · 4 years, 1 month ago
  83. 66696b5 Improve nonce length checks by Paul Elliott · 4 years ago
  84. 2aec149 Merge pull request #4248 from hanno-arm/tls13_populate_transform by Dave Rodgman · 4 years ago
  85. e0f5227 Add CCM test for calling finish without any input. by Mateusz Starzyk · 4 years ago
  86. 8fb1754 Add short description for CCM test functions. by Mateusz Starzyk · 4 years ago
  87. f442de6 Add tests for CCM corner cases. by Mateusz Starzyk · 4 years ago
  88. bccbf88 Rename CCM test functions. by Mateusz Starzyk · 4 years ago
  89. ceb5bc6 Fix typos. by Mateusz Starzyk · 4 years ago
  90. 8788906 Add CCM test for edge cases. by Mateusz Starzyk · 4 years ago
  91. c8bdf36 Validate tag pointer in ccm function. by Mateusz Starzyk · 4 years ago
  92. 27a1bef Tidy up test functions. by Mateusz Starzyk · 4 years, 1 month ago
  93. 29ec75b Add multipart testing to CCM* tests. by Mateusz Starzyk · 4 years, 1 month ago
  94. 25a3dfe Add multipart tests for ccm suite. by Mateusz Starzyk · 4 years, 1 month ago
  95. b19ccc3 fix test_suite_debug test fail by Jerry Yu · 4 years ago
  96. 8bb9b80 Merge pull request #4806 from hanno-arm/ssl_session_serialization_version by Gilles Peskine · 4 years ago
  97. d7e4b2c Remove duplicated test from SSL test suite by Hanno Becker · 4 years ago
  98. 1f91878 Specify padding granularity in TLS 1.3 record protection KATs by Hanno Becker · 4 years ago
  99. 4153745 Add comment regarding the wire-version used in TLS 1.3 records by Hanno Becker · 4 years, 4 months ago
  100. 80e760e Fix memory leak in TLS 1.3 record protection unit test by Hanno Becker · 4 years, 5 months ago