1. da5f5b2 Add a log message on every SSL state transition by Gilles Peskine · 5 months ago
  2. 49f179d Always call mbedtls_ssl_handshake_set_state by Gilles Peskine · 5 months ago
  3. 3623414 Merge pull request #10092 from davidhorstmann-arm/add-missing-credit-3.6 by David Horstmann · 4 months ago
  4. a1dd7fa Merge pull request #10069 from ronald-cron-arm/check-generated-files-3.6 by Ronald Cron · 4 months ago
  5. 7080752 Add missing credit for set_hostname issue by David Horstmann · 4 months ago
  6. f810d44 cmake: Generate test_keys.h and test_certs.h in the build tree by Ronald Cron · 6 months ago
  7. 9449eed Update framework pointer by Ronald Cron · 6 months ago
  8. 0c0f5f2 Merge pull request #1332 from Mbed-TLS/mbedtls-3.6.3_mergeback by minosgalanakis · 4 months ago
  9. 3b56d92 Merge branch 'mbedtls-3.6.3rc' into mbedtls-3.6.3_mergeback by Minos Galanakis · 5 months ago
  10. 05657d9 Revert "Add auto-generated files" by Minos Galanakis · 5 months ago
  11. a68d1d2 Merge pull request #1328 from Mbed-TLS/mbedtls-3.6.3rc0-pr by minosgalanakis · 5 months ago
  12. 8cf5666 Restored framework as a submodule by Minos Galanakis · 5 months ago
  13. c90c6d8 Deleted flattened framework dir. by Minos Galanakis · 5 months ago
  14. 22098d4 Add auto-generated files by Minos Galanakis · 5 months ago mbedtls-3.6.3 v3.6.3
  15. 2c824b4 Added framework as a flattened directory by Minos Galanakis · 5 months ago
  16. b41194c Unlinked framework as a submodule. by Minos Galanakis · 5 months ago
  17. 03d424b Updated BRANCHES.md by Minos Galanakis · 5 months ago
  18. b215873 Finalise ChangeLog by Minos Galanakis · 5 months ago
  19. e62ef05 Version Bump for 3.6.3 by Minos Galanakis · 5 months ago
  20. a3c020d Assemble Changelog by Minos Galanakis · 5 months ago
  21. 688494a Changelog: Added CVE. by Minos Galanakis · 5 months ago
  22. 7a95d16 Merge branch 'mbedtls-3.6-restricted' into mbedtls-3.6.3rc0-pr by Minos Galanakis · 5 months ago
  23. f985bee Merge pull request #10065 from minosgalanakis/task9887_extend_defragmentation_tests_36 by Gilles Peskine · 5 months ago gh-readonly-queue/mbedtls-3.6/pr-10065-b6ad19b2b8bc8ab6281ceb3a77d29dd44c348245
  24. 6c129c3 ssl-opt: Added 4 and 128 bytes tests to HS defragmentation for server initiated reneg by Minos Galanakis · 5 months ago
  25. 5c6d317 ssl-opt: Fixed a minor typo. by Minos Galanakis · 5 months ago
  26. b6ad19b Merge pull request #9976 from mpg/defragment-ext-test-3.6 by Manuel Pégourié-Gonnard · 5 months ago gh-readonly-queue/mbedtls-3.6/pr-9976-d3ca688b4b2ab2dcb66ce311f16f3ef909a5fdd8
  27. 739ad37 Merge pull request #1324 from Mbed-TLS/pre-3.6.3-upstream-merge by Manuel Pégourié-Gonnard · 5 months ago
  28. dfc8e43 Merge remote-tracking branch 'upstream/mbedtls-3.6' into pre-3.6.3-upstream-merge by Minos Galanakis · 5 months ago
  29. d3ca688 Merge pull request #10064 from davidhorstmann-arm/update-3.0-migration-guide-3.6 by Manuel Pégourié-Gonnard · 5 months ago
  30. 20220f0 Reword slightly to be more tentative by David Horstmann · 5 months ago
  31. c03cd11 Merge pull request #10025 from waleed-elmelegy-arm/mbedtls-3.6-fix-key-deriv-bad-state-error by Gilles Peskine · 5 months ago
  32. 43a04e7 Re-introduce log asserts on positive cases by Manuel Pégourié-Gonnard · 5 months ago
  33. 8476c38 Improve a test assertion by Manuel Pégourié-Gonnard · 5 months ago
  34. 29073e3 Fix a typo by Manuel Pégourié-Gonnard · 5 months ago
  35. b59caea Add test cases for EOF in the middle of fragments by Manuel Pégourié-Gonnard · 5 months ago
  36. 4712b3e Adjust logic around log pattern by Manuel Pégourié-Gonnard · 5 months ago
  37. d2197af Add test for length larger than 2^16 by Manuel Pégourié-Gonnard · 5 months ago
  38. 8577510 Adapt "large ClientHello" tests to incremental by Manuel Pégourié-Gonnard · 5 months ago
  39. c6cf7e5 Cleanly reject non-HS in-between HS fragments by Manuel Pégourié-Gonnard · 5 months ago
  40. 051b1e2 Reduce the level of logging used in tests by Manuel Pégourié-Gonnard · 5 months ago
  41. adad476 Move new tests to their own data file by Manuel Pégourié-Gonnard · 5 months ago
  42. 996c4c0 Fix dependency issues by Manuel Pégourié-Gonnard · 5 months ago
  43. 6b25c50 New test function for large ClientHello by Manuel Pégourié-Gonnard · 5 months ago
  44. 89cc61a Fix hash dependencies for TLS 1.2 tests by Manuel Pégourié-Gonnard · 5 months ago
  45. 2b1ec8f Fix curve dependencies by Manuel Pégourié-Gonnard · 5 months ago
  46. 428ce0a Add missing dependency declaration by Manuel Pégourié-Gonnard · 5 months ago
  47. 3a7f1d2 Fix dependency issues by Manuel Pégourié-Gonnard · 5 months ago
  48. 31253cd Add test with non-HS record in-between HS fragments by Manuel Pégourié-Gonnard · 6 months ago
  49. bde37ce Add test to TLS 1.3 ClientHello fragmentation by Manuel Pégourié-Gonnard · 6 months ago
  50. ba71610 Add reference tests with 1.3 ClientHello by Manuel Pégourié-Gonnard · 6 months ago
  51. f83bc79 Add supported_curves/groups extension by Manuel Pégourié-Gonnard · 6 months ago
  52. 00ad6f6 New test function inject_client_content_on_the_wire() by Manuel Pégourié-Gonnard · 6 months ago
  53. 0ed5cb8 Merge pull request #10004 from gilles-peskine-arm/doc-threading-needed-by-psa-3.6 by Gilles Peskine · 5 months ago
  54. bde759b ssl-opt: Disabled the renegotiation delay for fragmented HS renegotiation. by Minos Galanakis · 5 months ago
  55. 875cce9 ssl-opt: Updated documentation. by Minos Galanakis · 5 months ago
  56. e61d0e9 ssl-opt: Added client-initiated server-rejected renegotation test. by Minos Galanakis · 5 months ago
  57. 2798888 ssl-opt: Updated O_NEXT_CLI_RENEGOTIATE used by fragmented HS renegotiation with certificates. by Minos Galanakis · 5 months ago
  58. 2a1eacc ssl-opt: Fragmented HS renegotiation, removed -legacy_renegotiation argument. by Minos Galanakis · 5 months ago
  59. e5a3fd2 ssl-opt: Fragmented HS renegotiation, removed requires_certificate_authentication dependency. by Minos Galanakis · 5 months ago
  60. 5b6ec15 ssl-opt: Fragmented HS renegotiation, removed requires_openssl_3_x dependency. by Minos Galanakis · 5 months ago
  61. 620e8c2 ssl-opt: Fragmented HS renegotiation, adjusted test names for consistency. by Minos Galanakis · 5 months ago
  62. 135aed5 ssl-opt: Fragmented HS renegotiation, updated matching regex by Minos Galanakis · 5 months ago
  63. 9d78547 ssl-opt: Added coverage for client-initiated fragmented HS renegotiation tests. by Minos Galanakis · 5 months ago
  64. 9d1aa08 ssl-opt: Refactored fragmented HS renegotiation tests. by Minos Galanakis · 5 months ago
  65. 44c1c5f ssl-opt: Fragmented HS renegotiation, updated documentation. by Minos Galanakis · 5 months ago
  66. 6d1491d ssl-opt: Removed mock-tests from HS renegotiation. by Minos Galanakis · 5 months ago
  67. a23e697 sll-opt: Added refence fix for the Mock HS Defrag test using renegotitiation delay by Minos Galanakis · 5 months ago
  68. eec6eb9 programs -> ssl_client2.c: Added option renego_delay to set record buffer depth. by Minos Galanakis · 5 months ago
  69. 12cf388 Added Mock Renegotiation negative test for testing. by Minos Galanakis · 5 months ago
  70. a37a936 ssl-opt: Added fragmented HS tests for server-initiated renegotiation. by Minos Galanakis · 5 months ago
  71. c4595a4 ssl-opt: Added fragmented HS tests for client-initiated renegotiation. by Minos Galanakis · 6 months ago
  72. 1e6438d ssl-opt: Added fragmented HS tests for SSL_VARIABLE_BUFFER_LENGTH. by Minos Galanakis · 6 months ago
  73. 235dfc2 Add note about MBEDTLS_PRIVATE() in 3.6 by David Horstmann · 5 months ago
  74. cd50534 Fix typos in the 3.0 migration guide by David Horstmann · 5 months ago
  75. ba4f166 Merge pull request #10058 from gilles-peskine-arm/mbedtls_net_send-api-desc-tweak-3.6 by Gilles Peskine · 5 months ago
  76. b22247b Merge pull request #10043 from Mbed-TLS/msvc-format-size-macros-3.6 by Bence Szépkúti · 5 months ago gh-readonly-queue/mbedtls-3.6/pr-10043-3dbe333ab0751c70646c9c3e4761a73f1dc0616a
  77. b05b3b1 mbedtls_net_send API description typo fix by Noah Pendleton · 1 year, 3 months ago
  78. 3dbe333 Merge pull request #10051 from Vge0rge/key_id_range_backport by Gilles Peskine · 5 months ago
  79. 5b11416 Merge pull request #10056 from minosgalanakis/feature_merge_defragmentation_36 by Manuel Pégourié-Gonnard · 5 months ago
  80. c64b7bc Use an array of strings instead of pointer smuggling by Bence Szépkúti · 5 months ago msvc-format-size-macros-3.6
  81. 26f0044 Merge pull request #1319 from davidhorstmann-arm/calc-finished-check-return-3.6 by David Horstmann · 5 months ago
  82. a029387 Use dummy typedef instead of macro by Bence Szépkúti · 5 months ago
  83. f525505 Clarify changelog by Bence Szépkúti · 5 months ago
  84. 51668e5 Updated framework pointer. by Minos Galanakis · 5 months ago
  85. 104bd06 Merge remote-tracking branch 'origin/features/tls-defragmentation/3.6' into feature_merge_defragmentation_36 by Minos Galanakis · 5 months ago
  86. 26932b8 Merge pull request #10055 from gilles-peskine-arm/tls-defragment-doc-3.6 by Manuel Pégourié-Gonnard · 5 months ago features/tls-defragmentation/3.6
  87. a7c020d Update the location of defragmentation limitations by Gilles Peskine · 5 months ago
  88. 8589006 State globally that the limitations don't apply to DTLS by Gilles Peskine · 5 months ago
  89. bc02555 Clarify DTLS by Gilles Peskine · 5 months ago
  90. c3af2f4 ClientHello may be fragmented in renegotiation by Gilles Peskine · 5 months ago
  91. 494e494 Move the defragmentation documentation to mbedtls_ssl_handshake by Gilles Peskine · 5 months ago
  92. 1933932 Refer to the API documentation for details by Gilles Peskine · 5 months ago
  93. b5ccd32 Document the limitations of TLS handshake message defragmentation by Gilles Peskine · 5 months ago
  94. 43f636f Merge pull request #1316 from gilles-peskine-arm/zeroize-psa-202503-3.6 by Gilles Peskine · 5 months ago
  95. 0326dec Add changelog entry for TLS 1.2 Finished fix by David Horstmann · 5 months ago
  96. d3b3c67 More generally, what needs psa_crypto_init also needs threading by Gilles Peskine · 5 months ago
  97. 579f91a Merge pull request #10046 from mpg/fix-defrag-interleave-3.6 by Manuel Pégourié-Gonnard · 5 months ago
  98. d5e64f7 PSA core: Allow enabling one volatile/builtin key by Georgios Vasilakis · 5 months ago
  99. 8a4ec49 Cleanly reject non-HS in-between HS fragments by Manuel Pégourié-Gonnard · 5 months ago
  100. 443908b Replace zero by PSA_ALG_NONE in key derivation input functions by Waleed Elmelegy · 5 months ago