OCSP_resp_get0_signature

Return the signature OCTET STRING from a basic OCSP response (borrowed).

Synopsis

Declared in <openssl/ocsp.h>

ASN1_OCTET_STRING const*
OCSP_resp_get0_signature(OCSP_BASICRESP const* bs);

Return Value

Internal ASN1_OCTET_STRING pointer to the signature value, or NULL if unset.

Parameters

NameDescription
bsBasic OCSP response to query.