Searched refs:X509_cmp_time (Results 1 – 10 of 10) sorted by relevance
/openssl/doc/man3/ |
H A D | X509_cmp_time.pod | 5 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 D | ocsp_cl.c | 323 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 D | x509_time_test.c | 267 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 D | x509_vfy.c | 1117 i = X509_cmp_time(X509_CRL_get0_lastUpdate(crl), ptime); in check_crl_time() 1133 i = X509_cmp_time(X509_CRL_get0_nextUpdate(crl), ptime); in check_crl_time() 1830 i = X509_cmp_time(X509_get0_notBefore(x), ptime); in ossl_x509_check_cert_time() 1836 i = X509_cmp_time(X509_get0_notAfter(x), ptime); in ossl_x509_check_cert_time() 1968 return X509_cmp_time(ctm, NULL); in X509_cmp_current_time() 1972 int X509_cmp_time(const ASN1_TIME *ctm, time_t *cmp_time) in X509_cmp_time() function 2060 if (end != NULL && X509_cmp_time(end, time) < 0) in X509_cmp_timeframe() 2062 if (start != NULL && X509_cmp_time(start, time) > 0) in X509_cmp_timeframe()
|
/openssl/apps/ |
H A D | x509.c | 1075 ret = X509_cmp_time(X509_get0_notAfter(x), &tcheck) < 0; in x509_main()
|
/openssl/doc/ |
H A D | build.info | 3006 DEPEND[html/man3/X509_cmp_time.html]=man3/X509_cmp_time.pod 3007 GENERATE[html/man3/X509_cmp_time.html]=man3/X509_cmp_time.pod 3008 DEPEND[man/man3/X509_cmp_time.3]=man3/X509_cmp_time.pod 3009 GENERATE[man/man3/X509_cmp_time.3]=man3/X509_cmp_time.pod 3761 html/man3/X509_cmp_time.html \ 4425 man/man3/X509_cmp_time.3 \
|
/openssl/ |
H A D | NEWS.md | 953 * Exploitable out-of-bounds read in X509_cmp_time ([CVE-2015-1789]) 1053 * Exploitable out-of-bounds read in X509_cmp_time ([CVE-2015-1789]) 1177 * Exploitable out-of-bounds read in X509_cmp_time ([CVE-2015-1789])
|
H A D | CHANGES.md | 4474 * Certificate time validation (X509_cmp_time) enforces stricter 4724 * Certificate time validation (X509_cmp_time) enforces stricter 6509 * Certificate time validation (X509_cmp_time) enforces stricter 7264 * Exploitable out-of-bounds read in X509_cmp_time 7266 X509_cmp_time does not properly check the length of the ASN1_TIME 7268 X509_cmp_time accepts an arbitrary number of fractional seconds in the 8435 * Exploitable out-of-bounds read in X509_cmp_time 8437 X509_cmp_time does not properly check the length of the ASN1_TIME 8439 X509_cmp_time accepts an arbitrary number of fractional seconds in the 9508 * Exploitable out-of-bounds read in X509_cmp_time [all …]
|
/openssl/include/openssl/ |
H A D | x509.h.in | 501 int X509_cmp_time(const ASN1_TIME *s, time_t *t);
|
/openssl/util/ |
H A D | libcrypto.num | 2620 X509_cmp_time 2679 3_0_0 EXIST::FUNCTION:
|
Completed in 93 milliseconds