mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-12 11:45:36 +00:00
Update changelog with the new public API
Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
This commit is contained in:
parent
dbe0f892b3
commit
84d739846c
|
@ -1,6 +1,10 @@
|
||||||
Changes
|
Changes
|
||||||
* The mbedcrypto library includes new a source code module constant_time.c,
|
* The mbedcrypto library includes a new source code module constant_time.c,
|
||||||
containing various functions meant to resist timing side channel attacks.
|
containing various functions meant to resist timing side channel attacks.
|
||||||
This module does not have a separate configuration option, and functions
|
This module does not have a separate configuration option, and functions
|
||||||
from this module will be included in the build as required. Currently
|
from this module will be included in the build as required. Currently
|
||||||
the interface of this module is private and may change at any time.
|
most of the interface of this module is private and may change at any
|
||||||
|
time.
|
||||||
|
|
||||||
|
Features
|
||||||
|
* Add new API mbedtls_ct_memcmp for constant time buffer comparison.
|
||||||
|
|
Loading…
Reference in a new issue