Allocate an empty ASN.1 time value (UTCTime or GeneralizedTime).
Synopsis
Declared in <openssl/asn1.h>
ASN1_TIME*
ASN1_TIME_new();
Return Value
New ASN1_TIME, or NULL on allocation failure.
Created with MrDocs