mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-04-06 12:35:36 +02:00
Add the main OCSP response verification function mbedtls_x509_ocsp_verify_response() to the header file x509_ocsp.h and a simple definition to x509_ocsp.c. At this stage, the verification function only checks the response status and the timestamp and sets the verification flags accordingly. Also, new verification errors and flags are added as macros. These values will be used in subsequent commits.