mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 22:05:42 +01:00
c84b1e6aa0
Pass the "certificate policies" extension to the callback supplied to mbedtls_x509_crt_parse_der_with_ext_cb() if it contains unsupported policies. This allows the callback to fully replicate the behaviour of the deprecated MBEDTLS_X509_ALLOW_UNSUPPORTED_CRITICAL_EXTENSION configuration. Signed-off-by: Nicola Di Lieto <nicola.dilieto@gmail.com>
5 lines
180 B
Plaintext
5 lines
180 B
Plaintext
Features
|
|
* Pass the "certificate policies" extension to the callback supplied to
|
|
mbedtls_x509_crt_parse_der_with_ext_cb() if it contains unsupported
|
|
policies (#3419).
|