blob: 6bab02a029727031be74d9a8b58dfb336b9b8f43 [file] [log] [blame]
Deomid rojer Ryabkoveb77e5b2025-02-04 12:08:15 +02001Bugfix
Gilles Peskine1b785e22025-03-05 17:44:20 +01002 * 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
Gilles Peskine4c30cd82025-03-12 10:08:14 +01007 mbedtls_ssl_handshake() for details.