mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-09 15:45:37 +00:00
Add fix for #1550 and credit to the ChangeLog
This commit is contained in:
parent
cdad40dfce
commit
54cf322c05
|
@ -3,6 +3,8 @@ mbed TLS ChangeLog (Sorted per branch, date)
|
||||||
= mbed TLS x.x.x branch released xxxx-xx-xx
|
= mbed TLS x.x.x branch released xxxx-xx-xx
|
||||||
|
|
||||||
Bugfix
|
Bugfix
|
||||||
|
* Fix the inline assembly for the MPI multiply helper function for i386 and
|
||||||
|
i386 with SSE2. Found by László Langó. Fixes #1550
|
||||||
* Fix a memory leak in mbedtls_x509_csr_parse(), found by catenacyber,
|
* Fix a memory leak in mbedtls_x509_csr_parse(), found by catenacyber,
|
||||||
Philippe Antoine. Fixes #1623.
|
Philippe Antoine. Fixes #1623.
|
||||||
* Clarify documentation for mbedtls_ssl_write() to include 0 as a valid
|
* Clarify documentation for mbedtls_ssl_write() to include 0 as a valid
|
||||||
|
|
Loading…
Reference in a new issue