Home
last modified time | relevance | path

Searched refs:OCSP_check_validity (Results 1 – 11 of 11) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DOCSP_resp_find_status.pod11 OCSP_check_validity, OCSP_basic_verify
50 int OCSP_check_validity(ASN1_GENERALIZEDTIME *thisupd,
109 OCSP_check_validity() checks the validity of its I<thisupd> and I<nextupd>
174 OCSP_check_validity() returns 1 if I<thisupd> and I<nextupd> are valid time
185 ID of interest and then check its validity using OCSP_check_validity(). They
191 OCSP_check_validity(). Some responders do not set the B<nextUpdate> field, this
193 I<maxsec> parameter to OCSP_check_validity() can be used to limit the permitted
/freebsd/crypto/openssl/crypto/ocsp/
H A Docsp_cl.c310 int OCSP_check_validity(ASN1_GENERALIZEDTIME *thisupd, in OCSP_check_validity() function
/freebsd/crypto/openssl/include/openssl/
H A Docsp.h.in254 int OCSP_check_validity(ASN1_GENERALIZEDTIME *thisupd,
H A Docsp.h350 int OCSP_check_validity(ASN1_GENERALIZEDTIME *thisupd,
/freebsd/crypto/openssl/apps/
H A Docsp.c999 if (!OCSP_check_validity(thisupd, nextupd, nsec, maxage)) { in print_ocsp_summary()
/freebsd/contrib/wpa/src/utils/
H A Dhttp_curl.c1241 if (!OCSP_check_validity(this_update, next_update, 5 * 60, -1)) { in ocsp_resp_cb()
/freebsd/secure/lib/libcrypto/
H A DVersion.map1992 OCSP_check_validity;
/freebsd/contrib/wpa/src/crypto/
H A Dtls_openssl.c5194 if (!OCSP_check_validity(this_update, next_update, 5 * 60, -1)) { in ocsp_resp_cb()
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile2645 MLINKS+= OCSP_resp_find_status.3 OCSP_check_validity.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num2631 OCSP_check_validity 2690 3_0_0 EXIST::FUNCTION:OCSP
/freebsd/crypto/openssl/
H A DCHANGES.md13852 * Add OCSP_check_validity() function to check the validity of OCSP