1. a0e20d0 Rename MBEDTLS_SSL_CID to MBEDTLS_SSL_DTLS_CONNECTION_ID by Hanno Becker · 6 years ago
  2. ebcc913 Consistently reference CID draft through name + URL by Hanno Becker · 6 years ago
  3. fb034e8 Improve wording of documentation of mbedtls_ssl_get_peer_cid() by Hanno Becker · 6 years ago
  4. 5cc145d Slightly reword documentation of mbedtls_ssl_set_cid() by Hanno Becker · 6 years ago
  5. 08cd9db Use full sentences in Doxygen documentation of mbedtls_ssl_set_cid() by Hanno Becker · 6 years ago
  6. 08cbc0c Use uniform spacing in def's of MBEDTLS_SSL_CID_{IN|OUT}_LEN_MAX by Hanno Becker · 6 years ago
  7. d9d4adb Improve wording in documentation of mbedtls_ssl_set_cid() by Hanno Becker · 6 years ago
  8. 7fefd83 Modify MBEDTLS_SSL_UNEXPECTED_CID_{FAIL|IGNORE} to ignore by default by Hanno Becker · 6 years ago
  9. 8367ccc Allow to configure the stack's behaviour on unexpected CIDs by Hanno Becker · 6 years ago
  10. c37c96a Add specific SSL error code for unexpected CIDs by Hanno Becker · 6 years ago
  11. ddf775a Reword CID documentation by Hanno Becker · 6 years ago
  12. b1aa1b3 Allow the configuration of padding when using CID extension by Hanno Becker · 6 years ago
  13. 22a59fd Remove indicators and warnings about unfinished CID implementation by Hanno Becker · 6 years ago
  14. f9c6a4b Add pointers to in/out CID fields to mbedtls_ssl_context by Hanno Becker · 6 years ago
  15. ad4a137 Add CID configuration API by Hanno Becker · 6 years ago
  16. 8b3eb5a Implement inner plaintext parsing/writing for CID-based connections by Hanno Becker · 6 years ago
  17. 1c1f046 Replace 'ingoing' -> 'incoming' in CID debug messages by Hanno Becker · 6 years ago
  18. c5f2422 Document behaviour of mbedtls_ssl_get_peer_cid() for empty CIDs by Hanno Becker · 6 years ago
  19. 064b732 Use unused extension ID as tentative ID for CID extension by Hanno Becker · 6 years ago
  20. 0652bc5 Add identifier for CID extension by Hanno Becker · 6 years ago
  21. 2f28c10 Add fields to SSL structures describing state and config of CID ext by Hanno Becker · 6 years ago
  22. f1f9a82 Add warnings about status of implementation of CID API by Hanno Becker · 6 years ago
  23. 4f664cb Clarify that mbedtls_ssl_set_cid() applies to all subsequent HSs by Hanno Becker · 6 years ago
  24. 318a87b Document that the use of CID is disabled by default. by Hanno Becker · 6 years ago
  25. 019f4b5 Add API for the use of the DTLS Connection ID extension by Hanno Becker · 6 years ago
  26. 7525aa0 Merge remote-tracking branch 'origin/pr/2410' into development by Jaeden Amero · 6 years ago
  27. 51d3ab5 Add public API for tls_prf by Ron Eldor · 6 years ago
  28. f5cc10d Add an extra key export function by Ron Eldor · 6 years ago
  29. abdf1c6 Document the default value for the maximum fragment length by Krzysztof Stachowiak · 6 years ago
  30. 6d72212 Improve clarity of mbedtls_ssl_conf_max_frag_len documentation by k-stachowiak · 6 years ago
  31. db850c6 Reword ssl_conf_max_frag_len documentation by k-stachowiak · 6 years ago
  32. 61aa74f Fix typos and miswording in the mbedtls_ssl_conf_max_frag_len documentation comment by k-stachowiak · 6 years ago
  33. eb1bb3d Reword ssl_conf_max_frag_len documentation to clarify its necessity by k-stachowiak · 6 years ago
  34. fe71067 Merge remote-tracking branch 'origin/pr/2539' into development by Jaeden Amero · 6 years ago
  35. d7ecbd6 Fix style issues and a typo by Janos Follath · 6 years ago
  36. 924270f Fix typo by Janos Follath · 6 years ago
  37. f345baf Fix doxygen documentation of mbedtls_ssl_set_verify() by Hanno Becker · 6 years ago
  38. 8927c83 Implement context-specific verification callbacks by Hanno Becker · 6 years ago
  39. 726c97a Add context-specific CRT verification callbacks by Hanno Becker · 6 years ago
  40. 7b58fb1 Improve documentation of mbedtls_ssl_conf_verify() by Hanno Becker · 6 years ago
  41. 5adaad9 Add X.509 CA callback to SSL configuration and implement setter API by Hanno Becker · 6 years ago
  42. 8bf74f3 Add SSL configuration API for trusted CA callbacks by Hanno Becker · 6 years ago
  43. fe4ef0c Add config sanity check for !MBEDTLS_SSL_KEEP_PEER_CERTIFICATE by Hanno Becker · 6 years ago
  44. 958efeb Improve documentation of mbedtls_ssl_get_peer_cert() by Hanno Becker · 6 years ago
  45. abe6f66 Remove peer CRT from mbedtls_ssl_session if new option is disabled by Hanno Becker · 6 years ago
  46. 9198ad1 Extend mbedtls_ssl_session by buffer holding peer CRT digest by Hanno Becker · 6 years ago
  47. bb278f5 Add configuration option to remove peer CRT after handshake by Hanno Becker · 6 years ago
  48. 4a82c1c Improve documentation of mbedtls_ssl_get_peer_cert() by Hanno Becker · 6 years ago
  49. de5a007 Merge development commit f352f7 into development-psa by Andrzej Kurek · 7 years ago
  50. c470b6b Merge development commit 8e76332 into development-psa by Andrzej Kurek · 7 years ago
  51. 36e89b5 Fix #2370, minor typos and spelling mistakes by Antonin Décimo · 7 years ago
  52. 7deba18 Remove unnecessary "#" sign from PSA macros by Andrzej Kurek · 7 years ago
  53. 2349c4d Adapt to the new key allocation mechanism by Andrzej Kurek · 7 years ago
  54. 6df8c53 Merge remote-tracking branch 'public/pr/2134' into development-restricted by Simon Butcher · 7 years ago
  55. f9a3287 Fix typo in documentation of mbedtls_ssl_conf_psk() by Hanno Becker · 7 years ago
  56. 463194d Fix typo in documentation of mbedtls_ssl_conf_opaque_psk() by Hanno Becker · 7 years ago
  57. 4363313 Add opaque PSK identifier to SSL configuration by Hanno Becker · 7 years ago
  58. 0228304 Add API for configuration of opaque PSK by Hanno Becker · 7 years ago
  59. 361ce6c Merge remote-tracking branch 'public/pr/2127' into development-restricted-proposed by Simon Butcher · 7 years ago
  60. d8e3a1e Clarify documentation of ssl_set_own_cert() by Manuel Pégourié-Gonnard · 7 years ago
  61. cc40d86 Improve documentation of mbedtls_ssl_get_verify_result() by Hanno Becker · 7 years ago
  62. a966fde Fix some documentation typos and improve a comment by Manuel Pégourié-Gonnard · 7 years ago
  63. ca29fdf Fix some typos in documentation and comments by Manuel Pégourié-Gonnard · 7 years ago
  64. 32df911 Fix documentation of what functions restart when by Manuel Pégourié-Gonnard · 7 years ago
  65. 125af94 Merge branch 'development-restricted' into iotssl-1260-non-blocking-ecc-restricted by Manuel Pégourié-Gonnard · 7 years ago
  66. eefe084 Style: Spell out PMTU in ssl.h by Hanno Becker · 7 years ago
  67. bc2498a Style: Add numerous comments indicating condition guarded by #endif by Hanno Becker · 7 years ago
  68. 2800751 DTLS Reordering: Improve doc of MBEDTLS_SSL_DTLS_MAX_BUFFERING by Hanno Becker · 7 years ago
  69. 0e96585 Merge branch 'datagram_packing' into message_reordering by Hanno Becker · 7 years ago
  70. eb57008 Fix typo in documentation of mbedtls_ssl_set_datagram_packing() by Hanno Becker · 7 years ago
  71. 1841b0a Rename ssl_conf_datagram_packing() to ssl_set_datagram_packing() by Hanno Becker · 7 years ago
  72. 3546201 Merge branch 'datagram_packing' into message_reordering by Hanno Becker · 7 years ago
  73. 170e2d8 Merge branch 'iotssl-165-dtls-hs-fragmentation-new' into datagram_packing by Hanno Becker · 7 years ago
  74. 68ae351 Fix some whitespace in documentation by Manuel Pégourié-Gonnard · 7 years ago
  75. 903ee3d Merge branch 'datagram_packing' into message_reordering by Hanno Becker · 7 years ago
  76. e0b150f Allow limiting the total amount of heap allocations for buffering by Hanno Becker · 7 years ago
  77. 6611035 Try to further clarify documentation by Manuel Pégourié-Gonnard · 7 years ago
  78. f2f1d40 Improve wording in ChangeLog and documentation by Manuel Pégourié-Gonnard · 7 years ago
  79. 6aeaa05 Merge branch 'iotssl-165-dtls-hs-fragmentation-new' into datagram_packing by Hanno Becker · 7 years ago
  80. 050dd6a Improve documentation of ssl_set_mtu(). by Manuel Pégourié-Gonnard · 7 years ago
  81. 065a2a3 Fix some typos and links in comments and doc by Manuel Pégourié-Gonnard · 7 years ago
  82. 6e7aaca Move MTU setting to SSL context, not config by Manuel Pégourié-Gonnard · 7 years ago
  83. 40f5084 Add frame for loading and storing buffered messages by Hanno Becker · 7 years ago
  84. 04da189 Make datagram packing dynamically configurable by Hanno Becker · 7 years ago
  85. 1985947 Store outgoing record sequence number outside record buffer by Hanno Becker · 7 years ago
  86. 7e89c17 Fix two typos in comments by Manuel Pégourié-Gonnard · 7 years ago
  87. 9468ff1 Implement support for MTU setting by Manuel Pégourié-Gonnard · 8 years ago
  88. 0b1d9b2 Declare ssl_conf_mtu() by Manuel Pégourié-Gonnard · 8 years ago
  89. ccb43df Merge remote-tracking branch 'public/pr/927' into development by Simon Butcher · 7 years ago
  90. 862e703 Merge remote-tracking branch 'public/pr/921' into development by Simon Butcher · 7 years ago
  91. 0011503 Repharse comments by Ron Eldor · 7 years ago
  92. e7aeef0 Merge remote-tracking branch 'public/pr/536' into development by Simon Butcher · 7 years ago
  93. 382c1db Minor fixes by Ron Eldor · 7 years ago
  94. 5ffc220 Documentation error in `mbedtls_ssl_get_session` by Ron Eldor · 8 years ago
  95. 6fd941f Remove unneeded namesapcing in header files by Ron Eldor · 8 years ago
  96. 7ee25d7 Allow 0 as a valid ret value for mbedtls_ssl_write by Andres Amaya Garcia · 8 years ago
  97. 79d9b50 Merge branch 'development' into iotssl-1260-non-blocking-ecc-restricted by Manuel Pégourié-Gonnard · 7 years ago
  98. d8213d0 Let MBEDTLS_SSL_MAX_CONTENT_LEN to be split into outward & inward sizes by Angus Gratton · 9 years ago
  99. 5f57f1e Merge remote-tracking branch 'public/pr/1270' into development by Simon Butcher · 7 years ago
  100. 558da9c Make SSL error code more generic by Manuel Pégourié-Gonnard · 7 years ago