Return the signature AlgorithmIdentifier from a basic OCSP response.
Declared in <openssl/ocsp.h>
X509_ALGOR const*
OCSP_resp_get0_tbs_sigalg(OCSP_BASICRESP const* bs);
Pointer to the internal signature algorithm, or NULL if unset.
| Name | Description |
|---|---|
| bs | Basic OCSP response to query. |