mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-04-06 04:25:43 +02:00
OCSP by itself is a protocol between an OCSP responder and a client. The protocol messages are encoded in X.509 format, so I have created the place-holder files x509_ocsp.c and x509_ocsp.h that will contain the X.509 parser and verification for OCSP messages.