1. fe6da1c Fix style issues in mac_sign_verify_multi() by Neil Armstrong · 3 years, 5 months ago
  2. 4766f99 Add multi-part mac sign/verify test by Neil Armstrong · 3 years, 5 months ago
  3. 60234f8 Revert "Introduce new mac_key_policy_multi() variant of mac_key_policy() testing multiple updates occurences" by Neil Armstrong · 3 years, 5 months ago
  4. 3ccd08b Introduce new mac_key_policy_multi() variant of mac_key_policy() testing multiple updates occurences by Neil Armstrong · 3 years, 5 months ago
  5. ee9686b Fix style issue in hash_setup() by Neil Armstrong · 3 years, 5 months ago
  6. 66a479f Add Cipher Decrypt Fail multi-part case by Neil Armstrong · 3 years, 6 months ago
  7. d8dba4e Add Cipher Encrypt Fail multi-part case by Neil Armstrong · 3 years, 6 months ago
  8. 3ee335d Add Cipher Encrypt multi-part case by Neil Armstrong · 3 years, 6 months ago
  9. 752d811 Add AEAD Key Policy check multi-part cases by Neil Armstrong · 3 years, 6 months ago
  10. 78aeaf8 Add Cipher Key Policy check one-shot cases by Neil Armstrong · 3 years, 6 months ago
  11. 3af9b97 Add Multipart Message authentication Compute & Verify cases by Neil Armstrong · 3 years, 6 months ago
  12. ca30a00 Add Multipart Hash Compute & Compare tests by Neil Armstrong · 3 years, 6 months ago
  13. 55a1be1 Add Multipart Hash Compare fail tests by Neil Armstrong · 3 years, 6 months ago
  14. 161ec5c Add Multipart Hash Compute fail tests by Neil Armstrong · 3 years, 6 months ago
  15. edb2086 Add One-Shot Hash setup test by Neil Armstrong · 3 years, 6 months ago
  16. 1ab2d69 Merge pull request #5385 from AndrzejKurek/use-psa-crypto-reduced-configs by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  17. c6753a6 Merge pull request #5363 from AndrzejKurek/clarify-testing-set-nonce-set-lengths by Gilles Peskine · 3 years, 6 months ago
  18. f881601 Detect invalid tag lengths in psa_aead_setup by Andrzej Kurek · 3 years, 8 months ago
  19. 031df4a Clarify test descriptions by Andrzej Kurek · 3 years, 7 months ago
  20. e5f94fb PSA AEAD: test long plaintext lengths for psa_set_lengths by Andrzej Kurek · 3 years, 7 months ago
  21. 1e8e174 PSA AEAD: test more combinations of set_nonce and set_lengths by Andrzej Kurek · 3 years, 7 months ago
  22. a2ce72e Test calling psa_aead_set_lengths and set_nonce in various order by Andrzej Kurek · 3 years, 7 months ago
  23. 77b8e09 Add missing MBEDTLS_ASN1_WRITE_C dependency in test_suite_psa_crypto by Andrzej Kurek · 3 years, 7 months ago
  24. a15503f Merge pull request #5344 from AndrzejKurek/psa-aead-more-generate-nonce-combinations by Manuel Pégourié-Gonnard · 3 years, 7 months ago
  25. ad83752 PSA AEAD: test more combinations of generate_nonce and set_lengths by Andrzej Kurek · 3 years, 8 months ago
  26. 8188d19 Merge branch 'development-restricted' into mbedtls-3.1.0rc-pr by Ronald Cron · 3 years, 8 months ago
  27. d5b2a59 Merge pull request #5047 from paul-elliott-arm/psa-m-aead-ccm by Gilles Peskine · 3 years, 8 months ago
  28. 37ec16b Add explanation for workaround in test code by Paul Elliott · 3 years, 8 months ago
  29. 39c2aba Merge pull request #849 from ronald-cron-arm/fix-cipher-iv by Manuel Pégourié-Gonnard · 3 years, 8 months ago
  30. 6c9bb0f test: psa cipher: Add unexpected IV setting/generation negative tests by Ronald Cron · 4 years, 1 month ago
  31. 491d849 Fix derive_input test ignoring parameter by Dave Rodgman · 3 years, 9 months ago
  32. 087f047 Merge pull request #5076 from mstarzyk-mobica/psa_ccm_no_tag by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  33. f7b4137 Untangle PSA_ALG_IS_HASH_AND_SIGN and PSA_ALG_IS_SIGN_HASH by Gilles Peskine · 3 years, 11 months ago
  34. ed71e92 Add tests for CCM*-no-tag. by Mateusz Starzyk · 3 years, 10 months ago
  35. 76bda48 Add Multipart AEAD CCM Finish buffer tests by Paul Elliott · 3 years, 10 months ago
  36. 47b9a14 Add Multipart AEAD CCM update buffer tests by Paul Elliott · 3 years, 10 months ago
  37. d79c5c5 Add Multipart AEAD CCM generate nonce tests by Paul Elliott · 3 years, 10 months ago
  38. e4c08ed Add Multipart AEAD CCM set nonce tests by Paul Elliott · 3 years, 10 months ago
  39. fec6f37 Add Multipart AEAD CCM verify tests by Paul Elliott · 3 years, 10 months ago
  40. 32f46ba Remove ability to turn off chunked ad/data tests by Paul Elliott · 3 years, 11 months ago
  41. 71b0567 Merge remote-tracking branch 'upstream/development' into psa-m-aead-merge by Paul Elliott · 3 years, 11 months ago
  42. 3db0b70 Remove unnecessary test steps by Paul Elliott · 3 years, 11 months ago
  43. 88ecbe1 Test generated nonce test generates expected sizes by Paul Elliott · 3 years, 11 months ago
  44. fbb4c6d Replace AEAD operation init func with macro by Paul Elliott · 3 years, 11 months ago
  45. a2a09b0 Remove double initialisation of AEAD operation by Paul Elliott · 3 years, 11 months ago
  46. bb979e7 Rename enum types by Paul Elliott · 3 years, 11 months ago
  47. bdc2c68 Add missing not setting nonce tests by Paul Elliott · 3 years, 11 months ago
  48. 64555bd Add missing initialisation to setup test. by Paul Elliott · 3 years, 11 months ago
  49. 4a76088 Fix leaked test buffer by Paul Elliott · 3 years, 11 months ago
  50. 6043e49 Fix missed documentation header pt 2 by Paul Elliott · 3 years, 11 months ago
  51. 8eec8d4 Fix missed documentation header by Paul Elliott · 3 years, 11 months ago
  52. f94bd99 Add missing aead state tests. by Paul Elliott · 3 years, 11 months ago
  53. 5221ef6 Add aead setup tests by Paul Elliott · 3 years, 11 months ago
  54. 1c67e0b Add extra verify edge test cases by Paul Elliott · 3 years, 11 months ago
  55. 9961a66 Remove negative tests from multipart_decrypt by Paul Elliott · 3 years, 11 months ago
  56. fd0c154c Add tests to oversend data/ad when lengths set by Paul Elliott · 3 years, 11 months ago
  57. f38adbe Ensure tests expected to fail actually fail by Paul Elliott · 3 years, 11 months ago
  58. e49fe45 Remove unneccesary nesting by Paul Elliott · 3 years, 11 months ago
  59. 4e4d71a Move hidden logic into loop 'for' statement by Paul Elliott · 3 years, 11 months ago
  60. 33746aa Convert set lengths options over to enum by Paul Elliott · 3 years, 11 months ago
  61. 9454cfa Remove unneccesary safety check in test by Paul Elliott · 3 years, 11 months ago
  62. 6bfd0fb Convert all uint32_t lengths over to size_t by Paul Elliott · 3 years, 11 months ago
  63. 5a9642f Correct switched blocks for output sizes by Paul Elliott · 3 years, 11 months ago
  64. 719c132 Add tag buffer size tests to finish buffer tests by Paul Elliott · 3 years, 11 months ago
  65. e58cb1e Aligh finish_buffer_test vars with PSA standard by Paul Elliott · 3 years, 11 months ago
  66. 4023ffd Re-add option of NULL buffer for nonce tests by Paul Elliott · 3 years, 11 months ago
  67. e64deda Add missing check to multipart decrypt by Paul Elliott · 4 years ago
  68. 9d17bf4 Styling and refactoring by Archana · 4 years ago
  69. 8a18036 Add opaque test driver support for copy key by Archana · 4 years, 1 month ago
  70. 4d7ae1d Add test driver support for opaque key import by Archana · 4 years, 1 month ago
  71. b0450fe Tests for sending too much data after set lengths by Paul Elliott · 4 years ago
  72. 7f62842 Add test for calling update when nonce not set by Paul Elliott · 4 years ago
  73. c6d11d0 Aligh update buffer test variables with psa naming by Paul Elliott · 4 years ago
  74. 1ebcd55 Extend mac_key_policy test. by Mateusz Starzyk · 4 years ago
  75. 5e69aa5 Remove NULL check for set nonce by Paul Elliott · 4 years ago
  76. 6f0e720 Align set nonce variables with psa convention by Paul Elliott · 4 years ago
  77. f127763 Align generate nonce variables with psa convention by Paul Elliott · 4 years ago
  78. d07f4fc Use separate expected results for MAC sign and verify key policy. by Mateusz Starzyk · 4 years ago
  79. cb0a7cd Fix mac_key_policy test function by Mateusz Starzyk · 4 years ago
  80. 66696b5 Improve nonce length checks by Paul Elliott · 4 years ago
  81. 91b021e Add finish buffer size test by Paul Elliott · 4 years ago
  82. 43fbda6 Add test for update buffer size by Paul Elliott · 4 years ago
  83. 693bf31 Fix _arg argument not being cast to correct type by Paul Elliott · 4 years ago
  84. 863864a Add multipart set nonce test by Paul Elliott · 4 years ago
  85. 41ffae1 Fix incorrect function documentation by Paul Elliott · 4 years ago
  86. ebf9163 Move set nonce / set length tests to positive test by Paul Elliott · 4 years ago
  87. 329d538 Add 0 length part tests by Paul Elliott · 4 years ago
  88. 243080c Clarify comments on state test. by Paul Elliott · 4 years, 1 month ago
  89. 97fd1ba Convert over to using a single internal test func by Paul Elliott · 4 years, 1 month ago
  90. e0fcb3b Add 'too big' tests for nonce generation by Paul Elliott · 4 years, 1 month ago
  91. d85f547 Add expected size to nonce generation test by Paul Elliott · 4 years, 1 month ago
  92. 374a2be Add missing state test coverage by Paul Elliott · 4 years, 1 month ago
  93. 481be34 Make state tests more readable by Paul Elliott · 4 years, 1 month ago
  94. a417f56 Add non regression test for cipher output size by Paul Elliott · 4 years, 1 month ago
  95. 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
  96. 95aad83 Unify multipart cipher operation tester functions by gabor-mezei-arm · 4 years, 1 month ago
  97. a56756e Rename test functions by gabor-mezei-arm · 4 years, 1 month ago
  98. 50c86cf Remove duplicated tests by gabor-mezei-arm · 4 years, 1 month ago
  99. f494bcd Add tests for one-shot hash cipher functions by gabor-mezei-arm · 4 years, 5 months ago
  100. 40d5cd8 Remove unneeded test case parameter by gabor-mezei-arm · 4 years, 1 month ago