mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-08 23:03:06 -04: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>