1. 6c02ea8 Use fewer magic numbers in TLS-Exporter functions by Max Fillinger · 10 months ago
  2. 76077e2 Add label length argument to tls_prf_generic() by Max Fillinger · 10 months ago
  3. 85b33ee Store randbytes for TLS 1.2 TLS-Exporter by Max Fillinger · 10 months ago
  4. c48e9e0 Fix coding style by Max Fillinger · 11 months ago
  5. 0118293 Fix build when one of TLS 1.2 or 1.3 is disabled by Max Fillinger · 11 months ago
  6. 9359f4d Fix coding style by Max Fillinger · 11 months ago
  7. 15f9f5e Fix TLS exporter changelog entry by Max Fillinger · 11 months ago
  8. f95bfda Fix doxygen comment parameter name by Max Fillinger · 11 months ago
  9. 5805cc9 Fix typos in comment by Max Fillinger · 11 months ago
  10. 3be83a7 Fix mismatches in function declarations by Max Fillinger · 12 months ago
  11. 1466bf8 Fix key_len check in TLS-Exporter by Max Fillinger · 12 months ago
  12. 77a447b Actually set exporter defaults in ssl_client2 by Max Fillinger · 12 months ago
  13. 404f7a3 Simplify mbedtls_ssl_tls13_exporter by Max Fillinger · 12 months ago
  14. d3d7ff4 Add test for TLS-Exporter in TLS 1.3 by Max Fillinger · 12 months ago
  15. 29f79ea Fix commented out function declaration by Max Fillinger · 12 months ago
  16. 91ad62e Add changelog entry for TLS-Exporter feature by Max Fillinger · 1 year ago
  17. de3d5fd Add TLS-Exporter options to ssl_client2 by Max Fillinger · 1 year ago
  18. 90ed7f7 Add TLS-Exporter options to ssl_server2 by Max Fillinger · 1 year ago
  19. 44042f0 Implement TLS-Exporter feature by Max Fillinger · 1 year ago
  20. 5da6b49 Merge pull request #10110 from mpg/defragment-test-server-first-flight-3.6 by Ronald Cron · 4 months ago gh-readonly-queue/mbedtls-3.6/pr-10110-2e10e781f3fe8c3dd2a287b022ff5a79cf04094f
  21. 881ebc7 Fix record insertion by Manuel Pégourié-Gonnard · 4 months ago
  22. 2e10e78 Merge pull request #10129 from valeriosetti/fix-demo-programs by Gilles Peskine · 4 months ago
  23. 5533cc8 programs: demo: source project_detection.sh by Valerio Setti · 4 months ago
  24. ecd5aa3 framework: update reference by Valerio Setti · 4 months ago
  25. 6c5af6c Update feature macro for 3.6 by Manuel Pégourié-Gonnard · 4 months ago
  26. f1335bc Use HANDSHAKE_OVER in nominal test cases by Manuel Pégourié-Gonnard · 4 months ago
  27. e38bc4c Improve comments by Manuel Pégourié-Gonnard · 4 months ago
  28. 784041a Adapt dependencies to the 3.6 branch by Manuel Pégourié-Gonnard · 4 months ago
  29. fa54778 Use same dependencies for helper functions by Manuel Pégourié-Gonnard · 4 months ago
  30. 066ac13 Tighten dependencies again by Manuel Pégourié-Gonnard · 4 months ago
  31. 063c1ce Improve dependency declarations by Manuel Pégourié-Gonnard · 4 months ago
  32. 05ff37f Tighten dependency declarations by Manuel Pégourié-Gonnard · 4 months ago
  33. f267020 Improve documentation by Gilles Peskine · 5 months ago
  34. cb3cabd Remove redundant setup by Gilles Peskine · 5 months ago
  35. 7fe3638 Fix copypasta by Gilles Peskine · 5 months ago
  36. f9333a3 Simulate closing the connection mid-message by Gilles Peskine · 5 months ago
  37. 4f57212 Also test inserting non-empty, non-handshake records by Gilles Peskine · 5 months ago
  38. d973387 Fix the build without MBEDTLS_DEBUG_C by Gilles Peskine · 5 months ago
  39. 7cdf563 Fix the build in PSK-only configurations by Gilles Peskine · 5 months ago
  40. 544fdc6 Fix printf of enum by Gilles Peskine · 5 months ago
  41. aa9b455 Pacify ancient clang -Wmissing-initializer by Gilles Peskine · 5 months ago
  42. ad84044 Test split, coalesced-split and empty handshake records by Gilles Peskine · 5 months ago
  43. 39bcbb6 Create handshake record coalescing tests by Gilles Peskine · 5 months ago
  44. adefe78 Document gotcha of move_handshake_to_state by Gilles Peskine · 5 months ago
  45. da5f5b2 Add a log message on every SSL state transition by Gilles Peskine · 5 months ago
  46. 49f179d Always call mbedtls_ssl_handshake_set_state by Gilles Peskine · 5 months ago
  47. 3623414 Merge pull request #10092 from davidhorstmann-arm/add-missing-credit-3.6 by David Horstmann · 4 months ago
  48. a1dd7fa Merge pull request #10069 from ronald-cron-arm/check-generated-files-3.6 by Ronald Cron · 4 months ago
  49. 7080752 Add missing credit for set_hostname issue by David Horstmann · 4 months ago
  50. f810d44 cmake: Generate test_keys.h and test_certs.h in the build tree by Ronald Cron · 6 months ago
  51. 9449eed Update framework pointer by Ronald Cron · 6 months ago
  52. 0c0f5f2 Merge pull request #1332 from Mbed-TLS/mbedtls-3.6.3_mergeback by minosgalanakis · 4 months ago
  53. 3b56d92 Merge branch 'mbedtls-3.6.3rc' into mbedtls-3.6.3_mergeback by Minos Galanakis · 4 months ago
  54. 05657d9 Revert "Add auto-generated files" by Minos Galanakis · 4 months ago
  55. a68d1d2 Merge pull request #1328 from Mbed-TLS/mbedtls-3.6.3rc0-pr by minosgalanakis · 5 months ago
  56. 8cf5666 Restored framework as a submodule by Minos Galanakis · 5 months ago
  57. c90c6d8 Deleted flattened framework dir. by Minos Galanakis · 5 months ago
  58. 22098d4 Add auto-generated files by Minos Galanakis · 5 months ago mbedtls-3.6.3 v3.6.3
  59. 2c824b4 Added framework as a flattened directory by Minos Galanakis · 5 months ago
  60. b41194c Unlinked framework as a submodule. by Minos Galanakis · 5 months ago
  61. 03d424b Updated BRANCHES.md by Minos Galanakis · 5 months ago
  62. b215873 Finalise ChangeLog by Minos Galanakis · 5 months ago
  63. e62ef05 Version Bump for 3.6.3 by Minos Galanakis · 5 months ago
  64. a3c020d Assemble Changelog by Minos Galanakis · 5 months ago
  65. 688494a Changelog: Added CVE. by Minos Galanakis · 5 months ago
  66. 7a95d16 Merge branch 'mbedtls-3.6-restricted' into mbedtls-3.6.3rc0-pr by Minos Galanakis · 5 months ago
  67. 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
  68. 6c129c3 ssl-opt: Added 4 and 128 bytes tests to HS defragmentation for server initiated reneg by Minos Galanakis · 5 months ago
  69. 5c6d317 ssl-opt: Fixed a minor typo. by Minos Galanakis · 5 months ago
  70. 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
  71. 739ad37 Merge pull request #1324 from Mbed-TLS/pre-3.6.3-upstream-merge by Manuel Pégourié-Gonnard · 5 months ago
  72. dfc8e43 Merge remote-tracking branch 'upstream/mbedtls-3.6' into pre-3.6.3-upstream-merge by Minos Galanakis · 5 months ago
  73. d3ca688 Merge pull request #10064 from davidhorstmann-arm/update-3.0-migration-guide-3.6 by Manuel Pégourié-Gonnard · 5 months ago
  74. 20220f0 Reword slightly to be more tentative by David Horstmann · 5 months ago
  75. c03cd11 Merge pull request #10025 from waleed-elmelegy-arm/mbedtls-3.6-fix-key-deriv-bad-state-error by Gilles Peskine · 5 months ago
  76. 43a04e7 Re-introduce log asserts on positive cases by Manuel Pégourié-Gonnard · 5 months ago
  77. 8476c38 Improve a test assertion by Manuel Pégourié-Gonnard · 5 months ago
  78. 29073e3 Fix a typo by Manuel Pégourié-Gonnard · 5 months ago
  79. b59caea Add test cases for EOF in the middle of fragments by Manuel Pégourié-Gonnard · 5 months ago
  80. 4712b3e Adjust logic around log pattern by Manuel Pégourié-Gonnard · 5 months ago
  81. d2197af Add test for length larger than 2^16 by Manuel Pégourié-Gonnard · 5 months ago
  82. 8577510 Adapt "large ClientHello" tests to incremental by Manuel Pégourié-Gonnard · 5 months ago
  83. c6cf7e5 Cleanly reject non-HS in-between HS fragments by Manuel Pégourié-Gonnard · 5 months ago
  84. 051b1e2 Reduce the level of logging used in tests by Manuel Pégourié-Gonnard · 5 months ago
  85. adad476 Move new tests to their own data file by Manuel Pégourié-Gonnard · 5 months ago
  86. 996c4c0 Fix dependency issues by Manuel Pégourié-Gonnard · 5 months ago
  87. 6b25c50 New test function for large ClientHello by Manuel Pégourié-Gonnard · 5 months ago
  88. 89cc61a Fix hash dependencies for TLS 1.2 tests by Manuel Pégourié-Gonnard · 5 months ago
  89. 2b1ec8f Fix curve dependencies by Manuel Pégourié-Gonnard · 5 months ago
  90. 428ce0a Add missing dependency declaration by Manuel Pégourié-Gonnard · 5 months ago
  91. 3a7f1d2 Fix dependency issues by Manuel Pégourié-Gonnard · 5 months ago
  92. 31253cd Add test with non-HS record in-between HS fragments by Manuel Pégourié-Gonnard · 6 months ago
  93. bde37ce Add test to TLS 1.3 ClientHello fragmentation by Manuel Pégourié-Gonnard · 6 months ago
  94. ba71610 Add reference tests with 1.3 ClientHello by Manuel Pégourié-Gonnard · 6 months ago
  95. f83bc79 Add supported_curves/groups extension by Manuel Pégourié-Gonnard · 6 months ago
  96. 00ad6f6 New test function inject_client_content_on_the_wire() by Manuel Pégourié-Gonnard · 6 months ago
  97. 0ed5cb8 Merge pull request #10004 from gilles-peskine-arm/doc-threading-needed-by-psa-3.6 by Gilles Peskine · 5 months ago
  98. bde759b ssl-opt: Disabled the renegotiation delay for fragmented HS renegotiation. by Minos Galanakis · 5 months ago
  99. 875cce9 ssl-opt: Updated documentation. by Minos Galanakis · 5 months ago
  100. e61d0e9 ssl-opt: Added client-initiated server-rejected renegotation test. by Minos Galanakis · 5 months ago