mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-29 22:44:21 +01:00
1a3f9edc08
No effect so far, except on dependency checking, as the feature it's meant to disable isn't implemented yet (so the descriptions in config.h and the ChangeLog entry are anticipation for now). Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
6 lines
296 B
Plaintext
6 lines
296 B
Plaintext
Changes
|
|
* The ECP module, enabled by `MBEDTLS_ECP_C`, now depends on
|
|
`MBEDTLS_CTR_DRBG_C` or `MBEDTLS_HMAC_DRBG_C` for some side-channel
|
|
coutermeasures. If side channels are not a concern, this dependency can
|
|
be avoided by enabling the new option `MBEDTLS_ECP_NO_INTERNAL_RNG`.
|