Minos Galanakis | 9314555 | 2025-09-09 18:54:52 +0100 | [diff] [blame] | 1 | Bugfix |
2 | * Support re-assembly of fragmented handshake messages in TLS (both | ||||
3 | 1.2 and 1.3). The lack of support was causing handshake failures with | ||||
4 | some servers, especially with TLS 1.3 in practice. There are a few | ||||
5 | limitations, notably a fragmented ClientHello is only supported when | ||||
6 | TLS 1.3 support is enabled. See the documentation of | ||||
7 | mbedtls_ssl_handshake() for details. |