1. 3a1b786 Add a concurrent key generation test function by Ryan · 1 year, 5 months ago
  2. 4c32b69 Ignore domain parameters in RSA key generation by Gilles Peskine · 1 year, 6 months ago
  3. 092ce51 Rename "key generation method" to "key production parameters" by Gilles Peskine · 1 year, 6 months ago
  4. e7a7013 Remove initialization function for variable-length struct by Gilles Peskine · 1 year, 6 months ago
  5. c81393b generate/derive key ext: pass method_data_length rather than method_length by Gilles Peskine · 1 year, 6 months ago
  6. 7a18f96 psa_generate_key_ext: RSA: support custom public exponent by Gilles Peskine · 1 year, 6 months ago
  7. f0765fa Implement psa_generate_key_ext, psa_key_derivation_output_key_ext by Gilles Peskine · 1 year, 6 months ago
  8. 1d25a0a Refactoring: extract rsa_test_e by Gilles Peskine · 1 year, 6 months ago
  9. f45589b Merge pull request #8198 from silabs-Kusumit/kdf_incorrect_initial_capacity by Gilles Peskine · 1 year, 6 months ago
  10. 34c6e8a Merge pull request #8700 from valeriosetti/issue8461 by Manuel Pégourié-Gonnard · 1 year, 7 months ago
  11. 4860a6c test_suite_psa_crypto: revert known failing checks for [en|de]cryption with opaque keys by Valerio Setti · 1 year, 7 months ago
  12. f202c29 test_suite_psa_crypto: test asymmetric encryption/decryption also with opaque keys by Valerio Setti · 1 year, 7 months ago
  13. 9ffd397 Increase input parameter type and buffer size by Kusumit Ghoderao · 1 year, 8 months ago
  14. db6e029 test_suite_psa_crypto: test also MBEDTLS_ECP_DP_MAX in ecc_conversion_functions_fail() by Valerio Setti · 1 year, 7 months ago
  15. ac73952 test_suite_psa_crypto: improve failing tests for EC conversion functions by Valerio Setti · 1 year, 7 months ago
  16. ad81967 test_suite_psa_crypto: explicitly check return values of conversion functions by Valerio Setti · 1 year, 7 months ago
  17. bf999cb test_suite_psa_crypto: add test functions and cases for ECC conversion functions by Valerio Setti · 1 year, 7 months ago
  18. d90fbf7 Adjuest checks in generate_key_rsa suite by Pengyu Lv · 1 year, 8 months ago
  19. 9e976f3 Conditionally check the attribute of generated RSA key by Pengyu Lv · 1 year, 8 months ago
  20. 6c68df4 Convert interruptible test over to using TEST_CALLOC by Paul Elliott · 1 year, 10 months ago
  21. ae3cda9 Merge pull request #8092 from silabs-Kusumit/PBKDF2_output_key by Gilles Peskine · 1 year, 11 months ago
  22. 5edb942 Merge pull request #8041 from mpg/tfm-p256m by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  23. 0ddffb6 Merge pull request #7210 from sergio-nsk/patch-2 by Gilles Peskine · 1 year, 11 months ago
  24. 0509b58 Fix INVALID vs NOT_SUPPORTED issue in test suite by Manuel Pégourié-Gonnard · 2 years ago
  25. 7c61ffc Rename parse_binary_string function by Kusumit Ghoderao · 1 year, 11 months ago
  26. ac7a04a Move parse_binary_string function to psa_crypto_helpers by Kusumit Ghoderao · 2 years ago
  27. e7700a7 Merge pull request #7936 from AgathiyanB/assert-false-macro by Tom Cosgrove · 2 years ago
  28. 2ec9892 Merge pull request #6253 from tom-cosgrove-arm/rename-assert_compare-to-test_assert_compare by Dave Rodgman · 2 years ago
  29. 1eacae8 test: check exported length against proper MAX_SIZE by Valerio Setti · 2 years ago
  30. 0540fe7 Fix code style by Tom Cosgrove · 2 years ago
  31. f1c032a Merge pull request #7902 from valeriosetti/issue7772 by Paul Elliott · 2 years ago
  32. 19fec54 test: remove GENPRIME dependency when RSA_KEY_PAIR_GENERATE by Valerio Setti · 2 years ago
  33. e4e9e7d For tests, rename TEST_BUFFERS_EQUAL() to TEST_MEMORY_COMPARE() by Tom Cosgrove · 2 years, 1 month ago
  34. 05b2a87 For tests, rename TEST_CALLOC_OR_FAIL() to just TEST_CALLOC() by Tom Cosgrove · 2 years, 1 month ago
  35. 412a813 For tests, rename ASSERT_ALLOC_WEAK() to TEST_CALLOC_OR_SKIP() by Tom Cosgrove · 2 years, 1 month ago
  36. f9ffd11 For tests, rename ASSERT_ALLOC() to TEST_CALLOC_OR_FAIL() by Tom Cosgrove · 2 years, 1 month ago
  37. 65cd851 For tests, rename ASSERT_COMPARE() to TEST_BUFFERS_EQUAL() by Tom Cosgrove · 2 years, 1 month ago
  38. dc28a5a Rename ASSERT_FALSE to TEST_FAIL by Agathiyan Bragadeesh · 2 years, 1 month ago
  39. ebb40bc Add ASSERT_FALSE macro for tests by Agathiyan Bragadeesh · 2 years, 1 month ago
  40. d8c4549 Merge pull request #7432 from oberon-microsystems/fix-test-ecjpake-to-pms-dependency by Gilles Peskine · 2 years, 1 month ago
  41. acab57b test: replace RSA_KEY_PAIR_LEGACY with proper symbols by Valerio Setti · 2 years, 1 month ago
  42. 42b02b9 Add test and test case for input cost greater than vendor maximum by Kusumit Ghoderao · 2 years, 2 months ago
  43. ff7f861 tests: replace deprecated symbols with temporary _LEGACY ones by Valerio Setti · 2 years, 2 months ago
  44. 28daefa Fix fall through warning by Kusumit Ghoderao · 2 years, 2 months ago
  45. f28e0f5 Fix code style by Kusumit Ghoderao · 2 years, 2 months ago
  46. 81797fc Add cost and password steps to derive_output_test function by Kusumit Ghoderao · 2 years, 2 months ago
  47. 1d046fa Merge pull request #6010 from mprse/ffdh_import_export by Manuel Pégourié-Gonnard · 2 years, 3 months ago
  48. 2eff33c Merge pull request #6716 from gilles-peskine-arm/test-argument-types-union by Gilles Peskine · 2 years, 3 months ago
  49. d60dfc0 Add test for parse_binary_string by Kusumit Ghoderao · 2 years, 3 months ago
  50. 0f2f996 change binary_string_parser for big-endian input by Kusumit Ghoderao · 2 years, 3 months ago
  51. b6ad682 Update tests/suites/test_suite_psa_crypto.function by Kusumit-Silabs · 2 years, 3 months ago
  52. af0225e change binary_string_parser for big-endian input by Kusumit Ghoderao · 2 years, 3 months ago
  53. 12e0b4b Use key_type_arg for determining input method by Kusumit Ghoderao · 2 years, 3 months ago
  54. 2e7c33d Use import_with_data for testing FFDH invalid key length by Przemek Stekiel · 2 years, 3 months ago
  55. 4ea4ad0 parse_function_arguments: stricter type parsing by Gilles Peskine · 2 years, 8 months ago
  56. 654bef0 Fix typos, comments, style, optimize macros by Przemek Stekiel · 2 years, 8 months ago
  57. 1d9c2b6 Adapt import/export test for FFDH by Przemek Stekiel · 2 years, 8 months ago
  58. 7415539 Fix code style by Kusumit Ghoderao · 2 years, 4 months ago
  59. 3b27a7f Fix hex_string converter by Kusumit Ghoderao · 2 years, 4 months ago
  60. a14ae5a Fix input_integer testing by Kusumit Ghoderao · 2 years, 4 months ago
  61. 78109f5 Fix derive_ecjpake_to_pms dependency to PSA_WANT_ALG_TLS12_ECJPAKE_TO_PMS. by Stephan Koch · 2 years, 4 months ago
  62. 02326d5 Test key_derivation_input_integer function by Kusumit Ghoderao · 2 years, 4 months ago
  63. 7224086 Remove legacy_or_psa.h by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  64. 7abdf7e Add utility function to check for drivers init by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  65. bef1f63 Fix llvm error: variables may be used uninitialized by Sergey · 2 years, 5 months ago
  66. 8c09205 Add public key verification tests by Paul Elliott · 2 years, 5 months ago
  67. f4385fa Merge pull request #7188 from paul-elliott-arm/interruptible_sign_hash_complete_after_start_fail by Dave Rodgman · 2 years, 5 months ago
  68. 42585f6 Merge pull request #7176 from paul-elliott-arm/interruptible_sign_hash_verify_test_improvements by Paul Elliott · 2 years, 5 months ago
  69. de7c31e Improve comment wording by Paul Elliott · 2 years, 5 months ago
  70. 7c17308 Add num_ops tests to sign and verify interruptible hash by Paul Elliott · 2 years, 5 months ago
  71. 8359c14 Add hash corruption test to interruptible verify test by Paul Elliott · 2 years, 5 months ago
  72. c1e0400 Add test to check not calling get_num_ops() by Paul Elliott · 2 years, 5 months ago
  73. 9e8819f Move 'change max_ops' test into ops tests by Paul Elliott · 2 years, 5 months ago
  74. 5770224 Rename max ops tests to ops tests by Paul Elliott · 2 years, 5 months ago
  75. 587e780 Test calling complete() after {sign|verify}_hash_start fails by Paul Elliott · 2 years, 5 months ago
  76. 17152df Merge pull request #7175 from paul-elliott-arm/interruptible_sign_hash_test_comments by Dave Rodgman · 2 years, 5 months ago
  77. 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
  78. 10c0f77 asymmetric_encrypt: check output length only if return code is PSA_SUCCESS. by oberon-sk · 2 years, 6 months ago
  79. c203350 Give edge case tests a better name by Paul Elliott · 2 years, 5 months ago
  80. c7f6882 Add comments to each test case to show intent by Paul Elliott · 2 years, 5 months ago
  81. f8e5b56 Fix get_num_ops internal code. by Paul Elliott · 2 years, 6 months ago
  82. 96b89b2 Add comment to indicate non-PSA spec assertion. by Paul Elliott · 2 years, 6 months ago
  83. f1743e2 Add verify call to max ops tests by Paul Elliott · 2 years, 6 months ago
  84. c86d45e Remove spurious incorrect comment by Paul Elliott · 2 years, 6 months ago
  85. efebad0 Run extra complete in failure tests regardless. by Paul Elliott · 2 years, 6 months ago
  86. 01885fa Fix include guards on auxiliary test function. by Paul Elliott · 2 years, 6 months ago
  87. a4cb909 Add max ops tests by Paul Elliott · 2 years, 6 months ago
  88. 76d671a Split state tests into two functions by Paul Elliott · 2 years, 6 months ago
  89. 1243f93 Fix build fails with non ECDSA / restartable builds by Paul Elliott · 2 years, 6 months ago
  90. 6f60037 Move {min|max}_complete choice logic into function by Paul Elliott · 2 years, 6 months ago
  91. c977441 Ensure that operation is put into error state if error occurs by Paul Elliott · 2 years, 6 months ago
  92. f9c91a7 Store the hash, rather than the pointer by Paul Elliott · 2 years, 6 months ago
  93. ab7c5c8 Change incorrect define for MAX_OPS_UNLIMITED by Paul Elliott · 2 years, 6 months ago
  94. 97ac7d9 Calculate min/max completes rather than passing in to test by Paul Elliott · 2 years, 6 months ago
  95. 334d726 Ensure ops are tested on successful 'fail' tests by Paul Elliott · 2 years, 7 months ago
  96. edfc883 Change test loops over to do...while by Paul Elliott · 2 years, 7 months ago
  97. 59ad945 Add {sign/verify}_hash_abort_internal by Paul Elliott · 2 years, 8 months ago
  98. 20a3606 Add State tests by Paul Elliott · 2 years, 8 months ago
  99. 0c68335 Convert tests to configurable max_ops by Paul Elliott · 2 years, 8 months ago
  100. 9100797 Negative tests by Paul Elliott · 2 years, 8 months ago