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