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