1
0
mirror of https://github.com/ARMmbed/mbedtls.git synced 2025-05-30 17:48:17 +08:00
mbedtls/docs/3.0-migration-guide.d/remove_ssl_record_checking.md
TRodziewicz 1cf33bf94d Corrections o the migration guide
Signed-off-by: TRodziewicz <tomasz.rodziewicz@mobica.com>
2021-05-14 14:35:26 +02:00

574 B

Remove MBEDTLS_SSL_RECORD_CHECKING option and enable its action by default

This change does not affect users who use the default config.h, as the option MBEDTLS_SSL_RECORD_CHECKING was already on by default.

This option was added only to control compilation of one function (mbedtls_ssl_check_record()) used in DTLS to check a buffer's validity and authenticity. Switching it off poses a security risk.

For users who changed the default setting of the option there is no real path of migration.