mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2024-12-29 09:21:19 +00:00
f0ccf46713
Signed-off-by: Waleed Elmelegy <waleed.elmelegy@arm.com>
6 lines
262 B
Plaintext
6 lines
262 B
Plaintext
Features
|
|
* 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.
|