1. 87953f2 Merge pull request #6091 from Zaya-dyno/validation_remove_change_pk by Gilles Peskine · 2 years, 10 months ago
  2. 07018f9 Make legacy_or_psa.h public. by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  3. 0050b91 Added new tests in pk_invalid_param by Tuvshinzaya Erdenekhuu · 3 years ago
  4. ed99ed3 Add spaces to comply with coding style by Tuvshinzaya Erdenekhuu · 3 years ago
  5. c388af6 Remove extra spacings by Tuvshinzaya Erdenekhuu · 3 years ago
  6. 79bf51a Add new test for invalid param in pk.c by Tuvshinzaya Erdenekhuu · 3 years ago
  7. efda01f Fix formatting in bignum test functions by Werner Lewis · 3 years, 1 month ago
  8. 9802d36 Remove radix arg from bignum tests by Werner Lewis · 3 years, 1 month ago
  9. 19b4cd8 Remove radix arg from mbedtls_test_read_mpi by Werner Lewis · 3 years, 1 month ago
  10. 73692b7 Rework macros expressing dependencies by Manuel Pégourié-Gonnard · 3 years ago
  11. abac037 Migrate from old inline to new actual function. by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  12. 4772884 New internal module for managing hash information by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  13. 4608c48 Rm useless use of MD in PK test functions by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  14. abcfa90 PK test functions don't depend on software SHA-256 by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  15. 2d08ea4 Some PK test functions no longer depend on MD by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  16. 043c8c5 Add USE_PSA version of PK test functions by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  17. e496c62 Sort out MD dependencies in RSA tests by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  18. 6a0a160 Avoid a dependency on MD in test_suite_pk by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  19. 69e348d Merge pull request #5833 from superna9999/5826-create-mbedtls-pk-can-do-psa by Manuel Pégourié-Gonnard · 3 years, 2 months ago
  20. 5c5b116 Add pk_can_do_ext test for non-opaque keys by Neil Armstrong · 3 years, 3 months ago
  21. 408f6a6 Add usage parameter to mbedtls_pk_can_do_ext() by Neil Armstrong · 3 years, 3 months ago
  22. 434d4eb Remove invalid comments in pk_can_do_ext() by Neil Armstrong · 3 years, 3 months ago
  23. ce1d239 Add tests for mbedtls_pk_can_do_ext() in test_suite_pktest_suite_pk by Neil Armstrong · 3 years, 3 months ago
  24. 5c65c57 Fix additional misspellings found by codespell by Andrzej Kurek · 3 years, 4 months ago
  25. 8b0ecbc Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. by Shaun Case · 3 years, 8 months ago
  26. 814562a Switch last TEST_ASSERT() in TEST_EQUAL() in pk_wrap_rsa_decrypt_test_vec() by Neil Armstrong · 3 years, 3 months ago
  27. b32ae72 Add PK Opaque RSA decrypt tests by Neil Armstrong · 3 years, 3 months ago
  28. 9597497 Update mbedtls_pk_wrap_as_opaque() usage in PK & X509write tests by Neil Armstrong · 3 years, 3 months ago
  29. ad47487 Merge pull request #5742 from superna9999/5669-review-test-incompatible-psa by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  30. 1c9eb72 Update PSA specific comment in pk_rsa_verify_ext_test_vec() by Neil Armstrong · 3 years, 3 months ago
  31. 6e6967f Reorganize PSA INVALID_PADDING handling for test #5 in pk_rsa_verify_ext_test_vec() by Neil Armstrong · 3 years, 3 months ago
  32. 843795a Use macro for public key buffer size in pk_psa_wrap_sign_ext() by Neil Armstrong · 3 years, 4 months ago
  33. 655725a Unify PSA & non-PSA Verify ext RSA #5 test, and handle different return in pk_rsa_verify_ext_test_vec() by Neil Armstrong · 3 years, 4 months ago
  34. 999930e Add RSA PK Wrapped Sign ext tests by Neil Armstrong · 3 years, 4 months ago
  35. cb87403 Use 1024 bits RSA key size for RSA PK Opaque tests by Neil Armstrong · 3 years, 4 months ago
  36. 67fc036 Add support for RSA wrap in pk_psa_sign() test by Neil Armstrong · 3 years, 5 months ago
  37. 5b87ebb Prepare pk_psa_sign() test to accept RSA parameters by Neil Armstrong · 3 years, 5 months ago
  38. 0cd78dd Update test for Opaque PK key by Neil Armstrong · 3 years, 5 months ago
  39. 1c7c596 Merge pull request #5683 from paul-elliott-arm/fix_pk_test by Gilles Peskine · 3 years, 4 months ago
  40. de68e39 Merge pull request #5568 from superna9999/5159-pk-rsa-verification by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  41. ff59a34 Prevent free of uninitialised variables by Paul Elliott · 3 years, 4 months ago
  42. 017a199 Update references to old Github organisation by Dave Rodgman · 3 years, 4 months ago
  43. 56d5127 Initialize PSA crypto in test_suite_pk for RSA verify tests by Neil Armstrong · 3 years, 5 months ago
  44. f8aa9a4 fix various issues by Jerry Yu · 3 years, 4 months ago
  45. cef3f33 Guard rsa sig algs with rsa_c and pkcs1_v{15,21} by Jerry Yu · 3 years, 4 months ago
  46. 701656f fix redefine error by Jerry Yu · 3 years, 4 months ago
  47. e2c8825 Add pk_sign_ext unit tests by Jerry Yu · 3 years, 4 months ago
  48. 5512ad9 fix genkey fail by Jerry Yu · 3 years, 5 months ago
  49. b3bfe9f Add verify for pk_sign_ext test by Jerry Yu · 3 years, 5 months ago
  50. 5a0afc8 fix test fail for pk_sign_ext by Jerry Yu · 3 years, 5 months ago
  51. 1f45b67 Add unit tests by Jerry Yu · 3 years, 5 months ago
  52. 472044f Merge pull request #5525 from superna9999/5161-pk-rsa-encryption by Manuel Pégourié-Gonnard · 3 years, 5 months ago
  53. 502da11 Initialize PSA crypto in test_suite_pk pk_rsa_decrypt_test_vec() when USE_PSA_CRYPTO is enabled by Neil Armstrong · 3 years, 6 months ago
  54. c921bfd Fix 80 characters indentation in pk_rsa_encrypt_decrypt_test() by Neil Armstrong · 3 years, 5 months ago
  55. 7f10552 Remove pk_rsa_encrypt_test_vec() test in favor to pk_rsa_encrypt_decrypt_test() by Neil Armstrong · 3 years, 5 months ago
  56. dac2f23 Stop checking against reference vector in pk_rsa_encrypt_test_vec when USE_PSA_CRYPTO by Neil Armstrong · 3 years, 5 months ago
  57. e0df42c Introduce pk_rsa_encrypt_decrypt_test by Neil Armstrong · 3 years, 5 months ago
  58. 445d219 Initialize PSA crypto in test_suite_pk pk_rsa_encrypt_test_vec() & pk_rsa_alt() when USE_PSA_CRYPTO is enabled by Neil Armstrong · 3 years, 6 months ago
  59. 8666df6 Add signature length mismatch handling when using PSA in pk_verify_ext by Andrzej Kurek · 3 years, 6 months ago
  60. 853ad7b Use macros in tests for PSA init/deinit routines by Andrzej Kurek · 3 years, 6 months ago
  61. 7db1b78 Make RSA-PSS verification use PSA with MBEDTLS_USE_PSA_CRYPTO by Andrzej Kurek · 3 years, 6 months ago
  62. f00f152 Add output size parameter to signature functions by Gilles Peskine · 4 years, 1 month ago
  63. fedd52c Merge pull request #4707 from gilles-peskine-arm/require-matching-hashlen-rsa-implementation by Gilles Peskine · 4 years, 1 month ago
  64. 6e3187b RSA: Use hashlen as the hash input size as documented by Gilles Peskine · 4 years, 1 month ago
  65. 20edee7 Use mbedtls_test_read_mpi in test suites by Gilles Peskine · 4 years, 2 months ago
  66. 84dea01 Add RNG params to private key parsing by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  67. 39be141 Add RNG parameter to check_pair functions by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  68. c1905a1 Change mbedtls_rsa_init() signature by Ronald Cron · 4 years, 2 months ago
  69. 7019955 Removal of the TEST_VALID_PARAM macro and its usages by TRodziewicz · 4 years, 2 months ago
  70. 875b5fb Refactor optional parameter check tests by Ronald Cron · 4 years, 3 months ago
  71. b7abba2 Merge pull request #4515 from tom-daubney-arm/remove_rsa_mode_params_2 by Gilles Peskine · 4 years, 2 months ago
  72. 140184d Removes mode param from mbedtls_rsa_pkcs1_sign by Thomas Daubney · 4 years, 3 months ago
  73. fa1581e Modifies typedef of mbedtls_pk_rsa_alt_sign_func by Thomas Daubney · 4 years, 3 months ago
  74. 864b425 Merge pull request #4488 from tom-daubney-arm/remove_rsa_mode_params by Gilles Peskine · 4 years, 3 months ago
  75. c7feaf3 Remove mode param from mbedtls_rsa_pkcs1_decrypt by Thomas Daubney · 4 years, 3 months ago
  76. 9991414 Preparatory commit to remove tests by Thomas Daubney · 4 years, 3 months ago
  77. 0bc3938 Removing trailing spaces by TRodziewicz · 4 years, 3 months ago
  78. 8223cce Correction of failing ecdsa & pk tests by TRodziewicz · 4 years, 3 months ago
  79. 9de97e2 Make {USE_,}PSA_{INIT,DONE} available in all test suites by Gilles Peskine · 4 years, 6 months ago
  80. f6be590 Include psa_crypto_helpers.h in helpers.function by Gilles Peskine · 4 years, 8 months ago
  81. 3a4f0e3 tests: psa: Reset key attributes where needed by Ronald Cron · 4 years, 9 months ago
  82. 5425a21 tests: Adapt PSA tests to openless APIs by Ronald Cron · 5 years ago
  83. c26f8d4 Introduce psa_key_handle_is_null inline function by Ronald Cron · 5 years ago
  84. 91e9515 Introduce PSA_KEY_HANDLE_INIT macro by Ronald Cron · 5 years ago
  85. d4efa8d Fix pk_ec_test_vec() to use MBEDTLS_MD_NONE by John Durkop · 5 years ago
  86. 8ff510a Rename ECC Family Macros According to PSA Spec by Paul Elliott · 5 years ago
  87. 9ed4073 tests: Get rid of mbedtls_test_unhexify() in unit test code by Ronald Cron · 5 years ago
  88. 6c5bd7f tests: Reformating due to rnd_* renaming by Ronald Cron · 5 years ago
  89. 351f0ee tests: Add mbedtls_test_ prefix to rnd_* symbols by Ronald Cron · 5 years ago
  90. 72d628f tests: Add mbedtls_test_ prefix to *hexify functions by Ronald Cron · 5 years ago
  91. f91c495 tests: helpers: Update static qualifiers by Ronald Cron · 5 years ago
  92. 02c78b7 tests: Create an include folder by Ronald Cron · 5 years ago
  93. 89177e8 Convert USE_PSA_CRYPTO pk interface to the new PSA EC curve encoding by Gilles Peskine · 6 years ago
  94. 33b1c69 pk tests: USE_PSA_CRYPTO: test several curves by Gilles Peskine · 6 years ago
  95. 85f47c9 pk tests: USE_PSA_CRYPTO: test attributes of the PSA key by Gilles Peskine · 6 years ago
  96. 84984ae Add missing return code check on calls to mbedtls_md() by Gilles Peskine · 6 years ago
  97. 89d8c5c Rename some signature-related identifiers by Gilles Peskine · 6 years ago
  98. e48fe55 test_suite_pk: pk_genkey: support a variable key size or curve by Gilles Peskine · 6 years ago
  99. eba088a test_suite_pk: check the signature size after pk_sign by Gilles Peskine · 6 years ago
  100. f85e4e6 test_suite_pk: fix use of sig_len without initialization by Gilles Peskine · 6 years ago