1. 441c55d Merge remote-tracking branch 'public/pr/2145' into mbedtls-2.1 by Simon Butcher · 7 years ago
  2. 25422e1 Improve documentation of mbedtls_ssl_get_verify_result() by Hanno Becker · 7 years ago
  3. 162f682 Clarify documentation of ssl_set_own_cert() by Manuel Pégourié-Gonnard · 7 years ago
  4. 3661642 Merge remote-tracking branch 'public/pr/1804' into mbedtls-2.1 by Simon Butcher · 7 years ago
  5. 99b9f12 Repharse comments by Ron Eldor · 7 years ago
  6. 5c8e588 Minor fixes by Ron Eldor · 7 years ago
  7. e5828ce Merge remote-tracking branch 'public/pr/1771' into mbedtls-2.1 by Simon Butcher · 7 years ago
  8. 254530f Documentation error in `mbedtls_ssl_get_session` by Ron Eldor · 8 years ago
  9. ad761c4 Fix multiple quality issues in the source by Simon Butcher · 7 years ago
  10. b4d0084 Allow 0 as a valid ret value for mbedtls_ssl_write by Andres Amaya Garcia · 8 years ago
  11. 6981df5 Remove double declaration of mbedtls_ssl_list_ciphersuites by Moran Peker · 7 years ago
  12. 093c170 Improve documentation of mbedtls_ssl_write() by Darryl Green · 7 years ago
  13. 2a74061 Merge tag 'mbedtls-2.1.11' into iotssl-1381-x509-verify-refactor-2.1-restricted by Gilles Peskine · 7 years ago
  14. af18fac Merge remote-tracking branch 'upstream-public/pr/937' into mbedtls-2.1-proposed by Gilles Peskine · 7 years ago
  15. e9c44d2 Improve some comments by Manuel Pégourié-Gonnard · 8 years ago
  16. ab7796f Clarify documentation for directly-trusted certs by Manuel Pégourié-Gonnard · 8 years ago
  17. c7845e5 Enhance documentation of ssl_write_hostname_ext, adapt ChangeLog. by Hanno Becker · 8 years ago
  18. 7891da2 Enhance documentation of mbedtls_ssl_set_hostname by Hanno Becker · 8 years ago
  19. c386317 Only return VERIFY_FAILED from a single point by Manuel Pégourié-Gonnard · 8 years ago
  20. 704f493 Simplify retaining of messages for future processing by Hanno Becker · 8 years ago
  21. f096eea Clarified documentation of mbedtls_ssl_setup by Gilles Peskine · 8 years ago
  22. aa8a2bd Remember suitable hash function for any signature algorithm. by Hanno Becker · 8 years ago
  23. ec75466 Add clarification to the TLS renegotiation period by Simon Butcher · 8 years ago
  24. 7fa66d4 Fix renegotiation at incorrect times in DTLS by Andres AG · 9 years ago
  25. c7b8e3a Fix minor doc issue by Attila Molnar · 9 years ago
  26. aa41149 Merge 'iotssl-558-2.1-md5-tls-sigs-restricted' by Simon Butcher · 10 years ago
  27. e82ac57 Merge remote-tracking branch 'origin/misc-2.1' into mbedtls-2.1 by Simon Butcher · 10 years ago
  28. 7da9695 Make documentation more explicit on TLS errors by Manuel Pégourié-Gonnard · 10 years ago
  29. b39528e Disable MD5 in handshake signatures by default by Manuel Pégourié-Gonnard · 10 years ago
  30. 013198f DTLS: avoid dropping too many records by Manuel Pégourié-Gonnard · 10 years ago
  31. 93080df Fix missing check for RSA key length on EE certs by Manuel Pégourié-Gonnard · 10 years ago
  32. f9945bc Fix #ifdef inconsistency by Manuel Pégourié-Gonnard · 10 years ago
  33. d113b8e Move all KEY_EXCHANGE__ definitions in one place by Manuel Pégourié-Gonnard · 10 years ago
  34. ef388f1 Merge branch 'development' into development-restricted by Manuel Pégourié-Gonnard · 10 years ago
  35. 9f81231 Revised hostname length check from review by Simon Butcher · 10 years ago
  36. 89f7762 Added max length checking of hostname by Simon Butcher · 10 years ago
  37. 588ad50 Fix a fairly common typo in comments by Tillmann Karras · 10 years ago
  38. 5793e7e Merge 'development' into iotssl-411-port-reuse by Simon Butcher · 10 years ago
  39. 1a57af1 Update ssl.h by Simon Butcher · 10 years ago
  40. 2088e2e fix const-ness of argument to mbedtls_ssl_conf_cert_profile by Nicholas Wilson · 10 years ago
  41. 222cb8d Tune related documentation while at it by Manuel Pégourié-Gonnard · 10 years ago
  42. 3a2a448 Update documentation by Manuel Pégourié-Gonnard · 10 years ago
  43. be619c1 Clean up error codes by Manuel Pégourié-Gonnard · 10 years ago
  44. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  45. 5f5e0ec Improve mbedtls_ssl_write() documentation by Manuel Pégourié-Gonnard · 10 years ago
  46. a2cda6b Add mbedtls_ssl_get_max_frag_len() by Manuel Pégourié-Gonnard · 10 years ago
  47. bb83844 Clarify that there are two SSL I/O buffers by Manuel Pégourié-Gonnard · 10 years ago
  48. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  49. 0761733 Fix potential NULL dereference by Manuel Pégourié-Gonnard · 10 years ago
  50. fd47423 Change SSL debug API in the library by Manuel Pégourié-Gonnard · 10 years ago
  51. cdc26ae Add mbedtls_ssl_set_hs_authmode by Manuel Pégourié-Gonnard · 10 years ago
  52. 12ad798 Rename ssl_session.length to id_len by Manuel Pégourié-Gonnard · 10 years ago
  53. b31c5f6 Add SSL presets. by Manuel Pégourié-Gonnard · 10 years ago
  54. 36a8b57 Create API for mbedtls_ssl_conf_sig_hashes(). by Manuel Pégourié-Gonnard · 10 years ago
  55. 27716cc Clarify a point in the documentation by Manuel Pégourié-Gonnard · 10 years ago
  56. b541da6 Fix define for ssl_conf_curves() by Manuel Pégourié-Gonnard · 10 years ago
  57. 6e3ee3a Add mbedtls_ssl_conf_cert_profile() by Manuel Pégourié-Gonnard · 10 years ago
  58. bd990d6 Add ssl_conf_dhm_min_bitlen() by Manuel Pégourié-Gonnard · 10 years ago
  59. 1b1e65f Fix typos and other small issues in doc by Manuel Pégourié-Gonnard · 10 years ago
  60. 77cfe17 Remove now-useless typedef in ssl.h by Manuel Pégourié-Gonnard · 10 years ago
  61. 81abefd Fix typos/style in doxygen documentation by Manuel Pégourié-Gonnard · 10 years ago
  62. b48ef9c Improve documentation about HelloVerifyRequest by Manuel Pégourié-Gonnard · 10 years ago
  63. 398b206 Update doc for ssl_conf_renegotiation by Manuel Pégourié-Gonnard · 10 years ago
  64. 6a8ca33 Rename ERR_xxx_MALLOC_FAILED to ..._ALLOC_FAILED by Manuel Pégourié-Gonnard · 10 years ago
  65. 160e384 Fix bad name choice by Manuel Pégourié-Gonnard · 10 years ago
  66. f7c2eeb Remove unused struct member in ssl_context by Manuel Pégourié-Gonnard · 10 years ago
  67. 065122c Move some defines to ssl_internal.h by Manuel Pégourié-Gonnard · 10 years ago
  68. 56273da Move some includes to ssl_internal.h by Manuel Pégourié-Gonnard · 10 years ago
  69. cd4fcc6 Move some structures to ssl_internal.h by Manuel Pégourié-Gonnard · 10 years ago
  70. 5e94dde Create ssl_internal.h and move some functions by Manuel Pégourié-Gonnard · 10 years ago
  71. e057d3b Relax some dependencies by Manuel Pégourié-Gonnard · 10 years ago
  72. b596abf Refine cli/srv ifdefs for session tickets by Manuel Pégourié-Gonnard · 10 years ago
  73. cf141ca Fix #ifdefs on ssl_cli.c or ssl_srv.c by Manuel Pégourié-Gonnard · 10 years ago
  74. 0c0f11f Update dependencies & includes for session tickets by Manuel Pégourié-Gonnard · 10 years ago
  75. d59675d Move to callback for session tickets by Manuel Pégourié-Gonnard · 10 years ago
  76. b0394be Further adapt prototypes of ticket functions by Manuel Pégourié-Gonnard · 10 years ago
  77. 151dc77 Fix some old names that remained by Manuel Pégourié-Gonnard · 10 years ago
  78. 66dc555 mbedtls_ssl_conf_arc4_support() depends on ARC4_C by Manuel Pégourié-Gonnard · 10 years ago
  79. e391c8d Doc tune-up by Manuel Pégourié-Gonnard · 10 years ago
  80. 70860ad SSL timers are no longer just for DTLS by Manuel Pégourié-Gonnard · 10 years ago
  81. bbd28f7 Improve SSL doc about I/O and timeouts by Manuel Pégourié-Gonnard · 10 years ago
  82. 2e01291 Prepare the SSL modules for using timer callbacks by Manuel Pégourié-Gonnard · 10 years ago
  83. eecb43c Manually merge doc fixes from 1.3 by Manuel Pégourié-Gonnard · 10 years ago
  84. e6ef16f Change X.509 verify flags to uint32_t by Manuel Pégourié-Gonnard · 10 years ago
  85. 06939ce Fix order of ssl_conf vs ssl_setup in programs by Manuel Pégourié-Gonnard · 10 years ago
  86. 01e5e8c Change a few ssl_conf return types to void by Manuel Pégourié-Gonnard · 10 years ago
  87. 6729e79 Rename ssl_set_xxx() to ssl_conf_xxx() by Manuel Pégourié-Gonnard · 10 years ago
  88. 22bfa4b Add ssl_set_hs_ca_chain() by Manuel Pégourié-Gonnard · 10 years ago
  89. 1897af9 Make conf const inside ssl_context (finally) by Manuel Pégourié-Gonnard · 10 years ago
  90. 17a40cd Change ssl_own_cert to work on ssl_config by Manuel Pégourié-Gonnard · 10 years ago
  91. 1af6c85 Add ssl_set_hs_own_cert() by Manuel Pégourié-Gonnard · 10 years ago
  92. 8f618a8 Rework ssl_set_own_cert() internals by Manuel Pégourié-Gonnard · 10 years ago
  93. 120fdbd Change ssl_set_psk() to act on ssl_config by Manuel Pégourié-Gonnard · 10 years ago
  94. 4b68296 Use a specific function in the PSK callback by Manuel Pégourié-Gonnard · 10 years ago
  95. 750e4d7 Move ssl_set_rng() to act on config by Manuel Pégourié-Gonnard · 10 years ago
  96. 5cb3308 Merge contexts for session cache by Manuel Pégourié-Gonnard · 10 years ago
  97. ae31914 Rename ssl_legacy_renegotiation() to ssl_set_... by Manuel Pégourié-Gonnard · 10 years ago
  98. 662c6e8 Disable truncated HMAC by default by Manuel Pégourié-Gonnard · 10 years ago
  99. 1028b74 Upgrade default DHM params size by Manuel Pégourié-Gonnard · 10 years ago
  100. 8836994 Move WANT_READ/WANT_WRITE codes to SSL by Manuel Pégourié-Gonnard · 10 years ago