1. 253b0de Remove use of C99 construct by Manuel Pégourié-Gonnard · 5 years ago
  2. 09ac297 Add missing const for consistency by Manuel Pégourié-Gonnard · 5 years ago
  3. 94fd8dc Fix typos in comments by Manuel Pégourié-Gonnard · 5 years ago
  4. 5bb6f3c Check errors from the MD layer by Manuel Pégourié-Gonnard · 5 years ago
  5. a6c1317 Remove unnecessary cast by Manuel Pégourié-Gonnard · 5 years ago
  6. 74503bb Improve some comments and internal documentation by Manuel Pégourié-Gonnard · 5 years ago
  7. 1e94128 Factor repeated condition to its own macro by Manuel Pégourié-Gonnard · 5 years ago
  8. de02b58 Implement cf_hmac() actually with constant flow by Manuel Pégourié-Gonnard · 5 years ago
  9. 368fc65 Use existing implementation of cf_hmac() by Manuel Pégourié-Gonnard · 5 years ago
  10. fde7505 Add dummy constant-flow HMAC function with tests by Manuel Pégourié-Gonnard · 5 years ago
  11. a60d0f2 Factor repeated preprocessor condition to a macro by Manuel Pégourié-Gonnard · 5 years ago
  12. f69b919 Merge branch 'mbedtls-2.16-restricted' into mbedtls-2.16.7r0 by Janos Follath · 5 years ago
  13. 20cd85c Use starts/finish around Lucky 13 dummy compressions by Manuel Pégourié-Gonnard · 5 years ago
  14. f744bd7 Update license headers to Apache-2.0 OR GPL-2.0-or-later by Bence Szépkúti · 5 years ago
  15. 157cffe Use defines to check alpn ext list validity by Ronald Cron · 5 years ago
  16. b08a334 Improve debug logging of client hard reconnect by Manuel Pégourié-Gonnard · 5 years ago
  17. 52dbda6 Fix compilation issue when DTLS and SSL_HW_RECORD_ACCEL are on by Andres Amaya Garcia · 7 years ago
  18. 7f132cc Merge remote-tracking branch 'origin/pr/2714' into mbedtls-2.16 by Jaeden Amero · 6 years ago
  19. 16529b2 ssl_tls: Enable Suite B with subset of ECP curves by Jaeden Amero · 6 years ago
  20. d5f4759 Fix #2370, minor typos and spelling mistakes by Antonin Décimo · 7 years ago
  21. e1b1a2c Merge remote-tracking branch 'upstream-public/pr/2181' into development by Jaeden Amero · 7 years ago
  22. 3fbdada SSL: Make use of the new ECDH interface by Janos Follath · 7 years ago
  23. f6d6e30 Fix incomplete assertion in ssl_write_handshake_msg() by Hanno Becker · 7 years ago
  24. 2705bea Merge remote-tracking branch 'public/pr/2095' into development-proposed by Simon Butcher · 7 years ago
  25. 17a0fab Merge remote-tracking branch 'public/pr/2111' into development-proposed by Simon Butcher · 7 years ago
  26. 169712e Merge remote-tracking branch 'restricted/pr/390' into development by Simon Butcher · 7 years ago
  27. dd3ab13 Fail when encountering invalid CBC padding in EtM records by Hanno Becker · 7 years ago
  28. 805f2e1 Add missing zeroization of buffered handshake messages by Hanno Becker · 7 years ago
  29. 748face ssl_tls: fix maximum output length by Andrzej Kurek · 7 years ago
  30. ef43ce6 Dtls: change the way unlimited mtu is set for client hello messages by Andrzej Kurek · 7 years ago
  31. 6290dae Disable dtls fragmentation for ClientHello messages by Andrzej Kurek · 7 years ago
  32. 125af94 Merge branch 'development-restricted' into iotssl-1260-non-blocking-ecc-restricted by Manuel Pégourié-Gonnard · 7 years ago
  33. 0bbb4fc Merge branch 'development' into development by Simon Butcher · 7 years ago
  34. 552754a Merge remote-tracking branch 'public/pr/1988' into development by Simon Butcher · 7 years ago
  35. 68dbc94 Merge remote-tracking branch 'public/pr/1951' into development by Simon Butcher · 7 years ago
  36. a591c48 Correct typo in debug message by Hanno Becker · 7 years ago
  37. 83ab41c Correct typo in comment by Hanno Becker · 7 years ago
  38. cd9dcda Add const qualifier to handshake header reading functions by Hanno Becker · 7 years ago
  39. 39b8bc9 Change wording of debug message by Hanno Becker · 7 years ago
  40. ef7afdf Rename another_record_in_datagram to next_record_is_in_datagram by Hanno Becker · 7 years ago
  41. c573ac3 Fix typos in debug message and comment in ssl-tls.c by Hanno Becker · 7 years ago
  42. 3af567d Merge remote-tracking branch 'restricted/pr/437' into development-restricted by Simon Butcher · 7 years ago
  43. 7f85563 Merge remote-tracking branch 'restricted/pr/491' into development-restricted by Simon Butcher · 7 years ago
  44. 14dac09 Merge remote-tracking branch 'public/pr/1918' into development by Simon Butcher · 7 years ago
  45. 1846e40 Merge remote-tracking branch 'public/pr/1939' into development by Simon Butcher · 7 years ago
  46. 4613772 Merge remote-tracking branch 'public/pr/1915' into development by Simon Butcher · 7 years ago
  47. 0207e53 Style: Correct typo in ssl-tls.c by Hanno Becker · 7 years ago
  48. d584777 Style: Group buffering-related forward declarations in ssl_tls.c by Hanno Becker · 7 years ago
  49. 360bef3 Reordering: Document that only HS and CCS msgs are buffered by Hanno Becker · 7 years ago
  50. 4f432ad Style: Don't use abbreviations in comments by Hanno Becker · 7 years ago
  51. b8f5014 Add explicit MBEDTLS_DEBUG_C-guard around debugging code by Hanno Becker · 7 years ago
  52. f0da667 Style: Add braces around if-branch where else-branch has them by Hanno Becker · 7 years ago
  53. ecbdf1c Style: Correct indentation of debug msgs in mbedtls_ssl_write_record by Hanno Becker · 7 years ago
  54. 3f7b973 Correct typo in mbedtls_ssl_flight_transmit() by Hanno Becker · 7 years ago
  55. 6e12c1e Enhance debugging output by Hanno Becker · 7 years ago
  56. 0e96585 Merge branch 'datagram_packing' into message_reordering by Hanno Becker · 7 years ago
  57. 1841b0a Rename ssl_conf_datagram_packing() to ssl_set_datagram_packing() by Hanno Becker · 7 years ago
  58. f4b010e Limit MTU by maximum fragment length setting by Hanno Becker · 7 years ago
  59. 283f5ef Buffering: Free future record epoch after each flight by Hanno Becker · 7 years ago
  60. 081bd81 ssl_write_handshake_msg(): Always append CCS messages to flights by Hanno Becker · 7 years ago
  61. c83d2b3 ssl_write_handshake_msg(): Allow alert on client-side SSLv3 by Hanno Becker · 7 years ago
  62. b309b92 ssl_buffering_free_slot(): Double-check validity of slot index by Hanno Becker · 7 years ago
  63. 65dc885 Use size_t for msg_len argument in ssl_get_reassembly_buffer_size() by Hanno Becker · 7 years ago
  64. 1b20e8e Merge branch 'datagram_packing' into message_reordering by Hanno Becker · 7 years ago
  65. 554b0af Fix assertion in mbedtls_ssl_write_record() by Hanno Becker · 7 years ago
  66. 7428d4f Merge branch 'datagram_packing' into message_reordering by Hanno Becker · 7 years ago
  67. 551835d ssl_write_handshake_msg(): Always append CCS messages to flights by Hanno Becker · 7 years ago
  68. 2c98db2 ssl_write_handshake_msg(): Allow alert on client-side SSLv3 by Hanno Becker · 7 years ago
  69. 6353134 Merge branch 'datagram_packing' into message_reordering by Hanno Becker · 7 years ago
  70. 11682cc Uniformly treat MTU as size_t by Hanno Becker · 7 years ago
  71. 3546201 Merge branch 'datagram_packing' into message_reordering by Hanno Becker · 7 years ago
  72. a67dee2 Merge branch 'iotssl-2402-basic-pmtu-adaptation' into datagram_packing by Hanno Becker · 7 years ago
  73. b8eec19 Implement PMTU auto-reduction in handshake by Manuel Pégourié-Gonnard · 7 years ago
  74. 170e2d8 Merge branch 'iotssl-165-dtls-hs-fragmentation-new' into datagram_packing by Hanno Becker · 7 years ago
  75. 903ee3d Merge branch 'datagram_packing' into message_reordering by Hanno Becker · 7 years ago
  76. 01315ea Account for future epoch records in the total buffering size by Hanno Becker · 7 years ago
  77. a02b0b4 Add function making space for current message reassembly by Hanno Becker · 7 years ago
  78. e180139 Add another debug message to ssl_buffer_message() by Hanno Becker · 7 years ago
  79. 55e9e2a Free future buffers if next handshake messages can't be reassembled by Hanno Becker · 7 years ago
  80. e605b19 Add function to free a particular buffering slot by Hanno Becker · 7 years ago
  81. 96a6c69 Correct bounds check in ssl_buffer_message() by Hanno Becker · 7 years ago
  82. e0b150f Allow limiting the total amount of heap allocations for buffering by Hanno Becker · 7 years ago
  83. 2a97b0e Introduce function to return size of buffer needed for reassembly by Hanno Becker · 7 years ago
  84. e678eaa Reject invalid CCS records early by Hanno Becker · 7 years ago
  85. 47db877 ssl_write_record: Consider setting flush variable only if unset by Hanno Becker · 7 years ago
  86. 1f5a15d Check retval of remaining_payload_in_datagram in ssl_write_record() by Hanno Becker · 7 years ago
  87. ecff205 Remove stray bracket if MBEDTLS_ZLIB_SUPPORT is defined by Hanno Becker · 7 years ago
  88. 000281e Fix "unused parameter" warning in small configs by Manuel Pégourié-Gonnard · 7 years ago
  89. 6aeaa05 Merge branch 'iotssl-165-dtls-hs-fragmentation-new' into datagram_packing by Hanno Becker · 7 years ago
  90. 513815a Fix typo in debugging output by Hanno Becker · 7 years ago
  91. 4cb782d Return from ssl_load_buffered_record early if no record is buffered by Hanno Becker · 7 years ago
  92. a1071a5 Compute record expansion at the right time by Manuel Pégourié-Gonnard · 7 years ago
  93. 065a2a3 Fix some typos and links in comments and doc by Manuel Pégourié-Gonnard · 7 years ago
  94. 3a0aad1 Rename `update_digest` to `update_hs_digest` by Hanno Becker · 7 years ago
  95. 4422bbb Whitespace fixes by Hanno Becker · 7 years ago
  96. e00ae37 Omit debug output in ssl_load_buffered_message outside a handshake by Hanno Becker · 7 years ago
  97. 6e7aaca Move MTU setting to SSL context, not config by Manuel Pégourié-Gonnard · 7 years ago
  98. 0d4b376 Return through cleanup section in ssl_load_buffered_message() by Hanno Becker · 7 years ago
  99. 56d5eaa Mark SSL ctx unused in ssl_prepare_reassembly_buffer() if !DEBUG by Hanno Becker · 7 years ago
  100. 5f066e7 Implement future record buffering by Hanno Becker · 7 years ago