mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-03-30 20:07:01 +00:00
update ChangLog per comments
Signed-off-by: Jeffrey Martin <Jeffrey_Martin@rapid7.com>
This commit is contained in:
parent
44fbf91f01
commit
55ab90d40e
|
@ -5,10 +5,11 @@ mbed TLS ChangeLog (Sorted per branch, date)
|
||||||
Bugfix
|
Bugfix
|
||||||
* Run the AD too long test only if MBEDTLS_CCM_ALT is not defined.
|
* Run the AD too long test only if MBEDTLS_CCM_ALT is not defined.
|
||||||
Raised as a comment in #1996.
|
Raised as a comment in #1996.
|
||||||
* 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.7.9 branch released 2018-12-21
|
= mbed TLS 2.7.9 branch released 2018-12-21
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue