ASN1_TIME_set_string_X509
LCRYPTO_ALIAS(ASN1_TIME_set_string_X509);
int ASN1_TIME_set_string_X509(ASN1_TIME *time, const char *str);
LCRYPTO_USED(ASN1_TIME_set_string_X509);
if (ASN1_TIME_set_string_X509(t, att->str) != 0) {
if (ASN1_TIME_set_string_X509(tx509, parsed_time) != 1) {
} else if (!ASN1_TIME_set_string_X509(X509_get_notBefore(ret), startdate)) {
} else if (!ASN1_TIME_set_string_X509(X509_get_notAfter(ret), enddate)) {