[#OCSP_resp_get0_certs] = OCSP_resp_get0_certs :mrdocs: Return the optional certificate stack embedded in a basic OCSP response. == Synopsis Declared in `<openssl/ocsp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:stack_st_X509.adoc[stack_st_X509] const* OCSP_resp_get0_certs(xref:OCSP_BASICRESP.adoc[OCSP_BASICRESP] const* bs); ---- == Return Value Internal STACK_OF(X509), or NULL if none are present. == Parameters [cols="1,4"] |=== | Name| Description | *bs* | Basic OCSP response to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#