1. 1b785e2 Refer to the API documentation for details by Gilles Peskine · 5 months ago
  2. 36edd48 Document the limitations of TLS handshake message defragmentation by Gilles Peskine · 5 months ago
  3. 6811978 Merge pull request #10021 from gilles-peskine-arm/tls-defragment-generate-tests-dev by Gilles Peskine · 5 months ago
  4. 2d23a9a Update framework by Gilles Peskine · 5 months ago
  5. e0bd20b Generate handshake defragmentation test cases: update analyze_outcomes by Gilles Peskine · 5 months ago
  6. f89bc27 Switch to generated handshake tests by Gilles Peskine · 5 months ago
  7. 5071a25 Normalize requirements in defragmentation test cases by Gilles Peskine · 5 months ago
  8. 46cb8a2 Normalize messages in defragmentation test cases by Gilles Peskine · 5 months ago
  9. aaab090 Normalize whitespace in defragmentation test cases by Gilles Peskine · 5 months ago
  10. b40d33b Move most TLS handshake defragmentation tests to a separate file by Gilles Peskine · 5 months ago
  11. 4773333 New generated file: tests/opt-testcases/handshake-generated.sh by Gilles Peskine · 5 months ago
  12. 32707bd Merge pull request #10023 from gilles-peskine-arm/tls-defragmentation-merge-development-20250303 by David Horstmann · 5 months ago
  13. 5df993d Merge remote-tracking branch 'development' into tls-defragmentation-merge-development-20250303 by Gilles Peskine · 5 months ago
  14. 6eabe58 Merge pull request #9989 from minosgalanakis/issue9887_add_basic_defragmentation_tests by Gilles Peskine · 5 months ago
  15. 4354dc6 ssl-opt: Re-introduce certificate dependency for HS negative tests. by Minos Galanakis · 5 months ago
  16. 0dd57a9 ssl-opt: Removed dependencies for HS defrag negative tests. by Minos Galanakis · 5 months ago
  17. d01ac30 ssl-opt: Adjusted reference hs defragmentation tests. by Minos Galanakis · 5 months ago
  18. 76957cc ssl-opt: Minor typos and documentation fixes. by Minos Galanakis · 5 months ago
  19. 243e13f Merge pull request #10006 from stgloorious/fix/before_colon by David Horstmann · 5 months ago gh-readonly-queue/development/pr-10006-ede8494d73e38851a004bbe5313fe70ba037f3c0
  20. 19dbbe0 analyze_outcomes: Temporary disabled 3 HS Degragmentation tests. by Minos Galanakis · 5 months ago
  21. 17170a5 ssl-opt: Updated documentation of HS-Defrag tests. by Minos Galanakis · 5 months ago
  22. c8709c6 ssl-opt: Removed redundant dependencies: requires_openssl_3_x by Minos Galanakis · 5 months ago
  23. cd6a24b ssl-opt.sh: Disabled HS Defrag Tests for TLS1.2 where len < 16 by Minos Galanakis · 5 months ago
  24. 99ca668 ssl-opt: Replaced max_send_frag with split_send_frag by Minos Galanakis · 6 months ago
  25. a5a8c9f ssl-opt: Added coverage for hs defragmentation TLS 1.2 tests. by Minos Galanakis · 6 months ago
  26. eddbb5a ChangeLog: Updated the entry for tls-hs-defragmentation by Minos Galanakis · 6 months ago
  27. d708a63 ssl-opt: Updated documentation. by Minos Galanakis · 6 months ago
  28. 36c81f5 ssl-opt: Added DSA-RSA dependency on TLS1.2 defragmentation testing. by Minos Galanakis · 6 months ago
  29. 74ce749 ssl-opt: Added negative tests for handshake fragmentation. by Minos Galanakis · 6 months ago
  30. 1c106af ssl-opt: Added handshake fragmentation tests for 4 byte fragments. by Minos Galanakis · 6 months ago
  31. 41782a9 ssl-opt: Added negative-assertion testing, (HS Fragmentation disabled) by Minos Galanakis · 6 months ago
  32. 85fe73d ssl-opt: Added tls 1.2 tests for HS defragmentation. by Minos Galanakis · 6 months ago
  33. a4dde77 ssl-opt: Dependency resolving set to use to requires_protocol_version HS deframentation tests. by Minos Galanakis · 6 months ago
  34. a8a298c ssl-opt: Adjusted the wording on handshake fragmentation tests. by Minos Galanakis · 6 months ago
  35. a1b9117 ssl-opt: Added requires_openssl_3_x to defragmentation tests. by Minos Galanakis · 6 months ago
  36. 270dd74 ssl-opt: Updated the keywords to look up during handshake fragmentation tests. by Minos Galanakis · 6 months ago
  37. 4028cfd Add missing client certificate check in handshake defragmentation tests by Waleed Elmelegy · 6 months ago
  38. 5f21537 Test Handshake defragmentation only for TLS 1.3 only for small values by Waleed Elmelegy · 6 months ago
  39. a75c7e0 Add guard to handshake defragmentation tests for client certificate by Waleed Elmelegy · 6 months ago
  40. f162249 Add a comment to elaborate using split_send_frag in handshake defragmentation tests by Waleed Elmelegy · 6 months ago
  41. 61b8e2d Enforce client authentication in handshake fragmentation tests by Waleed Elmelegy · 6 months ago
  42. 39d83dd Remove unneeded mtu option from handshake fragmentation tests by Waleed Elmelegy · 6 months ago
  43. 48874b3 Add client authentication to handshake defragmentation tests by Waleed Elmelegy · 6 months ago
  44. f912031 Require openssl to support TLS 1.3 in handshake defragmentation tests by Waleed Elmelegy · 6 months ago
  45. fccd014 Remove unnecessary string check in handshake defragmentation tests by Waleed Elmelegy · 6 months ago
  46. c0118d8 Fix typo in TLS Handshake defrafmentation tests by Waleed Elmelegy · 6 months ago
  47. 0e0d5d4 Improve TLS handshake defragmentation tests by Waleed Elmelegy · 6 months ago
  48. 79a8ded Add TLS Hanshake defragmentation tests by Waleed Elmelegy · 6 months ago
  49. 28f8e20 Merge pull request #9872 from rojer/tls_hs_defrag_in by Manuel Pégourié-Gonnard · 5 months ago
  50. ede8494 Merge pull request #9986 from valeriosetti/issue9971-development by Ronald Cron · 5 months ago
  51. aa380c4 tf-psa-crypto: update reference by Valerio Setti · 6 months ago
  52. 69d0781 scripts: move ecc-heap.sh to tf-psa-crypto by Valerio Setti · 6 months ago
  53. f8244d4 programs: update .gitignore by Valerio Setti · 6 months ago
  54. 34b4aa1 programs: move benchmark to tf-psa-crypto repo by Valerio Setti · 6 months ago
  55. b5c079b fix: rename BEFORE_COLON and BC to avoid conflicts by Stefan Gloor · 6 months ago
  56. 6a9cf11 fix: remove superfluous BEFORE_COLON in x509_crl.c by Stefan Gloor · 6 months ago
  57. dc882a8 Merge pull request #9939 from Harry-Ramsey/move-programs-from-mbedtls-to-framework by Ronald Cron · 6 months ago
  58. 5befe36 Update TF-PSA-Crypto pointer by Harry Ramsey · 6 months ago
  59. 48d1374 Update framework pointer by Harry Ramsey · 6 months ago
  60. 21506fd Update documentation regarding metatest by Harry Ramsey · 6 months ago
  61. f6fb2f0 Update documentation regarding test_zeroize by Harry Ramsey · 6 months ago
  62. 9b4035c Update path for moved test_zeroize.gdb script by Harry Ramsey · 6 months ago
  63. ec4af6c Update paths for moved programs in generate_visualc_files.pl by Harry Ramsey · 6 months ago
  64. d096793 Update paths for moved program files in components-build-system.sh by Harry Ramsey · 6 months ago
  65. 53ba6ad Update paths for moved program files in CMakeLists by Harry Ramsey · 6 months ago
  66. c19b8e8 Update include paths in C files by Harry Ramsey · 6 months ago
  67. 2543ec0 Update paths for moved program files in makefiles by Harry Ramsey · 6 months ago
  68. b14141d Move programs out of Mbed TLS by Harry Ramsey · 6 months ago
  69. 7ef0c60 Merge pull request #9992 from Harry-Ramsey/move-zeroize-memset-configuration by Ronald Cron · 6 months ago
  70. 82c4219 Update TF-PSA-Crypto pointer by Harry Ramsey · 6 months ago
  71. 2a75a60 Update path to user-config-zeroize-memset.h by Harry Ramsey · 6 months ago
  72. 76e4762 Move zeroize config to TF-PSA-Crypto by Harry Ramsey · 6 months ago
  73. 39e2e4c Merge pull request #9957 from valeriosetti/issue136-development by Ronald Cron · 6 months ago
  74. 1e781ad tf-psa-crypto: update reference by Valerio Setti · 6 months ago
  75. e06f9f3 framework: update reference by Valerio Setti · 6 months ago
  76. 24e6ecb tests: move components-compliance.sh to tf-psa-crypto repo by Valerio Setti · 6 months ago
  77. dd14c0a Remove in_hshdr by Deomid rojer Ryabkov · 6 months ago
  78. 03e7040 Merge pull request #9917 from valeriosetti/issue9685 by Ronald Cron · 6 months ago gh-readonly-queue/development/pr-9917-0baf3611e623e51bc213d849a1d0a87bacf3cfd9
  79. bfc1ec1 tf-psa-crypto: update reference by Valerio Setti · 6 months ago
  80. 683e49e framework: update reference by Valerio Setti · 7 months ago
  81. c8cac1d changelog: add note abot DHE-RSA removal by Valerio Setti · 6 months ago
  82. 1494a09 test_suite_ssl: require GCM or ChaChaPoly in handshake_serialization() by Valerio Setti · 6 months ago
  83. d137f15 mbedtls_config.h: remove definition of MBEDTLS_KEY_EXCHANGE_DHE_RSA_ENABLED by Valerio Setti · 7 months ago
  84. f886924 docs: remove references to DHE-RSA by Valerio Setti · 7 months ago
  85. 02ae668 check_config.h: remove checks for DHE-RSA by Valerio Setti · 7 months ago
  86. 8438c63 tests: remove references to DHE-RSA by Valerio Setti · 7 months ago
  87. b7e2ecc ssl_ciphersuites: remove MBEDTLS_KEY_EXCHANGE_SOME_XXDH_1_2_ENABLED by Valerio Setti · 7 months ago
  88. b8621b6 ssl_ciphersuites: remove references to DHE-RSA key exchanges by Valerio Setti · 7 months ago
  89. 89743b5 ssl_tls: remove code related to DHE-RSA by Valerio Setti · 7 months ago
  90. 98f348a ssl-opt.sh|compat.sh: remove references to DHE-RSA by Valerio Setti · 6 months ago
  91. 0baf361 Merge pull request #9940 from valeriosetti/issue94-development by Ronald Cron · 6 months ago
  92. cf4e6a1 Remove unused variable in ssl_server.c by Waleed Elmelegy · 6 months ago
  93. eb77e5b Update the changelog message by Deomid rojer Ryabkov · 6 months ago
  94. c96d75b framework: update reference by Valerio Setti · 6 months ago
  95. da1673c components-compliance.sh: update references to test_psa_compliance.py by Valerio Setti · 6 months ago
  96. 2ef5535 components-configuration.sh: update references to test_psa_constant_names.py by Valerio Setti · 6 months ago
  97. 40e14a7 Move files out of Mbed TLS by Valerio Setti · 6 months ago
  98. be658c4 Merge pull request #9938 from bjwtaylor/ssl-ticket-api by David Horstmann · 6 months ago
  99. 7b4b176 Merge pull request #9908 from Harry-Ramsey/move-configs-to-tf-psa-crypto by Ronald Cron · 6 months ago
  100. 7d4c48b fixed trailing whitespace by Ben Taylor · 6 months ago