Home
last modified time | relevance | path

Searched refs:asn1_time (Results 1 – 1 of 1) sorted by last modified time

/unit/src/
H A Dnxt_cert.c498 ASN1_TIME *asn1_time; in nxt_cert_details() local
593 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()