1. b9e3c6d pkcs5v2: add support for additional hmacSHA algorithms by Antonio Quartulli · 8 years ago
  2. f885c81 Update version to 2.1.10 by Jaeden Amero · 8 years ago
  3. 4913826 Merge branch 'mbedtls-2.1' into mbedtls-2.1-restricted by Jaeden Amero · 8 years ago
  4. 15e4951 Add documentation warnings for weak algorithms by Hanno Becker · 8 years ago
  5. bfafd12 Merge remote-tracking branch 'upstream-restricted/pr/414' into mbedtls-2.1-restricted by Jaeden Amero · 8 years ago
  6. c313e7e Merge branch 'mbedtls-2.1' into mbedtls-2.1-restricted by Manuel Pégourié-Gonnard · 8 years ago
  7. b29e70b mbedtls_timing_get_timer: don't use uninitialized memory by Gilles Peskine · 8 years ago
  8. 02c3167 timing interface documentation: minor clarifications by Gilles Peskine · 8 years ago
  9. 451ea75 Merge remote-tracking branch 'restricted/pr/412' into mbedtls-2.1-restricted by Manuel Pégourié-Gonnard · 8 years ago
  10. e40802a Correct record header size in case of TLS by Hanno Becker · 8 years ago
  11. 1854a0e Merge branch 'mbedtls-2.1' into mbedtls-2.1-restricted by Gilles Peskine · 8 years ago
  12. 31dce36 Merge remote-tracking branch 'upstream-public/pr/1080' into mbedtls-2.1 by Gilles Peskine · 8 years ago
  13. 1b8822e Merge remote-tracking branch 'upstream-restricted/pr/422' into mbedtls-2.1-restricted by Gilles Peskine · 8 years ago
  14. 206110d Merge branch 'iotssl-1419-safermemcmp-volatile_backport-2.1' into mbedtls-2.1-restricted by Gilles Peskine · 8 years ago
  15. cb2ba29 Mention that mpi_fill_random interprets PRNG output as big-endian by Hanno Becker · 8 years ago
  16. 469e93c Add warning on the use of RFC 5114 primes by Hanno Becker · 8 years ago
  17. fe7fd6e Fix typo in asn1.h by Andres Amaya Garcia · 8 years ago
  18. 0ca1596 Don't allocate space for DTLS header if DTLS is disabled by Hanno Becker · 8 years ago
  19. 6499bed Add compile-time checks for size of record content and payload by Hanno Becker · 8 years ago
  20. c7845e5 Enhance documentation of ssl_write_hostname_ext, adapt ChangeLog. by Hanno Becker · 8 years ago
  21. 7891da2 Enhance documentation of mbedtls_ssl_set_hostname by Hanno Becker · 8 years ago
  22. 00cb3af Backport 2.1:Add configuration file in md.h by Ron Eldor · 8 years ago
  23. 1fe5e8a Update version number to 2.1.9 by Simon Butcher · 8 years ago mbedtls-2.1.9
  24. 6ad82d7 Rename time and index parameter to avoid name conflict. by Hanno Becker · 8 years ago
  25. f2269b0 Update doc of return value of verify() by Manuel Pégourié-Gonnard · 8 years ago
  26. c386317 Only return VERIFY_FAILED from a single point by Manuel Pégourié-Gonnard · 8 years ago
  27. cea8b53 Improve documentation of PKCS1 decryption functions by Hanno Becker · 8 years ago
  28. f2e1633 Prevent clever optimization to prematurely quit loop in safe memcmp by Hanno Becker · 8 years ago
  29. fbb9837 Update the version number to 2.1.8 by Simon Butcher · 8 years ago mbedtls-2.1.8
  30. 499391a Undo API change by Hanno Becker · 8 years ago
  31. 89930b3 Merge remote-tracking branch 'restricted/iotssl-1398_backport-2.1' into mbedtls-2.1-restricted by Manuel Pégourié-Gonnard · 8 years ago
  32. 640edc7 Merge remote-tracking branch 'hanno/mpi_read_file_underflow_backport-2.1' into mbedtls-2.1 by Manuel Pégourié-Gonnard · 8 years ago
  33. ebe391d Merge remote-tracking branch 'hanno/sliding_exponentiation_backport-2.1' into mbedtls-2.1 by Manuel Pégourié-Gonnard · 8 years ago
  34. 6a582e8 Fix mbedtls_ssl_read by Hanno Becker · 8 years ago
  35. 704f493 Simplify retaining of messages for future processing by Hanno Becker · 8 years ago
  36. 5ad6789 Clarify the use of ECDSA API by Janos Follath · 8 years ago
  37. c4cb493 Cleaned up negative test predicate for test case by Gilles Peskine · 8 years ago
  38. 7344e1b SHA-1 deprecation: allow it in key exchange by Gilles Peskine · 8 years ago
  39. e7375ef X.509 tests: obey compile-time SHA-1 support option by Gilles Peskine · 8 years ago
  40. 955738a Remove SHA-1 in TLS by default by Gilles Peskine · 8 years ago
  41. 61946d2 Merge remote-tracking branch 'hanno/iotssl-1241-backport-2.1' into mbedtls-2.1 by Manuel Pégourié-Gonnard · 8 years ago
  42. aa8a2bd Remember suitable hash function for any signature algorithm. by Hanno Becker · 8 years ago
  43. b3e6872 Introduce macros and functions to characterize certain ciphersuites. by Hanno Becker · 8 years ago
  44. b9dee35 Remove obsolete macros from compat-1.3.h by Andres Amaya Garcia · 8 years ago
  45. 4195e80 Fix potential stack underflow in mpi_read_file. by Hanno Becker · 8 years ago
  46. 2938ccb Abort modular inversion when modulus is one. by Hanno Becker · 8 years ago
  47. 2323477 Update version number to 2.1.7 for release by Simon Butcher · 8 years ago mbedtls-2.1.7
  48. 3a7d931 Add clarification to the TLS renegotiation period by Simon Butcher · 9 years ago
  49. 8efc769 Fix renegotiation at incorrect times in DTLS by Andres AG · 9 years ago
  50. 13945f6 Fix redefinition of macro ssl_set_bio by Andres AG · 9 years ago
  51. 7a77cb2 Clarify Comments and Fix Typos (#651) by Brian J Murray · 9 years ago
  52. ebb8555 Fix multiple erroneously named source files in comments by Simon Butcher · 9 years ago
  53. 016a0d3 Update library version number to 2.1.6 by Simon Butcher · 9 years ago mbedtls-2.1.6
  54. d9d0cda Merge branch 'mbedtls-2.1' by Simon Butcher · 9 years ago
  55. 0be55a0 Remove MBEDTLS_SSL_AEAD_RANDOM_IV feature by Janos Follath · 9 years ago
  56. 6c05208 Fix documentation for mbedtls_gcm_finish() by Andres AG · 9 years ago
  57. 865c899 Fix typo in docs for mbedtls_x509write_csr_der() by Andres AG · 9 years ago
  58. 64f5df5 Changed version number to version 2.1.5 by Simon Butcher · 9 years ago
  59. e87e706 Fixes typo in platform.h by Simon Butcher · 9 years ago
  60. 493abdf Clarifies documentation on reported memory statistics by SimonB · 9 years ago
  61. c7b8e3a Fix minor doc issue by Attila Molnar · 9 years ago
  62. 542ee5d Update default configuration by Janos Follath · 9 years ago
  63. 5ae0285 Make check-names.sh happy by Manuel Pégourié-Gonnard · 10 years ago
  64. 7715e66 Avoid build errors with -O0 due to assembly by Manuel Pégourié-Gonnard · 10 years ago
  65. 543e436 Change version number to 2.1.4 by Simon Butcher · 10 years ago mbedtls-2.1.4
  66. 4c9916b Fix doxygen warnings for generic names in config.h by Manuel Pégourié-Gonnard · 10 years ago
  67. 3bd5eb7 Reintroduce line deleted by accident by Manuel Pégourié-Gonnard · 10 years ago
  68. a02fe7c Various fixes to doxygen API generation by Simon Butcher · 10 years ago
  69. 6189175 Fix for MPI divide on MSVC by Simon Butcher · 10 years ago
  70. aa41149 Merge 'iotssl-558-2.1-md5-tls-sigs-restricted' by Simon Butcher · 10 years ago
  71. e82ac57 Merge remote-tracking branch 'origin/misc-2.1' into mbedtls-2.1 by Simon Butcher · 10 years ago
  72. 7da9695 Make documentation more explicit on TLS errors by Manuel Pégourié-Gonnard · 10 years ago
  73. b39528e Disable MD5 in handshake signatures by default by Manuel Pégourié-Gonnard · 10 years ago
  74. 013198f DTLS: avoid dropping too many records by Manuel Pégourié-Gonnard · 10 years ago
  75. ef43d41 Changed version number to 2.1.3 by Simon Butcher · 10 years ago mbedtls-2.1.3
  76. 7a40dc6 Disable reportedly broken assembly of Sparc(64) by Manuel Pégourié-Gonnard · 10 years ago
  77. 9f44a80 Try to prevent some misuse of RSA functions by Manuel Pégourié-Gonnard · 10 years ago
  78. 93080df Fix missing check for RSA key length on EE certs by Manuel Pégourié-Gonnard · 10 years ago
  79. f9945bc Fix #ifdef inconsistency by Manuel Pégourié-Gonnard · 10 years ago
  80. 1cb668c ECHDE-PSK does not use a certificate by Manuel Pégourié-Gonnard · 10 years ago
  81. d113b8e Move all KEY_EXCHANGE__ definitions in one place by Manuel Pégourié-Gonnard · 10 years ago
  82. a6925c5 Fix typo in documentation by Manuel Pégourié-Gonnard · 10 years ago
  83. 759b6d9 Corrected misleading fn description in ssl_cache.h by Simon Butcher · 10 years ago
  84. c4e7d8a Bump version to 2.1.2 by Manuel Pégourié-Gonnard · 10 years ago mbedtls-2.1.2
  85. c80a74f Merge branch 'development' into development-restricted by Manuel Pégourié-Gonnard · 10 years ago
  86. 2ac9c60 Add 'inline' workaround where needed by Manuel Pégourié-Gonnard · 10 years ago
  87. a97ab2c Merge branch 'development' into development-restricted by Manuel Pégourié-Gonnard · 10 years ago
  88. 7776fc3 Fix for #279 macroisation of 'inline' keyword by Simon Butcher · 10 years ago
  89. 2d70834 Fix references to non-standard SIZE_T_MAX by Manuel Pégourié-Gonnard · 10 years ago
  90. 899ac84 Merge branch 'development' into development-restricted by Manuel Pégourié-Gonnard · 10 years ago
  91. cb6af00 Add missing warning in doc by Manuel Pégourié-Gonnard · 10 years ago
  92. 5a2e389 Remove inline workaround when not useful by Manuel Pégourié-Gonnard · 10 years ago
  93. 0223ab9 Fix macroization of inline in C++ by Manuel Pégourié-Gonnard · 10 years ago
  94. 6418ffa Merge fix for IOTSSL-480 - base64 overflow issue by Simon Butcher · 10 years ago
  95. ef388f1 Merge branch 'development' into development-restricted by Manuel Pégourié-Gonnard · 10 years ago
  96. 0aa45c2 Fix potential overflow in base64_encode by Manuel Pégourié-Gonnard · 10 years ago
  97. 9f81231 Revised hostname length check from review by Simon Butcher · 10 years ago
  98. 89f7762 Added max length checking of hostname by Simon Butcher · 10 years ago
  99. 588ad50 Fix a fairly common typo in comments by Tillmann Karras · 10 years ago
  100. 8cea8ad Bump version to 2.1.1 by Manuel Pégourié-Gonnard · 10 years ago mbedtls-2.1.1