1. a268da9 Fix undefined function in platform.c by Manuel Pégourié-Gonnard · 8 years ago
  2. 82d607e Merge remote-tracking branch 'upstream-restricted/pr/433' into development-restricted by Gilles Peskine · 8 years ago
  3. 4813f15 Merge branch 'development' into development-restricted by Manuel Pégourié-Gonnard · 8 years ago
  4. 705c52f Merge remote-tracking branch 'public/pr/1145' into development by Manuel Pégourié-Gonnard · 8 years ago
  5. d04c623 Merge remote-tracking branch 'restricted/pr/403' into development-restricted by Manuel Pégourié-Gonnard · 8 years ago
  6. 1827368 Merge branch 'development' into development-restricted by Manuel Pégourié-Gonnard · 8 years ago
  7. 4712119 Merge remote-tracking branch 'restricted/pr/397' into development by Manuel Pégourié-Gonnard · 8 years ago
  8. b053efb Fix magic constant in previous commit by Manuel Pégourié-Gonnard · 8 years ago
  9. 464147c Fix SSLv3 MAC computation by Manuel Pégourié-Gonnard · 8 years ago
  10. 6774fa6 Merge branch 'development' into development-restricted by Manuel Pégourié-Gonnard · 8 years ago
  11. 535553e Merge remote-tracking branch 'public/pr/1184' into development by Manuel Pégourié-Gonnard · 8 years ago
  12. 1434a36 Don't split error code description across multiple lines by Hanno Becker · 8 years ago
  13. 880c6e7 Merge branch 'development' into development-restricted by Gilles Peskine · 8 years ago
  14. ff01e00 Merge branch 'pr_1043' into development by Gilles Peskine · 8 years ago
  15. e3783da Merge remote-tracking branch 'upstream-public/pr/1172' into development by Gilles Peskine · 8 years ago
  16. 02e28fe Merge remote-tracking branch 'upstream-restricted/pr/425' into development-restricted by Gilles Peskine · 8 years ago
  17. 832f349 Fix build without MBEDTLS_FS_IO by Gilles Peskine · 8 years ago
  18. 0960f06 Merge branch 'development' into development-restricted by Gilles Peskine · 8 years ago
  19. 0884f48 Merge remote-tracking branch 'upstream-public/pr/1141' into development by Gilles Peskine · 8 years ago
  20. 183de31 Merge remote-tracking branch 'upstream-public/pr/895' into development by Gilles Peskine · 8 years ago
  21. 7fb29b1 Merge branch 'development' into development-restricted by Gilles Peskine · 8 years ago
  22. 4daffe2 Merge branch 'pr_1025' into development by Gilles Peskine · 8 years ago
  23. ea8d697 Merge remote-tracking branch 'upstream-public/pr/1089' into development by Gilles Peskine · 8 years ago
  24. f242121 Merge remote-tracking branch 'upstream-public/pr/828' into development by Gilles Peskine · 8 years ago
  25. 9c3573a Merge remote-tracking branch 'upstream-public/pr/988' into development by Gilles Peskine · 8 years ago
  26. 41e9741 Merge remote-tracking branch 'upstream-restricted/pr/419' into development-restricted by Gilles Peskine · 8 years ago
  27. 9c8ac0c Merge remote-tracking branch 'upstream-restricted/pr/404' into development-restricted by Gilles Peskine · 8 years ago
  28. 7ca6d1f Merge remote-tracking branch 'upstream-restricted/pr/399' into development-restricted by Gilles Peskine · 8 years ago
  29. c753f5d Merge remote-tracking branch 'upstream-restricted/pr/369' into development-restricted by Gilles Peskine · 8 years ago
  30. 2507267 Merge branch 'development' into development-restricted by Gilles Peskine · 8 years ago
  31. e770722 Merge remote-tracking branch 'upstream-public/pr/1062' into development by Gilles Peskine · 8 years ago
  32. 7635cde Merge branch 'development' into development-restricted by Gilles Peskine · 8 years ago
  33. 68306ed Merge remote-tracking branch 'upstream-public/pr/1094' into development by Gilles Peskine · 8 years ago
  34. 1a2640c Merge branch 'iotssl-1368-unsafe-bounds-check-psk-identity-merge' into development-restricted by Gilles Peskine · 8 years ago
  35. bfa8df4 Merge remote-tracking branch 'restricted/pr/416' into development-restricted by Manuel Pégourié-Gonnard · 8 years ago
  36. 992b687 Fix heap corruption in ssl_decrypt_buf by Hanno Becker · 8 years ago
  37. c64a48b Add checks for private parameter in mbedtls_ecdsa_sign() by Darryl Green · 8 years ago
  38. 888fede Merge branch 'development' into development-restricted by Manuel Pégourié-Gonnard · 8 years ago
  39. 2236082 Address PR review comments by Ron Eldor · 8 years ago
  40. 91048a3 RSA PSS: remove redundant check; changelog by Gilles Peskine · 8 years ago
  41. b00b0da RSA PSS: fix first byte check for keys of size 8N+1 by Gilles Peskine · 8 years ago
  42. 139108a RSA PSS: fix minimum length check for keys of size 8N+1 by Gilles Peskine · 8 years ago
  43. 8880711 Zeroize stack before returning from mpi_fill_random by Hanno Becker · 8 years ago
  44. 6a54b02 RSA: Fix another buffer overflow in PSS signature verification by Gilles Peskine · 8 years ago
  45. 28a0c72 RSA: Fix buffer overflow in PSS signature verification by Gilles Peskine · 8 years ago
  46. e1a9a4a Fix crash when calling `mbedtls_ssl_cache_free` twice by Ron Eldor · 8 years ago
  47. 7c8cb9c Fix information leak in ecp_gen_keypair_base by Hanno Becker · 8 years ago
  48. 073c199 Make mpi_read_binary time constant by Hanno Becker · 8 years ago
  49. 40f8b51 Add comments on the use of the renego SCSV and the renego ext by Hanno Becker · 8 years ago
  50. 21df7f9 Fix handling of HS msgs in mbedtls_ssl_read if renegotiation unused by Hanno Becker · 8 years ago
  51. b4ff0aa Swap branches accepting/refusing renegotiation in in ssl_read by Hanno Becker · 8 years ago
  52. 735b37e Correctly handle leap year in x509_date_is_valid() by Andres Amaya Garcia · 9 years ago
  53. 73a3817 Parse Signature Algorithm ext when renegotiating by Ron Eldor · 8 years ago
  54. bd9d42c Fix typo and bracketing in macro args by Andres Amaya Garcia · 8 years ago
  55. 106637f Correctly handle leap year in x509_date_is_valid() by Andres Amaya Garcia · 9 years ago
  56. 8dd73e6 Parse Signature Algorithm ext when renegotiating by Ron Eldor · 8 years ago
  57. 86968c6 Fix typo and bracketing in macro args by Andres Amaya Garcia · 8 years ago
  58. 6bce9cb Always print gmt_unix_time in TLS client by Andres Amaya Garcia · 8 years ago
  59. 1a9a51c Enhance documentation of ssl_write_hostname_ext, adapt ChangeLog. by Hanno Becker · 8 years ago
  60. 947194e Make mbedtls_ssl_set_hostname safe to be called multiple times by Hanno Becker · 8 years ago
  61. 074c58f Always print gmt_unix_time in TLS client by Andres Amaya Garcia · 8 years ago
  62. bc389d1 Extend scope of ERR_RSA_UNSUPPORTED_OPERATION error code by Hanno Becker · 8 years ago
  63. 3cdc711 Deprecate usage of RSA primitives with wrong key type by Hanno Becker · 8 years ago
  64. 184f675 Improve debugging output by Hanno Becker · 8 years ago
  65. 2f38a43 Enhance documentation of ssl_write_hostname_ext, adapt ChangeLog. by Hanno Becker · 8 years ago
  66. 39f5d35 Make mbedtls_ssl_set_hostname safe to be called multiple times by Hanno Becker · 8 years ago
  67. b427421 Improve documentation in pkparse.c by Hanno Becker · 8 years ago
  68. f04111f Fix typo by Hanno Becker · 8 years ago
  69. d8a6f7c Clarify code-paths in x509write_csr and x509write_crt by Hanno Becker · 8 years ago
  70. a20e33a Use X509 CRT version macros for version checks in x509write_crt_der by Hanno Becker · 8 years ago
  71. 1ad1c6d Fix typo by Janos Follath · 8 years ago
  72. aa325d7 DHM: Fix dhm_check_range() always returning 0 by Janos Follath · 8 years ago
  73. 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
  74. 2b187c4 Correct typo by Hanno Becker · 8 years ago
  75. 9648f8b Add run-time check for handshake message size in ssl_write_record by Hanno Becker · 8 years ago
  76. d33f1ca Add run-time check for record content size in ssl_encrypt_buf by Hanno Becker · 8 years ago
  77. 0169253 Document code silently discarding invalid records by Andres Amaya Garcia · 8 years ago
  78. 2fad94b Dont send alert on invalid DTLS record type by Andres Amaya Garcia · 8 years ago
  79. d4a872e Rename internal MBEDTLS_ENTROPY_HAVE_STRONG to ENTROPY_HAVE_STRONG by Hanno Becker · 8 years ago
  80. 81535d0 Minor style and typo corrections by Hanno Becker · 8 years ago
  81. 4769865 Omit version from X.509 v1 certificates by Hanno Becker · 8 years ago
  82. d7f3520 Don't add extensions for X.509 non-v3 certificates by Hanno Becker · 8 years ago
  83. fc77144 Fix extraction of signature-type from PK context instance by Hanno Becker · 8 years ago
  84. 9be1926 Correct parsing checks in `mbedtls_pk_parse_key` by Hanno Becker · 8 years ago
  85. 66a0f83 Remove unreachable branches in pkparse.c by Hanno Becker · 8 years ago
  86. b8d1657 Mention in-place decryption in pk_parse_key_pkcs8_encrypted_der by Hanno Becker · 8 years ago
  87. 2aa80a7 Remove unnecessary cast by Hanno Becker · 8 years ago
  88. 65112b1 Adress Hannos's comments by Ron Eldor · 8 years ago
  89. 9d84b4c update after Andres comments by Ron Eldor · 8 years ago
  90. 31162e4 Set PEM buffer to zero before freeing it by Ron Eldor · 8 years ago
  91. 9c6cb38 Fix typo in pkparse.c by Hanno Becker · 8 years ago
  92. fab3569 Use in-place decryption in pk_parse_pkcs8_encrypted_der by Hanno Becker · 8 years ago
  93. 771d30e Add missing calls to mbedtls_pem_free in mbedtls_pk_parse by Hanno Becker · 8 years ago
  94. 72ea31b Update version number to 2.6.0 by Simon Butcher · 8 years ago mbedtls-2.6.0
  95. 7c02c50 Change PK module preprocessor check on word size by Andres Amaya Garcia · 8 years ago
  96. a55e084 Fix naked call to time() with platform call by Simon Butcher · 8 years ago
  97. 61937d4 Rename time and index parameter to avoid name conflict. by Hanno Becker · 8 years ago
  98. 2e3ddfa Prevent signed integer overflow in CSR parsing by Andres AG · 8 years ago
  99. 8016474 Fix potential integer overflow parsing DER CRT by Andres AG · 8 years ago
  100. 4f753c1 Fix potential integer overflow parsing DER CRL by Andres AG · 8 years ago