mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-04-06 04:25:43 +02:00
The function follows RFC 6960 and uses either the responder's name or the responder's hash of their key as available in the OCSP response to locate the correct issuer certificate. To avoid code duplication, some functionality from x509_crt.c module was moved to x509.c and made public in x509.h.