Searched refs:asn1_time (Results 1 – 1 of 1) sorted by relevance
498 ASN1_TIME *asn1_time; in nxt_cert_details() local593 asn1_time = X509_get_notBefore(x509); in nxt_cert_details()595 ret = ASN1_TIME_print(bio, asn1_time); in nxt_cert_details()616 asn1_time = X509_get_notAfter(x509); in nxt_cert_details()618 ret = ASN1_TIME_print(bio, asn1_time); in nxt_cert_details()