1. 1f5a15d Check retval of remaining_payload_in_datagram in ssl_write_record() by Hanno Becker · 6 years ago
  2. ecff205 Remove stray bracket if MBEDTLS_ZLIB_SUPPORT is defined by Hanno Becker · 6 years ago
  3. 6aeaa05 Merge branch 'iotssl-165-dtls-hs-fragmentation-new' into datagram_packing by Hanno Becker · 6 years ago
  4. 513815a Fix typo in debugging output by Hanno Becker · 6 years ago
  5. a1071a5 Compute record expansion at the right time by Manuel Pégourié-Gonnard · 6 years ago
  6. 065a2a3 Fix some typos and links in comments and doc by Manuel Pégourié-Gonnard · 6 years ago
  7. 6e7aaca Move MTU setting to SSL context, not config by Manuel Pégourié-Gonnard · 6 years ago
  8. e1dcb03 Don't send empty fragments of nonempty handshake messages by Hanno Becker · 6 years ago
  9. 04da189 Make datagram packing dynamically configurable by Hanno Becker · 6 years ago
  10. 7e77213 Fix unused variable warning in ssl_session_reset_int() by Hanno Becker · 6 years ago
  11. 0defedb Fix unused variable warning in mbedtls_ssl_get_max_record_payload by Hanno Becker · 6 years ago
  12. f29d470 Reset in/out pointers on SSL session reset by Hanno Becker · 6 years ago
  13. 4ccbf06 Minor improvements in ssl_session_reset_int() by Hanno Becker · 6 years ago
  14. 2a43f6f Introduce function to reset in/out pointers by Hanno Becker · 6 years ago
  15. b50a253 Move size check for records by Hanno Becker · 6 years ago
  16. 67bc7c3 Don't immediately flush datagram after preparing a record by Hanno Becker · 6 years ago
  17. 2b1e354 Increase record buffer pointer after preparing a record by Hanno Becker · 6 years ago
  18. 3b23590 Log calls to ssl_flight_append() in debugging output by Hanno Becker · 6 years ago
  19. 0448462 Increment record sequence number in ssl_write_record() by Hanno Becker · 6 years ago
  20. 1985947 Store outgoing record sequence number outside record buffer by Hanno Becker · 6 years ago
  21. 5aa4e2c Move deduction of internal record buffer pointers to function by Hanno Becker · 6 years ago
  22. 3879fdf Merge remote-tracking branch 'public/pr/1955' into iotssl-165-dtls-hs-fragmentation-new by Manuel Pégourié-Gonnard · 6 years ago
  23. ad17fe9 Fix overly strict bounds check in ssl_parse_certificate_request() by Hanno Becker · 6 years ago
  24. 19c62f9 Add test for session resumption by Manuel Pégourié-Gonnard · 6 years ago
  25. 7e89c17 Fix two typos in comments by Manuel Pégourié-Gonnard · 6 years ago
  26. b747c6c Add basic first tests for MTU setting by Manuel Pégourié-Gonnard · 6 years ago
  27. 637e234 Merge remote-tracking branch 'public/pr/1915' into iotssl-165-dtls-hs-fragmentation-new by Manuel Pégourié-Gonnard · 6 years ago
  28. 9468ff1 Implement support for MTU setting by Manuel Pégourié-Gonnard · 7 years ago
  29. 0b1d9b2 Declare ssl_conf_mtu() by Manuel Pégourié-Gonnard · 7 years ago
  30. 2cb17e2 Make handshake fragmentation follow max_frag_len by Manuel Pégourié-Gonnard · 7 years ago
  31. 28f4bea Start implementing fragmentation by Manuel Pégourié-Gonnard · 7 years ago
  32. 87a346f Always save flight first, (re)send later by Manuel Pégourié-Gonnard · 7 years ago
  33. 9c3a8ca Clarify code a bit in write_handshake_msg() by Manuel Pégourié-Gonnard · 7 years ago
  34. 31c1586 Start separating handshake from record writing by Manuel Pégourié-Gonnard · 7 years ago
  35. 7864090 Reset session_in/out pointers in ssl_session_reset_int() by Hanno Becker · 6 years ago
  36. d8f4169 Merge remote-tracking branch 'upstream-public/pr/1598' into development by Jaeden Amero · 6 years ago
  37. cac0c1a Merge remote-tracking branch 'upstream-public/pr/1378' into development by Jaeden Amero · 6 years ago
  38. 5b559ac Fix mbedtls_ssl_get_record_expansion() for ChaChaPoly and CBC by Hanno Becker · 6 years ago
  39. 1b9b217 enforce input and output of ccm selftest on stack by Ron Eldor · 7 years ago
  40. 608a487 Fix memory leak in ecp_mul_comb() if ecp_precompute_comb() fails by Angus Gratton · 7 years ago
  41. 193c864 Update version to 2.12.0 by Jaeden Amero · 6 years ago
  42. 37b9fd5 Merge remote-tracking branch 'restricted/pr/490' into development by Simon Butcher · 6 years ago
  43. 2c92949 Merge remote-tracking branch 'public/pr/1198' into development by Simon Butcher · 6 years ago
  44. c88c627 Merge remote-tracking branch 'public/pr/1658' into development by Simon Butcher · 6 years ago
  45. 9ab746c Add selftests by Ron Eldor · 6 years ago
  46. cb349ac Implement the KW and KWP algorithm by Ron Eldor · 6 years ago
  47. 466a57f Key wrapping API definition by Ron Eldor · 7 years ago
  48. dad05b7 Merge remote-tracking branch 'public/pr/1844' into development by Simon Butcher · 6 years ago
  49. 116ac43 Merge remote-tracking branch 'public/pr/1852' into development by Simon Butcher · 6 years ago
  50. fced1f2 Merge remote-tracking branch 'public/pr/1854' into development by Simon Butcher · 6 years ago
  51. ca2ea4e Fix issue if salt = NULL and salt_len !=0 in mbedtls_hkdf_extract() by Brian J Murray · 6 years ago
  52. 1a7a17e Check for invalid short Alert messages by Angus Gratton · 6 years ago
  53. 3481792 TLSv1.2: Treat zero-length fragments as invalid, unless they are application data by Angus Gratton · 6 years ago
  54. b512bc1 CBC mode: Allow zero-length message fragments (100% padding) by Angus Gratton · 6 years ago
  55. 922bd1e Merge remote-tracking branch 'public/pr/1752' into development by Simon Butcher · 6 years ago
  56. df15356 Merge remote-tracking branch 'public/pr/1663' into development by Simon Butcher · 6 years ago
  57. 0e2c07e Remove unnecessary mark as unused #1098 by Dawid Drozd · 6 years ago
  58. 8744a02 Clarify a few comments by Manuel Pégourié-Gonnard · 6 years ago
  59. e7aeef0 Merge remote-tracking branch 'public/pr/536' into development by Simon Butcher · 6 years ago
  60. 32b0747 Merge remote-tracking branch 'public/pr/1737' into development by Simon Butcher · 6 years ago
  61. cdbb2f2 Merge remote-tracking branch 'public/pr/1563' into development by Simon Butcher · 6 years ago
  62. 6331cb0 Fix some whitespace issues in ChangeLog and CMakeLists.txt by Simon Butcher · 6 years ago
  63. d21bd31 Merge remote-tracking branch 'public/pr/1567' into development by Simon Butcher · 6 years ago
  64. 6a25cfa Avoid debug message that might leak length by Manuel Pégourié-Gonnard · 6 years ago
  65. a5fbfd7 Enable snprintf on FreeBSD by k-stachowiak · 6 years ago
  66. a61d123 Minor changes to comments in hkdf.c by Brian J Murray · 6 years ago
  67. 7b42030 Add counter-measure to cache-based Lucky 13 by Manuel Pégourié-Gonnard · 6 years ago
  68. 1cc1fb0 Fix Lucky 13 cache attack on MD/SHA padding by Manuel Pégourié-Gonnard · 6 years ago
  69. ab8d58c Move definition of MBEDTLS_CIPHER_MODE_STREAM by Ron Eldor · 6 years ago
  70. 034e139 Merge remote-tracking branch 'public/pr/1621' into development by Simon Butcher · 6 years ago
  71. 4b6b08e Merge remote-tracking branch 'public/pr/1006' into development by Simon Butcher · 6 years ago
  72. 1d97cab Merge remote-tracking branch 'public/pr/1645' into development by Simon Butcher · 6 years ago
  73. bea00bd Merge remote-tracking branch 'public/pr/1783' into development by Simon Butcher · 6 years ago
  74. 6665b67 Merge remote-tracking branch 'public/pr/1390' into development by Simon Butcher · 6 years ago
  75. 2682edf Fix build using -std=c99 by Nicholas Wilson · 7 years ago
  76. 512b4ee Use gmtime_r to fix thread-safety issue, and use mbedtls_time on Windows by Nicholas Wilson · 7 years ago
  77. 8ee2422 about a issue Replace "new" variable #1782 by niisato · 6 years ago
  78. bf7fe4f Replace check with APPLE with CMAKE_SYSTEM_NAME by Andres Amaya Garcia · 6 years ago
  79. 5b92352 Document ssl_write_real() behaviour in detail by Andres Amaya Garcia · 7 years ago
  80. 755bb6a Add ecc extensions only if ecc ciphersuite is used by Ron Eldor · 7 years ago
  81. e3402ce Enable APPLE_BUILD in makefile if using system ar by Andres Amaya Garcia · 6 years ago
  82. 21f73b5 Coding style by Philippe Antoine · 6 years ago
  83. c51d613 Ensure crosscompiling with make works in Mac OS X by Andres Amaya Garcia · 6 years ago
  84. 2e58e8e Implement ChachaPoly mode in TLS by Manuel Pégourié-Gonnard · 6 years ago
  85. ce66d5e Declare ChaCha-Poly ciphersuites by Manuel Pégourié-Gonnard · 6 years ago
  86. f57bf8b Define specific mode for ChachaPoly by Manuel Pégourié-Gonnard · 6 years ago
  87. a18034a Adjust to added fields in cipher_base_t by Manuel Pégourié-Gonnard · 6 years ago
  88. 0dadba2 Merge branch 'development' into iotssl-2257-chacha-poly-primitives by Manuel Pégourié-Gonnard · 6 years ago
  89. 2fcd3e4 Change the library version to 2.11.0 by Simon Butcher · 6 years ago
  90. d8213d0 Let MBEDTLS_SSL_MAX_CONTENT_LEN to be split into outward & inward sizes by Angus Gratton · 9 years ago
  91. c7bc9e1 Fix a few typos by Manuel Pégourié-Gonnard · 6 years ago
  92. cbe248a Merge remote-tracking branch 'public/pr/1727' into development by Simon Butcher · 6 years ago
  93. 1f91575 Merge remote-tracking branch 'public/pr/1681' into development by Simon Butcher · 6 years ago
  94. 2711ad7 Merge remote-tracking branch 'public/pr/1736' into development by Simon Butcher · 6 years ago
  95. 600c5e6 Compilation warning fixes on 32b platfrom with IAR by Simon Butcher · 6 years ago
  96. 2dbecc0 Merge remote-tracking branch 'public/pr/1602' into development by Simon Butcher · 6 years ago
  97. 66a8903 Fix for missing len var when XTS config'd and CTR not by Simon Butcher · 6 years ago
  98. 5f57f1e Merge remote-tracking branch 'public/pr/1270' into development by Simon Butcher · 6 years ago
  99. 6755905 Merge remote-tracking branch 'public/pr/1602' into development by Simon Butcher · 6 years ago
  100. ff2f493 config: List cipher modes in alphabetical order by Jaeden Amero · 6 years ago