1. 7ad671b Fix typo in mbedtls_ssl_set_bio description. by Christopher Moynihan · 5 years ago
  2. 44bfbe3 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  3. 44183d1 Merge pull request #3409 from bensze01/license-2.7 by Janos Follath · 5 years ago
  4. 4e9f712 Update license headers to Apache-2.0 OR GPL-2.0-or-later by Bence Szépkúti · 5 years ago
  5. a32236c Use defines to check alpn ext list validity by Ronald Cron · 5 years ago
  6. d8562b5 Add error condition for bad user configurations by Hanno Becker · 8 years ago
  7. 0cf1776 Merge remote-tracking branch 'origin/pr/2451' into mbedtls-2.7 by Jaeden Amero · 6 years ago
  8. 8aed8e1 Adjust backport's documentation to account for missing features by k-stachowiak · 6 years ago
  9. 2dd69e1 Backport a doxygen note from development for `mbedtls_ssl_conf_max_frag_len()` by k-stachowiak · 6 years ago
  10. 79ad286 Reword ssl_conf_max_frag_len documentation for clarity by k-stachowiak · 6 years ago
  11. 8fd9156 Fix #2370, minor typos and spelling mistakes by Antonin Décimo · 7 years ago
  12. 3112d10 Merge remote-tracking branch 'public/pr/2144' into mbedtls-2.7 by Simon Butcher · 7 years ago
  13. 995878c Improve documentation of mbedtls_ssl_get_verify_result() by Hanno Becker · 7 years ago
  14. 3aed597 Clarify documentation of ssl_set_own_cert() by Manuel Pégourié-Gonnard · 7 years ago
  15. b47e0a6 Merge remote-tracking branch 'public/pr/1805' into mbedtls-2.7 by Simon Butcher · 7 years ago
  16. 48883cd Merge remote-tracking branch 'public/pr/1780' into mbedtls-2.7 by Simon Butcher · 7 years ago
  17. a9779f1 Repharse comments by Ron Eldor · 7 years ago
  18. 98848f0 Minor fixes by Ron Eldor · 7 years ago
  19. 4624030 Documentation error in `mbedtls_ssl_get_session` by Ron Eldor · 8 years ago
  20. df9b93e Remove unneeded namesapcing in header files by Ron Eldor · 8 years ago
  21. dbd17b7 Allow 0 as a valid ret value for mbedtls_ssl_write by Andres Amaya Garcia · 8 years ago
  22. bb5e1c3 Fix multiple quality issues in the source by Simon Butcher · 7 years ago
  23. 9259b3b Remove double declaration of mbedtls_ssl_list_ciphersuites by Moran Peker · 7 years ago
  24. 28448b2 Improve documentation of mbedtls_ssl_write() by Darryl Green · 7 years ago
  25. 2cfeb88 Merge tag 'mbedtls-2.7.2' into iotssl-1381-x509-verify-refactor-2.7-restricted by Gilles Peskine · 7 years ago
  26. c0826f1 Merge remote-tracking branch 'upstream-public/pr/936' into mbedtls-2.7-proposed by Gilles Peskine · 7 years ago
  27. fcc4348 Improve some comments by Manuel Pégourié-Gonnard · 8 years ago
  28. 3a13084 Clarify documentation for directly-trusted certs by Manuel Pégourié-Gonnard · 8 years ago
  29. 784de59 Merge remote-tracking branch 'upstream-restricted/pr/410' into development-restricted by Jaeden Amero · 8 years ago
  30. a40a101 Update Doxygen file blocks to remove copyright and license information by Darryl Green · 8 years ago
  31. 1a9a51c Enhance documentation of ssl_write_hostname_ext, adapt ChangeLog. by Hanno Becker · 8 years ago
  32. 0446a39 Enhance documentation of mbedtls_ssl_set_hostname by Hanno Becker · 8 years ago
  33. a90658f Add ssl_conf_dh_param_bin superseding ssl_conf_dh_param by Hanno Becker · 8 years ago
  34. 470a8c4 Deprecate mbedtls_ssl_conf_dh_param by Hanno Becker · 8 years ago
  35. 5a7c35d Correct documentation of `mbedtls_ssl_conf_dh_param` by Hanno Becker · 8 years ago
  36. f8258e7 Adapt documentation of `mbedtls_ssl_conf_dh_param` to new moduli by Hanno Becker · 8 years ago
  37. 31458a1 Only return VERIFY_FAILED from a single point by Manuel Pégourié-Gonnard · 8 years ago
  38. af0665d Simplify retaining of messages for future processing by Hanno Becker · 8 years ago
  39. 23b33f8 Merge remote-tracking branch 'hanno/sig_hash_compatibility' into development by Manuel Pégourié-Gonnard · 8 years ago
  40. 4ae7d5d Clarified documentation of mbedtls_ssl_setup by Gilles Peskine · 8 years ago
  41. 088ce43 Implement optional CA list suppression in Certificate Request by Janos Follath · 8 years ago
  42. 7e5437a Remember suitable hash function for any signature algorithm. by Hanno Becker · 8 years ago
  43. aca11a0 Fixed typo in ssl.h by Jaakko Korhonen · 8 years ago
  44. ee75b9b Add clarification to the TLS renegotiation period by Simon Butcher · 8 years ago
  45. 1d4db5b Merge 'iotssl-1099-incorrect-renego-dtls' by Simon Butcher · 8 years ago
  46. a90f6bd Merge PR #737 - type in ssl.h by Simon Butcher · 8 years ago
  47. 18c5c59 Fix renegotiation at incorrect times in DTLS by Andres AG · 9 years ago
  48. 14918fb Fixed typo in ssl.h by Jaakko Korhonen · 9 years ago
  49. b67c897 removed outdated comment by DSiekmeier · 9 years ago
  50. 9900014 Merge fix for IE Certificate Compatibility by Simon Butcher · 9 years ago
  51. 3616f6f Rename net.{c,h} to net_sockets.{c,h} by Andres AG · 9 years ago
  52. 8631143 Puts platform time abstraction into a own header by Simon Butcher · 9 years ago
  53. 7247f99 Fixes missing dependency in ss.h on platform.h by James Cowgill · 9 years ago
  54. efc665f Fix mbedtls_ssl_set_hostname documentation by Janos Follath · 9 years ago
  55. d96e526 ssl.h: tidy up the documentation comments (#505) by Aaron Jones · 9 years ago
  56. 0b98d2f Fix minor doc issue by Attila Molnar · 9 years ago
  57. d5800b7 Abstracts away time()/stdlib.h into platform by SimonB · 9 years ago
  58. 68c0bd7 Clarified current status of RC4 usage by Simon Butcher · 9 years ago
  59. d567a23 Fix typos, grammar in the comments and clarify them by Simon Butcher · 9 years ago
  60. e846b51 Use the SSL IO and time callback typedefs consistently by Simon Butcher · 9 years ago
  61. c0957bd Fix some minor typos in comments by Simon Butcher · 9 years ago
  62. d1b7f2b ssl: ignore CertificateRequest's content for real by Manuel Pégourié-Gonnard · 9 years ago
  63. 9d62412 Add note about not implementing PSK id_hint by Manuel Pégourié-Gonnard · 9 years ago
  64. 157cb65 Clarified mbedtls_ssl_conf_alpn_protocols() doc by Simon Butcher · 9 years ago
  65. 02049dc Add links to KB articles by Manuel Pégourié-Gonnard · 9 years ago
  66. d13b950 Improve documentation of some SSL callbacks by Manuel Pégourié-Gonnard · 9 years ago
  67. edb1a48 dtls: improve doc about handshake timeouts by Manuel Pégourié-Gonnard · 10 years ago
  68. 4c2bfdb Merge 'iotssl-558-md5-tls-sigs-restricted' by Simon Butcher · 10 years ago
  69. fabce5e Merge branch 'misc' into development by Simon Butcher · 10 years ago
  70. acbb050 Make documentation more explicit on TLS errors by Manuel Pégourié-Gonnard · 10 years ago
  71. 47229c7 Disable MD5 in handshake signatures by default by Manuel Pégourié-Gonnard · 10 years ago
  72. e2e25e7 DTLS: avoid dropping too many records by Manuel Pégourié-Gonnard · 10 years ago
  73. 2046062 Merge branch 'development' into misc by Simon Butcher · 10 years ago
  74. 5f7c34b Merge branch iotssl-521-keylen-check by Simon Butcher · 10 years ago
  75. 65eefc8 Fix missing check for RSA key length on EE certs by Manuel Pégourié-Gonnard · 10 years ago
  76. e5f3072 Fix #ifdef inconsistency by Manuel Pégourié-Gonnard · 10 years ago
  77. fadacb9 Merge branch 'development' into iotssl-461-ecjpake-finalization by Manuel Pégourié-Gonnard · 10 years ago
  78. 024b6df Improve key export API and documentation by Manuel Pégourié-Gonnard · 10 years ago
  79. adeb7d8 Move all KEY_EXCHANGE__ definitions in one place by Manuel Pégourié-Gonnard · 10 years ago
  80. 4289c0d Typo in parameter name by Robert Cragie · 10 years ago
  81. 4feb7ae Added key export API by Robert Cragie · 10 years ago
  82. ef388f1 Merge branch 'development' into development-restricted by Manuel Pégourié-Gonnard · 10 years ago
  83. 9f81231 Revised hostname length check from review by Simon Butcher · 10 years ago
  84. 89f7762 Added max length checking of hostname by Simon Butcher · 10 years ago
  85. 588ad50 Fix a fairly common typo in comments by Tillmann Karras · 10 years ago
  86. eef142d Depend on ECJPAKE key exchange, not module by Manuel Pégourié-Gonnard · 10 years ago
  87. 557535d Add ECJPAKE key exchange by Manuel Pégourié-Gonnard · 10 years ago
  88. 5793e7e Merge 'development' into iotssl-411-port-reuse by Simon Butcher · 10 years ago
  89. 294139b Add client extension writing by Manuel Pégourié-Gonnard · 10 years ago
  90. 7002f4a Add mbedtls_ssl_set_hs_ecjpake_password() by Manuel Pégourié-Gonnard · 10 years ago
  91. 1a57af1 Update ssl.h by Simon Butcher · 10 years ago
  92. 2088e2e fix const-ness of argument to mbedtls_ssl_conf_cert_profile by Nicholas Wilson · 10 years ago
  93. 222cb8d Tune related documentation while at it by Manuel Pégourié-Gonnard · 10 years ago
  94. 3a2a448 Update documentation by Manuel Pégourié-Gonnard · 10 years ago
  95. be619c1 Clean up error codes by Manuel Pégourié-Gonnard · 10 years ago
  96. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  97. 5f5e0ec Improve mbedtls_ssl_write() documentation by Manuel Pégourié-Gonnard · 10 years ago
  98. a2cda6b Add mbedtls_ssl_get_max_frag_len() by Manuel Pégourié-Gonnard · 10 years ago
  99. bb83844 Clarify that there are two SSL I/O buffers by Manuel Pégourié-Gonnard · 10 years ago
  100. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago