1. af0c461 mbedtls_ssl_prepare_handshake_record(): refactor first fragment prep by Gilles Peskine · 5 months ago
  2. 1e81d34 Tweak handshake fragment log message by Gilles Peskine · 5 months ago
  3. 3d490a9 Tweak "waiting for more handshake fragments" log message by Gilles Peskine · 5 months ago
  4. b6102b6 Fix Doxygen markup by Gilles Peskine · 6 months ago
  5. 134677d Merge pull request #10029 from gilles-peskine-arm/tls-defragment-generate-tests-3.6 by Gilles Peskine · 5 months ago
  6. 2e7def5 Update framework by Gilles Peskine · 5 months ago
  7. 9d54be5 Generate handshake defragmentation test cases: update analyze_outcomes by Gilles Peskine · 5 months ago
  8. 2e7f2a2 Switch to generated handshake tests by Gilles Peskine · 5 months ago
  9. 6183a64 Normalize requirements in defragmentation test cases by Gilles Peskine · 5 months ago
  10. 49e1ed2 Normalize messages in defragmentation test cases by Gilles Peskine · 5 months ago
  11. 8321ab5 Normalize whitespace in defragmentation test cases by Gilles Peskine · 5 months ago
  12. 8ef2e74 Move most TLS handshake defragmentation tests to a separate file by Gilles Peskine · 5 months ago
  13. 28f953c New generated file: tests/opt-testcases/handshake-generated.sh by Gilles Peskine · 5 months ago
  14. abb08f1 Merge pull request #10024 from gilles-peskine-arm/tls-defragmentation-merge-3.6-20250303 by David Horstmann · 5 months ago
  15. e0f1240 Merge remote-tracking branch 'mbedtls-3.6' into tls-defragmentation-merge-3.6-20250303 by Gilles Peskine · 5 months ago
  16. b55fd70 Merge pull request #10016 from minosgalanakis/issue9887_add_basic_defragmentation_tests_36 by Gilles Peskine · 5 months ago
  17. 5764816 ssl-opt: Re-introduce certificate dependency for HS negative tests. by Minos Galanakis · 5 months ago
  18. 97a24eb ssl-opt: Removed dependencies for HS defrag negative tests. by Minos Galanakis · 5 months ago
  19. 4834826 ssl-opt: Adjusted reference hs defragmentation tests. by Minos Galanakis · 5 months ago
  20. 19d857d ssl-opt: Minor typos and documentation fixes. by Minos Galanakis · 5 months ago
  21. 21e4f21 analyze_outcomes: Temporary disabled 3 HS Degragmentation tests. by Minos Galanakis · 5 months ago
  22. 618ad79 ssl-opt: Updated documentation of HS-Defrag tests. by Minos Galanakis · 5 months ago
  23. bb1bd8b ssl-opt: Removed redundant dependencies: requires_openssl_3_x by Minos Galanakis · 5 months ago
  24. 065b89c ssl-opt.sh: Disabled HS Defrag Tests for TLS1.2 where len < 16 by Minos Galanakis · 5 months ago
  25. 4335125 ssl-opt: Replaced max_send_frag with split_send_frag by Minos Galanakis · 6 months ago
  26. ee8e7c3 ssl-opt: Added coverage for hs defragmentation TLS 1.2 tests. by Minos Galanakis · 6 months ago
  27. 2622aea ChangeLog: Updated the entry for tls-hs-defragmentation by Minos Galanakis · 6 months ago
  28. e6dbf49 ssl-opt: Updated documentation. by Minos Galanakis · 6 months ago
  29. 79693bf ssl-opt: Added negative tests for handshake fragmentation. by Minos Galanakis · 6 months ago
  30. 03ae352 ssl-opt: Added handshake fragmentation tests for 4 byte fragments. by Minos Galanakis · 6 months ago
  31. 871469a ssl-opt: Added negative-assertion testing, (HS Fragmentation disabled) by Minos Galanakis · 6 months ago
  32. 48aa2de ssl-opt: Added tls 1.2 tests for HS defragmentation. by Minos Galanakis · 6 months ago
  33. 1d47ceb ssl-opt: Dependency resolving set to use to requires_protocol_version HS deframentation tests. by Minos Galanakis · 6 months ago
  34. 502da02 ssl-opt: Adjusted the wording on handshake fragmentation tests. by Minos Galanakis · 6 months ago
  35. 9886fd1 ssl-opt: Added requires_openssl_3_x to defragmentation tests. by Minos Galanakis · 6 months ago
  36. afb428e ssl-opt: Updated the keywords to look up during handshake fragmentation tests. by Minos Galanakis · 6 months ago
  37. c5f1ba3 Add missing client certificate check in handshake defragmentation tests by Waleed Elmelegy · 6 months ago
  38. 5fc8d3f Test Handshake defragmentation only for TLS 1.3 only for small values by Waleed Elmelegy · 6 months ago
  39. be59ab5 Add guard to handshake defragmentation tests for client certificate by Waleed Elmelegy · 6 months ago
  40. 99f4691 Add a comment to elaborate using split_send_frag in handshake defragmentation tests by Waleed Elmelegy · 6 months ago
  41. 57f61f8 Enforce client authentication in handshake fragmentation tests by Waleed Elmelegy · 6 months ago
  42. 826fc5c Remove unneeded mtu option from handshake fragmentation tests by Waleed Elmelegy · 6 months ago
  43. e9b0884 Add client authentication to handshake defragmentation tests by Waleed Elmelegy · 6 months ago
  44. 1b2590b Require openssl to support TLS 1.3 in handshake defragmentation tests by Waleed Elmelegy · 6 months ago
  45. 5b7c8bb Remove unnecessary string check in handshake defragmentation tests by Waleed Elmelegy · 6 months ago
  46. 8870b99 Fix typo in TLS Handshake defrafmentation tests by Waleed Elmelegy · 6 months ago
  47. e11d8c9 Improve TLS handshake defragmentation tests by Waleed Elmelegy · 6 months ago
  48. 29581ce Add TLS Hanshake defragmentation tests by Waleed Elmelegy · 6 months ago
  49. cca140b Merge pull request #9981 from gilles-peskine-arm/tls_hs_defrag_in-3.6-badmac_seen by Manuel Pégourié-Gonnard · 5 months ago
  50. 1ba478d Merge pull request #9988 from Harry-Ramsey/move-program-files-to-mbedtls-framework-3-6 by Ronald Cron · 6 months ago
  51. 1da22a8 Update framework pointer by Harry Ramsey · 6 months ago
  52. 4c1383a Update documentation regarding metatest by Harry Ramsey · 6 months ago
  53. 65e9bef Update documentation regarding test_zeroize by Harry Ramsey · 6 months ago
  54. 4e1a12e Update path to demo_common.sh by Harry Ramsey · 6 months ago
  55. d621d34 Update path for moved test_zeroize.gdb script by Harry Ramsey · 6 months ago
  56. 03f4957 Update paths for moved programs in generate_visualc_files.pl by Harry Ramsey · 6 months ago
  57. 151e089 Update paths for moved dlopen_demo.sh by Harry Ramsey · 6 months ago
  58. 061e0f5 Update paths for moved program files in CMakeLists by Harry Ramsey · 6 months ago
  59. dab817a Update include paths in C files by Harry Ramsey · 6 months ago
  60. a67f133 Update paths for moved program files in makefiles by Harry Ramsey · 6 months ago
  61. 6eb335d Merge pull request #9919 from davidhorstmann-arm/clarify-x509-security-md-3.6 by Janos Follath · 6 months ago
  62. 4726d20 Remove unused variable in ssl_server.c by Waleed Elmelegy · 6 months ago
  63. 716aead Update the changelog message by Deomid rojer Ryabkov · 6 months ago
  64. 2878a05 Remove obselete checks due to the introduction of handhsake defragmen... by Deomid rojer Ryabkov · 6 months ago
  65. c52273d Add a note about badmac_seen's new name in ssl_context_info by Gilles Peskine · 6 months ago
  66. 55151d3 Fix Doxygen misuse by Gilles Peskine · 6 months ago
  67. d358d6e Add MBEDTLS_FRAMEWORK_DIR variable to CMake by Harry Ramsey · 6 months ago
  68. cb72cd2 Don't reset badmac_seen on a DTLS client reconnect by Gilles Peskine · 6 months ago
  69. b710599 Merge in_hsfraglen with badmac_seen_or_in_hsfraglen by Gilles Peskine · 6 months ago
  70. ebdd405 Change the type of in_hsfraglen to unsigned by Gilles Peskine · 6 months ago
  71. f6a676d Rename badmac_seen to badmac_seen_or_in_hsfraglen by Gilles Peskine · 6 months ago
  72. 69f8f45 Minor readability improvement by Gilles Peskine · 6 months ago
  73. bbe8745 Remove in_hshdr by Deomid rojer Ryabkov · 6 months ago
  74. 85ec2b3 Add a safety check for in_hsfraglen by Deomid rojer Ryabkov · 6 months ago
  75. 5c853ea Allow fragments less HS msg header size (4 bytes) by Deomid rojer Ryabkov · 6 months ago
  76. 96e2290 Remove mbedtls_ssl_reset_in_out_pointers by Deomid rojer Ryabkov · 6 months ago
  77. 1f4088c Review comments by Deomid rojer Ryabkov · 7 months ago
  78. db2da52 Update ChangeLog.d/tls-hs-defrag-in.txt by Deomid Ryabkov · 7 months ago
  79. 3fc5a4d Defragment incoming TLS handshake messages by Deomid rojer Ryabkov · 1 year, 5 months ago
  80. 0c6eb5d Move programs out of Mbed TLS by Harry Ramsey · 6 months ago
  81. c811fb7 Merge pull request #9941 from valeriosetti/issue94-3.6 by Ronald Cron · 6 months ago
  82. 411f7dc framework: update reference by Valerio Setti · 6 months ago
  83. aa7bd59 components-compliance.sh: update references to test_psa_compliance.py by Valerio Setti · 6 months ago
  84. d673acf components-configuration.sh: update references to test_psa_constant_names.py by Valerio Setti · 6 months ago
  85. 7297e8d Move files out of Mbed TLS by Valerio Setti · 6 months ago
  86. 2045886 Merge pull request #9937 from valeriosetti/issue9688-backport by Ronald Cron · 6 months ago
  87. 1a0ee06 test_suite_ssl: update description for conf_curve and conf_gruop tests by Valerio Setti · 7 months ago
  88. e94ab3c test_suite_ssl: add ECDHE-RSA case for handshake_fragmentation() by Valerio Setti · 7 months ago
  89. 4f2a74d test_suite_ssl: add new ECDHE-RSA tests by Valerio Setti · 7 months ago
  90. b6fff90 Merge pull request #9907 from mpg/conf-curves-3.6 by Manuel Pégourié-Gonnard · 6 months ago
  91. 79d5ea2 Merge pull request #9495 from minosgalanakis/doc/add_mbedtls_ecp_check_privkey_comment_bp36 by Janos Follath · 6 months ago
  92. 4847765 Update tf-psa-crypto/drivers/builtin/src/ecp.c by minosgalanakis · 12 months ago
  93. 910273c Fix missing-word typo by David Horstmann · 6 months ago
  94. fe2d3e0 Add paragraph on undefined behaviour by David Horstmann · 7 months ago
  95. 8bf5dc6 Add X.509 formatting validation to SECURITY.md by David Horstmann · 7 months ago
  96. ea18c7e Fix incorrect test function by Manuel Pégourié-Gonnard · 7 months ago
  97. 632667e Remove useless dependency from test function by Manuel Pégourié-Gonnard · 7 months ago
  98. 18e4b3f Merge pull request #9857 from gilles-peskine-arm/psa-storage-test-cases-never-supported-negative-3.6 by Gilles Peskine · 7 months ago
  99. a6c1f56 Add ignore list entries for ECDH/FFDH algorithm without key type by Gilles Peskine · 7 months ago
  100. a2a0c39 Remove test coverage exceptions that are no longer needed by Gilles Peskine · 7 months ago