1. 8cbef4d pk: allow key pair checking for opaque keys by valerio · 2 years, 2 months ago
  2. 1194ffa pk: minor code fixes/enhancements by Valerio Setti · 2 years, 2 months ago
  3. ae8c628 pk: improve sign, check_pair and wrap_as_opaque functions with new format by Valerio Setti · 2 years, 3 months ago
  4. b536126 pk: manage allocate and free space when working with PSA private key by Valerio Setti · 2 years, 3 months ago
  5. 8a62250 pk: move PSA error translation macros to internal header by Valerio Setti · 2 years, 3 months ago
  6. a7cb845 pk: add checks for the returned ECC family by Valerio Setti · 2 years, 2 months ago
  7. c1541cb pk: minor fixes (guards and a wrong assignment) by Valerio Setti · 2 years, 3 months ago
  8. 483738e tests: fixes for using the new public key raw format by Valerio Setti · 2 years, 3 months ago
  9. 722f8f7 pk: adding a new field to store the public key in raw format by Valerio Setti · 2 years, 3 months ago
  10. 3f00b84 pk: fix build issues by Valerio Setti · 2 years, 3 months ago
  11. 77a7568 pk: align library and tests code to the new internal functions by Valerio Setti · 2 years, 3 months ago
  12. 4f387ef pk: use better naming for the new key ID field by Valerio Setti · 2 years, 3 months ago
  13. 048cd44 pk: fix library code for using the new opaque key solution by Valerio Setti · 2 years, 3 months ago
  14. e00954d pk: store opaque key ID directly in the pk_context structure by Valerio Setti · 2 years, 3 months ago
  15. 33a3ccd Fix bug in mbedtls_pk_wrap_as_opaque by Jethro Beekman · 2 years, 3 months ago
  16. 2d81499 pk: fix position for mbedtls_platform_zeroize by Valerio Setti · 2 years, 3 months ago
  17. 2c50526 pk: fix: clear buffer holding raw EC private key on exit by Valerio Setti · 2 years, 3 months ago
  18. 38992cb pk: pass pk_context pointer to wrappers intead of void one by valerio · 2 years, 4 months ago
  19. 0d2980f pk: adapt to new ECP_LIGHT symbol by Valerio Setti · 2 years, 4 months ago
  20. 8a045ce Unify PSA to Mbed TLS error translation by Andrzej Kurek · 2 years, 7 months ago
  21. 4a5c9ee Remove redundant SIZE_MAX guards by Dave Rodgman · 2 years, 6 months ago
  22. 7ca1318 pk: add new symbol for generic ECDSA capability by Valerio Setti · 2 years, 6 months ago
  23. ab363d9 pk/pk_wrap: replace ECDSA_C with generic ECDSA capabilities' defines by Valerio Setti · 2 years, 6 months ago
  24. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  25. 4dacf58 Take advantage of now-public macro in pk.c by Manuel Pégourié-Gonnard · 3 years, 2 months ago
  26. 6958355 Use PSA Crypto more often in pk_verify_ext() by Manuel Pégourié-Gonnard · 3 years, 2 months ago
  27. c388af6 Remove extra spacings by Tuvshinzaya Erdenekhuu · 3 years ago
  28. 78c1d8c Re-introduce ENUM validation in pk.c by Tuvshinzaya Erdenekhuu · 3 years ago
  29. 26b39c6 Remove NULL pointer validation in pk.c by Tuvshinzaya Erdenekhuu · 3 years ago
  30. abac037 Migrate from old inline to new actual function. by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  31. 4772884 New internal module for managing hash information by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  32. a370e06 Avoid dependency of PK on MD by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  33. 81d391f Check when usage == 0 in mbedtls_pk_can_do_ext() by Neil Armstrong · 3 years, 3 months ago
  34. b80785f Comment typo fix in mbedtls_pk_can_do_ext() by Neil Armstrong · 3 years, 3 months ago
  35. 084338d Change mbedtls_pk_can_do_ext() usage test logic for opaque keys by Neil Armstrong · 3 years, 3 months ago
  36. bbb8b75 Fixup comment of mbedtls_pk_can_do_ext() by Neil Armstrong · 3 years, 3 months ago
  37. 408f6a6 Add usage parameter to mbedtls_pk_can_do_ext() by Neil Armstrong · 3 years, 3 months ago
  38. dab56ba Fix typo in mbedtls_pk_can_do_ext() code documentation by Neil Armstrong · 3 years, 3 months ago
  39. a88b158 Add implementation of mbedtls_pk_can_do_ext() by Neil Armstrong · 3 years, 3 months ago
  40. a1fc18f Change mbedtls_pk_wrap_as_opaque() signature to specify alg, usage and key_enrollment_algorithm by Neil Armstrong · 3 years, 3 months ago
  41. 13e76be Reorganize & simplify mbedtls_pk_sign_ext() handling of wrapped RSA-PSS by Neil Armstrong · 3 years, 3 months ago
  42. 62d452b Implement PK Opaque RSA PSS signature by Neil Armstrong · 3 years, 4 months ago
  43. 7624a5a Allow RSA PK Opaque keys for RSA-PSS signing by Neil Armstrong · 3 years, 4 months ago
  44. 56e71d4 Update documentation of mbedtls_pk_setup_opaque() by Neil Armstrong · 3 years, 4 months ago
  45. eccf88f Only accept RSA key pair in mbedtls_pk_setup_opaque() by Neil Armstrong · 3 years, 4 months ago
  46. c1152e4 Handle and return translated PSA errors in mbedtls_pk_wrap_as_opaque() by Neil Armstrong · 3 years, 4 months ago
  47. 7e1b4a4 Use PSA_BITS_TO_BYTES instead of open-coded calculation in mbedtls_pk_wrap_as_opaque() by Neil Armstrong · 3 years, 4 months ago
  48. ca5b55f Add support for RSA in mbedtls_pk_wrap_as_opaque() by Neil Armstrong · 3 years, 5 months ago
  49. eabbf9d Add support for RSA PK Opaque key by Neil Armstrong · 3 years, 5 months ago
  50. 80325d0 Allow ECDSA PK Opaque keys for ECDH Derivation by Neil Armstrong · 3 years, 4 months ago
  51. fb0621d fix pk_sign_ext issues by Jerry Yu · 3 years, 4 months ago
  52. 89107d1 fix ci fail without RSA_C by Jerry Yu · 3 years, 4 months ago
  53. 406cf27 fix various issues by Jerry Yu · 3 years, 4 months ago
  54. b02ee18 replace use_psa_crypto with psa_crypto_c by Jerry Yu · 3 years, 5 months ago
  55. b6875bc change rsa_pss salt type by Jerry Yu · 3 years, 5 months ago
  56. 704cfd2 fix comments and style issues by Jerry Yu · 3 years, 5 months ago
  57. 718a9b4 fix doxgen fail by Jerry Yu · 3 years, 5 months ago
  58. 1d172a3 Add pk_psa_sign_ext by Jerry Yu · 3 years, 5 months ago
  59. 8beb9e1 Change prototype of pk_sign_ext by Jerry Yu · 3 years, 5 months ago
  60. d69439a add mbedtls_pk_sign_ext by Jerry Yu · 3 years, 5 months ago
  61. 19915c2 Rename error translation functions and move them to library/pk_wrap.* by Neil Armstrong · 3 years, 5 months ago
  62. 3f9cef4 Remove actual and use new PSA to mbedtls PK errors mapping functions by Neil Armstrong · 3 years, 5 months ago
  63. a3fdfb4 Introduce new PSA to mbedtls PK error mapping function by Neil Armstrong · 3 years, 5 months ago
  64. d70fa0e Restructure error handling in mbedtls_pk_verify_ext by Andrzej Kurek · 3 years, 6 months ago
  65. 5955053 Change signature_length type to size_t by Andrzej Kurek · 3 years, 6 months ago
  66. 4a953cd pk: properly handle signatures in larger buffers when using PSA by Andrzej Kurek · 3 years, 6 months ago
  67. 8666df6 Add signature length mismatch handling when using PSA in pk_verify_ext by Andrzej Kurek · 3 years, 6 months ago
  68. 90ba2cb Cosmetic changes to return placement and variable naming by Andrzej Kurek · 3 years, 6 months ago
  69. 7db1b78 Make RSA-PSS verification use PSA with MBEDTLS_USE_PSA_CRYPTO by Andrzej Kurek · 3 years, 6 months ago
  70. 03e0146 Make KEY_ID_ENCODES_OWNER compatible with USE_PSA_CRYPTO by Andrzej Kurek · 3 years, 7 months ago
  71. f00f152 Add output size parameter to signature functions by Gilles Peskine · 4 years, 1 month ago
  72. 39be141 Add RNG parameter to check_pair functions by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  73. 782a7f5 Removes mode param from mbedtls_rsa_rsassa_pss_verify_ext by Thomas Daubney · 4 years, 3 months ago
  74. 9e65f79 Removes f_rng param from mbedtls_rsa_rsassa_pss_verify_ext by Thomas Daubney · 4 years, 3 months ago
  75. 578e9ab Removes p_rng param from mbedtls_rsa_rsassa_pss_verify_ext by Thomas Daubney · 4 years, 3 months ago
  76. d6c246f Merge branch 'development_3.0' into remove_depr_error_codes by Tomasz Rodziewicz · 4 years, 3 months ago
  77. b579ccd The still used deprecated error codes replaced with _PLATFORM_ ones by TRodziewicz · 4 years, 4 months ago
  78. daacb59 Rename <pk/md/cipher>_internal.h to *_wrap.h by Chris Jones · 4 years, 5 months ago
  79. e2191cd Update includes to use library/ instead of include/mbedtls/ by Chris Jones · 4 years, 6 months ago
  80. cf56a0a psa: Move from key handle to key identifier by Ronald Cron · 5 years ago
  81. 6bf4f5f Merge pull request #3585 from jdurkop/fix/undefined-reference-3294 by Gilles Peskine · 5 years ago
  82. f35069a Fix undefined ref error when ECDSA not defined by John Durkop · 5 years ago
  83. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  84. fafe855 Merge pull request #3392 from paul-elliott-arm/psa_ecc_dh_macros by Manuel Pégourié-Gonnard · 5 years ago
  85. 8ff510a Rename ECC Family Macros According to PSA Spec by Paul Elliott · 5 years ago
  86. db09ef6 Include common.h instead of config.h in library source files by Gilles Peskine · 5 years ago
  87. 4080c91 pk: USE_PSA_CRYPTO: don't translate via the TLS ID by Gilles Peskine · 6 years ago
  88. 795c6ba Merge pull request #323 from yanesca/iotcrypt-942-initialise-return-values by Jaeden Amero · 6 years ago
  89. 24eed8d Initialise return values to an error by Janos Follath · 6 years ago
  90. 89d8c5c Rename some signature-related identifiers by Gilles Peskine · 6 years ago
  91. d2d45c1 Convert cipher and pk to PSA attribute-based key creation by Gilles Peskine · 6 years ago
  92. c93b80c Rename *KEYPAIR* to *KEY_PAIR* by Gilles Peskine · 6 years ago
  93. 87a5e56 Rename functions that inject key material to an allocated handle by Gilles Peskine · 6 years ago
  94. efed323 pk: restructure precondition check by Andrzej Kurek · 6 years ago
  95. c470b6b Merge development commit 8e76332 into development-psa by Andrzej Kurek · 7 years ago
  96. f99c2ec PSA: Adapt pk.c, pk_wrap.c, cipher.c to new key policy init API by Hanno Becker · 7 years ago
  97. e34f636 PSA: Adapt cipher.c, pk.c, pk_wrap.c to new key slot allocation API by Hanno Becker · 7 years ago
  98. 62594a8 pk_wrap: pass curve size instead of a larger size of the exported key by Andrzej Kurek · 7 years ago
  99. 93a38a3 pk: wrap curve_id before passing it to PSA by Andrzej Kurek · 7 years ago
  100. 2349c4d Adapt to the new key allocation mechanism by Andrzej Kurek · 7 years ago