1. 851f190 pk: move ECC setters to a separate file by Valerio Setti · 1 year, 6 months ago
  2. 3bfad3a pkparse: make EC/RSA setup functions internally available by Valerio Setti · 1 year, 6 months ago
  3. 5a19892 pkparse: fix check for ASN1 errors in mbedtls_pk_parse_subpubkey() by Valerio Setti · 1 year, 6 months ago
  4. 5922cb9 pkparse: keep legacy PK error codes when RSA key parsing fails by Valerio Setti · 1 year, 6 months ago
  5. 201e643 rsa: simplify mbedtls_rsa_parse_pubkey() input parameters by Valerio Setti · 1 year, 6 months ago
  6. 135ebde rsa: rename parse/write functions in order to follow the standard format by Valerio Setti · 1 year, 6 months ago
  7. dccfd36 rsa: update return values of priv/pub parse/write functions by Valerio Setti · 1 year, 6 months ago
  8. b328c44 pk/rsa: move RSA parse/write private/public key functions to rsa module by Valerio Setti · 1 year, 6 months ago
  9. fd49a46 pkparse: rename RSA key and pubkey parsing functions by Valerio Setti · 1 year, 6 months ago
  10. d36c313 psa: remove bits_is_sloppy parameter from mbedtls_ecc_group_from_psa() by Valerio Setti · 1 year, 7 months ago
  11. ddba51e psa: rename "mbedtls_ecc_group_of_psa" to "mbedtls_ecc_group_from_psa" by Valerio Setti · 1 year, 7 months ago
  12. 5bad043 Merge pull request #8641 from valeriosetti/issue8358 by Manuel Pégourié-Gonnard · 1 year, 7 months ago
  13. e581e14 oid/pkparse: add missing guards for PKCS[5/12] functions when !CIPHER_C by Valerio Setti · 1 year, 7 months ago
  14. 851d8df fix/work around dependency issues when !MBEDTLS_ECP_C by Tomi Fontanilles · 1 year, 7 months ago
  15. a4b38f2 Merge pull request #8579 from valeriosetti/issue7995 by Manuel Pégourié-Gonnard · 1 year, 7 months ago
  16. fbbafa0 pkparse: do not set key algorithm for Montgomery keys in pk_ecc_set_key() by Valerio Setti · 1 year, 8 months ago
  17. 3cc486a pkparse: make pk_internal.h always available by Valerio Setti · 1 year, 8 months ago
  18. bcd3059 pk: move functions to verify RFC8410 group ID to pk_internal by Valerio Setti · 1 year, 8 months ago
  19. 854c737 pk: use common header/footer macros for pkwrite and pkparse by Valerio Setti · 1 year, 8 months ago
  20. e4a6f5a Use size_t cast for pointer subtractions by Dave Rodgman · 1 year, 9 months ago
  21. 16799db update headers by Dave Rodgman · 1 year, 9 months ago
  22. e86677d pkparse: fix missing guards for pkcs5/12 functions by Valerio Setti · 1 year, 10 months ago
  23. 52e9548 Fix check for format supported by PSA by Manuel Pégourié-Gonnard · 2 years ago
  24. f1b7633 Use clearer function name by Manuel Pégourié-Gonnard · 2 years ago
  25. 842ffc5 Make code more robust by Manuel Pégourié-Gonnard · 2 years ago
  26. 94cf1f8 Fix a typo in a comment by Manuel Pégourié-Gonnard · 2 years ago
  27. 53d3e40 Fix unused warnings in dummy definition by Manuel Pégourié-Gonnard · 2 years ago
  28. 12ea63a Abstract away MBEDTLS_PK_PARSE_EC_EXTENDED by Manuel Pégourié-Gonnard · 2 years ago
  29. fac9819 Fix and document return of pk_ecc_set_pubkey() by Manuel Pégourié-Gonnard · 2 years ago
  30. ff72ea9 Rework pk_ecc_set_pubkey() by Manuel Pégourié-Gonnard · 2 years ago
  31. e4c883b New signature for pk_ecc_set_pubkey() by Manuel Pégourié-Gonnard · 2 years ago
  32. 681e30b Rework pk_ecc_set_pubkey_psa_ecp_fallback() by Manuel Pégourié-Gonnard · 2 years ago
  33. 0b8e456 Tune body of pk_ecc_set_pubkey_from_prv() by Manuel Pégourié-Gonnard · 2 years ago
  34. de25194 Rename and document pk_ecc_set_pubkey_from_prv() by Manuel Pégourié-Gonnard · 2 years ago
  35. d1aa642 Document pk_ecc_set_group() and pk_ecc_set_key() by Manuel Pégourié-Gonnard · 2 years ago
  36. 5470898 Move code around again by Manuel Pégourié-Gonnard · 2 years ago
  37. 997a95e Merge two consecutive #ifs by Manuel Pégourié-Gonnard · 2 years ago
  38. 212517b Start re-ordering functions in pkparse by Manuel Pégourié-Gonnard · 2 years ago
  39. df151bb Minor improvements to pk_ecc_read_compressed() by Manuel Pégourié-Gonnard · 2 years ago
  40. e82fcd9 Avoid nested #ifs in body of pk_get_ecpubkey() by Manuel Pégourié-Gonnard · 2 years ago
  41. 116175c Use helper macro for (deterministic) ECDSA by Manuel Pégourié-Gonnard · 2 years ago
  42. dcd98ff Factor similar code into pk_ecc_set_key() by Manuel Pégourié-Gonnard · 2 years ago
  43. 6db11d5 Group two versions of the same code by Manuel Pégourié-Gonnard · 2 years ago
  44. d5b4372 Slightly simplify pk_derive_public_key() by Manuel Pégourié-Gonnard · 2 years ago
  45. 2585852 Factor common code into a function by Manuel Pégourié-Gonnard · 2 years ago
  46. 5fcbe4c Further rationalize includes by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  47. da88c38 Minimize key-type-related includes by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  48. 4b0e8f0 Remove redundant include by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  49. ca1e605 Merge remote-tracking branch 'upstream-public/development' into development-restricted-merge-20230925 by Gilles Peskine · 1 year, 10 months ago
  50. 38c3228 fix cast warning by Dave Rodgman · 1 year, 10 months ago
  51. 1db5cda Add tests to test pkcs8 parsing of encrypted keys by Waleed Elmelegy · 1 year, 10 months ago
  52. 5e48cad Fix codestyle issues in pkcs12.h & pkparse.c by Waleed Elmelegy · 1 year, 11 months ago
  53. d527896 Switch pkparse to use new mbedtls_pkcs12_pbe_ext function by Waleed Elmelegy · 1 year, 11 months ago
  54. c9f4040 Switch pkparse to use new mbedtls_pkcs5_pbes2_ext function by Waleed Elmelegy · 2 years ago
  55. 97b28f8 pkparse: remove unnecessary header by Valerio Setti · 2 years ago
  56. 7dccb66 test: disable RSA support on the test ecc_no_bignum component by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  57. ca8c61b Provide and use internal function mbedtls_zeroize_and_free() by Tom Cosgrove · 2 years ago
  58. 21d4241 pkparse: always check all private keys on import by Valerio Setti · 2 years, 1 month ago
  59. 6b062ee pkparse: parse also Weierstrass private keys using ecp_read_key() by Valerio Setti · 2 years, 1 month ago
  60. 805e4a0 pkparse: use ecp_read_key() for parsing private key of Montgomery curves by Valerio Setti · 2 years, 1 month ago
  61. 2be8c63 Create psa_util_internal.h by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  62. 81d7512 library: replace occurencies of ECP_LIGHT with PK_HAVE_ECC_KEYS by Valerio Setti · 2 years, 2 months ago
  63. addeee4 mbedtls_config: add new MBEDTLS_PK_PARSE_EC_COMPRESSED symbol by Valerio Setti · 2 years, 2 months ago
  64. a541e01 pkparse: avoid creating extra copy of the private key by Valerio Setti · 2 years, 2 months ago
  65. 51aa52e pk: fix key properties when importing private key by Valerio Setti · 2 years, 2 months ago
  66. 00e8dd1 pk: manage parse and write for the new format by Valerio Setti · 2 years, 2 months ago
  67. e0e6311 pk: change location of Montgomery helpers by Valerio Setti · 2 years, 2 months ago
  68. 016264b pk: fix a return value and a typo in comment by Valerio Setti · 2 years, 2 months ago
  69. 4064dbb pk: update pkparse and pkwrite to use the new public key storing solution by Valerio Setti · 2 years, 2 months ago
  70. 77a7568 pk: align library and tests code to the new internal functions by Valerio Setti · 2 years, 3 months ago
  71. 2e662c6 Add comment about version 1 PKCS8 keys not containing a public key by Jethro Beekman · 2 years, 3 months ago
  72. 0167244 Read and write X25519 and X448 private keys by Jethro Beekman · 2 years, 3 months ago
  73. 0d2980f pk: adapt to new ECP_LIGHT symbol by Valerio Setti · 2 years, 4 months ago
  74. 520c038 pkparse: fix return value by Valerio Setti · 2 years, 4 months ago
  75. 1df94f8 pk: fix return codes' precedence and code style by Valerio Setti · 2 years, 4 months ago
  76. aad6306 pkparse: fix guards position by Valerio Setti · 2 years, 4 months ago
  77. 4bf73ad pkparse: use proper sizing for buffer by Valerio Setti · 2 years, 4 months ago
  78. 34f6755 pkparse: add new function for deriving public key from private using PSA by Valerio Setti · 2 years, 4 months ago
  79. 8692ec8 pkarse: Added `pk_group_id_from_specified()` documentation. by Minos Galanakis · 2 years, 6 months ago
  80. c8e381a pkarse: Update `pk_group_id_from_specified()` clean-up. by Minos Galanakis · 2 years, 6 months ago
  81. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  82. 0fe6631 Merge pull request #6291 from gilles-peskine-arm/platform.h-unconditional-3.2 by Gilles Peskine · 2 years, 10 months ago
  83. 945b23c Include platform.h unconditionally: automatic part by Gilles Peskine · 2 years, 11 months ago
  84. c388af6 Remove extra spacings by Tuvshinzaya Erdenekhuu · 3 years ago
  85. dcf9c96 Remove NULL pointer validation in pkparse.c by Tuvshinzaya Erdenekhuu · 3 years ago
  86. ce7d76e Merge remote-tracking branch 'mbedtls-restricted/development-restricted' into mbedtls-3.2.0rc0-pr by Ronald Cron · 3 years, 1 month ago
  87. 92d7417 Formatting fixes Signed-off-by: Andrzej Kurek <andrzej.kurek@arm.com> by Andrzej Kurek · 3 years, 1 month ago
  88. 072d2b0 Add pem_free() to other error paths in pk_parse_public_key() by Paul Elliott · 3 years, 3 months ago
  89. 116f50c Fix resource leaks by Leonid Rozenboim · 3 years, 3 months ago
  90. 41aa808 Merge pull request #952 from gilles-peskine-arm/stdio_buffering-setbuf by Paul Elliott · 3 years, 1 month ago
  91. da0913b Call setbuf when reading or writing files: library by Gilles Peskine · 3 years, 1 month ago
  92. 2a04532 Merge pull request #5766 from leorosen/fix-var-init by Dave Rodgman · 3 years, 2 months ago
  93. a3008e7 Add missing local variable initialization by Leonid Rozenboim · 3 years, 3 months ago
  94. 8b0ecbc Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. by Shaun Case · 3 years, 7 months ago
  95. 0ca2195 mbedtls_pk_parse_key: don't allocate if not needed by Gilles Peskine · 3 years, 8 months ago
  96. e28d49b Remove compiler warning if only MBEDTLS_PK_PARSE_C is defined by Kenneth Soerensen · 7 years ago
  97. a805d57 Merge pull request #4588 from TRodziewicz/remove_MD2_MD4_RC4_Blowfish_and_XTEA by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  98. 609ab64 Fix warning in some configurations by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  99. 84dea01 Add RNG params to private key parsing by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  100. 10e8cf5 Remove MD2, MD4, RC4, Blowfish and XTEA by TRodziewicz · 4 years, 2 months ago