1. 275b698 Use correct test case conditionals for helper functions in tests/suites by Michael Schuster · 1 year, 2 months ago
  2. 31b1cb8 Adjust spacing in tests/suites function sources by Michael Schuster · 1 year, 2 months ago
  3. b1e33fb Fix missing-prototype errors in tests/suites by Michael Schuster · 1 year, 2 months ago
  4. 3b7cde4 Code style fix by Elena Uziunaite · 1 year, 2 months ago
  5. 4c882db Fix compiler warnings in test_suite_pk.function by Elena Uziunaite · 1 year, 2 months ago
  6. ea09152 Update file paths for moved files by David Horstmann · 1 year, 2 months ago
  7. f313902 Fix "maybe-uninitialized" warning with GCC 11.3 by Ronald Cron · 1 year, 3 months ago
  8. 5e96584 generate_test_keys: split group_id and key bitsize in the generated structure by Valerio Setti · 1 year, 4 months ago
  9. 690ab45 test_suite_pk: fix guards for pk_psa_setup() by Valerio Setti · 1 year, 4 months ago
  10. e98c378 test_suite_pk: remove PK_PARSE_C unnecessary dependencies by Valerio Setti · 1 year, 4 months ago
  11. 7903385 test_suite_pk: remove RSA key generation/size dependencies by Valerio Setti · 1 year, 4 months ago
  12. ab4b01b test_suite_pk: enhance pk_psa_setup() to support all key types by Valerio Setti · 1 year, 4 months ago
  13. 7ee12b7 test_suite_pk: use pk_setup() instead of mbedtls_rsa_gen_key() in pk_psa_wrap_sign_ext() by Valerio Setti · 1 year, 4 months ago
  14. 73932e3 test_suite_pk: use predefined RSA keys in pk_setup_for_type() by Valerio Setti · 1 year, 4 months ago
  15. 5a07cff test_suite_pk: rename pk_genkey() and pk_psa_genkey() by Valerio Setti · 1 year, 4 months ago
  16. 83ddd43 test_suite_pk: fix get_predefined_key_data() return value by Valerio Setti · 1 year, 4 months ago
  17. 04ee264 generate_test_keys: generate also look-up table in script by Valerio Setti · 1 year, 4 months ago
  18. 65953e2 generate_test_keys: generate arrays for all keys in asymmetric_key_data.py by Valerio Setti · 1 year, 4 months ago
  19. f38640d generate_test_keys: generate also RSA public key arrays by Valerio Setti · 1 year, 4 months ago
  20. 7affeef generate_test_keys: use keys from asymmetric_key_data.py by Valerio Setti · 1 year, 4 months ago
  21. b9a3f79 test_suite_pk: minor code fixes and comments improvements by Valerio Setti · 1 year, 4 months ago
  22. 09e9872 test_suite_pk: fix guards by Valerio Setti · 1 year, 4 months ago
  23. bdb7ae1 test_suite_pk: add python script to generate predefined keys by Valerio Setti · 1 year, 4 months ago
  24. 88ab0d4 test_suite_pk: simplify pk_psa_genkey() by Valerio Setti · 1 year, 4 months ago
  25. 9658e77 test_suite_pk: simplify pk_genkey() by Valerio Setti · 1 year, 4 months ago
  26. 0b15050 test_suite_pk: fix key_id initialization value by Valerio Setti · 1 year, 4 months ago
  27. cca2d43 test_suite_pk: use look-up table instead of file for the predefined keys by Valerio Setti · 1 year, 4 months ago
  28. 5ec9341 test_suite_pk: remove PSA_WANT_KEY_TYPE_[ECC/RSA]_KEY_PAIR_GENERATE dependencies by Valerio Setti · 1 year, 4 months ago
  29. cdb5a7d test_suite_pk: modify pk_psa_genkey() in order to use predefined keys by Valerio Setti · 1 year, 4 months ago
  30. 8bfa7fd test_suite_pk: use a single helper function to generate PSA keys by Valerio Setti · 1 year, 4 months ago
  31. dfc1915 test_suite_pk: modify pk_genkey() in order to use predefined keys by Valerio Setti · 1 year, 5 months ago
  32. 4ee6ddc Merge pull request #9004 from valeriosetti/issue8903-backport by Bence Szépkúti · 1 year, 4 months ago
  33. b2840b0 test_suite_pk: add failing check for sign_ext() in pk_psa_wrap_sign_ext() by Valerio Setti · 1 year, 5 months ago
  34. 7e9711a test_suite_pk: test check_pair() also with opaque RSA keys by Valerio Setti · 1 year, 4 months ago
  35. 611f899 Merge pull request #8957 from valeriosetti/issue8836 by Manuel Pégourié-Gonnard · 1 year, 4 months ago
  36. 2833050 test_suite_pk: fix guards in pk_psa_sign() by Valerio Setti · 1 year, 5 months ago
  37. 144c27b pkwrite: add new internal symbol for the max supported public key DER length by Valerio Setti · 1 year, 5 months ago
  38. 027796c test_suite_pk: uniformly generate RSA and EC keys in pk_psa_sign() by Valerio Setti · 1 year, 5 months ago
  39. 6fb2586 test_suite_pk: fix guards in pk_psa_sign() by Valerio Setti · 1 year, 5 months ago
  40. 1b533ab test_suite_pk: test also RSA OAEP in pk_wrap_rsa_decrypt_test_vec() by Valerio Setti · 1 year, 5 months ago
  41. 480dfc7 test_suite_pk: fix guards in pk_psa_sign() by Valerio Setti · 1 year, 5 months ago
  42. 237424b test_suite_pk: simplify pk_copy_from_psa_success() by Valerio Setti · 1 year, 5 months ago
  43. f71c060 test_suite_pk: properly size buffers for public keys in pk_psa_sign() by Valerio Setti · 1 year, 5 months ago
  44. aa9cc49 test_suite_pk: test also RSA keys with PKCS1 v2.1 padding mode in pk_psa_sign() by Valerio Setti · 1 year, 5 months ago
  45. d971b78 test_suite_pk: fix RSA issue in pk_psa_sign() when !PK_[PARSE|WRITE]_C are defined by Valerio Setti · 1 year, 5 months ago
  46. c262561 test_suite_pk: rename some variables in pk_psa_sign() by Valerio Setti · 1 year, 5 months ago
  47. d38480b test_suite_pk: reshape pk_psa_sign() by Valerio Setti · 1 year, 5 months ago
  48. b2b9068 Merge pull request #8942 from valeriosetti/fix-null-dereference by Gilles Peskine · 1 year, 5 months ago
  49. da47518 test_suite_pk: always test verify_ext with opaque keys in pk_psa_wrap_sign_ext() by Valerio Setti · 1 year, 5 months ago
  50. d59caf4 test_suite_pk: extend pk_psa_wrap_sign_ext() by Valerio Setti · 1 year, 5 months ago
  51. 1053da8 Merge pull request #8921 from gilles-peskine-arm/pk_import_into_psa-test-lifetime by Manuel Pégourié-Gonnard · 1 year, 5 months ago
  52. a69572b pk_import_into_psa: test persistent keys by Gilles Peskine · 1 year, 5 months ago
  53. d6a710a Fix copypasta by Gilles Peskine · 1 year, 5 months ago
  54. 0dc79a7 Fix and test pk_copy_from_psa with an unsupported algorithm by Gilles Peskine · 1 year, 5 months ago
  55. 17d5b6b Test mbedtls_pk_copy_public_from_psa on non-exportable keys by Gilles Peskine · 1 year, 5 months ago
  56. bf69f2e New function mbedtls_pk_copy_public_from_psa by Gilles Peskine · 1 year, 5 months ago
  57. 6fbde6e test_suite_pk: revert erroneous missing initialization of PSA key IDs by Valerio Setti · 1 year, 5 months ago
  58. e095a67 pk: improve mbedtls_pk_copy_from_psa() by Valerio Setti · 1 year, 5 months ago
  59. 6f5f9f5 test_suite_pk: fix some comments by Valerio Setti · 1 year, 5 months ago
  60. ab7ddbc test_suite_pk: when ANY_HASH is used then pick any available MD alg in the build by Valerio Setti · 1 year, 5 months ago
  61. 3433f83 test_suite_pk: improve PSA alg selection in pk_copy_from_psa_success() by Valerio Setti · 1 year, 5 months ago
  62. 039bbba test_suite_pk: destroy original xkey after pk_copy_from_psa() in pk_copy_from_psa_success() by Valerio Setti · 1 year, 5 months ago
  63. 4114a54 test_suite_pk: add description for psa_pub_key_from_priv() by Valerio Setti · 1 year, 5 months ago
  64. 42a58a5 test_suite_pk: minor fixes for test failures by Valerio Setti · 1 year, 5 months ago
  65. e700d80 rsa: rsa_rsassa_pss_sign() to check MD alg both in parameters and RSA context by Valerio Setti · 1 year, 5 months ago
  66. f22eff9 test_suite_pk: add new test case for an algorithm only avaible in driver by Valerio Setti · 1 year, 5 months ago
  67. a657ae3 pk: pk_copy_from_psa() performs the conversion even if the algorithm doesn't match by Valerio Setti · 1 year, 5 months ago
  68. d2ccc2f test_suite_pk: various minor fixes by Valerio Setti · 1 year, 5 months ago
  69. 61a47a4 test_suite_pk: extend testing in pk_copy_from_psa() by Valerio Setti · 1 year, 5 months ago
  70. aeeefef pk_wrap: use correct PSA alg in rsa_encrypt_wrap() when USE_PSA by Valerio Setti · 1 year, 5 months ago
  71. 88e2dac test_suite_pk: rename PK context variables by Valerio Setti · 1 year, 6 months ago
  72. e8fe3e7 test_suite_pk: add key pair check in pk_copy_from_psa_success() by Valerio Setti · 1 year, 6 months ago
  73. 3a815cb all.sh: keep RSA_C enabled in component_full_no_pkparse_pkwrite() by Valerio Setti · 1 year, 6 months ago
  74. 61532e9 test_suite_pk: fix typos by Valerio Setti · 1 year, 6 months ago
  75. 01ba66d pk: replace CRYPTO_CLIENT guards with CRYPTO_C by Valerio Setti · 1 year, 6 months ago
  76. 452d2d2 test_suite_pk: add some initial testing for mbedtls_pk_copy_from_psa() by Valerio Setti · 1 year, 6 months ago
  77. b484e37 pk: fix alg selection in mbedtls_pk_sign_ext() for opaque keys by Valerio Setti · 1 year, 5 months ago
  78. 23e637a test_suite_pk: initialize all PSA key IDs and attributes by Valerio Setti · 1 year, 5 months ago
  79. 1fa2f6e test: remove usage of mbedtls_pk_wrap_as_opaque() from tests by Valerio Setti · 1 year, 5 months ago
  80. dd49c73 Merge remote-tracking branch 'development' into pk_import_into_psa-implement_import by Gilles Peskine · 1 year, 5 months ago
  81. f966a97 test_suite_pk: remove leftover comment by Valerio Setti · 1 year, 6 months ago
  82. 46ee81d test_suite_pk: add test cases for RSA keys (sign/verify & crypt/decrypt) by Gilles Peskine · 1 year, 6 months ago
  83. 2ec141a After pk_import_into_psa, test that the keys match by Gilles Peskine · 1 year, 6 months ago
  84. d6fc350 Test mbedtls_pk_import_into_psa with different bits by Gilles Peskine · 1 year, 6 months ago
  85. 68a287d Use named constants FROM_PAIR/FROM_PUBLIC for readability by Gilles Peskine · 1 year, 6 months ago
  86. cbd2cbb Rename identifier for consistency by Gilles Peskine · 1 year, 6 months ago
  87. e9954bb test_suite_pk.function: add correct dependency by Yanray Wang · 1 year, 8 months ago
  88. 1d33876 Fix some preprocessor guards by Gilles Peskine · 1 year, 6 months ago
  89. 74860dd Don't define pk_sign_verify in configurations where it's unused by Gilles Peskine · 1 year, 6 months ago
  90. 10e9c41 mbedtls_pk_import_into_psa: negative tests for different ECC curve by Gilles Peskine · 1 year, 6 months ago
  91. fc3d866 mbedtls_pk_import_into_psa: implement and test by Gilles Peskine · 1 year, 6 months ago
  92. 92fb604 Fix mbedtls_pk_get_bitlen() for RSA with non-byte-aligned sizes by Gilles Peskine · 1 year, 6 months ago
  93. 48b87eb Choose a curve for tests at compile time by Gilles Peskine · 1 year, 6 months ago
  94. 735ac3e Fix builds with secp224k1 as the only curve by Gilles Peskine · 1 year, 6 months ago
  95. 8a85673 Merge remote-tracking branch 'development' into pk_import_into_psa-use_usage by Gilles Peskine · 1 year, 6 months ago
  96. cb3b4ca Fix handling of ECC public keys under MBEDTLS_PK_USE_PSA_EC_DATA by Gilles Peskine · 1 year, 6 months ago
  97. e45d51f Clearer variable names by Gilles Peskine · 1 year, 6 months ago
  98. e2a77f2 Use PSA_INIT with test that requires PSA by Gilles Peskine · 1 year, 6 months ago
  99. ae2668b Don't use mbedtls_pk_ec in our own code by Gilles Peskine · 1 year, 6 months ago
  100. 7e353ba Create auxiliary function for repeated code by Gilles Peskine · 1 year, 6 months ago