Gilles Peskine | fef877f | 2024-04-26 14:25:22 +0200 | [diff] [blame] | 1 | Changes |
Gilles Peskine | d2f191a | 2024-05-16 14:57:03 +0200 | [diff] [blame] | 2 | * Warn if mbedtls/check_config.h is included manually, as this can |
| 3 | lead to spurious errors. Error if a *adjust*.h header is included |
| 4 | manually, as this can lead to silently inconsistent configurations, |
| 5 | potentially resulting in buffer overflows. |
Gilles Peskine | fef877f | 2024-04-26 14:25:22 +0200 | [diff] [blame] | 6 | When migrating from Mbed TLS 2.x, if you had a custom config.h that |
| 7 | included check_config.h, remove this inclusion from the Mbed TLS 3.x |
| 8 | configuration file (renamed to mbedtls_config.h). This change was made |
| 9 | in Mbed TLS 3.0, but was not announced in a changelog entry at the time. |