OCSP_archive_cutoff_new

Create an ArchiveCutoff OCSP extension from a time string.

Synopsis

Declared in <openssl/ocsp.h>

X509_EXTENSION*
OCSP_archive_cutoff_new(char* tim);

Return Value

New X509_EXTENSION, or NULL on error; free with X509_EXTENSION_free().

Parameters

NameDescription
timGeneralizedTime string (YYYYMMDDHHMMSSZ) for the archive cutoff.