[#OCSP_archive_cutoff_new] = OCSP_archive_cutoff_new :mrdocs: Create an ArchiveCutoff OCSP extension from a time string. == Synopsis Declared in `<openssl/ocsp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:X509_EXTENSION.adoc[X509_EXTENSION]* OCSP_archive_cutoff_new(char* tim); ---- == Return Value New X509_EXTENSION, or NULL on error; free with X509_EXTENSION_free(). == Parameters [cols="1,4"] |=== | Name| Description | *tim* | GeneralizedTime string (YYYYMMDDHHMMSSZ) for the archive cutoff. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#