mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-06-05 23:08:23 +00:00
Fixes mbedtls_mpi_zeroize() function name in ChangeLog
This commit is contained in:
parent
d7e9ad7d83
commit
a543d11d3a
|
@ -27,7 +27,8 @@ Changes
|
||||||
don't use the optimized assembly for bignum multiplication. This removes
|
don't use the optimized assembly for bignum multiplication. This removes
|
||||||
the need to pass -fomit-frame-pointer to avoid a build error with -O0.
|
the need to pass -fomit-frame-pointer to avoid a build error with -O0.
|
||||||
* Disabled SSLv3 in the default configuration.
|
* Disabled SSLv3 in the default configuration.
|
||||||
* Optimized mbedtls_zeroize() for MPI integer size. (Fix by Alexey Skalozub)
|
* Optimized mbedtls_mpi_zeroize() for MPI integer size. (Fix by Alexey
|
||||||
|
Skalozub).
|
||||||
|
|
||||||
= mbed TLS 2.2.1 released 2016-01-05
|
= mbed TLS 2.2.1 released 2016-01-05
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue