1. 7c1dbef Test split, coalesced-split and empty handshake records by Gilles Peskine · 5 months ago
  2. f670ba5 Always call mbedtls_ssl_handshake_set_state by Gilles Peskine · 5 months ago
  3. fb68b8c Remove empty ifdef by Ben Taylor · 4 months ago
  4. fd52984 resolved ci failures by Ben Taylor · 5 months ago
  5. 602b296 pre-test version of the mbedtls_ssl_conf_rng removal by Ben Taylor · 5 months ago
  6. e26a060 Cleanly reject non-HS in-between HS fragments by Manuel Pégourié-Gonnard · 5 months ago
  7. e34ec86 Fix a log message by Gilles Peskine · 5 months ago
  8. dab1cb5 Note unused variables when debugging is disabled by Gilles Peskine · 5 months ago
  9. b8f1e4b Pacify uncrustify by Gilles Peskine · 5 months ago
  10. afb254c Unify handshake fragment log messages by Gilles Peskine · 5 months ago
  11. 15c072f Fix handshake defragmentation when the record has multiple messages by Gilles Peskine · 5 months ago
  12. 0851ec9 Fix end check before memmove by Gilles Peskine · 5 months ago
  13. 90a9593 Fix dodgy printf calls by Gilles Peskine · 5 months ago
  14. e85ece6 Handshake defragmentation: reassemble incrementally by Gilles Peskine · 5 months ago
  15. 235eae9 mbedtls_ssl_prepare_handshake_record(): log offsets after decryption by Gilles Peskine · 5 months ago
  16. 7a17696 mbedtls_ssl_prepare_handshake_record(): refactor first fragment prep by Gilles Peskine · 5 months ago
  17. 0702772 Tweak handshake fragment log message by Gilles Peskine · 5 months ago
  18. 9bdc8aa Tweak "waiting for more handshake fragments" log message by Gilles Peskine · 5 months ago
  19. 28f8e20 Merge pull request #9872 from rojer/tls_hs_defrag_in by Manuel Pégourié-Gonnard · 5 months ago
  20. dd14c0a Remove in_hshdr by Deomid rojer Ryabkov · 6 months ago
  21. 1a3959c Rm dead !USE_PSA code: ssl_msg.c by Manuel Pégourié-Gonnard · 6 months ago
  22. b70e76a Add a safety check for in_hsfraglen by Deomid rojer Ryabkov · 6 months ago
  23. aaa152e Allow fragments less HS msg header size (4 bytes) by Deomid rojer Ryabkov · 6 months ago
  24. cad11ad Review comments by Deomid rojer Ryabkov · 6 months ago
  25. ac2cf1f Defragment incoming TLS handshake messages by Deomid rojer Ryabkov · 1 year, 5 months ago
  26. 0f6bc41 Update includes for each library file by Harry Ramsey · 10 months ago
  27. 9ca9b92 Reduce level of non-error debug message by Gilles Peskine · 11 months ago
  28. dfbc1a9 Remove transitional always-on internal option by Gilles Peskine · 11 months ago
  29. 73a406e Separate accepting TLS 1.3 middlebox compatibility from sending it by Gilles Peskine · 11 months ago
  30. cf47a15 ssl_msg.c: Rename _check_new_session_ticket to _is_new_session_ticket by Ronald Cron · 1 year, 4 months ago
  31. 7df18bc tls13: cli: Ignore tickets if not supported by Ronald Cron · 1 year, 4 months ago
  32. 3641df2 tls13: cli: Rename STATE_SENT to STATE_IND_SENT by Ronald Cron · 1 year, 5 months ago
  33. 05d7cfb tls13: cli: Rename STATE_UNKNOWN to STATE_IDLE by Ronald Cron · 1 year, 5 months ago
  34. d288466 tls13: cli: Split early data user status and internal state by Ronald Cron · 1 year, 5 months ago
  35. 61fd13c Merge remote-tracking branch 'mbedtls/development' into tls13-cli-max-early-data-size by Ronald Cron · 1 year, 5 months ago
  36. db944a7 ssl_msg.c: Fix log position by Ronald Cron · 1 year, 5 months ago
  37. 5dbfcce tls13: cli: Fix error code not checked by Ronald Cron · 1 year, 5 months ago
  38. de9b03d tls13: Rename early_data_count to total_early_data_size by Ronald Cron · 1 year, 5 months ago
  39. 62f971a tls13: cli: Enforce maximum size of early data by Ronald Cron · 1 year, 5 months ago
  40. 01d273d Enforce maximum size of early data in case of HRR by Ronald Cron · 1 year, 6 months ago
  41. 919e596 Enforce maximum size of early data when rejected by Ronald Cron · 1 year, 6 months ago
  42. d406924 Improve comments/documentation by Ronald Cron · 1 year, 5 months ago
  43. 4922190 tls13: write_early_data: Add endpoint check by Ronald Cron · 1 year, 5 months ago
  44. b62732e tls13: cli: Add mbedtls_ssl_write_early_data() API by Xiaokang Qian · 1 year, 8 months ago
  45. 5c9cc0b Merge pull request #8727 from ronald-cron-arm/tls13-ignore-early-data-when-rejected by Manuel Pégourié-Gonnard · 1 year, 6 months ago
  46. 71c6e65 tls13: ssl_msg.c: Improve/add comments by Ronald Cron · 1 year, 6 months ago
  47. 32c28ce Merge pull request #8715 from valeriosetti/issue7964 by Manuel Pégourié-Gonnard · 1 year, 6 months ago
  48. f57d14b Ignore early data app msg before 2nd client hello by Jerry Yu · 1 year, 9 months ago
  49. 2995d35 tls13: srv: Deprotect and discard early data records by Ronald Cron · 1 year, 7 months ago
  50. 164537c tls13: early data: Improve, add comments by Ronald Cron · 1 year, 6 months ago
  51. ed7d4bf tls13: srv: Simplify mbedtls_ssl_read_early_data() API by Ronald Cron · 1 year, 6 months ago
  52. 0883b8b tls13: Introduce early_data_state SSL context field by Ronald Cron · 1 year, 6 months ago
  53. d9ca354 tls13: srv: Add mbedtls_ssl_read_early_data() API by Jerry Yu · 1 year, 8 months ago
  54. 739a1d4 tls: Add internal function ssl_read_application_data() by Jerry Yu · 2 years, 8 months ago
  55. b4f5076 debug: move internal functions declarations to an internal header file by Valerio Setti · 1 year, 7 months ago
  56. ad4f0ad Merge pull request #8514 from mschulz-at-hilscher/fixes/uninitialized-variable-in-ssl_msg by Manuel Pégourié-Gonnard · 1 year, 8 months ago gh-readonly-queue/development/pr-8514-40f3f1c36fe9efb4fd6f0bc1bb743855e854a243
  57. c37ad44 misc type fixes in ssl by Dave Rodgman · 1 year, 9 months ago
  58. a3d0f61 Use MBEDTLS_GET_UINTxx_BE macro by Dave Rodgman · 1 year, 9 months ago
  59. e4a6f5a Use size_t cast for pointer subtractions by Dave Rodgman · 1 year, 9 months ago
  60. 9916b06 Fix uninitialized variable warnings. by Matthias Schulz · 1 year, 9 months ago
  61. 16799db update headers by Dave Rodgman · 1 year, 9 months ago
  62. e570704 ssl: use MBEDTLS_SSL_HAVE_[CCM/GCM/CHACHAPOLY/AEAD] macros for ssl code by Valerio Setti · 1 year, 10 months ago
  63. d4a10ce cipher/tls: use new symbols for guarding AEAD code by Valerio Setti · 1 year, 10 months ago
  64. ca1e605 Merge remote-tracking branch 'upstream-public/development' into development-restricted-merge-20230925 by Gilles Peskine · 1 year, 10 months ago
  65. faf0b86 mbedtls_ssl_decrypt_buf(): fix buffer overread with stream cipher by Gilles Peskine · 1 year, 11 months ago
  66. 7d52f2a Improve use of ct interface in mbedtls_ssl_decrypt_buf by Dave Rodgman · 1 year, 11 months ago
  67. 9d8a7d6 Use the correct variable when tracking padding length by Tom Cosgrove · 1 year, 11 months ago
  68. 48fb8a3 Fix some renames that were missed by Dave Rodgman · 2 years ago
  69. 98ddc01 Rename ...if0 to ...else_0 by Dave Rodgman · 2 years ago
  70. b7825ce Rename uint->bool operators to reflect input types by Dave Rodgman · 2 years ago
  71. c98f8d9 Merge branch 'development' into safer-ct5 by Dave Rodgman · 2 years ago
  72. 1d4d944 Merge pull request #7933 from tom-cosgrove-arm/add-mbedtls_zeroize_and_free by Dave Rodgman · 2 years ago
  73. bb07377 Merge pull request #7935 from AgathiyanB/add-enum-casts by Gilles Peskine · 2 years ago
  74. ca8c61b Provide and use internal function mbedtls_zeroize_and_free() by Tom Cosgrove · 2 years, 1 month ago
  75. 8b52b88 Add type casts in ssl library by Agathiyan Bragadeesh · 2 years, 1 month ago
  76. 2be8c63 Create psa_util_internal.h by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  77. 9fbb0cf Merge remote-tracking branch 'origin/development' into safer-ct5 by Dave Rodgman · 2 years, 1 month ago
  78. 1e4a030 Fix wrong array size calculation in error translation code by Andrzej Kurek · 2 years, 2 months ago
  79. 0064484 Optimize error translation code size by Andrzej Kurek · 2 years, 2 months ago
  80. a81373f Use new CT interface in ssl_msg.c by Dave Rodgman · 2 years, 3 months ago
  81. 2801f7f Move mbedtls_ct_hmac into ssl_msg.c by Dave Rodgman · 2 years, 3 months ago
  82. 756b028 Merge pull request #7171 from daverodgman/pr5527 by Dave Rodgman · 2 years, 5 months ago
  83. 8a045ce Unify PSA to Mbed TLS error translation by Andrzej Kurek · 2 years, 7 months ago
  84. f684025 Add corresponding fix for mbedtls_ssl_write by Dave Rodgman · 2 years, 5 months ago
  85. 937d6d5 Update library/ssl_msg.c by ashesman · 3 years, 6 months ago
  86. 358f94a Fixed undefined behavior in ssl_read if buf parameter is NULL. by Ashley Duncan · 3 years, 6 months ago
  87. b8b07aa Handle errors from functions that now return int by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  88. 4a5c9ee Remove redundant SIZE_MAX guards by Dave Rodgman · 2 years, 6 months ago
  89. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  90. cd0a565 Merge pull request #6703 from yuhaoth/pr/tls13-misc-from-prototype by Gilles Peskine · 2 years, 7 months ago
  91. a9ac612 Merge pull request #6666 from daverodgman/fast_unaligned by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  92. 0c2a738 fix various issues by Jerry Yu · 2 years, 8 months ago
  93. 2e19981 tls13: guards transform negotiate by Jerry Yu · 2 years, 8 months ago
  94. 1797b05 Fix typos prior to release by Tom Cosgrove · 2 years, 8 months ago
  95. ffc330f Merge pull request #6264 from hannestschofenig/rfc9146_2 by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  96. 5a1d00f Merge remote-tracking branch 'origin/development' into fast_xor by Dave Rodgman · 2 years, 8 months ago
  97. 6133684 Fix bug when legacy CID is enabled but not used by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  98. c36a56e Use mbedtls_xor in TLS messaging layer by Dave Rodgman · 2 years, 8 months ago
  99. fdd24b8 Revert change in flight transmit by Jerry Yu · 2 years, 8 months ago
  100. 9b42145 Revert change in dtls1.2 by Jerry Yu · 2 years, 9 months ago