Home
last modified time | relevance | path

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

/third_party/openssl/doc/man3/
DX509_cmp_time.pod5 X509_cmp_time, X509_cmp_current_time, X509_time_adj, X509_time_adj_ex
10 int X509_cmp_time(const ASN1_TIME *asn1_time, time_t *in_tm);
18 X509_cmp_time() compares the ASN1_TIME in B<asn1_time> with the time
40 Unlike many standard comparison functions, X509_cmp_time() and
45 X509_cmp_time() and X509_cmp_current_time() return -1 if B<asn1_time>
/third_party/openssl/test/
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()
/third_party/openssl/crypto/ocsp/
Docsp_cl.c350 if (X509_cmp_time(thisupd, &t_tmp) > 0) { in OCSP_check_validity()
361 if (X509_cmp_time(thisupd, &t_tmp) < 0) { in OCSP_check_validity()
377 if (X509_cmp_time(nextupd, &t_tmp) < 0) { in OCSP_check_validity()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dtls_openssl_ocsp.c364 if (X509_cmp_time(thisupd, &tmp) > 0) { in ocsp_resp_valid()
379 if (X509_cmp_time(nextupd, &tmp) < 0) { in ocsp_resp_valid()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dtls_openssl_ocsp.c364 if (X509_cmp_time(thisupd, &tmp) > 0) { in ocsp_resp_valid()
379 if (X509_cmp_time(nextupd, &tmp) < 0) { in ocsp_resp_valid()
/third_party/openssl/crypto/x509/
Dx509_vfy.c985 i = X509_cmp_time(X509_CRL_get0_lastUpdate(crl), ptime); in check_crl_time()
1001 i = X509_cmp_time(X509_CRL_get0_nextUpdate(crl), ptime); in check_crl_time()
1717 i = X509_cmp_time(X509_get0_notBefore(x), ptime); in x509_check_cert_time()
1726 i = X509_cmp_time(X509_get0_notAfter(x), ptime); in x509_check_cert_time()
1854 return X509_cmp_time(ctm, NULL); in X509_cmp_current_time()
1857 int X509_cmp_time(const ASN1_TIME *ctm, time_t *cmp_time) in X509_cmp_time() function
/third_party/openssl/apps/
Dx509.c856 if (X509_cmp_time(X509_get0_notAfter(x), &tcheck) < 0) { in x509_main()
/third_party/openssl/include/openssl/
Dx509.h486 int X509_cmp_time(const ASN1_TIME *s, time_t *t);
/third_party/openssl/
DNEWS299 o Exploitable out-of-bounds read in X509_cmp_time (CVE-2015-1789)
DCHANGES1173 *) Certificate time validation (X509_cmp_time) enforces stricter
1265 *) Certificate time validation (X509_cmp_time) enforces stricter
3039 *) Exploitable out-of-bounds read in X509_cmp_time
3041 X509_cmp_time does not properly check the length of the ASN1_TIME
3043 X509_cmp_time accepts an arbitrary number of fractional seconds in the
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h2571 #define X509_cmp_time BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, X509_cmp_time) macro
/third_party/openssl/util/
Dlibcrypto.num2714 X509_cmp_time 2679 1_1_0 EXIST::FUNCTION: