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 committed by Gilles Peskine
parent 2878a0559e
commit 716aead3b9

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).