1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-12-24 17:41:01 +03:00

Improve record size limit changelog wording

Signed-off-by: Waleed Elmelegy <waleed.elmelegy@arm.com>
This commit is contained in:
Waleed Elmelegy
2024-01-11 11:07:57 +00:00
parent e83be5f639
commit 85ddd43656

View File

@@ -1,2 +1,5 @@
Features
* Add support for sending and receiving Record Size Limit extension.
* Add support for Record Size Limit extension as defined by RFC 8449
and configured with MBEDTLS_SSL_RECORD_SIZE_LIMIT.
Application data sent and received will be fragmented according to
Record size limits negotiated during handshake.