[#OCSP_crlID_new-06] = OCSP_crlID_new :mrdocs: Create a CrlID OCSP extension from optional URL, CRL number, and time. == Synopsis Declared in `<openssl/ocsp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:X509_EXTENSION.adoc[X509_EXTENSION]* OCSP_crlID_new( char const* url, long* n, char* tim); ---- == Return Value New X509_EXTENSION, or NULL on error; free with X509_EXTENSION_free(). == Parameters [cols="1,4"] |=== | Name| Description | *url* | Optional CRL distribution URL string, or NULL. | *n* | Optional CRL number; when non‐NULL its value is encoded into the extension. | *tim* | Optional GeneralizedTime string (YYYYMMDDHHMMSSZ) for crlTime, or NULL. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#