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