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