1. 641e08e ssl-opt: Updated documentation. by Minos Galanakis · 5 months ago
  2. 1d78c7d ssl-opt: Added client-initiated server-rejected renegotation test. by Minos Galanakis · 5 months ago
  3. a8f1438 ssl-opt: Updated O_NEXT_CLI_RENEGOTIATE used by fragmented HS renegotiation with certificates. by Minos Galanakis · 5 months ago
  4. df4ddfd ssl-opt: Fragmented HS renegotiation, removed -legacy_renegotiation argument. by Minos Galanakis · 5 months ago
  5. 0b830f1 ssl-opt: Fragmented HS renegotiation, removed requires_certificate_authentication dependency. by Minos Galanakis · 5 months ago
  6. 9b2e4b8 ssl-opt: Fragmented HS renegotiation, removed requires_openssl_3_x dependency. by Minos Galanakis · 5 months ago
  7. af0e60b ssl-opt: Fragmented HS renegotiation, adjusted test names for consistency. by Minos Galanakis · 5 months ago
  8. 70be67b ssl-opt: Fragmented HS renegotiation, updated matching regex by Minos Galanakis · 5 months ago
  9. ae54c74 ssl-opt: Added coverage for client-initiated fragmented HS renegotiation tests. by Minos Galanakis · 5 months ago
  10. a7b19aa ssl-opt: Refactored fragmented HS renegotiation tests. by Minos Galanakis · 5 months ago
  11. 990a109 ssl-opt: Fragmented HS renegotiation, updated documentation. by Minos Galanakis · 5 months ago
  12. 135ebd3 ssl-opt: Removed mock-tests from HS renegotiation. by Minos Galanakis · 5 months ago
  13. 87be69a sll-opt: Added refence fix for the Mock HS Defrag test using renegotitiation delay by Minos Galanakis · 5 months ago
  14. 7134e52 programs -> ssl_client2.c: Added option renego_delay to set record buffer depth. by Minos Galanakis · 5 months ago
  15. 05009c7 Added Mock Renegotiation negative test for testing. by Minos Galanakis · 5 months ago
  16. 529188f ssl-opt: Added fragmented HS tests for server-initiated renegotiation. by Minos Galanakis · 5 months ago
  17. 5aaa6e0 ssl-opt: Added fragmented HS tests for client-initiated renegotiation. by Minos Galanakis · 6 months ago
  18. daa14a4 ssl-opt: Added fragmented HS tests for SSL_VARIABLE_BUFFER_LENGTH. by Minos Galanakis · 6 months ago
  19. 50432e4 Merge pull request #10057 from minosgalanakis/feature_merge_defragmentation_dev by Manuel Pégourié-Gonnard · 5 months ago
  20. a4c9233 Updated framework pointer. by Minos Galanakis · 5 months ago
  21. a2a0c2c Merge remote-tracking branch 'origin/features/tls-defragmentation/development' into feature_merge_defragmentation_dev by Minos Galanakis · 5 months ago
  22. 70bab4e Merge pull request #10040 from gilles-peskine-arm/tls-defragment-doc by Manuel Pégourié-Gonnard · 5 months ago features/tls-defragmentation/development
  23. 4c30cd8 Update the location of defragmentation limitations by Gilles Peskine · 5 months ago
  24. 2b78a5a State globally that the limitations don't apply to DTLS by Gilles Peskine · 5 months ago
  25. d9c8580 Clarify DTLS by Gilles Peskine · 5 months ago
  26. 80faced ClientHello may be fragmented in renegotiation by Gilles Peskine · 5 months ago
  27. d8f9e22 Move the defragmentation documentation to mbedtls_ssl_handshake by Gilles Peskine · 5 months ago
  28. ba01072 Merge pull request #10047 from mpg/fix-defrag-interleave-dev by Manuel Pégourié-Gonnard · 5 months ago
  29. eb20c1f Merge pull request #10010 from valeriosetti/issue137-development by Ronald Cron · 5 months ago
  30. e26a060 Cleanly reject non-HS in-between HS fragments by Manuel Pégourié-Gonnard · 5 months ago
  31. 5e838bd tf-psa-crypto: update reference by Valerio Setti · 5 months ago
  32. 6408113 tests: move component_test_tf_psa_crypto_cmake_as_package to tf-psa-crypto by Valerio Setti · 5 months ago
  33. 2d1f260 Merge pull request #9954 from gabor-mezei-arm/9753_migrate_RSA_key_exchange_tests by Ronald Cron · 5 months ago
  34. 0ef4184 Merge pull request #9972 from valeriosetti/issue9956-development by Ronald Cron · 5 months ago
  35. 8829aa3 Fix code style by Gabor Mezei · 5 months ago
  36. 723fec4 Merge pull request #10011 from gilles-peskine-arm/tls-defragment-incremental-dev by Gilles Peskine · 5 months ago
  37. e34ec86 Fix a log message by Gilles Peskine · 5 months ago
  38. 692d855 tf-psa-crypto: udpate reference by Valerio Setti · 6 months ago
  39. dab1cb5 Note unused variables when debugging is disabled by Gilles Peskine · 5 months ago
  40. b8f1e4b Pacify uncrustify by Gilles Peskine · 5 months ago
  41. afb254c Unify handshake fragment log messages by Gilles Peskine · 5 months ago
  42. 15c072f Fix handshake defragmentation when the record has multiple messages by Gilles Peskine · 5 months ago
  43. 1495093 TLS context serialization needs an AEAD ciphersuite by Gabor Mezei · 5 months ago
  44. 0851ec9 Fix end check before memmove by Gilles Peskine · 5 months ago
  45. e4a3fc2 Update framework by Gilles Peskine · 5 months ago
  46. 1b785e2 Refer to the API documentation for details by Gilles Peskine · 5 months ago
  47. 36edd48 Document the limitations of TLS handshake message defragmentation by Gilles Peskine · 5 months ago
  48. 90a9593 Fix dodgy printf calls by Gilles Peskine · 5 months ago
  49. e85ece6 Handshake defragmentation: reassemble incrementally by Gilles Peskine · 5 months ago
  50. 235eae9 mbedtls_ssl_prepare_handshake_record(): log offsets after decryption by Gilles Peskine · 5 months ago
  51. 7a17696 mbedtls_ssl_prepare_handshake_record(): refactor first fragment prep by Gilles Peskine · 5 months ago
  52. 0702772 Tweak handshake fragment log message by Gilles Peskine · 5 months ago
  53. 9bdc8aa Tweak "waiting for more handshake fragments" log message by Gilles Peskine · 5 months ago
  54. 2e5a7ea Fix Doxygen markup by Gilles Peskine · 6 months ago
  55. 6811978 Merge pull request #10021 from gilles-peskine-arm/tls-defragment-generate-tests-dev by Gilles Peskine · 5 months ago
  56. ea4df49 Update test dependencies by Gabor Mezei · 5 months ago
  57. dcbe4ce Update dependencies by Gabor Mezei · 5 months ago
  58. 92e49e1 Update comment by Gabor Mezei · 5 months ago
  59. c27757b Add new test component by Gabor Mezei · 5 months ago
  60. 8adcfc8 Add ECDSA ciphersuite support for `resize_buffer` tests by Gabor Mezei · 5 months ago
  61. ab02cd5 Revert "Delete test cases" by Gabor Mezei · 6 months ago
  62. cdd3474 Fix test case name by Gabor Mezei · 6 months ago
  63. 973a712 Migrate to a usable ciphersuite by Gabor Mezei · 6 months ago
  64. ff9b2e7 Delete test cases by Gabor Mezei · 6 months ago
  65. dd7c0f1 Fix ciphersuit by Gabor Mezei · 6 months ago
  66. 9d7fd3d Migrate the RSA key exchage tests by Gabor Mezei · 6 months ago
  67. 00ab710 Delete SSL async decryption tests by Gabor Mezei · 6 months ago
  68. fc42c22 Migrate RSA key exchange tests by Gabor Mezei · 6 months ago
  69. 05c23fb ChangeLog: add note for removal of DHM related functions in SSL by Valerio Setti · 5 months ago
  70. 28c645b docs: remove references to DHM by Valerio Setti · 6 months ago
  71. d7a4654 library: do not include dhm.c in the build by Valerio Setti · 6 months ago
  72. ddc4b04 scripts: generate_errors: remove DHM occurrence by Valerio Setti · 6 months ago
  73. 15fd5c9 ssl: remove support for MBEDTLS_DHM_C by Valerio Setti · 6 months ago
  74. 461899e analyze_outcomes.py: remove exceptions for MBEDTLS_DHM_C by Valerio Setti · 6 months ago
  75. eb63eb2 etests: remove MBEDTLS_DHM_C/DHM occurrencies by Valerio Setti · 6 months ago
  76. c56cda7 scripts: query_config.fmt: do not include "dhm.h" by Valerio Setti · 6 months ago
  77. 12e67ea programs: remove DHM_C usage from selftest by Valerio Setti · 6 months ago
  78. 73cd415 programs: remove DHM_C from ssl_client2 and ssl_server2 by Valerio Setti · 6 months ago
  79. 540e7f3 programs: remove dh_client and dh_server by Valerio Setti · 6 months ago
  80. 2d23a9a Update framework by Gilles Peskine · 5 months ago
  81. e0bd20b Generate handshake defragmentation test cases: update analyze_outcomes by Gilles Peskine · 5 months ago
  82. 3b3c652 Merge pull request #10027 from valeriosetti/md-psa-dispatch-development by Gilles Peskine · 5 months ago gh-readonly-queue/development/pr-10027-243e13fb2a527d0df342c9a488209849120da558
  83. 5328d8f tf-psa-crypto: update reference by Valerio Setti · 5 months ago
  84. f89bc27 Switch to generated handshake tests by Gilles Peskine · 5 months ago
  85. 5071a25 Normalize requirements in defragmentation test cases by Gilles Peskine · 5 months ago
  86. 46cb8a2 Normalize messages in defragmentation test cases by Gilles Peskine · 5 months ago
  87. aaab090 Normalize whitespace in defragmentation test cases by Gilles Peskine · 5 months ago
  88. b40d33b Move most TLS handshake defragmentation tests to a separate file by Gilles Peskine · 5 months ago
  89. 4773333 New generated file: tests/opt-testcases/handshake-generated.sh by Gilles Peskine · 5 months ago
  90. 1027c4c psasim: add support for psa_can_do_hash() by Valerio Setti · 5 months ago
  91. 886fa8d psasim: add support for psa_export_public_key_iop by Valerio Setti · 5 months ago
  92. 32707bd Merge pull request #10023 from gilles-peskine-arm/tls-defragmentation-merge-development-20250303 by David Horstmann · 5 months ago
  93. 5df993d Merge remote-tracking branch 'development' into tls-defragmentation-merge-development-20250303 by Gilles Peskine · 5 months ago
  94. 6eabe58 Merge pull request #9989 from minosgalanakis/issue9887_add_basic_defragmentation_tests by Gilles Peskine · 5 months ago
  95. 4354dc6 ssl-opt: Re-introduce certificate dependency for HS negative tests. by Minos Galanakis · 5 months ago
  96. 0dd57a9 ssl-opt: Removed dependencies for HS defrag negative tests. by Minos Galanakis · 5 months ago
  97. d01ac30 ssl-opt: Adjusted reference hs defragmentation tests. by Minos Galanakis · 5 months ago
  98. 76957cc ssl-opt: Minor typos and documentation fixes. by Minos Galanakis · 5 months ago
  99. 243e13f Merge pull request #10006 from stgloorious/fix/before_colon by David Horstmann · 5 months ago gh-readonly-queue/development/pr-10006-ede8494d73e38851a004bbe5313fe70ba037f3c0
  100. 19dbbe0 analyze_outcomes: Temporary disabled 3 HS Degragmentation tests. by Minos Galanakis · 5 months ago