Return the signature OCTET STRING from a basic OCSP response (borrowed).
Declared in <openssl/ocsp.h>
ASN1_OCTET_STRING const*
OCSP_resp_get0_signature(OCSP_BASICRESP const* bs);
Internal ASN1_OCTET_STRING pointer to the signature value, or NULL if unset.
| Name | Description |
|---|---|
| bs | Basic OCSP response to query. |