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