1. 305a5ec Checking in critical places if secured memset() and memcpy() was successful by Piotr Nowicki · 5 years ago
  2. e3c4ee5 Rename mbedtls_platform_memcmp() to mbedtls_platform_memequal() by Piotr Nowicki · 5 years ago
  3. 3ed65d2 Add a return from pk_get_ueccpubkey if uecc_public_key_read_binary fails by Andrzej Kurek · 5 years ago
  4. 825ebd4 Merge mbedtls 2.16.6 into baremetal by Andrzej Kurek · 5 years ago
  5. 32b6e69 Parse RSA parameters DP, DQ and QP from PKCS1 private keys by Jack Lloyd · 6 years ago
  6. 9d6a535 Return and propagate UECC_FAULT_DETECTED by Manuel Pégourié-Gonnard · 6 years ago
  7. 1a53371 Remove curve parameter from public functions by Manuel Pégourié-Gonnard · 6 years ago
  8. 91d7938 Changed every memcpy to SCA equivalent mbedtls_platform_memcpy by Teppo Järvelin · 6 years ago
  9. e2bf54d Merge remote-tracking branch 'public/pr/2877' into baremetal by Simon Butcher · 6 years ago
  10. 7a346b8 Replace memset() with mbedtls_platform_memset() by Manuel Pégourié-Gonnard · 6 years ago
  11. 61f412e Changed every memcmp to SCA equivalent mbedtls_platform_memcmp by Teppo Järvelin · 6 years ago
  12. 020d9ba Introduce abstraction mbedtls_pk_handle_t by Manuel Pégourié-Gonnard · 6 years ago
  13. 683d84a Fixup TinyCrypt PK parse: Correct function name in comment by Hanno Becker · 6 years ago
  14. dfb949b Fixup: Use TC ECC type instead of uint32_t during pubkey parsing by Hanno Becker · 6 years ago
  15. da77971 Fixup: Rename mbedtls_uecc_pk -> mbedtls_pk_uecc by Hanno Becker · 6 years ago
  16. 8cf2f5e TinyCrypt PK parse: Move TC-based EC public key parsing code-block by Hanno Becker · 6 years ago
  17. 3bef643 Fixup: Guard numerous legacy-ECC PK parse functions by !TinyCrypt by Hanno Becker · 6 years ago
  18. d336f72 Fixup: Add missing TinyCrypt guard in ECC private key parsing by Hanno Becker · 6 years ago
  19. 75f8d32 TinyCrypt PK parse: Remove MBEDTLS_PK_ECDSA during pubkey parsing by Hanno Becker · 6 years ago
  20. e65697c TinyCrypt PK parse: Handle each PK type precisely once by Hanno Becker · 6 years ago
  21. d45f383 TinyCrypt PK parse: Impl. EC public key derivation in TC-based ECDSA by Hanno Becker · 6 years ago
  22. 7e38c37 TinyCrypt PK parse: Pass TC keypair structure to ECDSA pubkey parse by Hanno Becker · 6 years ago
  23. 68d5478 TinyCrypt PK parse: Simplify TinyCrypt public key parsing by Hanno Becker · 6 years ago
  24. aebffdd TinyCrypt PK parse: Add comments to #endif's indicating condition by Hanno Becker · 6 years ago
  25. 496b83f Fixup: Correct include paths for TinyCrypt header files by Hanno Becker · 6 years ago
  26. ad353f2 Fixup: Minor style corrections around use of TinyCrypt by Hanno Becker · 6 years ago
  27. adf11e1 Fixup: Impl. MBEDTLS_PK_ECKEY, not MBEDTLS_PK_ECDSA, via TinyCrypt by Hanno Becker · 6 years ago
  28. 9c9e77a Actually use the parse functions by Jarno Lamsa · 6 years ago
  29. b176092 Parse private key in uecc format by Jarno Lamsa · 6 years ago
  30. 42b83db Verify sign wrapper functionality for uECC by Jarno Lamsa · 6 years ago
  31. e83b2c2 Fix unused variable warnings in pkparse.c by Manuel Pégourié-Gonnard · 6 years ago
  32. 8c71b3e pk_parse*keyfile: explicitly validate path=NULL by Gilles Peskine · 7 years ago
  33. 159171b PK parse/write: support keylen=0 correctly by Gilles Peskine · 7 years ago
  34. e97dc60 Implement parameter validation in pk, pkparse and pkwrite by Gilles Peskine · 7 years ago
  35. 780f0a4 Reinitialize PK ctx in mbedtls_pk_parse_key before reuse are free by Hanno Becker · 7 years ago
  36. 0e2c07e Remove unnecessary mark as unused #1098 by Dawid Drozd · 7 years ago
  37. 1f6301b Rename mbedtls_zeroize to mbedtls_platform_zeroize by Andres Amaya Garcia · 7 years ago
  38. e32df08 Remove individual copies of mbedtls_zeroize() by Andres Amaya Garcia · 8 years ago
  39. d2df936 Fix parsing of PKCS#8 encoded Elliptic Curve keys. by Jethro Beekman · 7 years ago
  40. 24b2d6f Merge remote-tracking branch 'upstream-restricted/pr/459' into development-restricted-proposed by Jaeden Amero · 7 years ago
  41. a31d820 Merge remote-tracking branch 'upstream-public/pr/778' into development-proposed by Gilles Peskine · 7 years ago
  42. 7b2e85d Use both applicable error codes and a proper coding style by Sanne Wouda · 8 years ago
  43. b2b29d5 Add end-of-buffer check to prevent heap-buffer-overflow by Sanne Wouda · 8 years ago
  44. e6844cc Merge branch 'pr_1135' into development-proposed by Gilles Peskine · 7 years ago
  45. 9566ff7 Fix minor issues raised in PR review by Ron Eldor · 7 years ago
  46. e9124b9 Ensure that mbedtls_pk_parse_key() does not allocate 0 bytes by Andres Amaya Garcia · 8 years ago
  47. f342cb7 Merge branch 'development' into development-restricted by Jaeden Amero · 8 years ago
  48. 895c5ab Preserve old behavior by checking public key in RSA parsing function by Hanno Becker · 8 years ago
  49. 32297e8 Merge branch 'development' into iotssl-1619 by Hanno Becker · 8 years ago
  50. 6774fa6 Merge branch 'development' into development-restricted by Manuel Pégourié-Gonnard · 8 years ago
  51. 832f349 Fix build without MBEDTLS_FS_IO by Gilles Peskine · 8 years ago
  52. c753f5d Merge remote-tracking branch 'upstream-restricted/pr/369' into development-restricted by Gilles Peskine · 8 years ago
  53. 3f2da84 Resolve PR review comments by Ron Eldor · 8 years ago
  54. 5472d43 Fix issues when `MBEDTLS_PEM_PARSE_C` not defined by Ron Eldor · 8 years ago
  55. 40b14a8 change order of parsing public key by Ron Eldor · 8 years ago
  56. 84df1ae use internal pk_get_rsapubkey function by Ron Eldor · 8 years ago
  57. b006518 Resolve PR review comments by Ron Eldor · 8 years ago
  58. efa14e8 Reduce number of MPI's used in `pk_parse_key_pkcs1_der` by Hanno Becker · 8 years ago
  59. 7f25f85 Adapt uses of `mbedtls_rsa_complete` to removed PRNG argument by Hanno Becker · 8 years ago
  60. d0c56de Add support for public keys encoded with PKCS#1 by Ron Eldor · 8 years ago
  61. c6fc878 Remove `mbedtls_rsa_check_crt` by Hanno Becker · 8 years ago
  62. b427421 Improve documentation in pkparse.c by Hanno Becker · 8 years ago
  63. f04111f Fix typo by Hanno Becker · 8 years ago
  64. 9be1926 Correct parsing checks in `mbedtls_pk_parse_key` by Hanno Becker · 8 years ago
  65. 66a0f83 Remove unreachable branches in pkparse.c by Hanno Becker · 8 years ago
  66. b8d1657 Mention in-place decryption in pk_parse_key_pkcs8_encrypted_der by Hanno Becker · 8 years ago
  67. 2aa80a7 Remove unnecessary cast by Hanno Becker · 8 years ago
  68. 9c6cb38 Fix typo in pkparse.c by Hanno Becker · 8 years ago
  69. fab3569 Use in-place decryption in pk_parse_pkcs8_encrypted_der by Hanno Becker · 8 years ago
  70. 771d30e Add missing calls to mbedtls_pem_free in mbedtls_pk_parse by Hanno Becker · 8 years ago
  71. d58c5b2 Adapt pkparse.c to new RSA interface by Hanno Becker · 8 years ago
  72. 1f2666f Zeroize return buf on failure in pkparse.c by Andres Amaya Garcia · 8 years ago
  73. 2adecba Clarify Comments and Fix Typos (#651) by Brian J Murray · 9 years ago
  74. e8377d6 Clean up compilation warnings by Robert Cragie · 10 years ago
  75. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  76. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  77. c0696c2 Rename mbedtls_mpi_msb to mbedtls_mpi_bitlen by Manuel Pégourié-Gonnard · 10 years ago
  78. 6a8ca33 Rename ERR_xxx_MALLOC_FAILED to ..._ALLOC_FAILED by Manuel Pégourié-Gonnard · 10 years ago
  79. 7551cb9 Replace malloc with calloc by Manuel Pégourié-Gonnard · 10 years ago
  80. d9e6a3a Rename pk_init_ctx() -> pk_setup() by Manuel Pégourié-Gonnard · 10 years ago
  81. 0ece0f9 Fix checks for nul-termination by Manuel Pégourié-Gonnard · 10 years ago
  82. 43b37cb Fix use of pem_read_buffer() in PK, DHM and X509 by Manuel Pégourié-Gonnard · 10 years ago
  83. e3a062b Rename ecp_use_known_dp -> mbedtls_ecp_group_load() by Manuel Pégourié-Gonnard · 10 years ago
  84. 862d503 Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  85. e6c8366 Fix bug in pk_parse_key() by Manuel Pégourié-Gonnard · 10 years ago
  86. e1e5871 Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  87. 924cd10 Fix bug in pk_parse_key() by Manuel Pégourié-Gonnard · 10 years ago
  88. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  89. 6e06437 Reverse meaning of OID_CMP by Manuel Pégourié-Gonnard · 10 years ago
  90. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
  91. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  92. a2424a0 PKCS8 encrypted key depend on PKCS5 or PKCS12 by Manuel Pégourié-Gonnard · 11 years ago
  93. c531b4a Apply the semantic patch rm-malloc-cast.cocci. by Mansour Moufid · 10 years ago
  94. 7f84905 Fix two warnings from armcc v5 by Manuel Pégourié-Gonnard · 10 years ago
  95. 00ab470 cleanup library and some basic tests. Includes, add guards to includes by Rich Evans · 10 years ago
  96. 860b516 Fix url again by Manuel Pégourié-Gonnard · 11 years ago
  97. 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 11 years ago
  98. 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 11 years ago
  99. 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 11 years ago
  100. a658a40 Update copyright by Manuel Pégourié-Gonnard · 11 years ago