blob: 9a7522b3abe5b54ce5a7b17be7e73828eea9df05 [file] [log] [blame]
TRodziewicz3ecb92e2021-05-11 18:22:05 +02001Removals
2 * Remove the MBEDTLS_X509_ALLOW_UNSUPPORTED_CRITICAL_EXTENSION config.h
3 option. The mbedtls_x509_crt_parse_der_with_ext_cb() is the way to go for
TRodziewiczb8367382021-05-12 11:03:42 +02004 migration path. Fixes #4378.