mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 11:05:40 +01:00
update ChangLog per comments
Signed-off-by: Jeffrey Martin <Jeffrey_Martin@rapid7.com>
This commit is contained in:
parent
541055e197
commit
60269ee453
@ -11,10 +11,11 @@ Bugfix
|
|||||||
previously lead to a stack overflow on constrained targets.
|
previously lead to a stack overflow on constrained targets.
|
||||||
* Add `MBEDTLS_SELF_TEST` for the mbedtls_self_test functions
|
* Add `MBEDTLS_SELF_TEST` for the mbedtls_self_test functions
|
||||||
in the header files, which missed the precompilation check. #971
|
in the header files, which missed the precompilation check. #971
|
||||||
* Extend register cleanup needed on MIPS assembly optimizations. Adds hi, lo
|
* Fix clobber list in MIPS assembly for large integer multiplication.
|
||||||
registers hints to the compiler for usage with the embedded MIPS assembly.
|
Previously, this could lead to functionally incorrect assembly being
|
||||||
Reported in #1722, fix suggested by @aurel32 and submitted
|
produced by some optimizing compilers, showing up as failures in
|
||||||
by Jeffrey Martin, #1949.
|
e.g. RSA or ECC signature operations. Reported in #1722, fix suggested
|
||||||
|
by @aurel32 and submitted by Jeffrey Martin.
|
||||||
|
|
||||||
= mbed TLS 2.16.0 branch released 2018-12-21
|
= mbed TLS 2.16.0 branch released 2018-12-21
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user