1. 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
  2. 6c129c3 ssl-opt: Added 4 and 128 bytes tests to HS defragmentation for server initiated reneg by Minos Galanakis · 5 months ago
  3. 5c6d317 ssl-opt: Fixed a minor typo. by Minos Galanakis · 5 months ago
  4. 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
  5. c03cd11 Merge pull request #10025 from waleed-elmelegy-arm/mbedtls-3.6-fix-key-deriv-bad-state-error by Gilles Peskine · 5 months ago
  6. 43a04e7 Re-introduce log asserts on positive cases by Manuel Pégourié-Gonnard · 5 months ago
  7. 8476c38 Improve a test assertion by Manuel Pégourié-Gonnard · 5 months ago
  8. 29073e3 Fix a typo by Manuel Pégourié-Gonnard · 5 months ago
  9. b59caea Add test cases for EOF in the middle of fragments by Manuel Pégourié-Gonnard · 5 months ago
  10. 4712b3e Adjust logic around log pattern by Manuel Pégourié-Gonnard · 5 months ago
  11. d2197af Add test for length larger than 2^16 by Manuel Pégourié-Gonnard · 5 months ago
  12. 8577510 Adapt "large ClientHello" tests to incremental by Manuel Pégourié-Gonnard · 5 months ago
  13. c6cf7e5 Cleanly reject non-HS in-between HS fragments by Manuel Pégourié-Gonnard · 5 months ago
  14. 051b1e2 Reduce the level of logging used in tests by Manuel Pégourié-Gonnard · 5 months ago
  15. adad476 Move new tests to their own data file by Manuel Pégourié-Gonnard · 5 months ago
  16. 996c4c0 Fix dependency issues by Manuel Pégourié-Gonnard · 5 months ago
  17. 6b25c50 New test function for large ClientHello by Manuel Pégourié-Gonnard · 5 months ago
  18. 89cc61a Fix hash dependencies for TLS 1.2 tests by Manuel Pégourié-Gonnard · 5 months ago
  19. 2b1ec8f Fix curve dependencies by Manuel Pégourié-Gonnard · 5 months ago
  20. 428ce0a Add missing dependency declaration by Manuel Pégourié-Gonnard · 5 months ago
  21. 3a7f1d2 Fix dependency issues by Manuel Pégourié-Gonnard · 5 months ago
  22. 31253cd Add test with non-HS record in-between HS fragments by Manuel Pégourié-Gonnard · 6 months ago
  23. bde37ce Add test to TLS 1.3 ClientHello fragmentation by Manuel Pégourié-Gonnard · 6 months ago
  24. ba71610 Add reference tests with 1.3 ClientHello by Manuel Pégourié-Gonnard · 6 months ago
  25. f83bc79 Add supported_curves/groups extension by Manuel Pégourié-Gonnard · 6 months ago
  26. 00ad6f6 New test function inject_client_content_on_the_wire() by Manuel Pégourié-Gonnard · 6 months ago
  27. bde759b ssl-opt: Disabled the renegotiation delay for fragmented HS renegotiation. by Minos Galanakis · 5 months ago
  28. 875cce9 ssl-opt: Updated documentation. by Minos Galanakis · 5 months ago
  29. e61d0e9 ssl-opt: Added client-initiated server-rejected renegotation test. by Minos Galanakis · 5 months ago
  30. 2798888 ssl-opt: Updated O_NEXT_CLI_RENEGOTIATE used by fragmented HS renegotiation with certificates. by Minos Galanakis · 5 months ago
  31. 2a1eacc ssl-opt: Fragmented HS renegotiation, removed -legacy_renegotiation argument. by Minos Galanakis · 5 months ago
  32. e5a3fd2 ssl-opt: Fragmented HS renegotiation, removed requires_certificate_authentication dependency. by Minos Galanakis · 5 months ago
  33. 5b6ec15 ssl-opt: Fragmented HS renegotiation, removed requires_openssl_3_x dependency. by Minos Galanakis · 5 months ago
  34. 620e8c2 ssl-opt: Fragmented HS renegotiation, adjusted test names for consistency. by Minos Galanakis · 5 months ago
  35. 135aed5 ssl-opt: Fragmented HS renegotiation, updated matching regex by Minos Galanakis · 5 months ago
  36. 9d78547 ssl-opt: Added coverage for client-initiated fragmented HS renegotiation tests. by Minos Galanakis · 5 months ago
  37. 9d1aa08 ssl-opt: Refactored fragmented HS renegotiation tests. by Minos Galanakis · 5 months ago
  38. 44c1c5f ssl-opt: Fragmented HS renegotiation, updated documentation. by Minos Galanakis · 5 months ago
  39. 6d1491d ssl-opt: Removed mock-tests from HS renegotiation. by Minos Galanakis · 5 months ago
  40. a23e697 sll-opt: Added refence fix for the Mock HS Defrag test using renegotitiation delay by Minos Galanakis · 5 months ago
  41. 12cf388 Added Mock Renegotiation negative test for testing. by Minos Galanakis · 5 months ago
  42. a37a936 ssl-opt: Added fragmented HS tests for server-initiated renegotiation. by Minos Galanakis · 5 months ago
  43. c4595a4 ssl-opt: Added fragmented HS tests for client-initiated renegotiation. by Minos Galanakis · 6 months ago
  44. 1e6438d ssl-opt: Added fragmented HS tests for SSL_VARIABLE_BUFFER_LENGTH. by Minos Galanakis · 6 months ago
  45. 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
  46. c64b7bc Use an array of strings instead of pointer smuggling by Bence Szépkúti · 5 months ago msvc-format-size-macros-3.6
  47. a029387 Use dummy typedef instead of macro by Bence Szépkúti · 5 months ago
  48. 104bd06 Merge remote-tracking branch 'origin/features/tls-defragmentation/3.6' into feature_merge_defragmentation_36 by Minos Galanakis · 5 months ago
  49. 1e62c95 Disable fatal assertions in Windows printf tests by Bence Szépkúti · 5 months ago
  50. 9cde9d4 Add testcase for MBEDTLS_PRINTF_MS_TIME by Bence Szépkúti · 5 months ago
  51. 85d92ec Test handling of format macros defined in debug.h by Bence Szépkúti · 5 months ago
  52. d5102c9 Run test_suite_debug without MBEDTLS_SSL_TLS_C by Bence Szépkúti · 5 months ago
  53. cc856a2 Handshake defragmentation: reassemble incrementally by Gilles Peskine · 5 months ago
  54. 9d54be5 Generate handshake defragmentation test cases: update analyze_outcomes by Gilles Peskine · 5 months ago
  55. 2e7f2a2 Switch to generated handshake tests by Gilles Peskine · 5 months ago
  56. 6183a64 Normalize requirements in defragmentation test cases by Gilles Peskine · 5 months ago
  57. 49e1ed2 Normalize messages in defragmentation test cases by Gilles Peskine · 5 months ago
  58. 8321ab5 Normalize whitespace in defragmentation test cases by Gilles Peskine · 5 months ago
  59. 8ef2e74 Move most TLS handshake defragmentation tests to a separate file by Gilles Peskine · 5 months ago
  60. 28f953c New generated file: tests/opt-testcases/handshake-generated.sh by Gilles Peskine · 5 months ago
  61. cba05ec Replace zero by PSA_ALG_NONE in key derivation test function by Waleed Elmelegy · 5 months ago
  62. 07e5739 Replace zero by PSA_ALG_NONE in key derivation testing by Waleed Elmelegy · 5 months ago
  63. b6ed6f7 Simplify testing psa_key_derivation_input_*() bad state by Waleed Elmelegy · 5 months ago
  64. 72b391f Fix psa_key_derivation_input_integer() not detecting bad state by Waleed Elmelegy · 5 months ago
  65. e0f1240 Merge remote-tracking branch 'mbedtls-3.6' into tls-defragmentation-merge-3.6-20250303 by Gilles Peskine · 5 months ago
  66. 5764816 ssl-opt: Re-introduce certificate dependency for HS negative tests. by Minos Galanakis · 5 months ago
  67. 97a24eb ssl-opt: Removed dependencies for HS defrag negative tests. by Minos Galanakis · 5 months ago
  68. 4834826 ssl-opt: Adjusted reference hs defragmentation tests. by Minos Galanakis · 5 months ago
  69. 19d857d ssl-opt: Minor typos and documentation fixes. by Minos Galanakis · 5 months ago
  70. 21e4f21 analyze_outcomes: Temporary disabled 3 HS Degragmentation tests. by Minos Galanakis · 5 months ago
  71. 618ad79 ssl-opt: Updated documentation of HS-Defrag tests. by Minos Galanakis · 5 months ago
  72. bb1bd8b ssl-opt: Removed redundant dependencies: requires_openssl_3_x by Minos Galanakis · 5 months ago
  73. 065b89c ssl-opt.sh: Disabled HS Defrag Tests for TLS1.2 where len < 16 by Minos Galanakis · 5 months ago
  74. 4335125 ssl-opt: Replaced max_send_frag with split_send_frag by Minos Galanakis · 5 months ago
  75. ee8e7c3 ssl-opt: Added coverage for hs defragmentation TLS 1.2 tests. by Minos Galanakis · 6 months ago
  76. e6dbf49 ssl-opt: Updated documentation. by Minos Galanakis · 6 months ago
  77. 79693bf ssl-opt: Added negative tests for handshake fragmentation. by Minos Galanakis · 6 months ago
  78. 03ae352 ssl-opt: Added handshake fragmentation tests for 4 byte fragments. by Minos Galanakis · 6 months ago
  79. 871469a ssl-opt: Added negative-assertion testing, (HS Fragmentation disabled) by Minos Galanakis · 6 months ago
  80. 48aa2de ssl-opt: Added tls 1.2 tests for HS defragmentation. by Minos Galanakis · 6 months ago
  81. 1d47ceb ssl-opt: Dependency resolving set to use to requires_protocol_version HS deframentation tests. by Minos Galanakis · 6 months ago
  82. 502da02 ssl-opt: Adjusted the wording on handshake fragmentation tests. by Minos Galanakis · 6 months ago
  83. 9886fd1 ssl-opt: Added requires_openssl_3_x to defragmentation tests. by Minos Galanakis · 6 months ago
  84. afb428e ssl-opt: Updated the keywords to look up during handshake fragmentation tests. by Minos Galanakis · 6 months ago
  85. c5f1ba3 Add missing client certificate check in handshake defragmentation tests by Waleed Elmelegy · 6 months ago
  86. 5fc8d3f Test Handshake defragmentation only for TLS 1.3 only for small values by Waleed Elmelegy · 6 months ago
  87. be59ab5 Add guard to handshake defragmentation tests for client certificate by Waleed Elmelegy · 6 months ago
  88. 99f4691 Add a comment to elaborate using split_send_frag in handshake defragmentation tests by Waleed Elmelegy · 6 months ago
  89. 57f61f8 Enforce client authentication in handshake fragmentation tests by Waleed Elmelegy · 6 months ago
  90. 826fc5c Remove unneeded mtu option from handshake fragmentation tests by Waleed Elmelegy · 6 months ago
  91. e9b0884 Add client authentication to handshake defragmentation tests by Waleed Elmelegy · 6 months ago
  92. 1b2590b Require openssl to support TLS 1.3 in handshake defragmentation tests by Waleed Elmelegy · 6 months ago
  93. 5b7c8bb Remove unnecessary string check in handshake defragmentation tests by Waleed Elmelegy · 6 months ago
  94. 8870b99 Fix typo in TLS Handshake defrafmentation tests by Waleed Elmelegy · 6 months ago
  95. e11d8c9 Improve TLS handshake defragmentation tests by Waleed Elmelegy · 6 months ago
  96. 29581ce Add TLS Hanshake defragmentation tests by Waleed Elmelegy · 6 months ago
  97. c516307 md: allow dispatch to PSA whenever CRYPTO_CLIENT is enabled by Valerio Setti · 11 months ago
  98. 4c1383a Update documentation regarding metatest by Harry Ramsey · 6 months ago
  99. d621d34 Update path for moved test_zeroize.gdb script by Harry Ramsey · 6 months ago
  100. 151e089 Update paths for moved dlopen_demo.sh by Harry Ramsey · 6 months ago