1. 1d046fa Merge pull request #6010 from mprse/ffdh_import_export by Manuel Pégourié-Gonnard · 2 years, 3 months ago
  2. 2eff33c Merge pull request #6716 from gilles-peskine-arm/test-argument-types-union by Gilles Peskine · 2 years, 3 months ago
  3. d60dfc0 Add test for parse_binary_string by Kusumit Ghoderao · 2 years, 3 months ago
  4. 0f2f996 change binary_string_parser for big-endian input by Kusumit Ghoderao · 2 years, 3 months ago
  5. b6ad682 Update tests/suites/test_suite_psa_crypto.function by Kusumit-Silabs · 2 years, 3 months ago
  6. af0225e change binary_string_parser for big-endian input by Kusumit Ghoderao · 2 years, 3 months ago
  7. 12e0b4b Use key_type_arg for determining input method by Kusumit Ghoderao · 2 years, 3 months ago
  8. 2e7c33d Use import_with_data for testing FFDH invalid key length by Przemek Stekiel · 2 years, 3 months ago
  9. 4ea4ad0 parse_function_arguments: stricter type parsing by Gilles Peskine · 2 years, 8 months ago
  10. 654bef0 Fix typos, comments, style, optimize macros by Przemek Stekiel · 2 years, 8 months ago
  11. 1d9c2b6 Adapt import/export test for FFDH by Przemek Stekiel · 2 years, 8 months ago
  12. 7415539 Fix code style by Kusumit Ghoderao · 2 years, 4 months ago
  13. 3b27a7f Fix hex_string converter by Kusumit Ghoderao · 2 years, 4 months ago
  14. a14ae5a Fix input_integer testing by Kusumit Ghoderao · 2 years, 4 months ago
  15. 02326d5 Test key_derivation_input_integer function by Kusumit Ghoderao · 2 years, 4 months ago
  16. 7224086 Remove legacy_or_psa.h by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  17. 7abdf7e Add utility function to check for drivers init by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  18. 8c09205 Add public key verification tests by Paul Elliott · 2 years, 5 months ago
  19. f4385fa Merge pull request #7188 from paul-elliott-arm/interruptible_sign_hash_complete_after_start_fail by Dave Rodgman · 2 years, 5 months ago
  20. 42585f6 Merge pull request #7176 from paul-elliott-arm/interruptible_sign_hash_verify_test_improvements by Paul Elliott · 2 years, 5 months ago
  21. de7c31e Improve comment wording by Paul Elliott · 2 years, 5 months ago
  22. 7c17308 Add num_ops tests to sign and verify interruptible hash by Paul Elliott · 2 years, 5 months ago
  23. 8359c14 Add hash corruption test to interruptible verify test by Paul Elliott · 2 years, 5 months ago
  24. c1e0400 Add test to check not calling get_num_ops() by Paul Elliott · 2 years, 5 months ago
  25. 9e8819f Move 'change max_ops' test into ops tests by Paul Elliott · 2 years, 5 months ago
  26. 5770224 Rename max ops tests to ops tests by Paul Elliott · 2 years, 5 months ago
  27. 587e780 Test calling complete() after {sign|verify}_hash_start fails by Paul Elliott · 2 years, 5 months ago
  28. 17152df Merge pull request #7175 from paul-elliott-arm/interruptible_sign_hash_test_comments by Dave Rodgman · 2 years, 5 months ago
  29. 5819d2c Feedback from Arm: guarantee that output_length <= output_size even on error, to reduce the risk that a missing error check by Stephan Koch · 2 years, 5 months ago
  30. 10c0f77 asymmetric_encrypt: check output length only if return code is PSA_SUCCESS. by oberon-sk · 2 years, 6 months ago
  31. c203350 Give edge case tests a better name by Paul Elliott · 2 years, 5 months ago
  32. c7f6882 Add comments to each test case to show intent by Paul Elliott · 2 years, 5 months ago
  33. f8e5b56 Fix get_num_ops internal code. by Paul Elliott · 2 years, 6 months ago
  34. 96b89b2 Add comment to indicate non-PSA spec assertion. by Paul Elliott · 2 years, 6 months ago
  35. f1743e2 Add verify call to max ops tests by Paul Elliott · 2 years, 6 months ago
  36. c86d45e Remove spurious incorrect comment by Paul Elliott · 2 years, 6 months ago
  37. efebad0 Run extra complete in failure tests regardless. by Paul Elliott · 2 years, 6 months ago
  38. 01885fa Fix include guards on auxiliary test function. by Paul Elliott · 2 years, 6 months ago
  39. a4cb909 Add max ops tests by Paul Elliott · 2 years, 6 months ago
  40. 76d671a Split state tests into two functions by Paul Elliott · 2 years, 6 months ago
  41. 1243f93 Fix build fails with non ECDSA / restartable builds by Paul Elliott · 2 years, 6 months ago
  42. 6f60037 Move {min|max}_complete choice logic into function by Paul Elliott · 2 years, 6 months ago
  43. c977441 Ensure that operation is put into error state if error occurs by Paul Elliott · 2 years, 6 months ago
  44. f9c91a7 Store the hash, rather than the pointer by Paul Elliott · 2 years, 6 months ago
  45. ab7c5c8 Change incorrect define for MAX_OPS_UNLIMITED by Paul Elliott · 2 years, 6 months ago
  46. 97ac7d9 Calculate min/max completes rather than passing in to test by Paul Elliott · 2 years, 6 months ago
  47. 334d726 Ensure ops are tested on successful 'fail' tests by Paul Elliott · 2 years, 7 months ago
  48. edfc883 Change test loops over to do...while by Paul Elliott · 2 years, 7 months ago
  49. 59ad945 Add {sign/verify}_hash_abort_internal by Paul Elliott · 2 years, 8 months ago
  50. 20a3606 Add State tests by Paul Elliott · 2 years, 8 months ago
  51. 0c68335 Convert tests to configurable max_ops by Paul Elliott · 2 years, 8 months ago
  52. 9100797 Negative tests by Paul Elliott · 2 years, 8 months ago
  53. 712d512 Basic tests by Paul Elliott · 2 years, 8 months ago
  54. 641288b Restore test guards by Dave Rodgman · 2 years, 6 months ago
  55. 91e8321 Restore more test guards by Dave Rodgman · 2 years, 6 months ago
  56. a476363 Restore more test guards by Dave Rodgman · 2 years, 6 months ago
  57. d26d744 Restore guards on a couple of tests by Dave Rodgman · 2 years, 6 months ago
  58. 4a5c9ee Remove redundant SIZE_MAX guards by Dave Rodgman · 2 years, 6 months ago
  59. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  60. 9502b56 Fix test function derive_key_exercise() by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  61. 0813691 Merge pull request #6594 from gilles-peskine-arm/generate_test_code-function_comments by Gilles Peskine · 2 years, 8 months ago
  62. 1797b05 Fix typos prior to release by Tom Cosgrove · 2 years, 8 months ago
  63. 0b9b560 Merge pull request #6601 from valeriosetti/issue6502 by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  64. 42649d9 Fix NULL+0 undefined behavior in ECB encryption and decryption by Gilles Peskine · 2 years, 8 months ago
  65. 024b028 test: split psa_pake function/data from the generic test_suite_psa_crypto by Valerio Setti · 2 years, 9 months ago
  66. 1070aed test_suite_psa_crypto: do not re-use PAKE's contexts in case of errors by Valerio Setti · 2 years, 9 months ago
  67. f82effa Optimize pake test code by Przemek Stekiel · 2 years, 9 months ago
  68. cd356c3 Add ec-jpake test to verify if key can be destroyed after set_password_key by Przemek Stekiel · 2 years, 9 months ago
  69. 7c79548 Adapt ec-jpake_setup test by Przemek Stekiel · 2 years, 9 months ago
  70. 07510f5 Allow comments in prototypes of unit test functions by Gilles Peskine · 2 years, 9 months ago
  71. c018204 Improve error injection in EC J-PAKE tests by Andrzej Kurek · 2 years, 9 months ago
  72. faefe62 Merge pull request #6390 from mpg/fix-ecjpake-psa-format by Gilles Peskine · 2 years, 9 months ago
  73. 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
  74. f155ab9 Abort on errors when we should by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  75. b63a9ef Fix buffer sizes in ecjpake_setup test function by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  76. ec7012d Fix I/O format of PSA EC J-PAKE for compliance by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  77. f3f9e45 Merge pull request #6115 from AndrzejKurek/ecjpake-kdf-tls-1-2 by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  78. 3539f2c Improve readability in ecjpake tests by Andrzej Kurek · 2 years, 10 months ago
  79. 2be1689 Add capacity testing to EC J-PAKE to PMS tests by Andrzej Kurek · 2 years, 11 months ago
  80. d378504 Add derivation step testing to EC J-PAKE to PMS tests by Andrzej Kurek · 2 years, 11 months ago
  81. d8705bc Add tests for the newly created ad-hoc EC J-PAKE KDF by Andrzej Kurek · 3 years ago
  82. 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
  83. 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
  84. 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
  85. eae1dfc Change to more efficient error injection in ecjpake_do_round() by Neil Armstrong · 3 years, 1 month ago
  86. db5b960 Permit any psa_pake_input() step to fail when error injected in input by Neil Armstrong · 3 years, 2 months ago
  87. 75673ab Only build ecjpake_do_round() is PSA_WANT_ALG_JPAKE is defined by Neil Armstrong · 3 years, 2 months ago
  88. 8c2e8a6 Add ecjpake_rounds_inject tests to exercise error injection by Neil Armstrong · 3 years, 2 months ago
  89. f983caf Move JPAKE rounds into a common function, add reordering and error injection by Neil Armstrong · 3 years, 2 months ago
  90. 1e85560 Fix psa_pake_get_implicit_key() state & add corresponding tests in ecjpake_rounds() by Neil Armstrong · 3 years, 2 months ago
  91. a557cb8 Fixing XXX_ALG_ECJPAKE to XXX_ALG_JPAKE to match specification by Neil Armstrong · 3 years, 2 months ago
  92. 9c8b492 Add advanced psa_pake_input/psa_pake_output test in ecjpake_setup() test by Neil Armstrong · 3 years, 2 months ago
  93. 50de0ae Add check calling psa_pake_setup() on an already initialized operation in ecjpake_setup() test by Neil Armstrong · 3 years, 2 months ago
  94. 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
  95. 645cccd Add checks for BAD_STATE before calling psa_pake_setup() in ecjpake_setup() test by Neil Armstrong · 3 years, 2 months ago
  96. 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
  97. ebd9a03 Cleanup PSA pake test dependency by Neil Armstrong · 3 years, 2 months ago
  98. d597bc7 Add PSA PAKE tests by Neil Armstrong · 3 years, 2 months ago
  99. 36aeb7f Merge pull request #5834 from mprse/HKDF_1 by Gilles Peskine · 3 years, 2 months ago
  100. 0e99391 derive_output test: fix output key bit length by Przemek Stekiel · 3 years, 2 months ago