Home
last modified time | relevance | path

Searched refs:expirationDate (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/security/certificate_framework/frameworks/adapter/v1.0/src/
H A Dcertificate_openssl_common.c151 ASN1_TIME *expirationDate = X509_get_notAfter(x509); in CompareDateWithCertTime() local
152 if ((startDate == NULL) || (expirationDate == NULL)) { in CompareDateWithCertTime()
162 } else if (ASN1_TIME_compare(expirationDate, inputDate) < 0) { in CompareDateWithCertTime()