ASN1_TIME_to_tm
if (!ASN1_TIME_to_tm(from, &tm_from))
if (!ASN1_TIME_to_tm(to, &tm_to))
if (!ASN1_TIME_to_tm(t, &tm))
int ASN1_TIME_to_tm(const ASN1_TIME *s, struct tm *tm);