1. 707d957 Add checks for psa_pake_set_user/psa_pake_set_peer in test_suite_psa_crypto by Neil Armstrong · 3 years, 2 months ago
  2. ebd9a03 Cleanup PSA pake test dependency by Neil Armstrong · 3 years, 2 months ago
  3. d597bc7 Add PSA PAKE tests by Neil Armstrong · 3 years, 2 months ago
  4. 36aeb7f Merge pull request #5834 from mprse/HKDF_1 by Gilles Peskine · 3 years, 2 months ago
  5. 0e99391 derive_output test: fix output key bit length by Przemek Stekiel · 3 years, 2 months ago
  6. fcdd023 derive_output tests: add invalid input secret test for HKDF-Expand by Przemek Stekiel · 3 years, 3 months ago
  7. 7be11a7 Use TEST_LE_U in some places where it applies by Gilles Peskine · 3 years, 4 months ago
  8. 3ff2544 Separate the validation of the size macros and of the function by Gilles Peskine · 3 years, 4 months ago
  9. d4a258a Improve PSA_RAW_KEY_AGREEMENT_OUTPUT_SIZE validation by Gilles Peskine · 3 years, 4 months ago
  10. 992bee8 Test psa_raw_key_agreement with a larger/smaller buffer by Gilles Peskine · 3 years, 4 months ago
  11. 8b0ecbc Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. by Shaun Case · 3 years, 8 months ago
  12. ead1bb9 derive_output test: Adapt for HKDF-Extract/Expand algs by Przemek Stekiel · 3 years, 3 months ago
  13. 2b5d898 Merge pull request #5644 from gilles-peskine-arm/psa-storage-format-test-exercise by Gilles Peskine · 3 years, 3 months ago
  14. 4e47a91 Fix indentation issues by Przemek Stekiel · 3 years, 4 months ago
  15. 4daaa2b derive_output mix-psk test: add more cases for derivation of output key by Przemek Stekiel · 3 years, 4 months ago
  16. 6aabc47 derive_output test: remove redundant tests with raw key agreement by Przemek Stekiel · 3 years, 4 months ago
  17. e665466 derive_output test: add other key type value 11 to handle raw key type by Przemek Stekiel · 3 years, 4 months ago
  18. 38647de derive_output() test: fix code style by Przemek Stekiel · 3 years, 4 months ago
  19. cd00d7f test PSA key derivation: add positive and negative cases for mixed-psk by Przemek Stekiel · 3 years, 4 months ago
  20. 286c314 cipher_alg_without_iv: also test multipart decryption by Gilles Peskine · 3 years, 4 months ago
  21. 9e38f2c cipher_alg_without_iv: generalized to also do decryption by Gilles Peskine · 3 years, 4 months ago
  22. 9b9b614 cipher_encrypt_alg_without_iv: validate size macros independently by Gilles Peskine · 3 years, 4 months ago
  23. ffbb7d3 derive_output: add optional step for derivation by Przemek Stekiel · 3 years, 4 months ago
  24. c11bffe Merge pull request #5139 from mprse/key_der_ecc by Manuel Pégourié-Gonnard · 3 years, 5 months ago
  25. c85f091 psa_crypto.c, test_suite_psa_crypto.function: fix style by Przemek Stekiel · 3 years, 5 months ago
  26. 6bf5c8c Merge pull request #5506 from superna9999/4964-extend-psa-one-shot-multipart by Gilles Peskine · 3 years, 5 months ago
  27. fd4c259 Use PSA_INIT() in mac_multipart_internal_func() by Neil Armstrong · 3 years, 5 months ago
  28. fe6da1c Fix style issues in mac_sign_verify_multi() by Neil Armstrong · 3 years, 5 months ago
  29. 92e08fb Merge pull request #5475 from miudr/fix_issue_5140 by Gilles Peskine · 3 years, 5 months ago
  30. 4766f99 Add multi-part mac sign/verify test by Neil Armstrong · 3 years, 5 months ago
  31. 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
  32. 3ccd08b Introduce new mac_key_policy_multi() variant of mac_key_policy() testing multiple updates occurences by Neil Armstrong · 3 years, 5 months ago
  33. ee9686b Fix style issue in hash_setup() by Neil Armstrong · 3 years, 5 months ago
  34. 696b120 Add tests for ECC key derivation by Przemyslaw Stekiel · 3 years, 9 months ago
  35. 66a479f Add Cipher Decrypt Fail multi-part case by Neil Armstrong · 3 years, 6 months ago
  36. d8dba4e Add Cipher Encrypt Fail multi-part case by Neil Armstrong · 3 years, 6 months ago
  37. 3ee335d Add Cipher Encrypt multi-part case by Neil Armstrong · 3 years, 6 months ago
  38. 752d811 Add AEAD Key Policy check multi-part cases by Neil Armstrong · 3 years, 6 months ago
  39. 78aeaf8 Add Cipher Key Policy check one-shot cases by Neil Armstrong · 3 years, 6 months ago
  40. 3af9b97 Add Multipart Message authentication Compute & Verify cases by Neil Armstrong · 3 years, 6 months ago
  41. ca30a00 Add Multipart Hash Compute & Compare tests by Neil Armstrong · 3 years, 6 months ago
  42. 55a1be1 Add Multipart Hash Compare fail tests by Neil Armstrong · 3 years, 6 months ago
  43. 161ec5c Add Multipart Hash Compute fail tests by Neil Armstrong · 3 years, 6 months ago
  44. edb2086 Add One-Shot Hash setup test by Neil Armstrong · 3 years, 6 months ago
  45. 1ab2d69 Merge pull request #5385 from AndrzejKurek/use-psa-crypto-reduced-configs by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  46. 657ff4f Fix AEAD multipart incorrect offset in test_suite_psa_crypto.function by Mircea Udrea · 3 years, 6 months ago
  47. c6753a6 Merge pull request #5363 from AndrzejKurek/clarify-testing-set-nonce-set-lengths by Gilles Peskine · 3 years, 6 months ago
  48. f881601 Detect invalid tag lengths in psa_aead_setup by Andrzej Kurek · 3 years, 8 months ago
  49. 031df4a Clarify test descriptions by Andrzej Kurek · 3 years, 7 months ago
  50. e5f94fb PSA AEAD: test long plaintext lengths for psa_set_lengths by Andrzej Kurek · 3 years, 7 months ago
  51. 1e8e174 PSA AEAD: test more combinations of set_nonce and set_lengths by Andrzej Kurek · 3 years, 7 months ago
  52. a2ce72e Test calling psa_aead_set_lengths and set_nonce in various order by Andrzej Kurek · 3 years, 7 months ago
  53. 77b8e09 Add missing MBEDTLS_ASN1_WRITE_C dependency in test_suite_psa_crypto by Andrzej Kurek · 3 years, 7 months ago
  54. a15503f Merge pull request #5344 from AndrzejKurek/psa-aead-more-generate-nonce-combinations by Manuel Pégourié-Gonnard · 3 years, 7 months ago
  55. ad83752 PSA AEAD: test more combinations of generate_nonce and set_lengths by Andrzej Kurek · 3 years, 8 months ago
  56. 8188d19 Merge branch 'development-restricted' into mbedtls-3.1.0rc-pr by Ronald Cron · 3 years, 8 months ago
  57. d5b2a59 Merge pull request #5047 from paul-elliott-arm/psa-m-aead-ccm by Gilles Peskine · 3 years, 8 months ago
  58. 37ec16b Add explanation for workaround in test code by Paul Elliott · 3 years, 8 months ago
  59. 39c2aba Merge pull request #849 from ronald-cron-arm/fix-cipher-iv by Manuel Pégourié-Gonnard · 3 years, 8 months ago
  60. 6c9bb0f test: psa cipher: Add unexpected IV setting/generation negative tests by Ronald Cron · 4 years, 1 month ago
  61. 491d849 Fix derive_input test ignoring parameter by Dave Rodgman · 3 years, 9 months ago
  62. 087f047 Merge pull request #5076 from mstarzyk-mobica/psa_ccm_no_tag by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  63. f7b4137 Untangle PSA_ALG_IS_HASH_AND_SIGN and PSA_ALG_IS_SIGN_HASH by Gilles Peskine · 3 years, 11 months ago
  64. ed71e92 Add tests for CCM*-no-tag. by Mateusz Starzyk · 3 years, 10 months ago
  65. 76bda48 Add Multipart AEAD CCM Finish buffer tests by Paul Elliott · 3 years, 10 months ago
  66. 47b9a14 Add Multipart AEAD CCM update buffer tests by Paul Elliott · 3 years, 10 months ago
  67. d79c5c5 Add Multipart AEAD CCM generate nonce tests by Paul Elliott · 3 years, 10 months ago
  68. e4c08ed Add Multipart AEAD CCM set nonce tests by Paul Elliott · 3 years, 10 months ago
  69. fec6f37 Add Multipart AEAD CCM verify tests by Paul Elliott · 3 years, 10 months ago
  70. 32f46ba Remove ability to turn off chunked ad/data tests by Paul Elliott · 3 years, 11 months ago
  71. 71b0567 Merge remote-tracking branch 'upstream/development' into psa-m-aead-merge by Paul Elliott · 3 years, 11 months ago
  72. 3db0b70 Remove unnecessary test steps by Paul Elliott · 3 years, 11 months ago
  73. 88ecbe1 Test generated nonce test generates expected sizes by Paul Elliott · 3 years, 11 months ago
  74. fbb4c6d Replace AEAD operation init func with macro by Paul Elliott · 3 years, 11 months ago
  75. a2a09b0 Remove double initialisation of AEAD operation by Paul Elliott · 3 years, 11 months ago
  76. bb979e7 Rename enum types by Paul Elliott · 3 years, 11 months ago
  77. bdc2c68 Add missing not setting nonce tests by Paul Elliott · 3 years, 11 months ago
  78. 64555bd Add missing initialisation to setup test. by Paul Elliott · 3 years, 11 months ago
  79. 4a76088 Fix leaked test buffer by Paul Elliott · 3 years, 11 months ago
  80. 6043e49 Fix missed documentation header pt 2 by Paul Elliott · 3 years, 11 months ago
  81. 8eec8d4 Fix missed documentation header by Paul Elliott · 3 years, 11 months ago
  82. f94bd99 Add missing aead state tests. by Paul Elliott · 3 years, 11 months ago
  83. 5221ef6 Add aead setup tests by Paul Elliott · 3 years, 11 months ago
  84. 1c67e0b Add extra verify edge test cases by Paul Elliott · 3 years, 11 months ago
  85. 9961a66 Remove negative tests from multipart_decrypt by Paul Elliott · 3 years, 11 months ago
  86. fd0c154c Add tests to oversend data/ad when lengths set by Paul Elliott · 3 years, 11 months ago
  87. f38adbe Ensure tests expected to fail actually fail by Paul Elliott · 3 years, 11 months ago
  88. e49fe45 Remove unneccesary nesting by Paul Elliott · 3 years, 11 months ago
  89. 4e4d71a Move hidden logic into loop 'for' statement by Paul Elliott · 3 years, 11 months ago
  90. 33746aa Convert set lengths options over to enum by Paul Elliott · 3 years, 11 months ago
  91. 9454cfa Remove unneccesary safety check in test by Paul Elliott · 3 years, 11 months ago
  92. 6bfd0fb Convert all uint32_t lengths over to size_t by Paul Elliott · 3 years, 11 months ago
  93. 5a9642f Correct switched blocks for output sizes by Paul Elliott · 3 years, 11 months ago
  94. 719c132 Add tag buffer size tests to finish buffer tests by Paul Elliott · 3 years, 11 months ago
  95. e58cb1e Aligh finish_buffer_test vars with PSA standard by Paul Elliott · 4 years ago
  96. 4023ffd Re-add option of NULL buffer for nonce tests by Paul Elliott · 4 years ago
  97. e64deda Add missing check to multipart decrypt by Paul Elliott · 4 years ago
  98. 9d17bf4 Styling and refactoring by Archana · 4 years ago
  99. 8a18036 Add opaque test driver support for copy key by Archana · 4 years, 1 month ago
  100. 4d7ae1d Add test driver support for opaque key import by Archana · 4 years, 1 month ago