Create a ServiceLocator OCSP extension for issuer and locator URLs.
Synopsis
Declared in <openssl/ocsp.h>
X509_EXTENSION*
OCSP_url_svcloc_new(
X509_NAME const* issuer,
char const** urls);
Return Value
New X509_EXTENSION, or NULL on error; free with X509_EXTENSION_free().
Parameters
Name |
Description |
issuer |
Issuer name placed in the ServiceLocator. |
urls |
NULL‐terminated array of OCSP service URI strings. |
Created with MrDocs