1. 105e6bc Timing self test: print some diagnosis information by Gilles Peskine · 8 years ago
  2. b29e70b mbedtls_timing_get_timer: don't use uninitialized memory by Gilles Peskine · 8 years ago
  3. 3099b43 Timing: fix mbedtls_set_alarm(0) on Unix/POSIX by Gilles Peskine · 8 years ago
  4. 227692a Merge remote-tracking branch 'public/pr/1160' into mbedtls-2.1 by Manuel Pégourié-Gonnard · 8 years ago
  5. d1ededf Merge remote-tracking branch 'public/pr/1187' into mbedtls-2.1 by Manuel Pégourié-Gonnard · 8 years ago
  6. 912e447 Merge remote-tracking branch 'public/pr/1185' into mbedtls-2.1 by Manuel Pégourié-Gonnard · 8 years ago
  7. a15486a Merge branch 'pr_1044' into mbedtls-2.1 by Gilles Peskine · 8 years ago
  8. 4b36dfb Merge remote-tracking branch 'upstream-public/pr/1174' into mbedtls-2.1 by Gilles Peskine · 8 years ago
  9. 14ab4cf Fix build error with gcc -Werror=misleading-indentation by Gilles Peskine · 8 years ago
  10. 6ddfa37 Fix build without MBEDTLS_FS_IO by Gilles Peskine · 8 years ago
  11. 49349ba Merge remote-tracking branch 'upstream-public/pr/1153' into mbedtls-2.1 by Gilles Peskine · 8 years ago
  12. f663c22 Merge remote-tracking branch 'upstream-public/pr/916' into mbedtls-2.1 by Gilles Peskine · 8 years ago
  13. 25aa833 Merge branch 'pr_1082' into mbedtls-2.1 by Gilles Peskine · 8 years ago
  14. 283a80d Merge remote-tracking branch 'upstream-public/pr/1108' into mbedtls-2.1 by Gilles Peskine · 8 years ago
  15. a6f6947 Merge remote-tracking branch 'upstream-public/pr/943' into mbedtls-2.1 by Gilles Peskine · 8 years ago
  16. d08ae68 Merge remote-tracking branch 'upstream-public/pr/1112' into mbedtls-2.1 by Gilles Peskine · 8 years ago
  17. 7aa2419 Merge remote-tracking branch 'upstream-public/pr/1107' into mbedtls-2.1 by Gilles Peskine · 8 years ago
  18. 1b052e8 Add checks for private parameter in mbedtls_ecdsa_sign() by Darryl Green · 8 years ago
  19. ea0aa65 Merge branch 'mbedtls-2.1' into mbedtls-2.1-restricted by Manuel Pégourié-Gonnard · 8 years ago
  20. be17ed5 Address PR review comments by Ron Eldor · 8 years ago
  21. 5bd2726 Backport 2.1:Fix crash when calling `mbedtls_ssl_cache_free` twice by Ron Eldor · 8 years ago
  22. 3cd07be Fix handling of HS msgs in mbedtls_ssl_read if renegotiation unused by Hanno Becker · 8 years ago
  23. e454d73 Swap branches accepting/refusing renegotiation in in ssl_read by Hanno Becker · 8 years ago
  24. a360411 Fixed SIGSEGV problem when writing with ssl_write_real a buffer that is over MBEDTLS_SSL_MAX_CONTENT_LEN bytes by Florin · 8 years ago
  25. e298c8b Correct typo by Hanno Becker · 8 years ago
  26. bc04113 Correctly handle leap year in x509_date_is_valid() by Andres Amaya Garcia · 9 years ago
  27. bac9d4d Parse Signature Algorithm ext when renegotiating by Ron Eldor · 8 years ago
  28. 59ce0a7 Improve documentation in pkparse.c by Hanno Becker · 8 years ago
  29. 0c104b1 Fix typo by Hanno Becker · 8 years ago
  30. 570238e Fix typo in pkparse.c by Hanno Becker · 8 years ago
  31. bc7cbba Use X509 CRT version macros for version checks in x509write_crt_der by Hanno Becker · 8 years ago
  32. 7de3ff3 Minor style and typo corrections by Hanno Becker · 8 years ago
  33. c4cd8c6 Don't add extensions for X.509 non-v3 certificates by Hanno Becker · 8 years ago
  34. e3af3af Omit version from X.509 v1 certificates by Hanno Becker · 8 years ago
  35. c7845e5 Enhance documentation of ssl_write_hostname_ext, adapt ChangeLog. by Hanno Becker · 8 years ago
  36. 593b0d3 Make mbedtls_ssl_set_hostname safe to be called multiple times by Hanno Becker · 8 years ago
  37. 69f00bf Correct parsing checks in `mbedtls_pk_parse_key` by Hanno Becker · 8 years ago
  38. da8e163 Remove unreachable branches in pkparse.c by Hanno Becker · 8 years ago
  39. e5d5b90 Mention in-place decryption in pk_parse_key_pkcs8_encrypted_der by Hanno Becker · 8 years ago
  40. ff53295 Remove unnecessary cast by Hanno Becker · 8 years ago
  41. a1d5856 Add missing calls to mbedtls_pem_free in mbedtls_pk_parse by Hanno Becker · 8 years ago
  42. 9f2b60b Use in-place decryption in pk_parse_pkcs8_encrypted_der by Hanno Becker · 8 years ago
  43. f581e11 Fix extraction of signature-type from PK context instance by Hanno Becker · 8 years ago
  44. 1042d86 Dont send alert on invalid DTLS record type by Andres Amaya Garcia · 8 years ago
  45. 66580d2 Add internal macro ENTROPY_HAVE_STRONG indicating strong entropy by Hanno Becker · 8 years ago
  46. 1fe5e8a Update version number to 2.1.9 by Simon Butcher · 8 years ago mbedtls-2.1.9
  47. 93a8789 Change PK module preprocessor check on word size by Andres Amaya Garcia · 8 years ago
  48. 6ad82d7 Rename time and index parameter to avoid name conflict. by Hanno Becker · 8 years ago
  49. cdb4dc9 Improve comments by Manuel Pégourié-Gonnard · 8 years ago
  50. c386317 Only return VERIFY_FAILED from a single point by Manuel Pégourié-Gonnard · 8 years ago
  51. 489939f Improve behaviour on fatal errors by Manuel Pégourié-Gonnard · 8 years ago
  52. b322be5 Prevent signed integer overflow in CSR parsing by Andres AG · 8 years ago
  53. 1f06d9b Fix potential integer overflow parsing DER CRT by Andres AG · 8 years ago
  54. 0ff660e Fix potential integer overflow parsing DER CRL by Andres AG · 8 years ago
  55. a886ce3 Backport 2.1: Check rc of mbedtls_mpi_fill_random by Ron Eldor · 9 years ago
  56. 0fb3e0a Backport: Resource leak fix on windows platform by Ron Eldor · 9 years ago
  57. ee709f4 Backport 2.1: Wrong preproccessor condition fix by Ron Eldor · 9 years ago
  58. 5ff277e Backport 2.1: check if iv is zero in gcm. by Ron Eldor · 8 years ago
  59. fbb9837 Update the version number to 2.1.8 by Simon Butcher · 8 years ago mbedtls-2.1.8
  60. 499391a Undo API change by Hanno Becker · 8 years ago
  61. 89930b3 Merge remote-tracking branch 'restricted/iotssl-1398_backport-2.1' into mbedtls-2.1-restricted by Manuel Pégourié-Gonnard · 8 years ago
  62. cc01908 Ensure application data records are not kept when fully processed by Hanno Becker · 8 years ago
  63. 1defa8f Merge remote-tracking branch 'restricted/iotssl-1138-rsa-padding-check-2.1-restricted' into mbedtls-2.1-restricted by Manuel Pégourié-Gonnard · 8 years ago
  64. 63906d9 Merge remote-tracking branch 'restricted/IOTSSL-1366/mbedtls-2.1' into mbedtls-2.1-restricted by Manuel Pégourié-Gonnard · 8 years ago
  65. 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
  66. ebe391d Merge remote-tracking branch 'hanno/sliding_exponentiation_backport-2.1' into mbedtls-2.1 by Manuel Pégourié-Gonnard · 8 years ago
  67. bfbc494 Add hard assertion to mbedtls_ssl_read_record_layer by Hanno Becker · 8 years ago
  68. 6a582e8 Fix mbedtls_ssl_read by Hanno Becker · 8 years ago
  69. 704f493 Simplify retaining of messages for future processing by Hanno Becker · 8 years ago
  70. 61c0c70 Add tests for missing CA chains and bad curves. by Hanno Becker · 8 years ago
  71. a3929ba Fix implementation of VERIFY_OPTIONAL verification mode by Hanno Becker · 8 years ago
  72. b55f613 Merge remote-tracking branch 'gilles/iotssl-1223/mbedtls-2.1' into mbedtls-2.1 by Manuel Pégourié-Gonnard · 8 years ago
  73. 7344e1b SHA-1 deprecation: allow it in key exchange by Gilles Peskine · 8 years ago
  74. 12c1954 Allow SHA-1 in SSL renegotiation tests by Gilles Peskine · 8 years ago
  75. 5877c27 X.509 self-tests: replaced SHA-1 certificates by SHA-256 by Gilles Peskine · 8 years ago
  76. 955738a Remove SHA-1 in TLS by default by Gilles Peskine · 8 years ago
  77. cd6e4d5 Merge remote-tracking branch 'restricted/mbedtls-2.1' into mbedtls-2.1 by Manuel Pégourié-Gonnard · 8 years ago
  78. 61946d2 Merge remote-tracking branch 'hanno/iotssl-1241-backport-2.1' into mbedtls-2.1 by Manuel Pégourié-Gonnard · 8 years ago
  79. 6820eba Merge branch 'iotssl-1272-fix-RSA-cache-attack-2.1-restricted' into mbedtls-2.1 by Manuel Pégourié-Gonnard · 8 years ago
  80. 705cc65 Add missing ret code checks in PEM module by Andres AG · 8 years ago
  81. 032aec0 Improve documentation by Hanno Becker · 8 years ago
  82. 118848f Split long lines. by Hanno Becker · 8 years ago
  83. aa8a2bd Remember suitable hash function for any signature algorithm. by Hanno Becker · 8 years ago
  84. b3e6872 Introduce macros and functions to characterize certain ciphersuites. by Hanno Becker · 8 years ago
  85. 39e2981 Fix FALLBACK_SCSV parsing by Gilles Peskine · 8 years ago
  86. 1cdf0fd Fix bug in threading sample implementation #667 by Janos Follath · 9 years ago
  87. 702dcd0 Fix bug in threading sample implementation #667 by Janos Follath · 9 years ago
  88. 89bf0a7 Backup errno in net_would_block by Hanno Becker · 8 years ago
  89. 4195e80 Fix potential stack underflow in mpi_read_file. by Hanno Becker · 8 years ago
  90. 230ee31 RSA PKCS1v1.5 verification: check padding length by Manuel Pégourié-Gonnard · 8 years ago
  91. 2938ccb Abort modular inversion when modulus is one. by Hanno Becker · 8 years ago
  92. 2a8d655 Correct sign in modular exponentiation algorithm. by Hanno Becker · 8 years ago
  93. 9ef9f10 Add exponent blinding to RSA with CRT by Janos Follath · 8 years ago
  94. 578517d Add exponent blinding to RSA without CRT by Janos Follath · 8 years ago
  95. 74fd868 RSA: wipe more stack buffers by Gilles Peskine · 8 years ago
  96. bd90851 More length checks in RSA PKCS1v15 verify by Gilles Peskine · 8 years ago
  97. fd8f79d More length checks in RSA PKCS1v15 verify by Gilles Peskine · 8 years ago
  98. 8877ec2 RSA: wipe stack buffers by Gilles Peskine · 8 years ago
  99. 2323477 Update version number to 2.1.7 for release by Simon Butcher · 8 years ago mbedtls-2.1.7
  100. e0545c3 Fix buffer overflow in mbedtls_mpi_write_string() by Andres AG · 9 years ago mbedtls-2.1.7-rc1