1. 70bab4e Merge pull request #10040 from gilles-peskine-arm/tls-defragment-doc by Manuel Pégourié-Gonnard · 5 months ago features/tls-defragmentation/development
  2. 4c30cd8 Update the location of defragmentation limitations by Gilles Peskine · 5 months ago
  3. 2b78a5a State globally that the limitations don't apply to DTLS by Gilles Peskine · 5 months ago
  4. d9c8580 Clarify DTLS by Gilles Peskine · 5 months ago
  5. 80faced ClientHello may be fragmented in renegotiation by Gilles Peskine · 5 months ago
  6. d8f9e22 Move the defragmentation documentation to mbedtls_ssl_handshake by Gilles Peskine · 5 months ago
  7. ba01072 Merge pull request #10047 from mpg/fix-defrag-interleave-dev by Manuel Pégourié-Gonnard · 5 months ago
  8. e26a060 Cleanly reject non-HS in-between HS fragments by Manuel Pégourié-Gonnard · 5 months ago
  9. 723fec4 Merge pull request #10011 from gilles-peskine-arm/tls-defragment-incremental-dev by Gilles Peskine · 5 months ago
  10. e34ec86 Fix a log message by Gilles Peskine · 5 months ago
  11. dab1cb5 Note unused variables when debugging is disabled by Gilles Peskine · 5 months ago
  12. b8f1e4b Pacify uncrustify by Gilles Peskine · 5 months ago
  13. afb254c Unify handshake fragment log messages by Gilles Peskine · 5 months ago
  14. 15c072f Fix handshake defragmentation when the record has multiple messages by Gilles Peskine · 5 months ago
  15. 0851ec9 Fix end check before memmove by Gilles Peskine · 5 months ago
  16. e4a3fc2 Update framework by Gilles Peskine · 5 months ago
  17. 1b785e2 Refer to the API documentation for details by Gilles Peskine · 5 months ago
  18. 36edd48 Document the limitations of TLS handshake message defragmentation by Gilles Peskine · 5 months ago
  19. 90a9593 Fix dodgy printf calls by Gilles Peskine · 5 months ago
  20. e85ece6 Handshake defragmentation: reassemble incrementally by Gilles Peskine · 5 months ago
  21. 235eae9 mbedtls_ssl_prepare_handshake_record(): log offsets after decryption by Gilles Peskine · 5 months ago
  22. 7a17696 mbedtls_ssl_prepare_handshake_record(): refactor first fragment prep by Gilles Peskine · 5 months ago
  23. 0702772 Tweak handshake fragment log message by Gilles Peskine · 5 months ago
  24. 9bdc8aa Tweak "waiting for more handshake fragments" log message by Gilles Peskine · 5 months ago
  25. 2e5a7ea Fix Doxygen markup by Gilles Peskine · 6 months ago
  26. 6811978 Merge pull request #10021 from gilles-peskine-arm/tls-defragment-generate-tests-dev by Gilles Peskine · 5 months ago
  27. 2d23a9a Update framework by Gilles Peskine · 5 months ago
  28. e0bd20b Generate handshake defragmentation test cases: update analyze_outcomes by Gilles Peskine · 5 months ago
  29. f89bc27 Switch to generated handshake tests by Gilles Peskine · 5 months ago
  30. 5071a25 Normalize requirements in defragmentation test cases by Gilles Peskine · 5 months ago
  31. 46cb8a2 Normalize messages in defragmentation test cases by Gilles Peskine · 5 months ago
  32. aaab090 Normalize whitespace in defragmentation test cases by Gilles Peskine · 5 months ago
  33. b40d33b Move most TLS handshake defragmentation tests to a separate file by Gilles Peskine · 5 months ago
  34. 4773333 New generated file: tests/opt-testcases/handshake-generated.sh by Gilles Peskine · 5 months ago
  35. 32707bd Merge pull request #10023 from gilles-peskine-arm/tls-defragmentation-merge-development-20250303 by David Horstmann · 5 months ago
  36. 5df993d Merge remote-tracking branch 'development' into tls-defragmentation-merge-development-20250303 by Gilles Peskine · 5 months ago
  37. 6eabe58 Merge pull request #9989 from minosgalanakis/issue9887_add_basic_defragmentation_tests by Gilles Peskine · 5 months ago
  38. 4354dc6 ssl-opt: Re-introduce certificate dependency for HS negative tests. by Minos Galanakis · 5 months ago
  39. 0dd57a9 ssl-opt: Removed dependencies for HS defrag negative tests. by Minos Galanakis · 5 months ago
  40. d01ac30 ssl-opt: Adjusted reference hs defragmentation tests. by Minos Galanakis · 5 months ago
  41. 76957cc ssl-opt: Minor typos and documentation fixes. by Minos Galanakis · 5 months ago
  42. 243e13f Merge pull request #10006 from stgloorious/fix/before_colon by David Horstmann · 5 months ago gh-readonly-queue/development/pr-10006-ede8494d73e38851a004bbe5313fe70ba037f3c0
  43. 19dbbe0 analyze_outcomes: Temporary disabled 3 HS Degragmentation tests. by Minos Galanakis · 5 months ago
  44. 17170a5 ssl-opt: Updated documentation of HS-Defrag tests. by Minos Galanakis · 5 months ago
  45. c8709c6 ssl-opt: Removed redundant dependencies: requires_openssl_3_x by Minos Galanakis · 5 months ago
  46. cd6a24b ssl-opt.sh: Disabled HS Defrag Tests for TLS1.2 where len < 16 by Minos Galanakis · 5 months ago
  47. 99ca668 ssl-opt: Replaced max_send_frag with split_send_frag by Minos Galanakis · 5 months ago
  48. a5a8c9f ssl-opt: Added coverage for hs defragmentation TLS 1.2 tests. by Minos Galanakis · 5 months ago
  49. eddbb5a ChangeLog: Updated the entry for tls-hs-defragmentation by Minos Galanakis · 6 months ago
  50. d708a63 ssl-opt: Updated documentation. by Minos Galanakis · 6 months ago
  51. 36c81f5 ssl-opt: Added DSA-RSA dependency on TLS1.2 defragmentation testing. by Minos Galanakis · 5 months ago
  52. 74ce749 ssl-opt: Added negative tests for handshake fragmentation. by Minos Galanakis · 6 months ago
  53. 1c106af ssl-opt: Added handshake fragmentation tests for 4 byte fragments. by Minos Galanakis · 6 months ago
  54. 41782a9 ssl-opt: Added negative-assertion testing, (HS Fragmentation disabled) by Minos Galanakis · 6 months ago
  55. 85fe73d ssl-opt: Added tls 1.2 tests for HS defragmentation. by Minos Galanakis · 6 months ago
  56. a4dde77 ssl-opt: Dependency resolving set to use to requires_protocol_version HS deframentation tests. by Minos Galanakis · 6 months ago
  57. a8a298c ssl-opt: Adjusted the wording on handshake fragmentation tests. by Minos Galanakis · 6 months ago
  58. a1b9117 ssl-opt: Added requires_openssl_3_x to defragmentation tests. by Minos Galanakis · 6 months ago
  59. 270dd74 ssl-opt: Updated the keywords to look up during handshake fragmentation tests. by Minos Galanakis · 6 months ago
  60. 4028cfd Add missing client certificate check in handshake defragmentation tests by Waleed Elmelegy · 6 months ago
  61. 5f21537 Test Handshake defragmentation only for TLS 1.3 only for small values by Waleed Elmelegy · 6 months ago
  62. a75c7e0 Add guard to handshake defragmentation tests for client certificate by Waleed Elmelegy · 6 months ago
  63. f162249 Add a comment to elaborate using split_send_frag in handshake defragmentation tests by Waleed Elmelegy · 6 months ago
  64. 61b8e2d Enforce client authentication in handshake fragmentation tests by Waleed Elmelegy · 6 months ago
  65. 39d83dd Remove unneeded mtu option from handshake fragmentation tests by Waleed Elmelegy · 6 months ago
  66. 48874b3 Add client authentication to handshake defragmentation tests by Waleed Elmelegy · 6 months ago
  67. f912031 Require openssl to support TLS 1.3 in handshake defragmentation tests by Waleed Elmelegy · 6 months ago
  68. fccd014 Remove unnecessary string check in handshake defragmentation tests by Waleed Elmelegy · 6 months ago
  69. c0118d8 Fix typo in TLS Handshake defrafmentation tests by Waleed Elmelegy · 6 months ago
  70. 0e0d5d4 Improve TLS handshake defragmentation tests by Waleed Elmelegy · 6 months ago
  71. 79a8ded Add TLS Hanshake defragmentation tests by Waleed Elmelegy · 6 months ago
  72. 28f8e20 Merge pull request #9872 from rojer/tls_hs_defrag_in by Manuel Pégourié-Gonnard · 5 months ago
  73. ede8494 Merge pull request #9986 from valeriosetti/issue9971-development by Ronald Cron · 5 months ago
  74. aa380c4 tf-psa-crypto: update reference by Valerio Setti · 5 months ago
  75. 69d0781 scripts: move ecc-heap.sh to tf-psa-crypto by Valerio Setti · 6 months ago
  76. f8244d4 programs: update .gitignore by Valerio Setti · 6 months ago
  77. 34b4aa1 programs: move benchmark to tf-psa-crypto repo by Valerio Setti · 6 months ago
  78. b5c079b fix: rename BEFORE_COLON and BC to avoid conflicts by Stefan Gloor · 5 months ago
  79. 6a9cf11 fix: remove superfluous BEFORE_COLON in x509_crl.c by Stefan Gloor · 5 months ago
  80. dc882a8 Merge pull request #9939 from Harry-Ramsey/move-programs-from-mbedtls-to-framework by Ronald Cron · 5 months ago
  81. 5befe36 Update TF-PSA-Crypto pointer by Harry Ramsey · 6 months ago
  82. 48d1374 Update framework pointer by Harry Ramsey · 6 months ago
  83. 21506fd Update documentation regarding metatest by Harry Ramsey · 6 months ago
  84. f6fb2f0 Update documentation regarding test_zeroize by Harry Ramsey · 6 months ago
  85. 9b4035c Update path for moved test_zeroize.gdb script by Harry Ramsey · 6 months ago
  86. ec4af6c Update paths for moved programs in generate_visualc_files.pl by Harry Ramsey · 6 months ago
  87. d096793 Update paths for moved program files in components-build-system.sh by Harry Ramsey · 6 months ago
  88. 53ba6ad Update paths for moved program files in CMakeLists by Harry Ramsey · 6 months ago
  89. c19b8e8 Update include paths in C files by Harry Ramsey · 6 months ago
  90. 2543ec0 Update paths for moved program files in makefiles by Harry Ramsey · 6 months ago
  91. b14141d Move programs out of Mbed TLS by Harry Ramsey · 6 months ago
  92. 7ef0c60 Merge pull request #9992 from Harry-Ramsey/move-zeroize-memset-configuration by Ronald Cron · 6 months ago
  93. 82c4219 Update TF-PSA-Crypto pointer by Harry Ramsey · 6 months ago
  94. 2a75a60 Update path to user-config-zeroize-memset.h by Harry Ramsey · 6 months ago
  95. 76e4762 Move zeroize config to TF-PSA-Crypto by Harry Ramsey · 6 months ago
  96. 39e2e4c Merge pull request #9957 from valeriosetti/issue136-development by Ronald Cron · 6 months ago
  97. 1e781ad tf-psa-crypto: update reference by Valerio Setti · 6 months ago
  98. e06f9f3 framework: update reference by Valerio Setti · 6 months ago
  99. 24e6ecb tests: move components-compliance.sh to tf-psa-crypto repo by Valerio Setti · 6 months ago
  100. dd14c0a Remove in_hshdr by Deomid rojer Ryabkov · 6 months ago