Home
last modified time | relevance | path

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

/openssl/doc/man3/
H A DX509_cmp_time.pod5 X509_cmp_time, X509_cmp_current_time, X509_cmp_timeframe,
11 int X509_cmp_time(const ASN1_TIME *asn1_time, time_t *in_tm);
22 X509_cmp_time() compares the ASN1_TIME in I<asn1_time> with the time
55 Unlike many standard comparison functions, X509_cmp_time() and
60 X509_cmp_time() and X509_cmp_current_time() return -1 if I<asn1_time>
/openssl/crypto/ocsp/
H A Docsp_cl.c323 if (X509_cmp_time(thisupd, &t_tmp) > 0) { in OCSP_check_validity()
334 if (X509_cmp_time(thisupd, &t_tmp) < 0) { in OCSP_check_validity()
350 if (X509_cmp_time(nextupd, &t_tmp) < 0) { in OCSP_check_validity()
/openssl/test/
H A Dx509_time_test.c267 result = X509_cmp_time(&t, &x509_cmp_tests[idx].cmp_time); in test_x509_cmp_time()
286 cmp_result = X509_cmp_time(asn1_before, NULL); in test_x509_cmp_time_current()
290 cmp_result = X509_cmp_time(asn1_after, NULL); in test_x509_cmp_time_current()
/openssl/crypto/x509/
H A Dx509_vfy.c1084 i = X509_cmp_time(X509_CRL_get0_lastUpdate(crl), ptime); in check_crl_time()
1100 i = X509_cmp_time(X509_CRL_get0_nextUpdate(crl), ptime); in check_crl_time()
1797 i = X509_cmp_time(X509_get0_notBefore(x), ptime); in ossl_x509_check_cert_time()
1803 i = X509_cmp_time(X509_get0_notAfter(x), ptime); in ossl_x509_check_cert_time()
1935 return X509_cmp_time(ctm, NULL); in X509_cmp_current_time()
1939 int X509_cmp_time(const ASN1_TIME *ctm, time_t *cmp_time) in X509_cmp_time() function
2027 if (end != NULL && X509_cmp_time(end, time) < 0) in X509_cmp_timeframe()
2029 if (start != NULL && X509_cmp_time(start, time) > 0) in X509_cmp_timeframe()
/openssl/apps/
H A Dx509.c1075 ret = X509_cmp_time(X509_get0_notAfter(x), &tcheck) < 0; in x509_main()
/openssl/doc/
H A Dbuild.info3002 DEPEND[html/man3/X509_cmp_time.html]=man3/X509_cmp_time.pod
3003 GENERATE[html/man3/X509_cmp_time.html]=man3/X509_cmp_time.pod
3004 DEPEND[man/man3/X509_cmp_time.3]=man3/X509_cmp_time.pod
3005 GENERATE[man/man3/X509_cmp_time.3]=man3/X509_cmp_time.pod
3756 html/man3/X509_cmp_time.html \
4419 man/man3/X509_cmp_time.3 \
/openssl/
H A DNEWS.md935 * Exploitable out-of-bounds read in X509_cmp_time ([CVE-2015-1789])
1035 * Exploitable out-of-bounds read in X509_cmp_time ([CVE-2015-1789])
1159 * Exploitable out-of-bounds read in X509_cmp_time ([CVE-2015-1789])
H A DCHANGES.md4410 * Certificate time validation (X509_cmp_time) enforces stricter
4660 * Certificate time validation (X509_cmp_time) enforces stricter
6445 * Certificate time validation (X509_cmp_time) enforces stricter
7200 * Exploitable out-of-bounds read in X509_cmp_time
7202 X509_cmp_time does not properly check the length of the ASN1_TIME
7204 X509_cmp_time accepts an arbitrary number of fractional seconds in the
8371 * Exploitable out-of-bounds read in X509_cmp_time
8373 X509_cmp_time does not properly check the length of the ASN1_TIME
8375 X509_cmp_time accepts an arbitrary number of fractional seconds in the
9444 * Exploitable out-of-bounds read in X509_cmp_time
[all …]
/openssl/include/openssl/
H A Dx509.h.in501 int X509_cmp_time(const ASN1_TIME *s, time_t *t);
/openssl/util/
H A Dlibcrypto.num2620 X509_cmp_time 2679 3_0_0 EXIST::FUNCTION:

Completed in 137 milliseconds