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

Name

Description

tim

GeneralizedTime string (YYYYMMDDHHMMSSZ) for the archive cutoff.

Created with MrDocs