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