[#OCSP_response_get1_basic] = OCSP_response_get1_basic :mrdocs: Extract and decode the BasicOCSPResponse from a successful OCSP response. == Synopsis Declared in `<openssl/ocsp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:OCSP_BASICRESP.adoc[OCSP_BASICRESP]* OCSP_response_get1_basic(xref:OCSP_RESPONSE.adoc[OCSP_RESPONSE]* resp); ---- == Return Value Newly allocated OCSP_BASICRESP, or NULL on error; free with OCSP_BASICRESP_free(). == Parameters [cols="1,4"] |=== | Name| Description | *resp* | OCSP response whose responseBytes contain an id‐pkix‐ocsp‐basic payload. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#