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