mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-05-20 23:22:07 +00:00
Merge branch 'mbedtls-1.3'
This commit is contained in:
commit
13f9e40059
|
@ -1,6 +1,6 @@
|
||||||
mbed TLS ChangeLog (Sorted per branch, date)
|
mbed TLS ChangeLog (Sorted per branch, date)
|
||||||
|
|
||||||
= mbed TLS x.x.x branch released xxxx-xx-xx
|
= mbed TLS 1.3.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
|
||||||
|
@ -10,6 +10,9 @@ Security
|
||||||
pk_sign(). Found by Jean-Philippe Aumasson.
|
pk_sign(). Found by Jean-Philippe Aumasson.
|
||||||
|
|
||||||
Bugfix
|
Bugfix
|
||||||
|
* Fixed multiple buffer overreads in mbedtls_pem_read_buffer() when parsing
|
||||||
|
the input string in PEM format to extract the different components. Found
|
||||||
|
by Eyal Itkin.
|
||||||
* Fix unused variable/function compilation warnings in pem.c and x509_csr.c
|
* Fix unused variable/function compilation warnings in pem.c and x509_csr.c
|
||||||
that are reported when building mbed TLS with a config.h that does not
|
that are reported when building mbed TLS with a config.h that does not
|
||||||
define POLARSSL_PEM_PARSE_C. Found by omnium21. #562
|
define POLARSSL_PEM_PARSE_C. Found by omnium21. #562
|
||||||
|
|
Loading…
Reference in a new issue