[#OCSP_resp_get0_produced_at] = OCSP_resp_get0_produced_at :mrdocs: Return the producedAt time from a basic OCSP response. == Synopsis Declared in `<openssl/ocsp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:ASN1_GENERALIZEDTIME.adoc[ASN1_GENERALIZEDTIME] const* OCSP_resp_get0_produced_at(xref:OCSP_BASICRESP.adoc[OCSP_BASICRESP] const* bs); ---- == Return Value Internal ASN1_GENERALIZEDTIME pointer, or NULL if unset. == Parameters [cols="1,4"] |=== | Name| Description | *bs* | Basic OCSP response to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#