1. 588ad50 Fix a fairly common typo in comments by Tillmann Karras · 10 years ago
  2. 5793e7e Merge 'development' into iotssl-411-port-reuse by Simon Butcher · 10 years ago
  3. 1a57af1 Update ssl.h by Simon Butcher · 10 years ago
  4. 2088e2e fix const-ness of argument to mbedtls_ssl_conf_cert_profile by Nicholas Wilson · 10 years ago
  5. 222cb8d Tune related documentation while at it by Manuel Pégourié-Gonnard · 10 years ago
  6. 3a2a448 Update documentation by Manuel Pégourié-Gonnard · 10 years ago
  7. be619c1 Clean up error codes by Manuel Pégourié-Gonnard · 10 years ago
  8. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  9. 5f5e0ec Improve mbedtls_ssl_write() documentation by Manuel Pégourié-Gonnard · 10 years ago
  10. a2cda6b Add mbedtls_ssl_get_max_frag_len() by Manuel Pégourié-Gonnard · 10 years ago
  11. bb83844 Clarify that there are two SSL I/O buffers by Manuel Pégourié-Gonnard · 10 years ago
  12. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  13. 0761733 Fix potential NULL dereference by Manuel Pégourié-Gonnard · 10 years ago
  14. fd47423 Change SSL debug API in the library by Manuel Pégourié-Gonnard · 10 years ago
  15. cdc26ae Add mbedtls_ssl_set_hs_authmode by Manuel Pégourié-Gonnard · 10 years ago
  16. 12ad798 Rename ssl_session.length to id_len by Manuel Pégourié-Gonnard · 10 years ago
  17. b31c5f6 Add SSL presets. by Manuel Pégourié-Gonnard · 10 years ago
  18. 36a8b57 Create API for mbedtls_ssl_conf_sig_hashes(). by Manuel Pégourié-Gonnard · 10 years ago
  19. 27716cc Clarify a point in the documentation by Manuel Pégourié-Gonnard · 10 years ago
  20. b541da6 Fix define for ssl_conf_curves() by Manuel Pégourié-Gonnard · 10 years ago
  21. 6e3ee3a Add mbedtls_ssl_conf_cert_profile() by Manuel Pégourié-Gonnard · 10 years ago
  22. bd990d6 Add ssl_conf_dhm_min_bitlen() by Manuel Pégourié-Gonnard · 10 years ago
  23. 1b1e65f Fix typos and other small issues in doc by Manuel Pégourié-Gonnard · 10 years ago
  24. 77cfe17 Remove now-useless typedef in ssl.h by Manuel Pégourié-Gonnard · 10 years ago
  25. 81abefd Fix typos/style in doxygen documentation by Manuel Pégourié-Gonnard · 10 years ago
  26. b48ef9c Improve documentation about HelloVerifyRequest by Manuel Pégourié-Gonnard · 10 years ago
  27. 398b206 Update doc for ssl_conf_renegotiation by Manuel Pégourié-Gonnard · 10 years ago
  28. 6a8ca33 Rename ERR_xxx_MALLOC_FAILED to ..._ALLOC_FAILED by Manuel Pégourié-Gonnard · 10 years ago
  29. 160e384 Fix bad name choice by Manuel Pégourié-Gonnard · 10 years ago
  30. f7c2eeb Remove unused struct member in ssl_context by Manuel Pégourié-Gonnard · 10 years ago
  31. 065122c Move some defines to ssl_internal.h by Manuel Pégourié-Gonnard · 10 years ago
  32. 56273da Move some includes to ssl_internal.h by Manuel Pégourié-Gonnard · 10 years ago
  33. cd4fcc6 Move some structures to ssl_internal.h by Manuel Pégourié-Gonnard · 10 years ago
  34. 5e94dde Create ssl_internal.h and move some functions by Manuel Pégourié-Gonnard · 10 years ago
  35. e057d3b Relax some dependencies by Manuel Pégourié-Gonnard · 10 years ago
  36. b596abf Refine cli/srv ifdefs for session tickets by Manuel Pégourié-Gonnard · 10 years ago
  37. cf141ca Fix #ifdefs on ssl_cli.c or ssl_srv.c by Manuel Pégourié-Gonnard · 10 years ago
  38. 0c0f11f Update dependencies & includes for session tickets by Manuel Pégourié-Gonnard · 10 years ago
  39. d59675d Move to callback for session tickets by Manuel Pégourié-Gonnard · 10 years ago
  40. b0394be Further adapt prototypes of ticket functions by Manuel Pégourié-Gonnard · 10 years ago
  41. 151dc77 Fix some old names that remained by Manuel Pégourié-Gonnard · 10 years ago
  42. 66dc555 mbedtls_ssl_conf_arc4_support() depends on ARC4_C by Manuel Pégourié-Gonnard · 10 years ago
  43. e391c8d Doc tune-up by Manuel Pégourié-Gonnard · 10 years ago
  44. 70860ad SSL timers are no longer just for DTLS by Manuel Pégourié-Gonnard · 10 years ago
  45. bbd28f7 Improve SSL doc about I/O and timeouts by Manuel Pégourié-Gonnard · 10 years ago
  46. 2e01291 Prepare the SSL modules for using timer callbacks by Manuel Pégourié-Gonnard · 10 years ago
  47. eecb43c Manually merge doc fixes from 1.3 by Manuel Pégourié-Gonnard · 10 years ago
  48. e6ef16f Change X.509 verify flags to uint32_t by Manuel Pégourié-Gonnard · 10 years ago
  49. 06939ce Fix order of ssl_conf vs ssl_setup in programs by Manuel Pégourié-Gonnard · 10 years ago
  50. 01e5e8c Change a few ssl_conf return types to void by Manuel Pégourié-Gonnard · 10 years ago
  51. 6729e79 Rename ssl_set_xxx() to ssl_conf_xxx() by Manuel Pégourié-Gonnard · 10 years ago
  52. 22bfa4b Add ssl_set_hs_ca_chain() by Manuel Pégourié-Gonnard · 10 years ago
  53. 1897af9 Make conf const inside ssl_context (finally) by Manuel Pégourié-Gonnard · 10 years ago
  54. 17a40cd Change ssl_own_cert to work on ssl_config by Manuel Pégourié-Gonnard · 10 years ago
  55. 1af6c85 Add ssl_set_hs_own_cert() by Manuel Pégourié-Gonnard · 10 years ago
  56. 8f618a8 Rework ssl_set_own_cert() internals by Manuel Pégourié-Gonnard · 10 years ago
  57. 120fdbd Change ssl_set_psk() to act on ssl_config by Manuel Pégourié-Gonnard · 10 years ago
  58. 4b68296 Use a specific function in the PSK callback by Manuel Pégourié-Gonnard · 10 years ago
  59. 750e4d7 Move ssl_set_rng() to act on config by Manuel Pégourié-Gonnard · 10 years ago
  60. 5cb3308 Merge contexts for session cache by Manuel Pégourié-Gonnard · 10 years ago
  61. ae31914 Rename ssl_legacy_renegotiation() to ssl_set_... by Manuel Pégourié-Gonnard · 10 years ago
  62. 662c6e8 Disable truncated HMAC by default by Manuel Pégourié-Gonnard · 10 years ago
  63. 1028b74 Upgrade default DHM params size by Manuel Pégourié-Gonnard · 10 years ago
  64. 8836994 Move WANT_READ/WANT_WRITE codes to SSL by Manuel Pégourié-Gonnard · 10 years ago
  65. 1b511f9 Rename ssl_set_bio_timeout() to set_bio() by Manuel Pégourié-Gonnard · 10 years ago
  66. 97fd52c Split ssl_set_read_timeout() out of bio_timeout() by Manuel Pégourié-Gonnard · 10 years ago
  67. cc3195e Fix misplaced #ifdef by Manuel Pégourié-Gonnard · 10 years ago
  68. 8620f73 Documentation tune-ups by Manuel Pégourié-Gonnard · 10 years ago
  69. bc2b771 Move ssl_set_ca_chain() to work on config by Manuel Pégourié-Gonnard · 10 years ago
  70. ba26c24 Change how hostname is stored internally by Manuel Pégourié-Gonnard · 10 years ago
  71. 2b49445 Move session ticket keys to conf by Manuel Pégourié-Gonnard · 10 years ago
  72. e51bba0 Make mfl_code a bitfield member by Manuel Pégourié-Gonnard · 10 years ago
  73. 684b059 Move ssl_set_fallback() to work on conf by Manuel Pégourié-Gonnard · 10 years ago
  74. 6bf89d6 Move ssl_set_max_fragment_len to work on conf by Manuel Pégourié-Gonnard · 10 years ago
  75. 17eab2b Move set_cbc_record_splitting() to conf by Manuel Pégourié-Gonnard · 10 years ago
  76. d36e33f Move easy ssl_set_xxx() functions to work on conf by Manuel Pégourié-Gonnard · 10 years ago
  77. 419d5ae Make endpoint+transport args of config_defaults() by Manuel Pégourié-Gonnard · 10 years ago
  78. def0bbe Allocate ssl_config out of ssl_setup() by Manuel Pégourié-Gonnard · 10 years ago
  79. cd523e2 Introduce mbedtls_ssl_config_{init,defaults,free}() by Manuel Pégourié-Gonnard · 10 years ago
  80. 7ca4e4d Move things to conf substructure by Manuel Pégourié-Gonnard · 10 years ago
  81. fa6473d Create structure ssl_config by Manuel Pégourié-Gonnard · 10 years ago
  82. 41d479e Split ssl_init() -> ssl_setup() by Manuel Pégourié-Gonnard · 10 years ago
  83. e6efa6f manually merge 9f98251 make extKeyUsage accessible by Manuel Pégourié-Gonnard · 10 years ago
  84. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  85. 932e393 Fix typos & Co by Manuel Pégourié-Gonnard · 10 years ago
  86. 8c8be1e Change default min TLS version to TLS 1.0 by Manuel Pégourié-Gonnard · 10 years ago
  87. d16df8f Cleanup unused bit in ssl by Manuel Pégourié-Gonnard · 10 years ago
  88. fa44f20 Change authmode default to Required on client by Manuel Pégourié-Gonnard · 10 years ago
  89. 9a65e80 Properly mark ssl_set_bio() as deprecated by Manuel Pégourié-Gonnard · 10 years ago
  90. 849b174 Disable RC4 by default in the library by Manuel Pégourié-Gonnard · 10 years ago
  91. 4772314 Remove functions deprecated in 1.3 by Manuel Pégourié-Gonnard · 10 years ago
  92. 7c4e60f Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  93. 852a6d3 Rename ssl.renegotiation to ssl.renego_status by Manuel Pégourié-Gonnard · 10 years ago
  94. 3b2c0d6 Add comments on some renego flags by Manuel Pégourié-Gonnard · 10 years ago
  95. 69849f8 Drop renego state from context if no renego support by Manuel Pégourié-Gonnard · 10 years ago
  96. 55f968b Switch renego define from disable to enable by Manuel Pégourié-Gonnard · 10 years ago
  97. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago[Renamed from include/polarssl/ssl.h]
  98. ed99d70 Rename macro to avoid possible future collision by Manuel Pégourié-Gonnard · 10 years ago
  99. 2f5a1b4 Rename SSL_RENEGOTIATION macro by Manuel Pégourié-Gonnard · 10 years ago
  100. 9b66990 Fix typos in macro names by Manuel Pégourié-Gonnard · 10 years ago