1. 54a6386 Merge pull request #10052 from mpg/defragment-ext-test-dev by Manuel Pégourié-Gonnard · 5 months ago gh-readonly-queue/development/pr-10052-d9028228c94e621744f014dbf89301b2b96d883b
  2. d902822 Merge pull request #10063 from davidhorstmann-arm/update-3.0-migration-guide by Manuel Pégourié-Gonnard · 5 months ago
  3. 1d18110 Reword slightly to be more tentative by David Horstmann · 5 months ago
  4. 6dcfdf1 Adapt dependencies to the new world by Manuel Pégourié-Gonnard · 5 months ago
  5. af4606d Re-introduce log asserts on positive cases by Manuel Pégourié-Gonnard · 5 months ago
  6. 47d0b79 Improve a test assertion by Manuel Pégourié-Gonnard · 5 months ago
  7. f4a67cf Fix a typo by Manuel Pégourié-Gonnard · 5 months ago
  8. e5ddf36 Add test cases for EOF in the middle of fragments by Manuel Pégourié-Gonnard · 5 months ago
  9. ed873f9 Adjust logic around log pattern by Manuel Pégourié-Gonnard · 5 months ago
  10. 2285d61 Add test for length larger than 2^16 by Manuel Pégourié-Gonnard · 5 months ago
  11. 4f1b38a Adapt "large ClientHello" tests to incremental by Manuel Pégourié-Gonnard · 5 months ago
  12. 757040c Cleanly reject non-HS in-between HS fragments by Manuel Pégourié-Gonnard · 5 months ago
  13. 1038b22 Reduce the level of logging used in tests by Manuel Pégourié-Gonnard · 5 months ago
  14. 55d9124 Move new tests to their own data file by Manuel Pégourié-Gonnard · 5 months ago
  15. 299f94a Fix dependency issues by Manuel Pégourié-Gonnard · 5 months ago
  16. 1bed827 New test function for large ClientHello by Manuel Pégourié-Gonnard · 5 months ago
  17. 6e79ff5 Fix hash dependencies for TLS 1.2 tests by Manuel Pégourié-Gonnard · 5 months ago
  18. e760d7b Fix curve dependencies by Manuel Pégourié-Gonnard · 5 months ago
  19. ae567ad Add missing dependency declaration by Manuel Pégourié-Gonnard · 5 months ago
  20. 73247c6 Fix dependency issues by Manuel Pégourié-Gonnard · 5 months ago
  21. 5d0a921 Add test with non-HS record in-between HS fragments by Manuel Pégourié-Gonnard · 6 months ago
  22. de7aac7 Add test to TLS 1.3 ClientHello fragmentation by Manuel Pégourié-Gonnard · 6 months ago
  23. 4afdf34 Add reference tests with 1.3 ClientHello by Manuel Pégourié-Gonnard · 6 months ago
  24. e916652 Add supported_curves/groups extension by Manuel Pégourié-Gonnard · 6 months ago
  25. 6637ef7 New test function inject_client_content_on_the_wire() by Manuel Pégourié-Gonnard · 6 months ago
  26. e356729 Update broken link to PSA driver dev examples by David Horstmann · 5 months ago
  27. 079d790 Add note about MBEDTLS_PRIVATE() in 3.6 by David Horstmann · 5 months ago
  28. c4dd970 Merge pull request #9096 from noahp/noahp/mbedtls_net_send-api-desc-tweak by Gilles Peskine · 5 months ago
  29. edebcc0 Fix typos in the 3.0 migration guide by David Horstmann · 5 months ago
  30. 906d3cd Merge pull request #10020 from bensze01/msvc-format-size-macros by Bence Szépkúti · 5 months ago gh-readonly-queue/development/pr-10020-50432e42c88991743d4b4a9bb732d5313fe026e8
  31. 50432e4 Merge pull request #10057 from minosgalanakis/feature_merge_defragmentation_dev by Manuel Pégourié-Gonnard · 5 months ago
  32. 24f11a3 Use an array of strings instead of pointer smuggling by Bence Szépkúti · 5 months ago
  33. 46e0b1c Use dummy typedef instead of macro by Bence Szépkúti · 5 months ago
  34. 011b6cb Fix comments by Bence Szépkúti · 5 months ago
  35. 9ea9504 Update changelog to call out MinGW by Bence Szépkúti · 5 months ago
  36. a4c9233 Updated framework pointer. by Minos Galanakis · 5 months ago
  37. a2a0c2c Merge remote-tracking branch 'origin/features/tls-defragmentation/development' into feature_merge_defragmentation_dev by Minos Galanakis · 5 months ago
  38. cd1ece7 Never use %zu on MinGW by Bence Szépkúti · 5 months ago
  39. ebe1f81 Remove Everest VS2010 compatibility headers by Bence Szépkúti · 5 months ago
  40. becb21e Fix MSVC version guard for C99 format size specifiers by Bence Szépkúti · 5 months ago
  41. 58bb7ec Disable fatal assertions in Windows printf tests by Bence Szépkúti · 5 months ago
  42. 154066d Add testcase for MBEDTLS_PRINTF_MS_TIME by Bence Szépkúti · 5 months ago
  43. c6a8bf0 Test handling of format macros defined in debug.h by Bence Szépkúti · 5 months ago
  44. 1221052 Run test_suite_debug without MBEDTLS_SSL_TLS_C by Bence Szépkúti · 5 months ago
  45. 70bab4e Merge pull request #10040 from gilles-peskine-arm/tls-defragment-doc by Manuel Pégourié-Gonnard · 5 months ago features/tls-defragmentation/development
  46. 4c30cd8 Update the location of defragmentation limitations by Gilles Peskine · 5 months ago
  47. 2b78a5a State globally that the limitations don't apply to DTLS by Gilles Peskine · 5 months ago
  48. d9c8580 Clarify DTLS by Gilles Peskine · 5 months ago
  49. 80faced ClientHello may be fragmented in renegotiation by Gilles Peskine · 5 months ago
  50. d8f9e22 Move the defragmentation documentation to mbedtls_ssl_handshake by Gilles Peskine · 5 months ago
  51. ba01072 Merge pull request #10047 from mpg/fix-defrag-interleave-dev by Manuel Pégourié-Gonnard · 5 months ago
  52. eb20c1f Merge pull request #10010 from valeriosetti/issue137-development by Ronald Cron · 5 months ago
  53. e26a060 Cleanly reject non-HS in-between HS fragments by Manuel Pégourié-Gonnard · 5 months ago
  54. 5e838bd tf-psa-crypto: update reference by Valerio Setti · 5 months ago
  55. 6408113 tests: move component_test_tf_psa_crypto_cmake_as_package to tf-psa-crypto by Valerio Setti · 5 months ago
  56. 2d1f260 Merge pull request #9954 from gabor-mezei-arm/9753_migrate_RSA_key_exchange_tests by Ronald Cron · 5 months ago
  57. 0ef4184 Merge pull request #9972 from valeriosetti/issue9956-development by Ronald Cron · 5 months ago
  58. 8829aa3 Fix code style by Gabor Mezei · 5 months ago
  59. 723fec4 Merge pull request #10011 from gilles-peskine-arm/tls-defragment-incremental-dev by Gilles Peskine · 5 months ago
  60. e34ec86 Fix a log message by Gilles Peskine · 5 months ago
  61. 692d855 tf-psa-crypto: udpate reference by Valerio Setti · 6 months ago
  62. dab1cb5 Note unused variables when debugging is disabled by Gilles Peskine · 5 months ago
  63. b8f1e4b Pacify uncrustify by Gilles Peskine · 5 months ago
  64. afb254c Unify handshake fragment log messages by Gilles Peskine · 5 months ago
  65. 15c072f Fix handshake defragmentation when the record has multiple messages by Gilles Peskine · 5 months ago
  66. 1495093 TLS context serialization needs an AEAD ciphersuite by Gabor Mezei · 5 months ago
  67. 0851ec9 Fix end check before memmove by Gilles Peskine · 5 months ago
  68. e4a3fc2 Update framework by Gilles Peskine · 5 months ago
  69. 1b785e2 Refer to the API documentation for details by Gilles Peskine · 5 months ago
  70. 36edd48 Document the limitations of TLS handshake message defragmentation by Gilles Peskine · 5 months ago
  71. 90a9593 Fix dodgy printf calls by Gilles Peskine · 5 months ago
  72. e85ece6 Handshake defragmentation: reassemble incrementally by Gilles Peskine · 5 months ago
  73. 235eae9 mbedtls_ssl_prepare_handshake_record(): log offsets after decryption by Gilles Peskine · 5 months ago
  74. 7a17696 mbedtls_ssl_prepare_handshake_record(): refactor first fragment prep by Gilles Peskine · 5 months ago
  75. 0702772 Tweak handshake fragment log message by Gilles Peskine · 5 months ago
  76. 9bdc8aa Tweak "waiting for more handshake fragments" log message by Gilles Peskine · 5 months ago
  77. 2e5a7ea Fix Doxygen markup by Gilles Peskine · 6 months ago
  78. 6811978 Merge pull request #10021 from gilles-peskine-arm/tls-defragment-generate-tests-dev by Gilles Peskine · 5 months ago
  79. ea4df49 Update test dependencies by Gabor Mezei · 5 months ago
  80. dcbe4ce Update dependencies by Gabor Mezei · 5 months ago
  81. 92e49e1 Update comment by Gabor Mezei · 5 months ago
  82. c27757b Add new test component by Gabor Mezei · 5 months ago
  83. 8adcfc8 Add ECDSA ciphersuite support for `resize_buffer` tests by Gabor Mezei · 5 months ago
  84. ab02cd5 Revert "Delete test cases" by Gabor Mezei · 5 months ago
  85. cdd3474 Fix test case name by Gabor Mezei · 5 months ago
  86. 973a712 Migrate to a usable ciphersuite by Gabor Mezei · 6 months ago
  87. ff9b2e7 Delete test cases by Gabor Mezei · 6 months ago
  88. dd7c0f1 Fix ciphersuit by Gabor Mezei · 6 months ago
  89. 9d7fd3d Migrate the RSA key exchage tests by Gabor Mezei · 6 months ago
  90. 00ab710 Delete SSL async decryption tests by Gabor Mezei · 6 months ago
  91. fc42c22 Migrate RSA key exchange tests by Gabor Mezei · 6 months ago
  92. 05c23fb ChangeLog: add note for removal of DHM related functions in SSL by Valerio Setti · 5 months ago
  93. 28c645b docs: remove references to DHM by Valerio Setti · 6 months ago
  94. d7a4654 library: do not include dhm.c in the build by Valerio Setti · 6 months ago
  95. ddc4b04 scripts: generate_errors: remove DHM occurrence by Valerio Setti · 6 months ago
  96. 15fd5c9 ssl: remove support for MBEDTLS_DHM_C by Valerio Setti · 6 months ago
  97. 461899e analyze_outcomes.py: remove exceptions for MBEDTLS_DHM_C by Valerio Setti · 6 months ago
  98. eb63eb2 etests: remove MBEDTLS_DHM_C/DHM occurrencies by Valerio Setti · 6 months ago
  99. c56cda7 scripts: query_config.fmt: do not include "dhm.h" by Valerio Setti · 6 months ago
  100. 12e67ea programs: remove DHM_C usage from selftest by Valerio Setti · 6 months ago