[#OCSP_url_svcloc_new] = OCSP_url_svcloc_new :mrdocs: Create a ServiceLocator OCSP extension for `issuer` and locator URLs. == Synopsis Declared in `<openssl/ocsp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:X509_EXTENSION.adoc[X509_EXTENSION]* OCSP_url_svcloc_new( xref:X509_NAME.adoc[X509_NAME] const* issuer, char const** urls); ---- == Return Value New X509_EXTENSION, or NULL on error; free with X509_EXTENSION_free(). == Parameters [cols="1,4"] |=== | Name| Description | *issuer* | Issuer name placed in the ServiceLocator. | *urls* | NULL‐terminated array of OCSP service URI strings. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#