1
0
mirror of https://github.com/ARMmbed/mbedtls.git synced 2025-05-30 01:40:05 +08:00

Improve Changelog wording

Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
Dave Rodgman 2021-06-29 14:40:02 +01:00
parent c628fc980f
commit 4b60e0742b

View File

@ -1,6 +1,5 @@
Bugfix Bugfix
* Fix the alert raised when a client requests an invalid * Fix which alert is sent in some cases to conform to the
* fragment length, as per RFC6066 section 4. We now alert with applicable RFC: on an invalid Finished message value, an
* MBEDTLS_SSL_ALERT_MSG_ILLEGAL_PARAMETER. Similarly, raise invalid max_fragment_length extension, or an
* MBEDTLS_SSL_ALERT_MSG_DECRYPT_ERROR for an invalid finished unsupported extension used by the server.
* message, as per RFC5247 section 7.2.2.