mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-04 06:40:03 +00:00
858894056d
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
7 lines
305 B
Plaintext
7 lines
305 B
Plaintext
Bugfix
|
|
* Fix the alert raised when a client requests an invalid
|
|
* fragment length, as per RFC6066 section 4. We now alert with
|
|
* MBEDTLS_SSL_ALERT_MSG_ILLEGAL_PARAMETER. Similarly, raise
|
|
* MBEDTLS_SSL_ALERT_MSG_DECRYPT_ERROR for an invalid finished
|
|
* message, as per RFC5247 section 7.2.2.
|