Home
last modified time | relevance | path

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

/external/openscreen/cast/common/certificate/
Dcast_crl.cc116 DateTime cert_not_after; in VerifyCRL() local
118 ParseAsn1GeneralizedTime(not_after_asn1.get(), &cert_not_after); in VerifyCRL()
122 if (cert_not_after < *overall_not_after) { in VerifyCRL()
123 *overall_not_after = cert_not_after; in VerifyCRL()