1. 7ff7965 Update headers by Dave Rodgman · 1 year, 9 months ago
  2. 4b0b97e pkwrite: zeroize buf containing info of private key by Yanray Wang · 1 year, 11 months ago
  3. b59b7c6 pkwrite.c: call calloc and free properly by Yanray Wang · 2 years ago
  4. a8f0050 pkwrite.c: add a cleanup label to save code size by Yanray Wang · 2 years ago
  5. 7bbca13 pkwrite.c: save stack usage for pk_write_key_pem by Yanray Wang · 2 years ago
  6. 217416a pkwrite.c: save stack usage for pk_write_pubkey_pem by Yanray Wang · 2 years ago
  7. 94210b1 Compile fixes by Dave Rodgman · 2 years, 1 month ago
  8. 1262315 Fix warnings re: unused variables in pkparse and pkwrite by Dave Rodgman · 2 years, 1 month ago
  9. 1b6c09a Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  10. 36f19b9 Include platform.h unconditionally: automatic part by Gilles Peskine · 2 years, 10 months ago
  11. 79fb5da adding parentheses to macro definitions, to avoid confusion and possible mistakes in usage. by Daniel Otte · 4 years, 6 months ago
  12. 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
  13. cf56a0a psa: Move from key handle to key identifier by Ronald Cron · 5 years ago
  14. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  15. aec44e9 Merge remote-tracking branch 'mbedtls/development' into montgomery-keys-clarification by Steven Cooreman · 5 years ago
  16. 0024df6 Remove superfluous argument to ecp_write_key by Steven Cooreman · 5 years ago
  17. fafe855 Merge pull request #3392 from paul-elliott-arm/psa_ecc_dh_macros by Manuel Pégourié-Gonnard · 5 years ago
  18. c9b7f78 Rework mbedtls_ecp_write_key to remove unnecessary output parameter by Steven Cooreman · 5 years ago
  19. e3fd392 Fix endianness and masking for Curve25519 keys handled by PSA by Steven Cooreman · 5 years ago
  20. 8ff510a Rename ECC Family Macros According to PSA Spec by Paul Elliott · 5 years ago
  21. db09ef6 Include common.h instead of config.h in library source files by Gilles Peskine · 5 years ago
  22. f65ed6f Change key types to a 16-bit encoding by Gilles Peskine · 6 years ago
  23. 89177e8 Convert USE_PSA_CRYPTO pk interface to the new PSA EC curve encoding by Gilles Peskine · 6 years ago
  24. 24eed8d Initialise return values to an error by Janos Follath · 6 years ago
  25. 2700cfb Fix pk_write with an EC key to write a constant-length private value by Gilles Peskine · 7 years ago
  26. d2d45c1 Convert cipher and pk to PSA attribute-based key creation by Gilles Peskine · 6 years ago
  27. 8a2e97c Merge development-psa commit 80b5662 into development-psa-merged branch by Andrzej Kurek · 6 years ago
  28. 65935d9 Add missing include to library/pkwrite.c by Hanno Becker · 6 years ago
  29. 493c171 Adapt mbedtls_pk_write_pubkey_der() to the new PSA public key format by Hanno Becker · 6 years ago
  30. 4fb8db2 Update pointer in PSA-based mbedtls_pk_write_pubkey() by Hanno Becker · 6 years ago
  31. c470b6b Merge development commit 8e76332 into development-psa by Andrzej Kurek · 6 years ago
  32. 2349c4d Adapt to the new key allocation mechanism by Andrzej Kurek · 7 years ago
  33. b7f3ac6 pkwrite: add an explicit cast to size_t by Andrzej Kurek · 7 years ago
  34. 158c3d1 pkwrite: add a safety check before calculating the buffer size by Andrzej Kurek · 7 years ago
  35. 4b11407 Cosmetic changes by Andrzej Kurek · 7 years ago
  36. 5fec086 pkwrite: add opaque key handling for public key exporting by Andrzej Kurek · 7 years ago
  37. d71dc15 Adapt PK test suite to use new interface by Hanno Becker · 8 years ago
  38. 15f81fa Adapt pkwrite.c to new RSA interface by Hanno Becker · 8 years ago
  39. 8fd5548 Minor formatting changes by Hanno Becker · 8 years ago
  40. 4dc9b39 Fix other occurrences of same bounds check issue by Manuel Pégourié-Gonnard · 10 years ago
  41. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  42. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  43. 7551cb9 Replace malloc with calloc by Manuel Pégourié-Gonnard · 10 years ago
  44. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  45. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
  46. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  47. 00ab470 cleanup library and some basic tests. Includes, add guards to includes by Rich Evans · 10 years ago
  48. 860b516 Fix url again by Manuel Pégourié-Gonnard · 11 years ago
  49. 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 11 years ago
  50. 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 11 years ago
  51. 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 11 years ago
  52. a658a40 Update copyright by Manuel Pégourié-Gonnard · 11 years ago
  53. 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 11 years ago
  54. 192253a Fix buffer size in pk_write_*_pem() by Manuel Pégourié-Gonnard · 11 years ago
  55. b9e4e2c Fix formatting: fix some 'easy' > 80 length lines by Paul Bakker · 11 years ago
  56. 9af723c Fix formatting: remove trailing spaces, #endif with comments (> 10 lines) by Paul Bakker · 11 years ago
  57. cef4ad2 Adapt sources to configurable config.h name by Manuel Pégourié-Gonnard · 11 years ago
  58. 7dc4c44 Library files moved to use platform layer by Paul Bakker · 11 years ago
  59. b9cfaa0 Explicit conversions and minor changes to prevent MSVC compiler warnings by Paul Bakker · 12 years ago
  60. fcc1721 Fixed const-correctness issues by Paul Bakker · 12 years ago
  61. cff6842 POLARSSL_PEM_C split into POLARSSL_PEM_PARSE_C and POLARSSL_PEM_WRITE_C by Paul Bakker · 12 years ago
  62. 77e23fb Move *_pemify() function to PEM module by Paul Bakker · 12 years ago
  63. 4606c73 Added POLARSSL_PK_PARSE_C and POLARSSL_PK_WRITE_C by Paul Bakker · 12 years ago
  64. c7bb02b Moved PK key writing from X509 module to PK module by Paul Bakker · 12 years ago