1. 7ca6d1f Merge remote-tracking branch 'upstream-restricted/pr/399' into development-restricted by Gilles Peskine · 8 years ago
  2. c753f5d Merge remote-tracking branch 'upstream-restricted/pr/369' into development-restricted by Gilles Peskine · 8 years ago
  3. 2507267 Merge branch 'development' into development-restricted by Gilles Peskine · 8 years ago
  4. e770722 Merge remote-tracking branch 'upstream-public/pr/1062' into development by Gilles Peskine · 8 years ago
  5. 7635cde Merge branch 'development' into development-restricted by Gilles Peskine · 8 years ago
  6. 68306ed Merge remote-tracking branch 'upstream-public/pr/1094' into development by Gilles Peskine · 8 years ago
  7. 1a2640c Merge branch 'iotssl-1368-unsafe-bounds-check-psk-identity-merge' into development-restricted by Gilles Peskine · 8 years ago
  8. bfa8df4 Merge remote-tracking branch 'restricted/pr/416' into development-restricted by Manuel Pégourié-Gonnard · 8 years ago
  9. 888fede Merge branch 'development' into development-restricted by Manuel Pégourié-Gonnard · 8 years ago
  10. 91048a3 RSA PSS: remove redundant check; changelog by Gilles Peskine · 8 years ago
  11. b00b0da RSA PSS: fix first byte check for keys of size 8N+1 by Gilles Peskine · 8 years ago
  12. 139108a RSA PSS: fix minimum length check for keys of size 8N+1 by Gilles Peskine · 8 years ago
  13. 6a54b02 RSA: Fix another buffer overflow in PSS signature verification by Gilles Peskine · 8 years ago
  14. 28a0c72 RSA: Fix buffer overflow in PSS signature verification by Gilles Peskine · 8 years ago
  15. 735b37e Correctly handle leap year in x509_date_is_valid() by Andres Amaya Garcia · 9 years ago
  16. 73a3817 Parse Signature Algorithm ext when renegotiating by Ron Eldor · 8 years ago
  17. bd9d42c Fix typo and bracketing in macro args by Andres Amaya Garcia · 8 years ago
  18. 106637f Correctly handle leap year in x509_date_is_valid() by Andres Amaya Garcia · 9 years ago
  19. 8dd73e6 Parse Signature Algorithm ext when renegotiating by Ron Eldor · 8 years ago
  20. 86968c6 Fix typo and bracketing in macro args by Andres Amaya Garcia · 8 years ago
  21. 6bce9cb Always print gmt_unix_time in TLS client by Andres Amaya Garcia · 8 years ago
  22. 1a9a51c Enhance documentation of ssl_write_hostname_ext, adapt ChangeLog. by Hanno Becker · 9 years ago
  23. 947194e Make mbedtls_ssl_set_hostname safe to be called multiple times by Hanno Becker · 9 years ago
  24. 074c58f Always print gmt_unix_time in TLS client by Andres Amaya Garcia · 8 years ago
  25. 2f38a43 Enhance documentation of ssl_write_hostname_ext, adapt ChangeLog. by Hanno Becker · 9 years ago
  26. 39f5d35 Make mbedtls_ssl_set_hostname safe to be called multiple times by Hanno Becker · 9 years ago
  27. b427421 Improve documentation in pkparse.c by Hanno Becker · 8 years ago
  28. f04111f Fix typo by Hanno Becker · 8 years ago
  29. 0b7b83f 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
  30. 2b187c4 Correct typo by Hanno Becker · 8 years ago
  31. 0169253 Document code silently discarding invalid records by Andres Amaya Garcia · 8 years ago
  32. 2fad94b Dont send alert on invalid DTLS record type by Andres Amaya Garcia · 8 years ago
  33. 9be1926 Correct parsing checks in `mbedtls_pk_parse_key` by Hanno Becker · 8 years ago
  34. 66a0f83 Remove unreachable branches in pkparse.c by Hanno Becker · 8 years ago
  35. b8d1657 Mention in-place decryption in pk_parse_key_pkcs8_encrypted_der by Hanno Becker · 8 years ago
  36. 2aa80a7 Remove unnecessary cast by Hanno Becker · 8 years ago
  37. 65112b1 Adress Hannos's comments by Ron Eldor · 8 years ago
  38. 9d84b4c update after Andres comments by Ron Eldor · 8 years ago
  39. 31162e4 Set PEM buffer to zero before freeing it by Ron Eldor · 8 years ago
  40. 9c6cb38 Fix typo in pkparse.c by Hanno Becker · 8 years ago
  41. fab3569 Use in-place decryption in pk_parse_pkcs8_encrypted_der by Hanno Becker · 8 years ago
  42. 771d30e Add missing calls to mbedtls_pem_free in mbedtls_pk_parse by Hanno Becker · 8 years ago
  43. 72ea31b Update version number to 2.6.0 by Simon Butcher · 8 years ago mbedtls-2.6.0
  44. a55e084 Fix naked call to time() with platform call by Simon Butcher · 8 years ago
  45. 61937d4 Rename time and index parameter to avoid name conflict. by Hanno Becker · 9 years ago
  46. 2e3ddfa Prevent signed integer overflow in CSR parsing by Andres AG · 9 years ago
  47. 8016474 Fix potential integer overflow parsing DER CRT by Andres AG · 9 years ago
  48. 4f753c1 Fix potential integer overflow parsing DER CRL by Andres AG · 9 years ago
  49. 683ac27 Checked names by Gilles Peskine · 8 years ago
  50. a95d630 Fix platform setup/teardown feature and comments by Simon Butcher · 8 years ago
  51. d91f99f Rename macro SETUP_ALT to SETUP_TEARDOWN_ALT by Andres Amaya Garcia · 8 years ago
  52. 3c8a39d Remove internal functions from setup API by Andres Amaya Garcia · 8 years ago
  53. 2a6f39c Add library setup and teardown APIs by Andres Amaya Garcia · 8 years ago
  54. bedc205 Export mbedtls_aes_(en/de)crypt to retain for API compatibility by Hanno Becker · 8 years ago
  55. 639ce56 Undo API change from SHA1 deprecation by Hanno Becker · 8 years ago
  56. d300a57 Undo API change by Hanno Becker · 8 years ago
  57. 7269fee Check return code of mbedtls_mpi_fill_random by Ron Eldor · 9 years ago
  58. 3e19df5 Resource leak fix on windows platform by Ron Eldor · 9 years ago
  59. 8ab0595 Wrong preproccessor condition fix by Ron Eldor · 9 years ago
  60. 5a21fd6 fix for issue 1118: check if iv is zero in gcm. by Ron Eldor · 9 years ago
  61. bfea4a7 Remove mutexes from ECP hardware acceleration by Janos Follath · 8 years ago
  62. 642ea1f Prevent signed integer overflow in CSR parsing by Andres AG · 9 years ago
  63. 487b7a9 Fix potential integer overflow parsing DER CRT by Andres AG · 9 years ago
  64. 853c46c Fix potential integer overflow parsing DER CRL by Andres AG · 9 years ago
  65. 710f541 Checked names by Gilles Peskine · 8 years ago
  66. c0da47d Fix platform setup/teardown feature and comments by Simon Butcher · 8 years ago
  67. 9da6951 Rename macro SETUP_ALT to SETUP_TEARDOWN_ALT by Andres Amaya Garcia · 8 years ago
  68. 82d7314 Remove internal functions from setup API by Andres Amaya Garcia · 8 years ago
  69. 122d899 Add library setup and teardown APIs by Andres Amaya Garcia · 8 years ago
  70. 489b985 Export mbedtls_aes_(en/de)crypt to retain for API compatibility by Hanno Becker · 8 years ago
  71. 0a38f1a Undo API change from SHA1 deprecation by Hanno Becker · 8 years ago
  72. 544039a Undo API change by Hanno Becker · 8 years ago
  73. 7875b24 Check return code of mbedtls_mpi_fill_random by Ron Eldor · 9 years ago
  74. eba5dab Resource leak fix on windows platform by Ron Eldor · 9 years ago
  75. 85bdcf8 Wrong preproccessor condition fix by Ron Eldor · 9 years ago
  76. e1b92fe fix for issue 1118: check if iv is zero in gcm. by Ron Eldor · 9 years ago
  77. a9e775e Remove mutexes from ECP hardware acceleration by Janos Follath · 8 years ago
  78. 92d46f0 Zeroize buf if mbedtls_base64_decode() fails by Andres Amaya Garcia · 8 years ago
  79. 9107b5f Improve comments by Manuel Pégourié-Gonnard · 8 years ago
  80. 31458a1 Only return VERIFY_FAILED from a single point by Manuel Pégourié-Gonnard · 8 years ago
  81. d15795a Improve behaviour on fatal errors by Manuel Pégourié-Gonnard · 8 years ago
  82. 6512193 Zeroize tmp buffer in entropy_update() by Andres Amaya Garcia · 8 years ago
  83. bbafd34 Set len var to 0 when buf is freed in ssl_tls.c by Andres Amaya Garcia · 8 years ago
  84. af0b31d Correctly set buf size in entropy_update_nv_seed() by Andres Amaya Garcia · 8 years ago
  85. 4e2c07c Zeroize tmp buf in ctr_drbg_write_seed_file() by Andres Amaya Garcia · 8 years ago
  86. 83c9f49 Prevent bounds check bypass through overflow in PSK identity parsing by Hanno Becker · 8 years ago
  87. 03d7050 Zeroize heap buf on failure in pem.c by Andres Amaya Garcia · 8 years ago
  88. a004988 Zeroize old psk buf when changing value in ssl_tls by Andres Amaya Garcia · 8 years ago
  89. 7351e12 Zeroize tmp buf in mbedtls_mpi_fill_random() by Andres Amaya Garcia · 8 years ago
  90. 79a2e7e Zeroize return buf on failure in platform.c by Andres Amaya Garcia · 8 years ago
  91. 13f41e1 Zeroize tmp bufs in ctr_drbg.c functions by Andres Amaya Garcia · 8 years ago
  92. 1f2666f Zeroize return buf on failure in pkparse.c by Andres Amaya Garcia · 8 years ago
  93. 3fee759 Zeroize tmp bufs in hmac_drbg.c functions by Andres Amaya Garcia · 8 years ago
  94. 1adcd95 Zeroize tmp bufs in entropy.c functions by Andres Amaya Garcia · 8 years ago
  95. eb132b6 Zeroize tmp buf in mbedtls_md_file() md.c by Andres Amaya Garcia · 8 years ago
  96. bdbca7b Zeroize tmp buf on fail in load_file() dhm.c by Andres Amaya Garcia · 8 years ago
  97. f2a597f Update the version number to 2.5.1 by Simon Butcher · 8 years ago mbedtls-2.5.1
  98. 4a42f3c Merge remote-tracking branch 'restricted/iotssl-1398' into development-restricted by Manuel Pégourié-Gonnard · 9 years ago
  99. bdf3905 Ensure application data records are not kept when fully processed by Hanno Becker · 9 years ago
  100. b86b143 Merge remote-tracking branch 'restricted/iotssl-1138-rsa-padding-check-restricted' into development-restricted by Manuel Pégourié-Gonnard · 9 years ago