1. 81d7512 library: replace occurencies of ECP_LIGHT with PK_HAVE_ECC_KEYS by Valerio Setti · 2 years, 2 months ago
  2. 8bb5763 library: replace deprecated symbols with temporary _LEGACY ones by Valerio Setti · 2 years, 2 months ago
  3. 02b10d8 Add missing include by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  4. 6076f41 Remove hash_info.[ch] by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  5. 2d6d993 Use MD<->PSA functions from MD light by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  6. eab9a85 pk_wrap: add support for key pair check for EC opaque keys by valerio · 2 years, 2 months ago
  7. 9efa8c4 pk: fix eckey_check_pair_psa by Valerio Setti · 2 years, 3 months ago
  8. ae8c628 pk: improve sign, check_pair and wrap_as_opaque functions with new format by Valerio Setti · 2 years, 3 months ago
  9. b536126 pk: manage allocate and free space when working with PSA private key by Valerio Setti · 2 years, 3 months ago
  10. 8a62250 pk: move PSA error translation macros to internal header by Valerio Setti · 2 years, 3 months ago
  11. a7cb845 pk: add checks for the returned ECC family by Valerio Setti · 2 years, 2 months ago
  12. f57007d pk: fixing and improving comments by Valerio Setti · 2 years, 3 months ago
  13. c1541cb pk: minor fixes (guards and a wrong assignment) by Valerio Setti · 2 years, 3 months ago
  14. a1b8af6 pkwrap: update ECDSA verify and EC pair check to use the new public key by Valerio Setti · 2 years, 3 months ago
  15. 4f387ef pk: use better naming for the new key ID field by Valerio Setti · 2 years, 3 months ago
  16. 048cd44 pk: fix library code for using the new opaque key solution by Valerio Setti · 2 years, 3 months ago
  17. e00954d pk: store opaque key ID directly in the pk_context structure 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. 3f8d23e pk_wrap: fix guards in eckey_check_pair to only include 1 option at build time by Valerio Setti · 2 years, 4 months ago
  20. 0d2980f pk: adapt to new ECP_LIGHT symbol by Valerio Setti · 2 years, 4 months ago
  21. 1df94f8 pk: fix return codes' precedence and code style by Valerio Setti · 2 years, 4 months ago
  22. 9d65f0e pk_wrap: simplify prototype of eckey_check_pair_psa() by Valerio Setti · 2 years, 4 months ago
  23. f286664 pk_wrap: minor code optimizations by Valerio Setti · 2 years, 4 months ago
  24. 8eb5526 pk_wrap: fix sizing for private key buffer by Valerio Setti · 2 years, 4 months ago
  25. 0fe1ee2 pk: add an alternative function for checking private/public key pairs by Valerio Setti · 2 years, 4 months ago
  26. ba24138 Duplicate error logic in pk_wrap deprecated functions by Andrzej Kurek · 2 years, 7 months ago
  27. 8a045ce Unify PSA to Mbed TLS error translation by Andrzej Kurek · 2 years, 7 months ago
  28. 7e677fa Merge pull request #6389 from gilles-peskine-arm/ecdsa-use-psa-without-pkwrite by Gilles Peskine · 2 years, 5 months ago
  29. 4a5c9ee Remove redundant SIZE_MAX guards by Dave Rodgman · 2 years, 6 months ago
  30. 80d0798 pk_wrap: use new macros for ECDSA capabilities by Valerio Setti · 2 years, 6 months ago
  31. 5c032b5 pk_wrap: fix comment in ecdsa_verify_wrap by Valerio Setti · 2 years, 6 months ago
  32. b761b15 fix code style by Valerio Setti · 2 years, 6 months ago
  33. 1337a4f pk_wrap: use specific lengths for EC's private key and key-pair by Valerio Setti · 2 years, 6 months ago
  34. 5bc5224 pk_wrap: fix for DETERMINISTIC_ECDSA case in ecdsa_sign_wrap() by Valerio Setti · 2 years, 6 months ago
  35. 8a6022e Clean up header inclusions in pk_wrap.c by Gilles Peskine · 2 years, 10 months ago
  36. 13caa94 Don't use pk_write in ecdsa_sign_wrap with USE_PSA_CRYPTO by Gilles Peskine · 2 years, 10 months ago
  37. b4a87b0 Don't use pk_write in ecdsa_verify_wrap with USE_PSA_CRYPTO by Gilles Peskine · 2 years, 10 months ago
  38. 5b16e9e pk_wrap: keep ECDSA_C for ECP_RESTARTABLE contexts by Valerio Setti · 2 years, 6 months ago
  39. 1cdddac pk_wrap: use proper macros for sign and verify by Valerio Setti · 2 years, 6 months ago
  40. 5c593af pk_wrap: fix comment on closing #endif by Valerio Setti · 2 years, 6 months ago
  41. 24138d9 pk_wrap: re-use identical functions for eckey and ecdsa when possible by Valerio Setti · 2 years, 6 months ago
  42. 7ca1318 pk: add new symbol for generic ECDSA capability by Valerio Setti · 2 years, 6 months ago
  43. 9e30dd8 removing a leftover printf from debug by Valerio Setti · 2 years, 6 months ago
  44. ab363d9 pk/pk_wrap: replace ECDSA_C with generic ECDSA capabilities' defines by Valerio Setti · 2 years, 6 months ago
  45. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  46. df0c73c Readability improvement in pk_wrap.c by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  47. 79ae7eb Use deterministic ECDSA in PSA when we do in legacy by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  48. 945b23c Include platform.h unconditionally: automatic part by Gilles Peskine · 2 years, 11 months ago
  49. 27036c9 Merge pull request #6142 from tom-cosgrove-arm/fix-comments-in-docs-and-comments by Dave Rodgman · 3 years ago
  50. ce7f18c Fix a/an typos in doxygen and other comments by Tom Cosgrove · 3 years ago
  51. abac037 Migrate from old inline to new actual function. by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  52. 30beca3 Guard pk_opaque_rsa_decrypt() with PSA_WANT_KEY_TYPE_RSA_KEY_PAIR by Neil Armstrong · 3 years, 3 months ago
  53. 6c26adc Do not make pk_opaque_rsa_decrypt() depend on MBEDTLS_RSA_C by Neil Armstrong · 3 years, 3 months ago
  54. 1082818 Implement PK Opaque RSA decrypt by Neil Armstrong · 3 years, 3 months ago
  55. 62d452b Implement PK Opaque RSA PSS signature by Neil Armstrong · 3 years, 4 months ago
  56. 95a8923 Comment decrypt & encrypt callback entries of mbedtls_pk_ecdsa_opaque_info as not relevant by Neil Armstrong · 3 years, 4 months ago
  57. 7df6677 Remove now invalid comment in pk_opaque_ecdsa_can_do() by Neil Armstrong · 3 years, 4 months ago
  58. b980c9b Add support for RSA in pk_opaque_sign_wrap() by Neil Armstrong · 3 years, 5 months ago
  59. eabbf9d Add support for RSA PK Opaque key by Neil Armstrong · 3 years, 5 months ago
  60. 253e9e7 Use mbedtls_rsa_info directly in rsa_verify_wrap() by Neil Armstrong · 3 years, 5 months ago
  61. ea54dbe Fix comment typo in rsa_verify_wrap() by Neil Armstrong · 3 years, 5 months ago
  62. 19e6bc4 Use new PSA to mbedtls PK error mapping functions in rsa_verify_wrap() by Neil Armstrong · 3 years, 5 months ago
  63. 8a44bb4 Handle INVALID_SIGNATURE instead of INVALID_PADDING in rsa_verify_wrap() by Neil Armstrong · 3 years, 5 months ago
  64. 82cf804 Fix 80 characters indentation in rsa_verify_wrap() by Neil Armstrong · 3 years, 5 months ago
  65. 6baea78 Use now shared RSA_PUB_DER_MAX_BYTES define in pk_wrap.c by Neil Armstrong · 3 years, 5 months ago
  66. a33280a Check psa_destroy_key() return in rsa_verify_wrap() by Neil Armstrong · 3 years, 5 months ago
  67. 059a80c Map INVALID_PADDING from PSA to MbedTLS error in rsa_verify_wrap() by Neil Armstrong · 3 years, 5 months ago
  68. 52f41f8 PK: RSA verification PSA wrap implementation by Neil Armstrong · 3 years, 5 months ago
  69. bd1b327 Remove useless code by Jerry Yu · 3 years, 4 months ago
  70. 7533982 guard pk_error_from_psa_ecdsa with USE_PSA_CRYPTO by Jerry Yu · 3 years, 4 months ago
  71. e010de4 Rename ctx to rsa_ctx by Jerry Yu · 3 years, 4 months ago
  72. bf455e7 rename pk_psa_rsa_sign_ext param by Jerry Yu · 3 years, 4 months ago
  73. 89107d1 fix ci fail without RSA_C by Jerry Yu · 3 years, 4 months ago
  74. 406cf27 fix various issues by Jerry Yu · 3 years, 4 months ago
  75. 848ecce fix wrong typo in function name by Jerry Yu · 3 years, 4 months ago
  76. 07869e8 fix psa crypto test fail by Jerry Yu · 3 years, 5 months ago
  77. b02ee18 replace use_psa_crypto with psa_crypto_c by Jerry Yu · 3 years, 5 months ago
  78. 1d172a3 Add pk_psa_sign_ext by Jerry Yu · 3 years, 5 months ago
  79. 706f6ba Merge pull request #5518 from superna9999/5274-ecdsa-signing by Manuel Pégourié-Gonnard · 3 years, 5 months ago
  80. 472044f Merge pull request #5525 from superna9999/5161-pk-rsa-encryption by Manuel Pégourié-Gonnard · 3 years, 5 months ago
  81. 62e6ea2 Avoid spurious write to *olen in PSA version of rsa_encrypt_wrap() by Neil Armstrong · 3 years, 5 months ago
  82. 17a0655 Add documentation to find_ecdsa_private_key() by Neil Armstrong · 3 years, 5 months ago
  83. 05132ed md_alg is used in ecdsa_sign_wrap(), cleanup code by Neil Armstrong · 3 years, 5 months ago
  84. cb753a6 Use mbedtls_eckey_info directly in ecdsa_sign_wrap() by Neil Armstrong · 3 years, 5 months ago
  85. 15c0e39 Merge pull request #5519 from superna9999/5150-pk-rsa-decryption by Manuel Pégourié-Gonnard · 3 years, 5 months ago
  86. da1d80d Use mbedtls_rsa_info directly in rsa_encrypt_wrap() by Neil Armstrong · 3 years, 5 months ago
  87. 7b1dc85 Simplify padding check and get rid of psa_sig_md in rsa_encrypt_wrap() by Neil Armstrong · 3 years, 5 months ago
  88. 6b03a3d Use mbedtls_rsa_info directly in rsa_decrypt_wrap() by Neil Armstrong · 3 years, 5 months ago
  89. 8e80504 Simplify padding check and get rid of psa_sig_md in rsa_decrypt_wrap() by Neil Armstrong · 3 years, 5 months ago
  90. 169e61a Zeroise stack buffer containing private key by Neil Armstrong · 3 years, 5 months ago
  91. 3aca61f Zeroise stack buffer containing private key by Neil Armstrong · 3 years, 5 months ago
  92. e878049 Use new PSA to mbedtls PK error mapping functions in rsa_decrypt_wrap() by Neil Armstrong · 3 years, 5 months ago
  93. b556a42 Use now shared RSA_PRV_DER_MAX_BYTES define in pk_wrap.c by Neil Armstrong · 3 years, 5 months ago
  94. f471357 Map INVALID_PADDING from PSA to MbedTLS error in rsa_decrypt_wrap() by Neil Armstrong · 3 years, 5 months ago
  95. 0d46786 Fix style issue in rsa_decrypt_wrap() by Neil Armstrong · 3 years, 5 months ago
  96. f1b564b Check psa_destroy_key() return in rsa_decrypt_wrap() by Neil Armstrong · 3 years, 5 months ago
  97. 18f43c7 PK: RSA decrypt PSA wrap implementation by Neil Armstrong · 3 years, 6 months ago
  98. e4edcf7 Use new PSA to mbedtls PK error mapping functions in ecdsa_sign_wrap() by Neil Armstrong · 3 years, 5 months ago
  99. ff70f0b Check psa_destroy_key() return in rsa_sign_wrap() by Neil Armstrong · 3 years, 5 months ago
  100. edcc73c Fix 80 characters indentation in ecdsa_sign_wrap() by Neil Armstrong · 3 years, 5 months ago