1. 84b9f1b mbedtls_ecp_write_key_ext(): migrate internally by Gilles Peskine · 1 year, 5 months ago
  2. 135ebde rsa: rename parse/write functions in order to follow the standard format by Valerio Setti · 1 year, 6 months ago
  3. b328c44 pk/rsa: move RSA parse/write private/public key functions to rsa module by Valerio Setti · 1 year, 6 months ago
  4. 429cd50 pkwrite: split pk_write_rsa_der() with a dedicated function for non-opaque RSA key by Valerio Setti · 1 year, 6 months ago
  5. 7f062a5 pkwrite: add newlines when calling mbedtls_pem_write_buffer() by Valerio Setti · 1 year, 8 months ago
  6. 8aec84f pkwrite: minor code reshape by Valerio Setti · 1 year, 8 months ago
  7. ad6d016 pkwrite: fix return value in pk_get_type_ext() by Valerio Setti · 1 year, 8 months ago
  8. bcc004b pkwrite: some reshaping for Montgomery keys in mbedtls_pk_write_pubkey_der() by Valerio Setti · 1 year, 8 months ago
  9. a4f70fe pkwrite: simplify management of opaque keys by Valerio Setti · 1 year, 8 months ago
  10. f9362b7 pk_internal: small renaming for mbedtls_pk_get_group_id() by Valerio Setti · 1 year, 8 months ago
  11. bcd3059 pk: move functions to verify RFC8410 group ID to pk_internal by Valerio Setti · 1 year, 8 months ago
  12. d5604ba pkwrite: add internal defines for proper key buffer sizes by Valerio Setti · 1 year, 8 months ago
  13. 605f03c pkwrite: reorganize code by Valerio Setti · 1 year, 8 months ago
  14. 854c737 pk: use common header/footer macros for pkwrite and pkparse by Valerio Setti · 1 year, 8 months ago
  15. 16799db update headers by Dave Rodgman · 1 year, 9 months ago
  16. 195411b Merge pull request #8062 from yanrayw/save_stack_usage_pkwrite by Bence Szépkúti · 1 year, 10 months ago
  17. db6b4db Renaming all MBEDTLS_HAVE for curves to MBEDTLS_ECP_HAVE by Valerio Setti · 1 year, 11 months ago
  18. 6d809cc lib/test: use new internal helpers in library's code and tests by Valerio Setti · 2 years ago
  19. 5a3add2 Merge pull request #8234 from kouzhudong/development by Dave Rodgman · 1 year, 10 months ago
  20. 8d276fb Remove unused variable and unreachable return from mbedtls_pk_write_key_der() by Tom Cosgrove · 1 year, 10 months ago
  21. a15b485 Fix MSVC error C4703 about possibly uninitialized variable in pkwrite.c by correy · 1 year, 10 months ago
  22. b9c7953 pkwrite: Fix defined but not used warning by Ronald Cron · 1 year, 11 months ago
  23. 044eb16 pkwrite: zeroize buf containing info of private key by Yanray Wang · 1 year, 11 months ago
  24. 08d5f46 pkwrite.c: call calloc and free properly by Yanray Wang · 2 years ago
  25. 7226df0 pkwrite.c: add a cleanup label to save code size by Yanray Wang · 2 years ago
  26. c84086e pkwrite.c: save stack usage for pk_write_key_pem by Yanray Wang · 2 years ago
  27. 45ad306 pkwrite.c: save stack usage for pk_write_pubkey_pem by Yanray Wang · 2 years ago
  28. e1d7c9d pkwrite: fix internal buffer size in pk_write_ec_pubkey() by Valerio Setti · 2 years ago
  29. 2be8c63 Create psa_util_internal.h by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  30. e165136 pkwrite: fix wrong guard position for pk_get_opaque_ec_family() by Valerio Setti · 2 years, 1 month ago
  31. 81d7512 library: replace occurencies of ECP_LIGHT with PK_HAVE_ECC_KEYS by Valerio Setti · 2 years, 2 months ago
  32. f9139e5 pk: minor code fixes by valerio · 2 years, 2 months ago
  33. c6e6fb3 pk: fix guard position by valerio · 2 years, 2 months ago
  34. e279e50 pk: optimized/reshape code for writing private key PEM by valerio · 2 years, 2 months ago
  35. c0bac57 pk: optimized/reshape code for writing private key DER by valerio · 2 years, 2 months ago
  36. 52b675f pk: extend pk_write_ec_private to support opaque keys by valerio · 2 years, 2 months ago
  37. ba1fd32 pk: optimize/reshape public key writing by valerio · 2 years, 2 months ago
  38. 9ea2617 pk: uniformmize public key writing functions by valerio · 2 years, 2 months ago
  39. b727314 pk: add internal helpers for opaque keys by valerio · 2 years, 2 months ago
  40. 449803ab pkwrite: remove unnecessary code duplication by Valerio Setti · 2 years, 2 months ago
  41. 1194ffa pk: minor code fixes/enhancements by Valerio Setti · 2 years, 2 months ago
  42. 00e8dd1 pk: manage parse and write for the new format by Valerio Setti · 2 years, 2 months ago
  43. e0e6311 pk: change location of Montgomery helpers by Valerio Setti · 2 years, 2 months ago
  44. 4064dbb pk: update pkparse and pkwrite to use the new public key storing solution by Valerio Setti · 2 years, 3 months ago
  45. 77a7568 pk: align library and tests code to the new internal functions by Valerio Setti · 2 years, 3 months ago
  46. fc90dec pkwrite: removing unused/duplicated variables by Valerio Setti · 2 years, 3 months ago
  47. 4f387ef pk: use better naming for the new key ID field by Valerio Setti · 2 years, 3 months ago
  48. 048cd44 pk: fix library code for using the new opaque key solution by Valerio Setti · 2 years, 3 months ago
  49. cb706ea Silence bad "maybe unitialized" warning for ec_grp_id by Jethro Beekman · 2 years, 3 months ago
  50. cf4545e Fix unsued variable in mbedtls_pk_write_pubkey_der in certain configurations by Jethro Beekman · 2 years, 3 months ago
  51. 13d415c Only use mbedtls_ecc_group_of_psa if defined(MBEDTLS_ECP_LIGHT) by Jethro Beekman · 2 years, 3 months ago
  52. 8e59ebb Refactor EC SPKI serialization by Jethro Beekman · 2 years, 3 months ago
  53. 0167244 Read and write X25519 and X448 private keys by Jethro Beekman · 2 years, 3 months ago
  54. 6c496a1 solve disparities for ECP_LIGHT between ref/accel by Valerio Setti · 2 years, 4 months ago
  55. 0d2980f pk: adapt to new ECP_LIGHT symbol by Valerio Setti · 2 years, 4 months ago
  56. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  57. 0fe6631 Merge pull request #6291 from gilles-peskine-arm/platform.h-unconditional-3.2 by Gilles Peskine · 2 years, 10 months ago
  58. 945b23c Include platform.h unconditionally: automatic part by Gilles Peskine · 2 years, 11 months ago
  59. c388af6 Remove extra spacings by Tuvshinzaya Erdenekhuu · 3 years ago
  60. 088e936 Remove NULL pointer validation in pkwrite.c by Tuvshinzaya Erdenekhuu · 3 years ago
  61. 295aeb1 Add support for RSA Opaque PK key in mbedtls_pk_write_pubkey_der() by Neil Armstrong · 3 years, 5 months ago
  62. e9ecd27 Rename max sizes of RSA & EC DER keys defines by Neil Armstrong · 3 years, 5 months ago
  63. e0326a6 Move max sizes of RSA & EC DER keys into private pkwrite.h by Neil Armstrong · 3 years, 5 months ago
  64. 03e0146 Make KEY_ID_ENCODES_OWNER compatible with USE_PSA_CRYPTO by Andrzej Kurek · 3 years, 7 months ago
  65. d6c246f Merge branch 'development_3.0' into remove_depr_error_codes by Tomasz Rodziewicz · 4 years, 3 months ago
  66. b579ccd The still used deprecated error codes replaced with _PLATFORM_ ones by TRodziewicz · 4 years, 4 months ago
  67. 73e3e2c Merge remote-tracking branch 'origin/development' into development_new by Dave Rodgman · 4 years, 4 months ago
  68. 3292453 Add missing const attribute to Public Key API by Mateusz Starzyk · 4 years, 6 months ago
  69. 79fb5da adding parentheses to macro definitions, to avoid confusion and possible mistakes in usage. by Daniel Otte · 4 years, 6 months ago
  70. 39f3614 avoid errorneous computation of RSA_PRV_DER_MAX_BYTES if MBEDTLS_MPI_MAX_SIZE is odd. by Daniel Otte · 4 years, 6 months ago
  71. cf56a0a psa: Move from key handle to key identifier by Ronald Cron · 5 years ago
  72. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  73. aec44e9 Merge remote-tracking branch 'mbedtls/development' into montgomery-keys-clarification by Steven Cooreman · 5 years ago
  74. 0024df6 Remove superfluous argument to ecp_write_key by Steven Cooreman · 5 years ago
  75. fafe855 Merge pull request #3392 from paul-elliott-arm/psa_ecc_dh_macros by Manuel Pégourié-Gonnard · 5 years ago
  76. c9b7f78 Rework mbedtls_ecp_write_key to remove unnecessary output parameter by Steven Cooreman · 5 years ago
  77. e3fd392 Fix endianness and masking for Curve25519 keys handled by PSA by Steven Cooreman · 5 years ago
  78. 8ff510a Rename ECC Family Macros According to PSA Spec by Paul Elliott · 5 years ago
  79. db09ef6 Include common.h instead of config.h in library source files by Gilles Peskine · 5 years ago
  80. f65ed6f Change key types to a 16-bit encoding by Gilles Peskine · 6 years ago
  81. 89177e8 Convert USE_PSA_CRYPTO pk interface to the new PSA EC curve encoding by Gilles Peskine · 6 years ago
  82. 24eed8d Initialise return values to an error by Janos Follath · 6 years ago
  83. 2700cfb Fix pk_write with an EC key to write a constant-length private value by Gilles Peskine · 7 years ago
  84. d2d45c1 Convert cipher and pk to PSA attribute-based key creation by Gilles Peskine · 6 years ago
  85. 8a2e97c Merge development-psa commit 80b5662 into development-psa-merged branch by Andrzej Kurek · 6 years ago
  86. 65935d9 Add missing include to library/pkwrite.c by Hanno Becker · 6 years ago
  87. 493c171 Adapt mbedtls_pk_write_pubkey_der() to the new PSA public key format by Hanno Becker · 6 years ago
  88. 4fb8db2 Update pointer in PSA-based mbedtls_pk_write_pubkey() by Hanno Becker · 6 years ago
  89. c470b6b Merge development commit 8e76332 into development-psa by Andrzej Kurek · 6 years ago
  90. 2349c4d Adapt to the new key allocation mechanism by Andrzej Kurek · 7 years ago
  91. b7f3ac6 pkwrite: add an explicit cast to size_t by Andrzej Kurek · 7 years ago
  92. 158c3d1 pkwrite: add a safety check before calculating the buffer size by Andrzej Kurek · 7 years ago
  93. 4b11407 Cosmetic changes by Andrzej Kurek · 7 years ago
  94. 5fec086 pkwrite: add opaque key handling for public key exporting by Andrzej Kurek · 7 years ago
  95. d71dc15 Adapt PK test suite to use new interface by Hanno Becker · 8 years ago
  96. 15f81fa Adapt pkwrite.c to new RSA interface by Hanno Becker · 8 years ago
  97. 8fd5548 Minor formatting changes by Hanno Becker · 8 years ago
  98. 4dc9b39 Fix other occurrences of same bounds check issue by Manuel Pégourié-Gonnard · 10 years ago
  99. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  100. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago