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