OCSP_url_svcloc_new

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

NameDescription
issuerIssuer name placed in the ServiceLocator.
urlsNULL-terminated array of OCSP service URI strings.