mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-04-10 22:33:41 +02:00
This routine is functionally equivalent to mbedtls_x509_crt_parse_der(), but it accepts an additional callback function which it calls with every unsupported certificate extension. Proposed solution to https://github.com/ARMmbed/mbedtls/issues/3241 Signed-off-by: Nicola Di Lieto <nicola.dilieto@gmail.com>