1. 38c3228 fix cast warning by Dave Rodgman · 1 year, 10 months ago
  2. 97b28f8 pkparse: remove unnecessary header by Valerio Setti · 2 years ago
  3. 7dccb66 test: disable RSA support on the test ecc_no_bignum component by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  4. ca8c61b Provide and use internal function mbedtls_zeroize_and_free() by Tom Cosgrove · 2 years ago
  5. 21d4241 pkparse: always check all private keys on import by Valerio Setti · 2 years, 1 month ago
  6. 6b062ee pkparse: parse also Weierstrass private keys using ecp_read_key() by Valerio Setti · 2 years, 1 month ago
  7. 805e4a0 pkparse: use ecp_read_key() for parsing private key of Montgomery curves by Valerio Setti · 2 years, 1 month ago
  8. 2be8c63 Create psa_util_internal.h by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  9. 81d7512 library: replace occurencies of ECP_LIGHT with PK_HAVE_ECC_KEYS by Valerio Setti · 2 years, 2 months ago
  10. addeee4 mbedtls_config: add new MBEDTLS_PK_PARSE_EC_COMPRESSED symbol by Valerio Setti · 2 years, 2 months ago
  11. a541e01 pkparse: avoid creating extra copy of the private key by Valerio Setti · 2 years, 2 months ago
  12. 51aa52e pk: fix key properties when importing private key by Valerio Setti · 2 years, 2 months ago
  13. 00e8dd1 pk: manage parse and write for the new format by Valerio Setti · 2 years, 2 months ago
  14. e0e6311 pk: change location of Montgomery helpers by Valerio Setti · 2 years, 2 months ago
  15. 016264b pk: fix a return value and a typo in comment by Valerio Setti · 2 years, 2 months ago
  16. 4064dbb pk: update pkparse and pkwrite to use the new public key storing solution by Valerio Setti · 2 years, 3 months ago
  17. 77a7568 pk: align library and tests code to the new internal functions by Valerio Setti · 2 years, 3 months ago
  18. 2e662c6 Add comment about version 1 PKCS8 keys not containing a public key by Jethro Beekman · 2 years, 3 months ago
  19. 0167244 Read and write X25519 and X448 private keys by Jethro Beekman · 2 years, 3 months ago
  20. 0d2980f pk: adapt to new ECP_LIGHT symbol by Valerio Setti · 2 years, 4 months ago
  21. 520c038 pkparse: fix return value by Valerio Setti · 2 years, 4 months ago
  22. 1df94f8 pk: fix return codes' precedence and code style by Valerio Setti · 2 years, 4 months ago
  23. aad6306 pkparse: fix guards position by Valerio Setti · 2 years, 4 months ago
  24. 4bf73ad pkparse: use proper sizing for buffer by Valerio Setti · 2 years, 4 months ago
  25. 34f6755 pkparse: add new function for deriving public key from private using PSA by Valerio Setti · 2 years, 4 months ago
  26. 8692ec8 pkarse: Added `pk_group_id_from_specified()` documentation. by Minos Galanakis · 2 years, 6 months ago
  27. c8e381a pkarse: Update `pk_group_id_from_specified()` clean-up. by Minos Galanakis · 2 years, 6 months ago
  28. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  29. 0fe6631 Merge pull request #6291 from gilles-peskine-arm/platform.h-unconditional-3.2 by Gilles Peskine · 2 years, 10 months ago
  30. 945b23c Include platform.h unconditionally: automatic part by Gilles Peskine · 2 years, 11 months ago
  31. c388af6 Remove extra spacings by Tuvshinzaya Erdenekhuu · 3 years ago
  32. dcf9c96 Remove NULL pointer validation in pkparse.c by Tuvshinzaya Erdenekhuu · 3 years ago
  33. ce7d76e Merge remote-tracking branch 'mbedtls-restricted/development-restricted' into mbedtls-3.2.0rc0-pr by Ronald Cron · 3 years, 1 month ago
  34. 92d7417 Formatting fixes Signed-off-by: Andrzej Kurek <andrzej.kurek@arm.com> by Andrzej Kurek · 3 years, 1 month ago
  35. 072d2b0 Add pem_free() to other error paths in pk_parse_public_key() by Paul Elliott · 3 years, 3 months ago
  36. 116f50c Fix resource leaks by Leonid Rozenboim · 3 years, 3 months ago
  37. 41aa808 Merge pull request #952 from gilles-peskine-arm/stdio_buffering-setbuf by Paul Elliott · 3 years, 1 month ago
  38. da0913b Call setbuf when reading or writing files: library by Gilles Peskine · 3 years, 1 month ago
  39. 2a04532 Merge pull request #5766 from leorosen/fix-var-init by Dave Rodgman · 3 years, 3 months ago
  40. a3008e7 Add missing local variable initialization by Leonid Rozenboim · 3 years, 3 months ago
  41. 8b0ecbc Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. by Shaun Case · 3 years, 7 months ago
  42. 0ca2195 mbedtls_pk_parse_key: don't allocate if not needed by Gilles Peskine · 3 years, 8 months ago
  43. e28d49b Remove compiler warning if only MBEDTLS_PK_PARSE_C is defined by Kenneth Soerensen · 7 years ago
  44. a805d57 Merge pull request #4588 from TRodziewicz/remove_MD2_MD4_RC4_Blowfish_and_XTEA by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  45. 609ab64 Fix warning in some configurations by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  46. 84dea01 Add RNG params to private key parsing by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  47. 10e8cf5 Remove MD2, MD4, RC4, Blowfish and XTEA by TRodziewicz · 4 years, 2 months ago
  48. 4d01c5b Remove dead code from pk_parse_key_pkcs8_unencrypted_der by Chris Jones · 4 years, 3 months ago
  49. fdb588b Fix an incorrect error code addition in pk_parse_key_pkcs8_unencrypted_der by Chris Jones · 4 years, 4 months ago archive/dev/gilles-peskine-arm/pr_4006-5 dev/gilles-peskine-arm/pr_4006-5
  50. 9f7a693 Apply MBEDTLS_ERROR_ADD to library by Chris Jones · 4 years, 4 months ago
  51. 9ad4a33 fix return code by Jens Reimann · 4 years, 10 months ago
  52. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  53. db09ef6 Include common.h instead of config.h in library source files by Gilles Peskine · 5 years ago
  54. bbb5a0a Fix pkparse bug wrt MBEDTLS_RSA_ALT by Manuel Pégourié-Gonnard · 5 years ago
  55. c422679 Check public part when parsing private RSA key by Manuel Pégourié-Gonnard · 5 years ago
  56. a04a2c3 Don't pass zero to rsa_complete() as a param by Manuel Pégourié-Gonnard · 5 years ago
  57. 2e9eef4 Final review comments by Jack Lloyd · 6 years ago
  58. 6023975 Avoid memory leak when RSA-CRT is not enabled in build by Jack Lloyd · 6 years ago
  59. 8c2631b Address review comments by Jack Lloyd · 6 years ago
  60. 80cc811 Parse RSA parameters DP, DQ and QP from PKCS1 private keys by Jack Lloyd · 6 years ago
  61. 24eed8d Initialise return values to an error by Janos Follath · 6 years ago
  62. c470b6b Merge development commit 8e76332 into development-psa by Andrzej Kurek · 6 years ago
  63. 780f0a4 Reinitialize PK ctx in mbedtls_pk_parse_key before reuse are free by Hanno Becker · 7 years ago
  64. 0e2c07e Remove unnecessary mark as unused #1098 by Dawid Drozd · 7 years ago
  65. 1f6301b Rename mbedtls_zeroize to mbedtls_platform_zeroize by Andres Amaya Garcia · 7 years ago
  66. e32df08 Remove individual copies of mbedtls_zeroize() by Andres Amaya Garcia · 8 years ago
  67. d2df936 Fix parsing of PKCS#8 encoded Elliptic Curve keys. by Jethro Beekman · 7 years ago
  68. 24b2d6f Merge remote-tracking branch 'upstream-restricted/pr/459' into development-restricted-proposed by Jaeden Amero · 7 years ago
  69. a31d820 Merge remote-tracking branch 'upstream-public/pr/778' into development-proposed by Gilles Peskine · 7 years ago
  70. 7b2e85d Use both applicable error codes and a proper coding style by Sanne Wouda · 8 years ago
  71. b2b29d5 Add end-of-buffer check to prevent heap-buffer-overflow by Sanne Wouda · 8 years ago
  72. e6844cc Merge branch 'pr_1135' into development-proposed by Gilles Peskine · 7 years ago
  73. 9566ff7 Fix minor issues raised in PR review by Ron Eldor · 7 years ago
  74. e9124b9 Ensure that mbedtls_pk_parse_key() does not allocate 0 bytes by Andres Amaya Garcia · 8 years ago
  75. f342cb7 Merge branch 'development' into development-restricted by Jaeden Amero · 8 years ago
  76. 895c5ab Preserve old behavior by checking public key in RSA parsing function by Hanno Becker · 8 years ago
  77. 32297e8 Merge branch 'development' into iotssl-1619 by Hanno Becker · 8 years ago
  78. 6774fa6 Merge branch 'development' into development-restricted by Manuel Pégourié-Gonnard · 8 years ago
  79. 832f349 Fix build without MBEDTLS_FS_IO by Gilles Peskine · 8 years ago
  80. c753f5d Merge remote-tracking branch 'upstream-restricted/pr/369' into development-restricted by Gilles Peskine · 8 years ago
  81. 3f2da84 Resolve PR review comments by Ron Eldor · 8 years ago
  82. 5472d43 Fix issues when `MBEDTLS_PEM_PARSE_C` not defined by Ron Eldor · 8 years ago
  83. 40b14a8 change order of parsing public key by Ron Eldor · 8 years ago
  84. 84df1ae use internal pk_get_rsapubkey function by Ron Eldor · 8 years ago
  85. b006518 Resolve PR review comments by Ron Eldor · 8 years ago
  86. efa14e8 Reduce number of MPI's used in `pk_parse_key_pkcs1_der` by Hanno Becker · 8 years ago
  87. 7f25f85 Adapt uses of `mbedtls_rsa_complete` to removed PRNG argument by Hanno Becker · 8 years ago
  88. d0c56de Add support for public keys encoded with PKCS#1 by Ron Eldor · 8 years ago
  89. c6fc878 Remove `mbedtls_rsa_check_crt` by Hanno Becker · 8 years ago
  90. b427421 Improve documentation in pkparse.c by Hanno Becker · 8 years ago
  91. f04111f Fix typo by Hanno Becker · 8 years ago
  92. 9be1926 Correct parsing checks in `mbedtls_pk_parse_key` by Hanno Becker · 8 years ago
  93. 66a0f83 Remove unreachable branches in pkparse.c by Hanno Becker · 8 years ago
  94. b8d1657 Mention in-place decryption in pk_parse_key_pkcs8_encrypted_der by Hanno Becker · 8 years ago
  95. 2aa80a7 Remove unnecessary cast by Hanno Becker · 8 years ago
  96. 9c6cb38 Fix typo in pkparse.c by Hanno Becker · 8 years ago
  97. fab3569 Use in-place decryption in pk_parse_pkcs8_encrypted_der by Hanno Becker · 8 years ago
  98. 771d30e Add missing calls to mbedtls_pem_free in mbedtls_pk_parse by Hanno Becker · 8 years ago
  99. d58c5b2 Adapt pkparse.c to new RSA interface by Hanno Becker · 8 years ago
  100. 1f2666f Zeroize return buf on failure in pkparse.c by Andres Amaya Garcia · 8 years ago