1. c86d45e Remove spurious incorrect comment by Paul Elliott · 2 years, 6 months ago
  2. efebad0 Run extra complete in failure tests regardless. by Paul Elliott · 2 years, 6 months ago
  3. 01885fa Fix include guards on auxiliary test function. by Paul Elliott · 2 years, 6 months ago
  4. a4cb909 Add max ops tests by Paul Elliott · 2 years, 6 months ago
  5. 76d671a Split state tests into two functions by Paul Elliott · 2 years, 6 months ago
  6. 1243f93 Fix build fails with non ECDSA / restartable builds by Paul Elliott · 2 years, 6 months ago
  7. 6f60037 Move {min|max}_complete choice logic into function by Paul Elliott · 2 years, 6 months ago
  8. c977441 Ensure that operation is put into error state if error occurs by Paul Elliott · 2 years, 6 months ago
  9. f9c91a7 Store the hash, rather than the pointer by Paul Elliott · 2 years, 6 months ago
  10. ab7c5c8 Change incorrect define for MAX_OPS_UNLIMITED by Paul Elliott · 2 years, 6 months ago
  11. 97ac7d9 Calculate min/max completes rather than passing in to test by Paul Elliott · 2 years, 6 months ago
  12. 334d726 Ensure ops are tested on successful 'fail' tests by Paul Elliott · 2 years, 7 months ago
  13. edfc883 Change test loops over to do...while by Paul Elliott · 2 years, 7 months ago
  14. 59ad945 Add {sign/verify}_hash_abort_internal by Paul Elliott · 2 years, 8 months ago
  15. 20a3606 Add State tests by Paul Elliott · 2 years, 8 months ago
  16. 0c68335 Convert tests to configurable max_ops by Paul Elliott · 2 years, 8 months ago
  17. 9100797 Negative tests by Paul Elliott · 2 years, 8 months ago
  18. 712d512 Basic tests by Paul Elliott · 2 years, 8 months ago
  19. 641288b Restore test guards by Dave Rodgman · 2 years, 6 months ago
  20. 91e8321 Restore more test guards by Dave Rodgman · 2 years, 6 months ago
  21. a476363 Restore more test guards by Dave Rodgman · 2 years, 6 months ago
  22. d26d744 Restore guards on a couple of tests by Dave Rodgman · 2 years, 6 months ago
  23. 4a5c9ee Remove redundant SIZE_MAX guards by Dave Rodgman · 2 years, 6 months ago
  24. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  25. 9502b56 Fix test function derive_key_exercise() by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  26. 0813691 Merge pull request #6594 from gilles-peskine-arm/generate_test_code-function_comments by Gilles Peskine · 2 years, 8 months ago
  27. 1797b05 Fix typos prior to release by Tom Cosgrove · 2 years, 8 months ago
  28. 0b9b560 Merge pull request #6601 from valeriosetti/issue6502 by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  29. 42649d9 Fix NULL+0 undefined behavior in ECB encryption and decryption by Gilles Peskine · 2 years, 8 months ago
  30. 024b028 test: split psa_pake function/data from the generic test_suite_psa_crypto by Valerio Setti · 2 years, 9 months ago
  31. 1070aed test_suite_psa_crypto: do not re-use PAKE's contexts in case of errors by Valerio Setti · 2 years, 9 months ago
  32. f82effa Optimize pake test code by Przemek Stekiel · 2 years, 9 months ago
  33. cd356c3 Add ec-jpake test to verify if key can be destroyed after set_password_key by Przemek Stekiel · 2 years, 9 months ago
  34. 7c79548 Adapt ec-jpake_setup test by Przemek Stekiel · 2 years, 9 months ago
  35. 07510f5 Allow comments in prototypes of unit test functions by Gilles Peskine · 2 years, 9 months ago
  36. c018204 Improve error injection in EC J-PAKE tests by Andrzej Kurek · 2 years, 9 months ago
  37. faefe62 Merge pull request #6390 from mpg/fix-ecjpake-psa-format by Gilles Peskine · 2 years, 9 months ago
  38. 8258ea7 test_suite_psa_crypto: adapt dependenies and guards so the test can run in the driver-only build by Przemek Stekiel · 2 years, 10 months ago
  39. f155ab9 Abort on errors when we should by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  40. b63a9ef Fix buffer sizes in ecjpake_setup test function by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  41. ec7012d Fix I/O format of PSA EC J-PAKE for compliance by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  42. f3f9e45 Merge pull request #6115 from AndrzejKurek/ecjpake-kdf-tls-1-2 by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  43. 3539f2c Improve readability in ecjpake tests by Andrzej Kurek · 2 years, 10 months ago
  44. 2be1689 Add capacity testing to EC J-PAKE to PMS tests by Andrzej Kurek · 2 years, 11 months ago
  45. d378504 Add derivation step testing to EC J-PAKE to PMS tests by Andrzej Kurek · 2 years, 11 months ago
  46. d8705bc Add tests for the newly created ad-hoc EC J-PAKE KDF by Andrzej Kurek · 3 years ago
  47. 2a73f21 Fixup expected status handling in ecjpake_setup() and add more coverage for psa_pake_set_password_key() by Neil Armstrong · 2 years, 11 months ago
  48. 78c4e8e Make ecjpake_do_round() return void and use TEST_ASSERT with a descriptive text instead of returning a value by Neil Armstrong · 2 years, 11 months ago
  49. 51009d7 Add comment in ecjpake_do_round() explaining input errors can be detected any time in the input sequence by Neil Armstrong · 2 years, 11 months ago
  50. eae1dfc Change to more efficient error injection in ecjpake_do_round() by Neil Armstrong · 3 years, 2 months ago
  51. db5b960 Permit any psa_pake_input() step to fail when error injected in input by Neil Armstrong · 3 years, 2 months ago
  52. 75673ab Only build ecjpake_do_round() is PSA_WANT_ALG_JPAKE is defined by Neil Armstrong · 3 years, 2 months ago
  53. 8c2e8a6 Add ecjpake_rounds_inject tests to exercise error injection by Neil Armstrong · 3 years, 2 months ago
  54. f983caf Move JPAKE rounds into a common function, add reordering and error injection by Neil Armstrong · 3 years, 2 months ago
  55. 1e85560 Fix psa_pake_get_implicit_key() state & add corresponding tests in ecjpake_rounds() by Neil Armstrong · 3 years, 2 months ago
  56. a557cb8 Fixing XXX_ALG_ECJPAKE to XXX_ALG_JPAKE to match specification by Neil Armstrong · 3 years, 2 months ago
  57. 9c8b492 Add advanced psa_pake_input/psa_pake_output test in ecjpake_setup() test by Neil Armstrong · 3 years, 2 months ago
  58. 50de0ae Add check calling psa_pake_setup() on an already initialized operation in ecjpake_setup() test by Neil Armstrong · 3 years, 2 months ago
  59. 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
  60. 645cccd Add checks for BAD_STATE before calling psa_pake_setup() in ecjpake_setup() test by Neil Armstrong · 3 years, 2 months ago
  61. 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
  62. ebd9a03 Cleanup PSA pake test dependency by Neil Armstrong · 3 years, 2 months ago
  63. d597bc7 Add PSA PAKE tests by Neil Armstrong · 3 years, 2 months ago
  64. 36aeb7f Merge pull request #5834 from mprse/HKDF_1 by Gilles Peskine · 3 years, 2 months ago
  65. 0e99391 derive_output test: fix output key bit length by Przemek Stekiel · 3 years, 2 months ago
  66. fcdd023 derive_output tests: add invalid input secret test for HKDF-Expand by Przemek Stekiel · 3 years, 3 months ago
  67. 7be11a7 Use TEST_LE_U in some places where it applies by Gilles Peskine · 3 years, 4 months ago
  68. 3ff2544 Separate the validation of the size macros and of the function by Gilles Peskine · 3 years, 4 months ago
  69. d4a258a Improve PSA_RAW_KEY_AGREEMENT_OUTPUT_SIZE validation by Gilles Peskine · 3 years, 4 months ago
  70. 992bee8 Test psa_raw_key_agreement with a larger/smaller buffer by Gilles Peskine · 3 years, 4 months ago
  71. 8b0ecbc Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. by Shaun Case · 3 years, 8 months ago
  72. ead1bb9 derive_output test: Adapt for HKDF-Extract/Expand algs by Przemek Stekiel · 3 years, 3 months ago
  73. 2b5d898 Merge pull request #5644 from gilles-peskine-arm/psa-storage-format-test-exercise by Gilles Peskine · 3 years, 3 months ago
  74. 4e47a91 Fix indentation issues by Przemek Stekiel · 3 years, 4 months ago
  75. 4daaa2b derive_output mix-psk test: add more cases for derivation of output key by Przemek Stekiel · 3 years, 4 months ago
  76. 6aabc47 derive_output test: remove redundant tests with raw key agreement by Przemek Stekiel · 3 years, 4 months ago
  77. e665466 derive_output test: add other key type value 11 to handle raw key type by Przemek Stekiel · 3 years, 4 months ago
  78. 38647de derive_output() test: fix code style by Przemek Stekiel · 3 years, 4 months ago
  79. cd00d7f test PSA key derivation: add positive and negative cases for mixed-psk by Przemek Stekiel · 3 years, 4 months ago
  80. 286c314 cipher_alg_without_iv: also test multipart decryption by Gilles Peskine · 3 years, 4 months ago
  81. 9e38f2c cipher_alg_without_iv: generalized to also do decryption by Gilles Peskine · 3 years, 4 months ago
  82. 9b9b614 cipher_encrypt_alg_without_iv: validate size macros independently by Gilles Peskine · 3 years, 4 months ago
  83. ffbb7d3 derive_output: add optional step for derivation by Przemek Stekiel · 3 years, 4 months ago
  84. c11bffe Merge pull request #5139 from mprse/key_der_ecc by Manuel Pégourié-Gonnard · 3 years, 5 months ago
  85. c85f091 psa_crypto.c, test_suite_psa_crypto.function: fix style by Przemek Stekiel · 3 years, 5 months ago
  86. 6bf5c8c Merge pull request #5506 from superna9999/4964-extend-psa-one-shot-multipart by Gilles Peskine · 3 years, 5 months ago
  87. fd4c259 Use PSA_INIT() in mac_multipart_internal_func() by Neil Armstrong · 3 years, 5 months ago
  88. fe6da1c Fix style issues in mac_sign_verify_multi() by Neil Armstrong · 3 years, 5 months ago
  89. 92e08fb Merge pull request #5475 from miudr/fix_issue_5140 by Gilles Peskine · 3 years, 5 months ago
  90. 4766f99 Add multi-part mac sign/verify test by Neil Armstrong · 3 years, 5 months ago
  91. 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
  92. 3ccd08b Introduce new mac_key_policy_multi() variant of mac_key_policy() testing multiple updates occurences by Neil Armstrong · 3 years, 5 months ago
  93. ee9686b Fix style issue in hash_setup() by Neil Armstrong · 3 years, 5 months ago
  94. 696b120 Add tests for ECC key derivation by Przemyslaw Stekiel · 3 years, 8 months ago
  95. 66a479f Add Cipher Decrypt Fail multi-part case by Neil Armstrong · 3 years, 6 months ago
  96. d8dba4e Add Cipher Encrypt Fail multi-part case by Neil Armstrong · 3 years, 6 months ago
  97. 3ee335d Add Cipher Encrypt multi-part case by Neil Armstrong · 3 years, 6 months ago
  98. 752d811 Add AEAD Key Policy check multi-part cases by Neil Armstrong · 3 years, 6 months ago
  99. 78aeaf8 Add Cipher Key Policy check one-shot cases by Neil Armstrong · 3 years, 6 months ago
  100. 3af9b97 Add Multipart Message authentication Compute & Verify cases by Neil Armstrong · 3 years, 6 months ago