ASN1_TIME_set_string_X509
|| ASN1_TIME_set_string_X509(NULL, time))
if (!ASN1_TIME_set_string_X509(X509_getm_notBefore(x), startdate)) {
} else if (!ASN1_TIME_set_string_X509(X509_getm_notAfter(x), enddate)) {
if (!ASN1_TIME_set_string_X509(tm, lastupdate))
if (!ASN1_TIME_set_string_X509(tm, nextupdate))
int ASN1_TIME_set_string_X509(ASN1_TIME *s, const char *str);
result = ASN1_TIME_set_string_X509(t, x509_format_tests[idx].data);