mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-30 11:44:15 +01:00
33c92f01a0
MBEDTLS_ECP_MAX_BITS is now determined automatically from the configured curves and no longer needs to be configured explicitly to save RAM. Setting it explicit in config.h is still supported for backward compatibility. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
9 lines
343 B
Plaintext
9 lines
343 B
Plaintext
Security
|
|
* It was possible to configure MBEDTLS_ECP_MAX_BITS to a value that is
|
|
too small, leading to buffer overflows in ECC operations. Fail the build
|
|
in such a case.
|
|
|
|
Features
|
|
* MBEDTLS_ECP_MAX_BITS is now determined automatically from the configured
|
|
curves and no longer needs to be configured explicitly to save RAM.
|