Create an AcceptableResponses OCSP extension from OID strings.
Synopsis
Declared in <openssl/ocsp.h>
X509_EXTENSION*
OCSP_accept_responses_new(char** oids);
Return Value
New X509_EXTENSION, or NULL on error; free with X509_EXTENSION_free().
Parameters
Name |
Description |
oids |
NULL‐terminated array of textual OIDs naming acceptable response types. |
Created with MrDocs