mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2024-12-29 00:17:49 +00:00
d2f191adb0
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
10 lines
571 B
Plaintext
10 lines
571 B
Plaintext
Changes
|
|
* Warn if mbedtls/check_config.h is included manually, as this can
|
|
lead to spurious errors. Error if a *adjust*.h header is included
|
|
manually, as this can lead to silently inconsistent configurations,
|
|
potentially resulting in buffer overflows.
|
|
When migrating from Mbed TLS 2.x, if you had a custom config.h that
|
|
included check_config.h, remove this inclusion from the Mbed TLS 3.x
|
|
configuration file (renamed to mbedtls_config.h). This change was made
|
|
in Mbed TLS 3.0, but was not announced in a changelog entry at the time.
|