[#OCSP_resp_get0_id] = OCSP_resp_get0_id :mrdocs: Return internal pointers to the ResponderID fields of a basic OCSP response. == Synopsis Declared in `<openssl/ocsp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int OCSP_resp_get0_id( xref:OCSP_BASICRESP.adoc[OCSP_BASICRESP] const* bs, xref:ASN1_OCTET_STRING.adoc[ASN1_OCTET_STRING] const** pid, xref:X509_NAME.adoc[X509_NAME] const** pname); ---- == Return Value 1 on success, or 0 on failure. == Parameters [cols="1,4"] |=== | Name| Description | *bs* | Basic OCSP response to query. | *pid* | Receives the byKey OCTET STRING when that form is used; otherwise set to NULL. | *pname* | Receives the byName X509_NAME when that form is used; otherwise set to NULL. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#