mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-29 08:54:23 +01:00
Add ChangeLog entry
This commit is contained in:
parent
08f3ef1861
commit
557e77d9a3
@ -14,6 +14,10 @@ Features
|
|||||||
* Add option MBEDTLS_AES_FEWER_TABLES to dynamically compute 3/4 of the AES tables
|
* Add option MBEDTLS_AES_FEWER_TABLES to dynamically compute 3/4 of the AES tables
|
||||||
during runtime, thereby reducing the RAM/ROM footprint by ~6kb. Suggested
|
during runtime, thereby reducing the RAM/ROM footprint by ~6kb. Suggested
|
||||||
and contributed by jkivilin in #394.
|
and contributed by jkivilin in #394.
|
||||||
|
* Add initial support for Curve448 (RFC 7748). Only mbedtls_ecp_mul() and
|
||||||
|
ECDH primitive functions (mbedtls_ecdh_gen_public(),
|
||||||
|
mbedtls_ecdh_compute_shared()) are supported for now. Contributed by
|
||||||
|
Nicholas Wilson (#348).
|
||||||
|
|
||||||
Bugfix
|
Bugfix
|
||||||
* Fix spurious uninitialized variable warning in cmac.c. Fix independently
|
* Fix spurious uninitialized variable warning in cmac.c. Fix independently
|
||||||
|
Loading…
Reference in New Issue
Block a user