[#ASN1_TIME_new] = ASN1_TIME_new :mrdocs: Allocate an empty ASN.1 time value (UTCTime or GeneralizedTime). == Synopsis Declared in `<openssl/asn1.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:ASN1_TIME.adoc[ASN1_TIME]* ASN1_TIME_new(); ---- == Return Value New ASN1_TIME, or NULL on allocation failure. [.small]#Created with https://www.mrdocs.com[MrDocs]#