Return the producedAt time from a basic OCSP response.
Synopsis
Declared in <openssl/ocsp.h>
ASN1_GENERALIZEDTIME const*
OCSP_resp_get0_produced_at(OCSP_BASICRESP const* bs);
Return Value
Internal ASN1_GENERALIZEDTIME pointer, or NULL if unset.
Parameters
Name |
Description |
bs |
Basic OCSP response to query. |
Created with MrDocs