ASN1_TIME_set_string
LCRYPTO_ALIAS(ASN1_TIME_set_string);
int ASN1_TIME_set_string(ASN1_TIME *s, const char *str);
LCRYPTO_USED(ASN1_TIME_set_string);
if (ASN1_TIME_set_string(t, att->str) != 0) {
if (ASN1_TIME_set_string(NULL, att->str) != 1) {
if (ASN1_TIME_set_string(tx509, parsed_time) != 1) {
if (!ASN1_TIME_set_string(t1, att1->str))
if (!ASN1_TIME_set_string(t2, att2->str))
return ASN1_TIME_set_string(NULL, str);