Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libpkg/common/
H A Dpkgweb.c1214 ASN1_GENERALIZEDTIME *rev, *thisupd, *nextupd; in ocsp_verify() local
1514 &rev, &thisupd, &nextupd) == NULL) { in ocsp_verify()
1534 if (!OCSP_check_validity(thisupd, nextupd, in ocsp_verify()
1536 if (nextupd != NULL) { in ocsp_verify()
1539 get_time_string(thisupd), get_time_string(nextupd), in ocsp_verify()
/titanic_41/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c2649 ASN1_GENERALIZEDTIME *rev, *thisupd, *nextupd; in OpenSSL_GetOCSPStatusForCert() local
2771 &nextupd); in OpenSSL_GetOCSPStatusForCert()
2786 if (!OCSP_check_validity(thisupd, nextupd, 300, in OpenSSL_GetOCSPStatusForCert()