1. d913726 Update the version of the library to 2.1.18 by Simon Butcher · 7 years ago
  2. 441c55d Merge remote-tracking branch 'public/pr/2145' into mbedtls-2.1 by Simon Butcher · 7 years ago
  3. bfc2610 Merge remote-tracking branch 'public/pr/2103' into mbedtls-2.1 by Simon Butcher · 7 years ago
  4. c51b338 Merge remote-tracking branch 'upstream-public/pr/2065' into mbedtls-2.1 by Jaeden Amero · 7 years ago
  5. f3b18bd Merge remote-tracking branch 'upstream-public/pr/1983' into mbedtls-2.1 by Jaeden Amero · 7 years ago
  6. 67301e8 Update library version number to 2.1.17 by Simon Butcher · 7 years ago
  7. cf33e2e Update library version number to 2.1.16 by Simon Butcher · 7 years ago
  8. 7ae3c20 Merge remote-tracking branch 'public/pr/2152' into mbedtls-2.1-proposed by Simon Butcher · 7 years ago
  9. 6e7d5ab Correct typo in documentation of MBEDTLS_SSL_RENEGOTIATION by Hanno Becker · 7 years ago
  10. 25422e1 Improve documentation of mbedtls_ssl_get_verify_result() by Hanno Becker · 7 years ago
  11. 162f682 Clarify documentation of ssl_set_own_cert() by Manuel Pégourié-Gonnard · 7 years ago
  12. b46e733 Correct typo MBEDTLS_ASN1PARSE_C -> MBEDTLS_ASN1_PARSE_C by Hanno Becker · 7 years ago
  13. 4577beb Add dep of mbedtls_rsa_rsassa_pkcs1_v15_verify on ASN.1 parsing by Hanno Becker · 7 years ago
  14. 5e0f4a5 Guard mbedtls_pkcs5_pbes2() by MBEDTLS_ASN1_PARSE_C by Hanno Becker · 7 years ago
  15. 027c1f2 Make PBE-related parts of PKCS12 depend on MBEDTLS_ASN1_PARSE_C by Hanno Becker · 7 years ago
  16. bc9ae7a Guard PK-parse module by ASN.1-parse module in check_config.h by Hanno Becker · 7 years ago
  17. 1d533ca Strip trailing whitespace in bn_mul.h by Simon Butcher · 7 years ago
  18. d3a5393 Update library version number to 2.1.15 by Simon Butcher · 7 years ago
  19. 6a13b9e Improve documentation of mbedtls_x509_crt_parse() by Hanno Becker · 7 years ago
  20. 335792e Improve wording by Hanno Becker · 7 years ago
  21. 3a058e5 Improve documentation of mbedtls_x509_crt_parse() by Hanno Becker · 7 years ago
  22. dcec5bb Update version to 2.1.14 by Jaeden Amero · 7 years ago
  23. 3661642 Merge remote-tracking branch 'public/pr/1804' into mbedtls-2.1 by Simon Butcher · 7 years ago
  24. e9a437f Correct logic to exclude i386 inline assenbly when -O0 by Simon Butcher · 7 years ago
  25. c098ec3 Merge remote-tracking branch 'public/pr/1779' into mbedtls-2.1 by Simon Butcher · 7 years ago
  26. f11daf6 Merge remote-tracking branch 'public/pr/1850' into mbedtls-2.1 by Simon Butcher · 7 years ago
  27. 99b9f12 Repharse comments by Ron Eldor · 7 years ago
  28. 4171347 Disable use of the i386 assembly for option -O0 by Simon Butcher · 7 years ago
  29. cdad40d Add ebx to the i386 clobber list for MPI assembly by Simon Butcher · 7 years ago
  30. 57e9fe2 Merge remote-tracking branch 'public/pr/1808' into mbedtls-2.1 by Simon Butcher · 7 years ago
  31. 5c8e588 Minor fixes by Ron Eldor · 7 years ago
  32. e5828ce Merge remote-tracking branch 'public/pr/1771' into mbedtls-2.1 by Simon Butcher · 7 years ago
  33. 112e322 Move definition to cipher.h by Ron Eldor · 7 years ago
  34. 3dfbf40 Move definition of MBEDTLS_CIPHER_MODE_STREAM by Ron Eldor · 7 years ago
  35. 254530f Documentation error in `mbedtls_ssl_get_session` by Ron Eldor · 8 years ago
  36. 2c8a7ec Remove unneeded namesapcing in header files by Ron Eldor · 8 years ago
  37. ad761c4 Fix multiple quality issues in the source by Simon Butcher · 7 years ago
  38. b4d0084 Allow 0 as a valid ret value for mbedtls_ssl_write by Andres Amaya Garcia · 8 years ago
  39. 6fc9cee Change the library version to 2.1.13 by Simon Butcher · 7 years ago
  40. 0a715b1 Merge remote-tracking branch 'public/pr/1656' into mbedtls-2.1 by Simon Butcher · 7 years ago
  41. 7cea62b Fix MicroBlaze register typo. by Zach van Rijn · 7 years ago
  42. c57d0e5 Treat warnings as errors for IAR by Azim Khan · 7 years ago
  43. 29298cb Merge remote-tracking branch 'public/pr/1671' into mbedtls-2.1 by Simon Butcher · 7 years ago
  44. 5b256af mbedtls_gcm_crypt_and_tag: clarify what each mode does and doesn't do by Gilles Peskine · 7 years ago
  45. bfc3b74 Correct and clarify the documentation of GCM whole-message functions by Gilles Peskine · 7 years ago
  46. fcc7a62 Merge remote-tracking branch 'public/pr/1403' into mbedtls-2.1 by Simon Butcher · 7 years ago
  47. 6981df5 Remove double declaration of mbedtls_ssl_list_ciphersuites by Moran Peker · 7 years ago
  48. 879e626 Allow the entry_name size to be set in config.h by Andres AG · 9 years ago
  49. 753afd8 Merge remote-tracking branch 'upstream-public/pr/1585' into mbedtls-2.1-proposed by Jaeden Amero · 7 years ago
  50. 6c0fba4 Update version to 2.1.12 by Jaeden Amero · 7 years ago
  51. 006848d Use correct version of snprintf on Windows by Azim Khan · 7 years ago
  52. b40dae5 Merge remote-tracking branch 'upstream-public/pr/1546' into mbedtls-2.1-proposed by Jaeden Amero · 7 years ago
  53. 1198e63 Clarify the use of MBEDTLS_ERR_PK_SIG_LEN_MISMATCH by Gilles Peskine · 7 years ago
  54. 093c170 Improve documentation of mbedtls_ssl_write() by Darryl Green · 7 years ago
  55. cbe731c Merge remote-tracking branch 'upstream-public/pr/1532' into mbedtls-2.1-proposed by Jaeden Amero · 7 years ago
  56. c501f9c mbedtls_net_bind: ip_len can be NULL if client_ip is null by Ivan Krylov · 7 years ago
  57. 8b4cd26 Merge remote-tracking branch 'upstream-public/pr/1481' into mbedtls-2.1-proposed by Jaeden Amero · 7 years ago
  58. 2a74061 Merge tag 'mbedtls-2.1.11' into iotssl-1381-x509-verify-refactor-2.1-restricted by Gilles Peskine · 7 years ago
  59. 0a91973 Do not define and initialize global mutexes on configurations that do not use them. by Gergely Budai · 8 years ago
  60. 3d72b5d Add end guard comment by Paul Bakker · 9 years ago
  61. d641260 Fix single threaded builds by Embedthis Software · 10 years ago
  62. 1c986a9 Update version to 2.1.11 by Jaeden Amero · 7 years ago mbedtls-2.1.11
  63. df6f3dd Merge remote-tracking branch 'upstream-restricted/pr/430' into mbedtls-2.1-restricted-proposed by Gilles Peskine · 7 years ago
  64. 8c12179 Merge remote-tracking branch 'upstream-restricted/pr/360' into mbedtls-2.1-restricted-proposed by Gilles Peskine · 7 years ago
  65. 5e533f4 Merge remote-tracking branch 'upstream-public/pr/1373' into mbedtls-2.1-proposed by Gilles Peskine · 7 years ago
  66. 9a00ef3 Merge branch 'pr_953' into HEAD by Gilles Peskine · 7 years ago
  67. af18fac Merge remote-tracking branch 'upstream-public/pr/937' into mbedtls-2.1-proposed by Gilles Peskine · 7 years ago
  68. ca4efdd Refer to X.690 by number by Gilles Peskine · 7 years ago
  69. 78df7fc Fix some comment typos by Manuel Pégourié-Gonnard · 7 years ago
  70. e9c44d2 Improve some comments by Manuel Pégourié-Gonnard · 8 years ago
  71. b119d40 Improve some comments, fix some typos by Manuel Pégourié-Gonnard · 7 years ago
  72. ab7796f Clarify documentation for directly-trusted certs by Manuel Pégourié-Gonnard · 8 years ago
  73. 25ec9cc Merge branch 'prr_428' into mbedtls-2.1-proposed by Gilles Peskine · 7 years ago
  74. 2e50efa Merge remote-tracking branch 'upstream-public/pr/1334' into mbedtls-2.1-proposed by Gilles Peskine · 7 years ago
  75. b9e3c6d pkcs5v2: add support for additional hmacSHA algorithms by Antonio Quartulli · 8 years ago
  76. f885c81 Update version to 2.1.10 by Jaeden Amero · 8 years ago
  77. 4913826 Merge branch 'mbedtls-2.1' into mbedtls-2.1-restricted by Jaeden Amero · 8 years ago
  78. 15e4951 Add documentation warnings for weak algorithms by Hanno Becker · 8 years ago
  79. ca20ced Fix segfault on x32 by using better register constraints in bn_mul.h by James Cowgill · 10 years ago
  80. bfafd12 Merge remote-tracking branch 'upstream-restricted/pr/414' into mbedtls-2.1-restricted by Jaeden Amero · 8 years ago
  81. 1ac9aa7 Set correct minimal versions in default conf by Ron Eldor · 8 years ago
  82. c313e7e Merge branch 'mbedtls-2.1' into mbedtls-2.1-restricted by Manuel Pégourié-Gonnard · 8 years ago
  83. b29e70b mbedtls_timing_get_timer: don't use uninitialized memory by Gilles Peskine · 8 years ago
  84. 02c3167 timing interface documentation: minor clarifications by Gilles Peskine · 8 years ago
  85. 451ea75 Merge remote-tracking branch 'restricted/pr/412' into mbedtls-2.1-restricted by Manuel Pégourié-Gonnard · 8 years ago
  86. e40802a Correct record header size in case of TLS by Hanno Becker · 8 years ago
  87. a45d2ef Define ASN1 bitmask macros in more direct way by Andres Amaya Garcia · 8 years ago
  88. 45a5565 Add macros to ASN.1 module to parse ASN.1 tags by Andres Amaya Garcia · 8 years ago
  89. 7862cd0 Remove deprecation statement for TRUNC_HMAC_COMPAT from config.h by Hanno Becker · 8 years ago
  90. e53dc43 Deprecate MBEDTLS_SSL_TRUNCATED_HMAC_COMPAT by Hanno Becker · 8 years ago
  91. adb30b9 Improve documentation of MBEDTLS_SSL_TRUNCATED_HMAC_COMPAT option by Hanno Becker · 8 years ago
  92. 053b345 Add fallback to non-compliant truncated HMAC for compatibiltiy by Hanno Becker · 8 years ago
  93. 1854a0e Merge branch 'mbedtls-2.1' into mbedtls-2.1-restricted by Gilles Peskine · 8 years ago
  94. 31dce36 Merge remote-tracking branch 'upstream-public/pr/1080' into mbedtls-2.1 by Gilles Peskine · 8 years ago
  95. 1b8822e Merge remote-tracking branch 'upstream-restricted/pr/422' into mbedtls-2.1-restricted by Gilles Peskine · 8 years ago
  96. 206110d Merge branch 'iotssl-1419-safermemcmp-volatile_backport-2.1' into mbedtls-2.1-restricted by Gilles Peskine · 8 years ago
  97. 9d5785b Clarify use of blinding in RSA private key operations by Hanno Becker · 8 years ago
  98. cb2ba29 Mention that mpi_fill_random interprets PRNG output as big-endian by Hanno Becker · 8 years ago
  99. 469e93c Add warning on the use of RFC 5114 primes by Hanno Becker · 8 years ago
  100. fe7fd6e Fix typo in asn1.h by Andres Amaya Garcia · 8 years ago