mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-04-06 04:25:43 +02:00
The function mbedtls_x509_ocsp_response_verify_info() was added, which is similar to mbedtls_x509_crt_verify_info() but for OCSP responses instead of certificates. To avoid code duplication, both of these functions actually call a new function mbedtls_x509_verify_info() in x509.h with their specific flags and strings in an array of struct mbedtls_x509_info_string.