Set an ASN.1 Time to the given POSIX time (UTCTime or GeneralizedTime).
Declared in <openssl/asn1.h>
<openssl/asn1.h>
ASN1_TIME* ASN1_TIME_set( ASN1_TIME* s, time_t t);
The updated or newly allocated ASN1_TIME, or NULL on error.