1. d45836a pk_wrap: fix algorithm selection in rsa_opaque_decrypt() by Valerio Setti · 1 year, 4 months ago
  2. 4f3262d pk_wrap: fix algorithm selection in rsa_opaque_sign_wrap() by Valerio Setti · 1 year, 4 months ago
  3. aeeefef pk_wrap: use correct PSA alg in rsa_encrypt_wrap() when USE_PSA by Valerio Setti · 1 year, 5 months ago
  4. 6a3da2d Add missing casts by Dave Rodgman · 1 year, 5 months ago
  5. 93ecbef pk_wrap: set proper PSA algin rsa wrappers based on padding mode set in RSA context by Valerio Setti · 1 year, 6 months ago
  6. 92fb604 Fix mbedtls_pk_get_bitlen() for RSA with non-byte-aligned sizes by Gilles Peskine · 1 year, 6 months ago
  7. b730763 Merge pull request #8703 from valeriosetti/issue7765-guards-in-asn1 by Manuel Pégourié-Gonnard · 1 year, 6 months ago gh-readonly-queue/development/pr-8703-7bf1e98f446e7051e94c3e72568aad5d0279249e
  8. bb76f80 pk_wrap: use proper raw buffer length in ecdsa_sign_psa() by Valerio Setti · 1 year, 6 months ago
  9. 315e4af psa_util: change parameters order in ECDSA conversion functions by Valerio Setti · 1 year, 6 months ago
  10. 135ebde rsa: rename parse/write functions in order to follow the standard format by Valerio Setti · 1 year, 6 months ago
  11. bd5b9c6 pk_wrap: use PSA util functions for ECDSA conversion instead of PK ones by Valerio Setti · 1 year, 7 months ago
  12. 18dd000 pk_wrap: use RSA module functions to write priv/pub key in RSA wrappers by Valerio Setti · 1 year, 6 months ago
  13. 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
  14. 9f41770 pk_*: remove remaining references to MBEDTLS_PSA_CRYPTO_C by Tomi Fontanilles · 1 year, 8 months ago
  15. 1941af0 pk_wrap: remove last references to MBEDTLS_PSA_CRYPTO_C by Tomi Fontanilles · 1 year, 8 months ago
  16. 8174662 pk: implement non-PSA mbedtls_pk_sign_ext() by Tomi Fontanilles · 2 years, 1 month ago
  17. 4ac2c18 pk_wrap: try both ECDSA signature schemes in ecdsa_sign_psa() by Valerio Setti · 1 year, 8 months ago
  18. 16799db update headers by Dave Rodgman · 1 year, 9 months ago
  19. 564bc1b Fix limitation in checking supported alg in pk_sign by Manuel Pégourié-Gonnard · 2 years ago
  20. 116175c Use helper macro for (deterministic) ECDSA by Manuel Pégourié-Gonnard · 2 years ago
  21. 2eab462 Fix IAR warnings by Dave Rodgman · 1 year, 10 months ago
  22. 02a53d7 Fix IAR pointless integer comparison by Dave Rodgman · 1 year, 10 months ago
  23. a4c01dd Merge pull request #7991 from sarveshb14/fix/psa_rsa_signature_using_large_stack by Gilles Peskine · 2 years ago
  24. 1d4d944 Merge pull request #7933 from tom-cosgrove-arm/add-mbedtls_zeroize_and_free by Dave Rodgman · 2 years ago
  25. 430a4f3 rsa_signature: Use heap memory to allocate DER encoded RSA private key by Sarvesh Bodakhe · 2 years ago
  26. ca8c61b Provide and use internal function mbedtls_zeroize_and_free() by Tom Cosgrove · 2 years, 1 month ago
  27. f6d4dfb library: replace PSA_WANT_KEY_TYPE_RSA_KEY_PAIR_LEGACY symbols with proper ones by Valerio Setti · 2 years, 1 month ago
  28. 2be8c63 Create psa_util_internal.h by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  29. 35d1dac pk_wrap: fix: always clear buffer holding private key in eckey_check_pair_psa by Valerio Setti · 2 years, 1 month ago
  30. 38913c1 pk_wrap: do not support opaque EC keys when !PK_HAVE_ECC_KEYS by Valerio Setti · 2 years, 1 month ago
  31. 88a3aee pk_wrap: use PK_HAVE_ECC_KEYS as guard for ecdsa_opaque_check_pair_wrap by Valerio Setti · 2 years, 1 month ago
  32. d9d74c2 pk_wrap: guard all ECDSA function with MBEDTLS_PK_HAVE_ECC_KEYS by Valerio Setti · 2 years, 1 month ago
  33. 4d1daf8 pk_wrap: minor fixes for guards by Valerio Setti · 2 years, 1 month ago
  34. 97976e3 pk_wrap: always fill all the fields of the pk_info structures by Valerio Setti · 2 years, 1 month ago
  35. 76d0f96 pk: uniform naming of functions and structures in pk/pk_wrap by Valerio Setti · 2 years, 1 month ago
  36. 884c1ec pk_wrap: share code for selecting the psa_alg in ECDSA sign by Valerio Setti · 2 years, 1 month ago
  37. 574a00b pk_wrap: minor reorganization for opaque keys by Valerio Setti · 2 years, 1 month ago
  38. 5c26b30 pk_wrap: add missing labels to #else and #endif by Valerio Setti · 2 years, 1 month ago
  39. bb7603a pk_wrap: optimize eckey_check_pair() by Valerio Setti · 2 years, 1 month ago
  40. f69514a pk_wrap: name all the fields of the pk_info structs by Valerio Setti · 2 years, 1 month ago
  41. e773077 pk_wrap: add support for ECDSA verify for opaque keys by Valerio Setti · 2 years, 1 month ago
  42. ed7d6af pk_wrap: optimize code for ECDSA verify by Valerio Setti · 2 years, 1 month ago
  43. 4657f10 pk_wrap: optimize code for ECDSA sign by Valerio Setti · 2 years, 1 month ago
  44. 81d7512 library: replace occurencies of ECP_LIGHT with PK_HAVE_ECC_KEYS by Valerio Setti · 2 years, 2 months ago
  45. 8bb5763 library: replace deprecated symbols with temporary _LEGACY ones by Valerio Setti · 2 years, 2 months ago
  46. 02b10d8 Add missing include by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  47. 6076f41 Remove hash_info.[ch] by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  48. 2d6d993 Use MD<->PSA functions from MD light by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  49. eab9a85 pk_wrap: add support for key pair check for EC opaque keys by valerio · 2 years, 2 months ago
  50. 9efa8c4 pk: fix eckey_check_pair_psa by Valerio Setti · 2 years, 2 months ago
  51. ae8c628 pk: improve sign, check_pair and wrap_as_opaque functions with new format by Valerio Setti · 2 years, 3 months ago
  52. b536126 pk: manage allocate and free space when working with PSA private key by Valerio Setti · 2 years, 3 months ago
  53. 8a62250 pk: move PSA error translation macros to internal header by Valerio Setti · 2 years, 3 months ago
  54. a7cb845 pk: add checks for the returned ECC family by Valerio Setti · 2 years, 2 months ago
  55. f57007d pk: fixing and improving comments by Valerio Setti · 2 years, 2 months ago
  56. c1541cb pk: minor fixes (guards and a wrong assignment) by Valerio Setti · 2 years, 3 months ago
  57. a1b8af6 pkwrap: update ECDSA verify and EC pair check to use the new public key by Valerio Setti · 2 years, 3 months ago
  58. 4f387ef pk: use better naming for the new key ID field by Valerio Setti · 2 years, 3 months ago
  59. 048cd44 pk: fix library code for using the new opaque key solution by Valerio Setti · 2 years, 3 months ago
  60. e00954d pk: store opaque key ID directly in the pk_context structure by Valerio Setti · 2 years, 3 months ago
  61. 38992cb pk: pass pk_context pointer to wrappers intead of void one by valerio · 2 years, 3 months ago
  62. 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
  63. 0d2980f pk: adapt to new ECP_LIGHT symbol by Valerio Setti · 2 years, 4 months ago
  64. 1df94f8 pk: fix return codes' precedence and code style by Valerio Setti · 2 years, 4 months ago
  65. 9d65f0e pk_wrap: simplify prototype of eckey_check_pair_psa() by Valerio Setti · 2 years, 4 months ago
  66. f286664 pk_wrap: minor code optimizations by Valerio Setti · 2 years, 4 months ago
  67. 8eb5526 pk_wrap: fix sizing for private key buffer by Valerio Setti · 2 years, 4 months ago
  68. 0fe1ee2 pk: add an alternative function for checking private/public key pairs by Valerio Setti · 2 years, 4 months ago
  69. ba24138 Duplicate error logic in pk_wrap deprecated functions by Andrzej Kurek · 2 years, 7 months ago
  70. 8a045ce Unify PSA to Mbed TLS error translation by Andrzej Kurek · 2 years, 7 months ago
  71. 7e677fa Merge pull request #6389 from gilles-peskine-arm/ecdsa-use-psa-without-pkwrite by Gilles Peskine · 2 years, 5 months ago
  72. 4a5c9ee Remove redundant SIZE_MAX guards by Dave Rodgman · 2 years, 6 months ago
  73. 80d0798 pk_wrap: use new macros for ECDSA capabilities by Valerio Setti · 2 years, 6 months ago
  74. 5c032b5 pk_wrap: fix comment in ecdsa_verify_wrap by Valerio Setti · 2 years, 6 months ago
  75. b761b15 fix code style by Valerio Setti · 2 years, 6 months ago
  76. 1337a4f pk_wrap: use specific lengths for EC's private key and key-pair by Valerio Setti · 2 years, 6 months ago
  77. 5bc5224 pk_wrap: fix for DETERMINISTIC_ECDSA case in ecdsa_sign_wrap() by Valerio Setti · 2 years, 6 months ago
  78. 8a6022e Clean up header inclusions in pk_wrap.c by Gilles Peskine · 2 years, 10 months ago
  79. 13caa94 Don't use pk_write in ecdsa_sign_wrap with USE_PSA_CRYPTO by Gilles Peskine · 2 years, 10 months ago
  80. b4a87b0 Don't use pk_write in ecdsa_verify_wrap with USE_PSA_CRYPTO by Gilles Peskine · 2 years, 10 months ago
  81. 5b16e9e pk_wrap: keep ECDSA_C for ECP_RESTARTABLE contexts by Valerio Setti · 2 years, 6 months ago
  82. 1cdddac pk_wrap: use proper macros for sign and verify by Valerio Setti · 2 years, 6 months ago
  83. 5c593af pk_wrap: fix comment on closing #endif by Valerio Setti · 2 years, 6 months ago
  84. 24138d9 pk_wrap: re-use identical functions for eckey and ecdsa when possible by Valerio Setti · 2 years, 6 months ago
  85. 7ca1318 pk: add new symbol for generic ECDSA capability by Valerio Setti · 2 years, 6 months ago
  86. 9e30dd8 removing a leftover printf from debug by Valerio Setti · 2 years, 6 months ago
  87. ab363d9 pk/pk_wrap: replace ECDSA_C with generic ECDSA capabilities' defines by Valerio Setti · 2 years, 6 months ago
  88. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  89. df0c73c Readability improvement in pk_wrap.c by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  90. 79ae7eb Use deterministic ECDSA in PSA when we do in legacy by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  91. 945b23c Include platform.h unconditionally: automatic part by Gilles Peskine · 2 years, 11 months ago
  92. 27036c9 Merge pull request #6142 from tom-cosgrove-arm/fix-comments-in-docs-and-comments by Dave Rodgman · 3 years ago
  93. ce7f18c Fix a/an typos in doxygen and other comments by Tom Cosgrove · 3 years ago
  94. abac037 Migrate from old inline to new actual function. by Manuel Pégourié-Gonnard · 3 years ago
  95. 30beca3 Guard pk_opaque_rsa_decrypt() with PSA_WANT_KEY_TYPE_RSA_KEY_PAIR by Neil Armstrong · 3 years, 3 months ago
  96. 6c26adc Do not make pk_opaque_rsa_decrypt() depend on MBEDTLS_RSA_C by Neil Armstrong · 3 years, 3 months ago
  97. 1082818 Implement PK Opaque RSA decrypt by Neil Armstrong · 3 years, 3 months ago
  98. 62d452b Implement PK Opaque RSA PSS signature by Neil Armstrong · 3 years, 4 months ago
  99. 95a8923 Comment decrypt & encrypt callback entries of mbedtls_pk_ecdsa_opaque_info as not relevant by Neil Armstrong · 3 years, 4 months ago
  100. 7df6677 Remove now invalid comment in pk_opaque_ecdsa_can_do() by Neil Armstrong · 3 years, 4 months ago