Home
last modified time | relevance | path

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

/NextBSD/crypto/openssl/crypto/ocsp/
HDocsp_cl.c342 if (X509_cmp_time(thisupd, &t_tmp) > 0) { in OCSP_check_validity()
353 if (X509_cmp_time(thisupd, &t_tmp) < 0) { in OCSP_check_validity()
369 if (X509_cmp_time(nextupd, &t_tmp) < 0) { in OCSP_check_validity()
/NextBSD/crypto/openssl/crypto/x509/
HDx509_vfy.c946 i = X509_cmp_time(X509_CRL_get_lastUpdate(crl), ptime); in check_crl_time()
964 i = X509_cmp_time(X509_CRL_get_nextUpdate(crl), ptime); in check_crl_time()
1669 i = X509_cmp_time(X509_get_notBefore(x), ptime); in check_cert_time()
1684 i = X509_cmp_time(X509_get_notAfter(x), ptime); in check_cert_time()
1793 return X509_cmp_time(ctm, NULL); in X509_cmp_current_time()
1796 int X509_cmp_time(const ASN1_TIME *ctm, time_t *cmp_time) in X509_cmp_time() function
HDx509.h764 int X509_cmp_time(const ASN1_TIME *s, time_t *t);
/NextBSD/crypto/openssl/apps/
HDx509.c976 if (X509_cmp_time(X509_get_notAfter(x), &tcheck) < 0) { in MAIN()
/NextBSD/crypto/openssl/
HDNEWS29 o Exploitable out-of-bounds read in X509_cmp_time (CVE-2015-1789)
HDCHANGES111 *) Exploitable out-of-bounds read in X509_cmp_time
113 X509_cmp_time does not properly check the length of the ASN1_TIME
115 X509_cmp_time accepts an arbitrary number of fractional seconds in the
/NextBSD/crypto/openssl/util/
HDlibeay.num1865 X509_cmp_time 2446 EXIST::FUNCTION: