Deomid rojer Ryabkov | eb77e5b | 2025-02-04 12:08:15 +0200 | [diff] [blame] | 1 | Bugfix |
Gilles Peskine | 1b785e2 | 2025-03-05 17:44:20 +0100 | [diff] [blame] | 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 |
Gilles Peskine | 4c30cd8 | 2025-03-12 10:08:14 +0100 | [diff] [blame] | 7 | mbedtls_ssl_handshake() for details. |