Merge remote-tracking branch 'origin/features/tls-defragmentation/development' into feature_merge_defragmentation_dev

Signed-off-by: Minos Galanakis <[email protected]>
This commit is contained in:
Minos Galanakis
2025-03-12 15:25:06 +00:00
14 changed files with 249 additions and 48 deletions
+7
View File
@@ -0,0 +1,7 @@
Bugfix
* Support re-assembly of fragmented handshake messages in TLS (both
1.2 and 1.3). The lack of support was causing handshake failures with
some servers, especially with TLS 1.3 in practice. There are a few
limitations, notably a fragmented ClientHello is only supported when
TLS 1.3 support is enabled. See the documentation of
mbedtls_ssl_handshake() for details.