1. 42a58a5 test_suite_pk: minor fixes for test failures by Valerio Setti · 1 year, 5 months ago
  2. e700d80 rsa: rsa_rsassa_pss_sign() to check MD alg both in parameters and RSA context by Valerio Setti · 1 year, 5 months ago
  3. f22eff9 test_suite_pk: add new test case for an algorithm only avaible in driver by Valerio Setti · 1 year, 5 months ago
  4. a657ae3 pk: pk_copy_from_psa() performs the conversion even if the algorithm doesn't match by Valerio Setti · 1 year, 5 months ago
  5. d2ccc2f test_suite_pk: various minor fixes by Valerio Setti · 1 year, 5 months ago
  6. 61a47a4 test_suite_pk: extend testing in pk_copy_from_psa() by Valerio Setti · 1 year, 6 months ago
  7. aeeefef pk_wrap: use correct PSA alg in rsa_encrypt_wrap() when USE_PSA by Valerio Setti · 1 year, 6 months ago
  8. 88e2dac test_suite_pk: rename PK context variables by Valerio Setti · 1 year, 6 months ago
  9. e8fe3e7 test_suite_pk: add key pair check in pk_copy_from_psa_success() by Valerio Setti · 1 year, 6 months ago
  10. 3a815cb all.sh: keep RSA_C enabled in component_full_no_pkparse_pkwrite() by Valerio Setti · 1 year, 6 months ago
  11. 61532e9 test_suite_pk: fix typos by Valerio Setti · 1 year, 6 months ago
  12. 01ba66d pk: replace CRYPTO_CLIENT guards with CRYPTO_C by Valerio Setti · 1 year, 6 months ago
  13. 452d2d2 test_suite_pk: add some initial testing for mbedtls_pk_copy_from_psa() by Valerio Setti · 1 year, 6 months ago
  14. b484e37 pk: fix alg selection in mbedtls_pk_sign_ext() for opaque keys by Valerio Setti · 1 year, 5 months ago
  15. 23e637a test_suite_pk: initialize all PSA key IDs and attributes by Valerio Setti · 1 year, 5 months ago
  16. 1fa2f6e test: remove usage of mbedtls_pk_wrap_as_opaque() from tests by Valerio Setti · 1 year, 5 months ago
  17. dd49c73 Merge remote-tracking branch 'development' into pk_import_into_psa-implement_import by Gilles Peskine · 1 year, 6 months ago
  18. f966a97 test_suite_pk: remove leftover comment by Valerio Setti · 1 year, 6 months ago
  19. 46ee81d test_suite_pk: add test cases for RSA keys (sign/verify & crypt/decrypt) by Gilles Peskine · 1 year, 6 months ago
  20. 2ec141a After pk_import_into_psa, test that the keys match by Gilles Peskine · 1 year, 6 months ago
  21. d6fc350 Test mbedtls_pk_import_into_psa with different bits by Gilles Peskine · 1 year, 6 months ago
  22. 68a287d Use named constants FROM_PAIR/FROM_PUBLIC for readability by Gilles Peskine · 1 year, 6 months ago
  23. cbd2cbb Rename identifier for consistency by Gilles Peskine · 1 year, 6 months ago
  24. e9954bb test_suite_pk.function: add correct dependency by Yanray Wang · 1 year, 8 months ago
  25. 1d33876 Fix some preprocessor guards by Gilles Peskine · 1 year, 6 months ago
  26. 74860dd Don't define pk_sign_verify in configurations where it's unused by Gilles Peskine · 1 year, 6 months ago
  27. 10e9c41 mbedtls_pk_import_into_psa: negative tests for different ECC curve by Gilles Peskine · 1 year, 6 months ago
  28. fc3d866 mbedtls_pk_import_into_psa: implement and test by Gilles Peskine · 1 year, 6 months ago
  29. 92fb604 Fix mbedtls_pk_get_bitlen() for RSA with non-byte-aligned sizes by Gilles Peskine · 1 year, 6 months ago
  30. 48b87eb Choose a curve for tests at compile time by Gilles Peskine · 1 year, 6 months ago
  31. 735ac3e Fix builds with secp224k1 as the only curve by Gilles Peskine · 1 year, 6 months ago
  32. 8a85673 Merge remote-tracking branch 'development' into pk_import_into_psa-use_usage by Gilles Peskine · 1 year, 6 months ago
  33. cb3b4ca Fix handling of ECC public keys under MBEDTLS_PK_USE_PSA_EC_DATA by Gilles Peskine · 1 year, 6 months ago
  34. e45d51f Clearer variable names by Gilles Peskine · 1 year, 6 months ago
  35. e2a77f2 Use PSA_INIT with test that requires PSA by Gilles Peskine · 1 year, 6 months ago
  36. ae2668b Don't use mbedtls_pk_ec in our own code by Gilles Peskine · 1 year, 6 months ago
  37. 7e353ba Create auxiliary function for repeated code by Gilles Peskine · 1 year, 6 months ago
  38. 1941163 Test enrollment algorithm for the non-OPAQUE case by Gilles Peskine · 1 year, 6 months ago
  39. 03aa9bc Switch pk_setup_for_type() to return MBEDTLS_ERR_xxx by Gilles Peskine · 1 year, 6 months ago
  40. 3da3c0a Always call psa_crypto_init when testing mbedtls_pk_get_psa_attributes by Gilles Peskine · 1 year, 6 months ago
  41. f8c2cd1 Update preprocessor guard comment by Gilles Peskine · 1 year, 6 months ago
  42. 77faddf Depend on legacy RSA key generation for test code by Gilles Peskine · 1 year, 6 months ago
  43. 2bd4ddc Implement pick-a-curve when ECP_LIGHT is disabled by Gilles Peskine · 1 year, 6 months ago
  44. f3dbc98 mbedtls_pk_get_psa_attributes: support MBEDTLS_PK_USE_PSA_EC_DATA by Gilles Peskine · 1 year, 6 months ago
  45. 758d8c7 mbedtls_pk_get_psa_attributes: support MBEDTLS_PK_OPAQUE by Gilles Peskine · 1 year, 7 months ago
  46. ace7c77 mbedtls_pk_get_psa_attributes: ECC support by Gilles Peskine · 1 year, 7 months ago
  47. 6ea1836 mbedtls_pk_get_psa_attributes: RSA support by Gilles Peskine · 1 year, 7 months ago
  48. 0b17255 Introduce mbedtls_pk_get_psa_attributes by Gilles Peskine · 1 year, 7 months ago
  49. 384fbde library/tests: replace md_psa.h with psa_util.h as include file for MD conversion by Valerio Setti · 1 year, 7 months ago
  50. 9c69348 pk test suite: rename the parameter named parameter by Tomi Fontanilles · 1 year, 8 months ago
  51. 8174662 pk: implement non-PSA mbedtls_pk_sign_ext() by Tomi Fontanilles · 2 years, 1 month ago
  52. 61f9660 test_suite_pk: add extra dependency for pk_psa_sign by Yanray Wang · 1 year, 11 months ago
  53. d7bdbbe Improve naming of mimimum RSA key size generation configurations by Waleed Elmelegy · 2 years, 1 month ago
  54. 3d158f0 Adapt tests to work on all possible minimum RSA key sizes by Waleed Elmelegy · 2 years, 1 month ago
  55. 76336c3 Enforce minimum key size when generating RSA key size by Waleed Elmelegy · 2 years, 1 month ago
  56. 2be8c63 Create psa_util_internal.h by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  57. e773077 pk_wrap: add support for ECDSA verify for opaque keys by Valerio Setti · 2 years, 2 months ago
  58. 30fdc03 pk: remove useless internal function by Valerio Setti · 2 years, 2 months ago
  59. 545a0d6 test: replace occurencies of ECP_LIGHT with PK_HAVE_ECC_KEYS by Valerio Setti · 2 years, 2 months ago
  60. 02b10d8 Add missing include by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  61. 6076f41 Remove hash_info.[ch] by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  62. 2d6d993 Use MD<->PSA functions from MD light by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  63. 9b41eb8 Replace hash_info_get_type with MD function by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  64. 6c666c6 test: add key pair check verification for opaque EC keys by valerio · 2 years, 2 months ago
  65. 7237d5f test: minor enhancement for using the new private key format by Valerio Setti · 2 years, 3 months ago
  66. a7cb845 pk: add checks for the returned ECC family by Valerio Setti · 2 years, 3 months ago
  67. 483738e tests: fixes for using the new public key raw format by Valerio Setti · 2 years, 3 months ago
  68. 77a7568 pk: align library and tests code to the new internal functions by Valerio Setti · 2 years, 3 months ago
  69. 8bb93bb test: fix max value in test_mx32 by Valerio Setti · 2 years, 3 months ago
  70. 32f2ac9 test: proper positioning of USE_PSA_INIT + added missing exit labels by valerio · 2 years, 4 months ago
  71. b79f7db test: fix USE_PSA_INIT/DONE for PK test suite by Valerio Setti · 2 years, 4 months ago
  72. d49cbc1 test: fix remaining failures in test due to the ECP_LIGHT symbol by Valerio Setti · 2 years, 4 months ago
  73. 7816c24 test: fix guards position in test_suite_pk by Valerio Setti · 2 years, 4 months ago
  74. b3f20da test: fix error handling in the new pk_genkey_ec() function by Valerio Setti · 2 years, 4 months ago
  75. 12a063a test: use proper macros for PSA init/done by Valerio Setti · 2 years, 4 months ago
  76. b6891b1 pk: add alternate function for keypair generation using PSA by Valerio Setti · 2 years, 4 months ago
  77. 0fe1ee2 pk: add an alternative function for checking private/public key pairs by Valerio Setti · 2 years, 4 months ago
  78. c584c27 Disable built-in SHA-256 in accel_hash too by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  79. 7224086 Remove legacy_or_psa.h by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  80. fa99afa PK: fix test failures by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  81. 0b8095d PK: use MD_CAN macros by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  82. 7e677fa Merge pull request #6389 from gilles-peskine-arm/ecdsa-use-psa-without-pkwrite by Gilles Peskine · 2 years, 5 months ago
  83. d26d744 Restore guards on a couple of tests by Dave Rodgman · 2 years, 6 months ago
  84. 4a5c9ee Remove redundant SIZE_MAX guards by Dave Rodgman · 2 years, 6 months ago
  85. 683a432 fix code style by Valerio Setti · 2 years, 6 months ago
  86. a1e3e3a test: pk: keep PK_WRITE_C only in RSA tests by Valerio Setti · 2 years, 6 months ago
  87. be9e2a1 The pk_psa_sign test function needs pk_write by Gilles Peskine · 2 years, 10 months ago
  88. 4836374 test: ECDSA driver only: fixing disparities in tests by Valerio Setti · 2 years, 6 months ago
  89. 6dd757a Fix use of sizeof without brackets by Dave Rodgman · 2 years, 6 months ago
  90. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  91. 87953f2 Merge pull request #6091 from Zaya-dyno/validation_remove_change_pk by Gilles Peskine · 2 years, 11 months ago
  92. 07018f9 Make legacy_or_psa.h public. by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  93. 0050b91 Added new tests in pk_invalid_param by Tuvshinzaya Erdenekhuu · 3 years ago
  94. ed99ed3 Add spaces to comply with coding style by Tuvshinzaya Erdenekhuu · 3 years ago
  95. c388af6 Remove extra spacings by Tuvshinzaya Erdenekhuu · 3 years ago
  96. 79bf51a Add new test for invalid param in pk.c by Tuvshinzaya Erdenekhuu · 3 years ago
  97. efda01f Fix formatting in bignum test functions by Werner Lewis · 3 years, 1 month ago
  98. 9802d36 Remove radix arg from bignum tests by Werner Lewis · 3 years, 1 month ago
  99. 19b4cd8 Remove radix arg from mbedtls_test_read_mpi by Werner Lewis · 3 years, 1 month ago
  100. 73692b7 Rework macros expressing dependencies by Manuel Pégourié-Gonnard · 3 years, 1 month ago