mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-12 08:38:08 -04:00
Improve changelog
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
43fcb8d7c1
commit
858894056d
@ -1,5 +0,0 @@
|
|||||||
Bugfix
|
|
||||||
* Fix the error returned when a client requests an invalid
|
|
||||||
* fragment length, as per RFC6066 section 4. We now return
|
|
||||||
* MBEDTLS_ERR_SSL_ILLEGAL_PARAMETER, and raise the corresponding
|
|
||||||
* alert.
|
|
6
ChangeLog.d/fix_tls_alert_codes.txt
Normal file
6
ChangeLog.d/fix_tls_alert_codes.txt
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
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.
|
Loading…
x
Reference in New Issue
Block a user