Update the changelog message

Signed-off-by: Deomid rojer Ryabkov <rojer@rojer.me>
This commit is contained in:
Deomid rojer Ryabkov
2025-02-04 12:08:15 +02:00
parent afa11db620
commit eb77e5b1c7

View File

@@ -1,2 +1,5 @@
Changes
* Defragment incoming TLS handshake messages.
Bugfix
* Support re-assembly of fragmented handshake messages in TLS, as mandated
by the spec. Lack of support was causing handshake failures with some
servers, especially with TLS 1.3 in practice (though both protocol
version could be affected in principle, and both are fixed now).