mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-26 19:55:36 +01:00
Fix formatting in ChangeLog
This commit is contained in:
parent
f26f0e3d02
commit
e4b3df5824
10
ChangeLog
10
ChangeLog
@ -3,11 +3,11 @@ mbed TLS ChangeLog (Sorted per branch, date)
|
|||||||
= mbed TLS 2.1.x branch released xxxx-xx-xx
|
= mbed TLS 2.1.x branch released xxxx-xx-xx
|
||||||
|
|
||||||
Security
|
Security
|
||||||
* Add checks to prevent signature forgeries for very large messages while
|
* Add checks to prevent signature forgeries for very large messages while
|
||||||
using RSA through the PK module in 64-bit systems. The issue was caused by
|
using RSA through the PK module in 64-bit systems. The issue was caused by
|
||||||
some data loss when casting a size_t to an unsigned int value in the
|
some data loss when casting a size_t to an unsigned int value in the
|
||||||
functions rsa_verify_wrap(), rsa_sign_wrap(), rsa_alt_sign_wrap() and
|
functions rsa_verify_wrap(), rsa_sign_wrap(), rsa_alt_sign_wrap() and
|
||||||
mbedtls_pk_sign(). Found by Jean-Philippe Aumasson.
|
mbedtls_pk_sign(). Found by Jean-Philippe Aumasson.
|
||||||
* Fixed potential livelock during the parsing of a CRL in PEM format in
|
* Fixed potential livelock during the parsing of a CRL in PEM format in
|
||||||
mbedtls_x509_crl_parse(). A string containing a CRL followed by trailing
|
mbedtls_x509_crl_parse(). A string containing a CRL followed by trailing
|
||||||
characters after the footer could result in the execution of an infinite
|
characters after the footer could result in the execution of an infinite
|
||||||
|
Loading…
Reference in New Issue
Block a user