mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-22 05:46:41 +01:00
Add ChangeLog entry
This commit is contained in:
parent
08f3ef1861
commit
557e77d9a3
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue