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