1. 820e5cc Fix dependencies for TLS-Exporter tests by Max Fillinger · 6 months ago
  2. 6a64f0f Exporter: Add min. and max. label tests by Max Fillinger · 8 months ago
  3. 76bb753 Fix max. label length in key material exporter by Max Fillinger · 9 months ago
  4. c361064 Fix requirements for TLS 1.3 Exporter compat test by Max Fillinger · 9 months ago
  5. 2310c19 Add fixed compatibility test for TLS 1.3 Exporter by Max Fillinger · 9 months ago
  6. e009158 Remove exporter compatibility test for TLS 1.3 by Max Fillinger · 9 months ago
  7. 0faf5d1 Fix openssl s_client invocation by Max Fillinger · 9 months ago
  8. d22493f Print names of new tests properly by Max Fillinger · 9 months ago
  9. 9c3a7ba ssl-opt.sh: Add tests for keying material export by Max Fillinger · 9 months ago
  10. c8f936e mbedtls_test_ssl_do_handshake_with_endpoints: Zeroize endpoints by Max Fillinger · 9 months ago
  11. ede294e Exporter tests: Don't use unavailbable constant by Max Fillinger · 9 months ago
  12. 2c2a6ac Exporter tests: Add missing depends-ons by Max Fillinger · 9 months ago
  13. 8ee2141 Use one maximum key_len for all exported keys by Max Fillinger · 9 months ago
  14. fb7e578 Exporter tests: Reduce key size in long key tests by Max Fillinger · 9 months ago
  15. 20e4ac8 Exporter tests: Free endpoints before PSA_DONE() by Max Fillinger · 9 months ago
  16. 81b41d4 Exporter tests: Fix possible uninitialized variable use by Max Fillinger · 9 months ago
  17. 538ed71 Coding style cleanup by Max Fillinger · 9 months ago
  18. e825110 Exporter tests: Initialize allocated memory by Max Fillinger · 9 months ago
  19. 436cc20 Exportert tests: Free endpoints and options by Max Fillinger · 9 months ago
  20. e95edbf Fix output size check for key material exporter by Max Fillinger · 9 months ago
  21. ffc47e6 Increase allowed output size of HKDF-Expand-Label by Max Fillinger · 9 months ago
  22. 9e23339 Add more tests for keying material export by Max Fillinger · 9 months ago
  23. 9359f4d Fix coding style by Max Fillinger · 11 months ago
  24. d3d7ff4 Add test for TLS-Exporter in TLS 1.3 by Max Fillinger · 12 months ago
  25. 881ebc7 Fix record insertion by Manuel Pégourié-Gonnard · 4 months ago
  26. 6c5af6c Update feature macro for 3.6 by Manuel Pégourié-Gonnard · 4 months ago
  27. f1335bc Use HANDSHAKE_OVER in nominal test cases by Manuel Pégourié-Gonnard · 4 months ago
  28. e38bc4c Improve comments by Manuel Pégourié-Gonnard · 4 months ago
  29. 784041a Adapt dependencies to the 3.6 branch by Manuel Pégourié-Gonnard · 4 months ago
  30. fa54778 Use same dependencies for helper functions by Manuel Pégourié-Gonnard · 4 months ago
  31. 066ac13 Tighten dependencies again by Manuel Pégourié-Gonnard · 4 months ago
  32. 063c1ce Improve dependency declarations by Manuel Pégourié-Gonnard · 4 months ago
  33. 05ff37f Tighten dependency declarations by Manuel Pégourié-Gonnard · 4 months ago
  34. f267020 Improve documentation by Gilles Peskine · 5 months ago
  35. cb3cabd Remove redundant setup by Gilles Peskine · 5 months ago
  36. 7fe3638 Fix copypasta by Gilles Peskine · 5 months ago
  37. f9333a3 Simulate closing the connection mid-message by Gilles Peskine · 5 months ago
  38. 4f57212 Also test inserting non-empty, non-handshake records by Gilles Peskine · 5 months ago
  39. d973387 Fix the build without MBEDTLS_DEBUG_C by Gilles Peskine · 5 months ago
  40. 7cdf563 Fix the build in PSK-only configurations 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. f810d44 cmake: Generate test_keys.h and test_certs.h in the build tree by Ronald Cron · 6 months ago
  46. 05657d9 Revert "Add auto-generated files" by Minos Galanakis · 4 months ago
  47. 22098d4 Add auto-generated files by Minos Galanakis · 5 months ago mbedtls-3.6.3 v3.6.3
  48. e62ef05 Version Bump for 3.6.3 by Minos Galanakis · 5 months ago
  49. 7a95d16 Merge branch 'mbedtls-3.6-restricted' into mbedtls-3.6.3rc0-pr by Minos Galanakis · 5 months ago
  50. 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
  51. 6c129c3 ssl-opt: Added 4 and 128 bytes tests to HS defragmentation for server initiated reneg by Minos Galanakis · 5 months ago
  52. 5c6d317 ssl-opt: Fixed a minor typo. by Minos Galanakis · 5 months ago
  53. 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
  54. dfc8e43 Merge remote-tracking branch 'upstream/mbedtls-3.6' into pre-3.6.3-upstream-merge by Minos Galanakis · 5 months ago
  55. c03cd11 Merge pull request #10025 from waleed-elmelegy-arm/mbedtls-3.6-fix-key-deriv-bad-state-error by Gilles Peskine · 5 months ago
  56. 43a04e7 Re-introduce log asserts on positive cases by Manuel Pégourié-Gonnard · 5 months ago
  57. 8476c38 Improve a test assertion by Manuel Pégourié-Gonnard · 5 months ago
  58. 29073e3 Fix a typo by Manuel Pégourié-Gonnard · 5 months ago
  59. b59caea Add test cases for EOF in the middle of fragments by Manuel Pégourié-Gonnard · 5 months ago
  60. 4712b3e Adjust logic around log pattern by Manuel Pégourié-Gonnard · 5 months ago
  61. d2197af Add test for length larger than 2^16 by Manuel Pégourié-Gonnard · 5 months ago
  62. 8577510 Adapt "large ClientHello" tests to incremental by Manuel Pégourié-Gonnard · 5 months ago
  63. c6cf7e5 Cleanly reject non-HS in-between HS fragments by Manuel Pégourié-Gonnard · 5 months ago
  64. 051b1e2 Reduce the level of logging used in tests by Manuel Pégourié-Gonnard · 5 months ago
  65. adad476 Move new tests to their own data file by Manuel Pégourié-Gonnard · 5 months ago
  66. 996c4c0 Fix dependency issues by Manuel Pégourié-Gonnard · 5 months ago
  67. 6b25c50 New test function for large ClientHello by Manuel Pégourié-Gonnard · 5 months ago
  68. 89cc61a Fix hash dependencies for TLS 1.2 tests by Manuel Pégourié-Gonnard · 5 months ago
  69. 2b1ec8f Fix curve dependencies by Manuel Pégourié-Gonnard · 5 months ago
  70. 428ce0a Add missing dependency declaration by Manuel Pégourié-Gonnard · 5 months ago
  71. 3a7f1d2 Fix dependency issues by Manuel Pégourié-Gonnard · 5 months ago
  72. 31253cd Add test with non-HS record in-between HS fragments by Manuel Pégourié-Gonnard · 6 months ago
  73. bde37ce Add test to TLS 1.3 ClientHello fragmentation by Manuel Pégourié-Gonnard · 6 months ago
  74. ba71610 Add reference tests with 1.3 ClientHello by Manuel Pégourié-Gonnard · 6 months ago
  75. f83bc79 Add supported_curves/groups extension by Manuel Pégourié-Gonnard · 6 months ago
  76. 00ad6f6 New test function inject_client_content_on_the_wire() by Manuel Pégourié-Gonnard · 6 months ago
  77. bde759b ssl-opt: Disabled the renegotiation delay for fragmented HS renegotiation. by Minos Galanakis · 5 months ago
  78. 875cce9 ssl-opt: Updated documentation. by Minos Galanakis · 5 months ago
  79. e61d0e9 ssl-opt: Added client-initiated server-rejected renegotation test. by Minos Galanakis · 5 months ago
  80. 2798888 ssl-opt: Updated O_NEXT_CLI_RENEGOTIATE used by fragmented HS renegotiation with certificates. by Minos Galanakis · 5 months ago
  81. 2a1eacc ssl-opt: Fragmented HS renegotiation, removed -legacy_renegotiation argument. by Minos Galanakis · 5 months ago
  82. e5a3fd2 ssl-opt: Fragmented HS renegotiation, removed requires_certificate_authentication dependency. by Minos Galanakis · 5 months ago
  83. 5b6ec15 ssl-opt: Fragmented HS renegotiation, removed requires_openssl_3_x dependency. by Minos Galanakis · 5 months ago
  84. 620e8c2 ssl-opt: Fragmented HS renegotiation, adjusted test names for consistency. by Minos Galanakis · 5 months ago
  85. 135aed5 ssl-opt: Fragmented HS renegotiation, updated matching regex by Minos Galanakis · 5 months ago
  86. 9d78547 ssl-opt: Added coverage for client-initiated fragmented HS renegotiation tests. by Minos Galanakis · 5 months ago
  87. 9d1aa08 ssl-opt: Refactored fragmented HS renegotiation tests. by Minos Galanakis · 5 months ago
  88. 44c1c5f ssl-opt: Fragmented HS renegotiation, updated documentation. by Minos Galanakis · 5 months ago
  89. 6d1491d ssl-opt: Removed mock-tests from HS renegotiation. by Minos Galanakis · 5 months ago
  90. a23e697 sll-opt: Added refence fix for the Mock HS Defrag test using renegotitiation delay by Minos Galanakis · 5 months ago
  91. 12cf388 Added Mock Renegotiation negative test for testing. by Minos Galanakis · 5 months ago
  92. a37a936 ssl-opt: Added fragmented HS tests for server-initiated renegotiation. by Minos Galanakis · 5 months ago
  93. c4595a4 ssl-opt: Added fragmented HS tests for client-initiated renegotiation. by Minos Galanakis · 6 months ago
  94. 1e6438d ssl-opt: Added fragmented HS tests for SSL_VARIABLE_BUFFER_LENGTH. by Minos Galanakis · 6 months ago
  95. 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
  96. c64b7bc Use an array of strings instead of pointer smuggling by Bence Szépkúti · 5 months ago msvc-format-size-macros-3.6
  97. a029387 Use dummy typedef instead of macro by Bence Szépkúti · 5 months ago
  98. 104bd06 Merge remote-tracking branch 'origin/features/tls-defragmentation/3.6' into feature_merge_defragmentation_36 by Minos Galanakis · 5 months ago
  99. 1e62c95 Disable fatal assertions in Windows printf tests by Bence Szépkúti · 5 months ago
  100. 9cde9d4 Add testcase for MBEDTLS_PRINTF_MS_TIME by Bence Szépkúti · 5 months ago