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. 2c363a8 Add NULL / 0 buffer tests for update test by Paul Elliott · 3 years, 11 months ago
  5. fbb4c6d Replace AEAD operation init func with macro by Paul Elliott · 3 years, 11 months ago
  6. a2a09b0 Remove double initialisation of AEAD operation by Paul Elliott · 3 years, 11 months ago
  7. bb979e7 Rename enum types by Paul Elliott · 3 years, 11 months ago
  8. bdc2c68 Add missing not setting nonce tests by Paul Elliott · 3 years, 11 months ago
  9. 3ecdb3e Change test dependencys to PSA_WANT by Paul Elliott · 3 years, 11 months ago
  10. f0f2294 Merge pull request #4708 from mstarzyk-mobica/ccm_chunked by Gilles Peskine · 3 years, 11 months ago
  11. 93cb611 Merge pull request #4878 from SiliconLabs/remove_dependency_4877 by Gilles Peskine · 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. f94bd99 Add missing aead state tests. by Paul Elliott · 3 years, 11 months ago
  17. 5221ef6 Add aead setup tests by Paul Elliott · 3 years, 11 months ago
  18. 1c67e0b Add extra verify edge test cases by Paul Elliott · 3 years, 11 months ago
  19. 9961a66 Remove negative tests from multipart_decrypt by Paul Elliott · 3 years, 11 months ago
  20. fd0c154c Add tests to oversend data/ad when lengths set by Paul Elliott · 3 years, 11 months ago
  21. ce2c1fa Remove uneccesary postive buffer size tests by Paul Elliott · 3 years, 11 months ago
  22. 6a60b12 Make buffer size checks +-1 from correct size by Paul Elliott · 3 years, 11 months ago
  23. a3d153f Make nonce based test descriptions more clear by Paul Elliott · 3 years, 11 months ago
  24. f38adbe Ensure tests expected to fail actually fail by Paul Elliott · 3 years, 11 months ago
  25. e49fe45 Remove unneccesary nesting by Paul Elliott · 3 years, 11 months ago
  26. 4e4d71a Move hidden logic into loop 'for' statement by Paul Elliott · 3 years, 11 months ago
  27. 33746aa Convert set lengths options over to enum by Paul Elliott · 3 years, 11 months ago
  28. 9454cfa Remove unneccesary safety check in test by Paul Elliott · 3 years, 11 months ago
  29. 6bfd0fb Convert all uint32_t lengths over to size_t by Paul Elliott · 3 years, 11 months ago
  30. 5a9642f Correct switched blocks for output sizes by Paul Elliott · 3 years, 11 months ago
  31. 719c132 Add tag buffer size tests to finish buffer tests by Paul Elliott · 3 years, 11 months ago
  32. e58cb1e Aligh finish_buffer_test vars with PSA standard by Paul Elliott · 4 years ago
  33. 4023ffd Re-add option of NULL buffer for nonce tests by Paul Elliott · 4 years ago
  34. e64deda Add missing check to multipart decrypt by Paul Elliott · 4 years ago
  35. 133740b tests: Improve incomplete then overflow tests by Ronald Cron · 3 years, 11 months ago
  36. 9d17bf4 Styling and refactoring by Archana · 4 years ago
  37. 9a2b6ff Fix test vector dependency by Archana · 4 years ago
  38. a316b7e Rebase and update signature for curve448 tests by Archana · 4 years ago
  39. 74d99c6 Add a test to validate copy to read only lifetime by Archana · 4 years ago
  40. 8a18036 Add opaque test driver support for copy key by Archana · 4 years, 1 month ago
  41. 4d7ae1d Add test driver support for opaque key import by Archana · 4 years, 1 month ago
  42. 83e4c12 Add CCM tests for passing unexpected input. by Mateusz Starzyk · 4 years ago
  43. efec38b Extend CCM corner cases tests. by Mateusz Starzyk · 4 years ago
  44. cd975e4 Extend CCM corner cases tests. by Mateusz Starzyk · 4 years ago
  45. 3050f05 Subtract 1 from input in CCM's incomplete data tests by Mateusz Starzyk · 4 years ago
  46. df25073 Use AES-128 for multipart CCM corner cases tests by Mateusz Starzyk · 4 years ago
  47. b0450fe Tests for sending too much data after set lengths by Paul Elliott · 4 years ago
  48. 7f62842 Add test for calling update when nonce not set by Paul Elliott · 4 years ago
  49. c6d11d0 Aligh update buffer test variables with psa naming by Paul Elliott · 4 years ago
  50. 7251eda Replace BAD_SEQUENCE error with BAD_INPUT by Mateusz Starzyk · 4 years ago
  51. 5a8abb1 Merge pull request #4883 from mstarzyk-mobica/fix_psa_sign_msg by Manuel Pégourié-Gonnard · 4 years ago
  52. 1ebcd55 Extend mac_key_policy test. by Mateusz Starzyk · 4 years ago
  53. 5e69aa5 Remove NULL check for set nonce 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. cbefb6b Merge branch 'development' into ccm_chunked by Mateusz Starzyk · 4 years ago
  57. d07f4fc Use separate expected results for MAC sign and verify key policy. by Mateusz Starzyk · 4 years ago
  58. cb0a7cd Fix mac_key_policy test function by Mateusz Starzyk · 4 years ago
  59. 0dc86b5 Remove dependency of builtin keys on storage by Archana · 4 years, 1 month ago
  60. 66696b5 Improve nonce length checks by Paul Elliott · 4 years ago
  61. 2aec149 Merge pull request #4248 from hanno-arm/tls13_populate_transform by Dave Rodgman · 4 years ago
  62. e0f5227 Add CCM test for calling finish without any input. by Mateusz Starzyk · 4 years ago
  63. 8fb1754 Add short description for CCM test functions. by Mateusz Starzyk · 4 years ago
  64. f442de6 Add tests for CCM corner cases. by Mateusz Starzyk · 4 years ago
  65. bccbf88 Rename CCM test functions. by Mateusz Starzyk · 4 years ago
  66. ceb5bc6 Fix typos. by Mateusz Starzyk · 4 years ago
  67. 8788906 Add CCM test for edge cases. by Mateusz Starzyk · 4 years ago
  68. c8bdf36 Validate tag pointer in ccm function. by Mateusz Starzyk · 4 years ago
  69. 27a1bef Tidy up test functions. by Mateusz Starzyk · 4 years, 1 month ago
  70. 29ec75b Add multipart testing to CCM* tests. by Mateusz Starzyk · 4 years, 1 month ago
  71. 25a3dfe Add multipart tests for ccm suite. by Mateusz Starzyk · 4 years, 1 month ago
  72. b19ccc3 fix test_suite_debug test fail by Jerry Yu · 4 years ago
  73. 8bb9b80 Merge pull request #4806 from hanno-arm/ssl_session_serialization_version by Gilles Peskine · 4 years ago
  74. d7e4b2c Remove duplicated test from SSL test suite by Hanno Becker · 4 years ago
  75. 1f91878 Specify padding granularity in TLS 1.3 record protection KATs by Hanno Becker · 4 years ago
  76. 4153745 Add comment regarding the wire-version used in TLS 1.3 records by Hanno Becker · 4 years, 4 months ago
  77. 80e760e Fix memory leak in TLS 1.3 record protection unit test by Hanno Becker · 4 years, 5 months ago
  78. a77d005 Add known answer tests for TLS 1.3 record protection by Hanno Becker · 4 years, 5 months ago
  79. 6981347 Merge pull request #4758 from paul-elliott-arm/fix_cipher_output_size by Gilles Peskine · 4 years ago
  80. 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
  81. 06672ef Merge pull request #4776 from gilles-peskine-arm/generate_psa_tests-robutness-202107 by Manuel Pégourié-Gonnard · 4 years ago
  82. b637150 Merge pull request #4730 from TRodziewicz/finish_removing_tls_1.0_and_1.1 by Manuel Pégourié-Gonnard · 4 years ago
  83. 91b021e Add finish buffer size test by Paul Elliott · 4 years ago
  84. 43fbda6 Add test for update buffer size by Paul Elliott · 4 years ago
  85. 693bf31 Fix _arg argument not being cast to correct type by Paul Elliott · 4 years ago
  86. 56e4aa6 Restore accidentally deleted blank lines by Paul Elliott · 4 years ago
  87. 863864a Add multipart set nonce test by Paul Elliott · 4 years ago
  88. fadbdbb Store TLS version in SSL session structure by Hanno Becker · 4 years ago
  89. 41ffae1 Fix incorrect function documentation by Paul Elliott · 4 years, 1 month ago
  90. ebf9163 Move set nonce / set length tests to positive test by Paul Elliott · 4 years, 1 month ago
  91. 329d538 Add 0 length part tests by Paul Elliott · 4 years, 1 month ago
  92. 243080c Clarify comments on state test. by Paul Elliott · 4 years, 1 month ago
  93. 97fd1ba Convert over to using a single internal test func by Paul Elliott · 4 years, 1 month ago
  94. dfce58f Merge pull request #4753 from JoeSubbiani/TestBlockSizes_dev by Ronald Cron · 4 years, 1 month ago
  95. e0fcb3b Add 'too big' tests for nonce generation by Paul Elliott · 4 years, 1 month ago
  96. d85f547 Add expected size to nonce generation test by Paul Elliott · 4 years, 1 month ago
  97. 374a2be Add missing state test coverage by Paul Elliott · 4 years, 1 month ago
  98. 481be34 Make state tests more readable by Paul Elliott · 4 years, 1 month ago
  99. 3daaea8 Changing the places of the mbedtls_test_hook_test_fail callback declaration by TRodziewicz · 4 years, 1 month ago
  100. 12c7741 Removing unneded extern declaration of a callback and including common.h where the cb is needed by TRodziewicz · 4 years, 1 month ago