1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2026-01-06 11:41:12 +03:00

Remove _X509_ALLOW_UNSUPPORTED_CRITICAL_EXTENSION

Signed-off-by: TRodziewicz <tomasz.rodziewicz@mobica.com>
This commit is contained in:
TRodziewicz
2021-05-11 18:22:05 +02:00
parent 364380e70c
commit 3ecb92e680
5 changed files with 7 additions and 23 deletions

View File

@@ -0,0 +1,4 @@
Removals
* Remove the MBEDTLS_X509_ALLOW_UNSUPPORTED_CRITICAL_EXTENSION config.h
option. The mbedtls_x509_crt_parse_der_with_ext_cb() is the way to go for
for migration path. Fixes #4378.