2021-08-25 20:39:07 +02:00
|
|
|
Changes
|
2021-11-03 17:12:56 +01:00
|
|
|
* The mbedcrypto library includes a new source code module constant_time.c,
|
2021-08-25 20:39:07 +02:00
|
|
|
containing various functions meant to resist timing side channel attacks.
|
|
|
|
This module does not have a separate configuration option, and functions
|
|
|
|
from this module will be included in the build as required. Currently
|
2021-11-03 17:12:56 +01:00
|
|
|
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.
|