Home
last modified time | relevance | path

Searched refs:maxsec (Results 1 – 3 of 3) sorted by relevance

/openssl/crypto/ocsp/
H A Docsp_cl.c311 ASN1_GENERALIZEDTIME *nextupd, long nsec, long maxsec) in OCSP_check_validity() argument
332 if (maxsec >= 0) { in OCSP_check_validity()
333 t_tmp = t_now - maxsec; in OCSP_check_validity()
/openssl/doc/man3/
H A DOCSP_resp_find_status.pod52 long sec, long maxsec);
112 leeway should be allowed in the check. If I<maxsec> is positive it indicates
176 if I<maxsec> >= 0, the current time - I<maxsec> is not past I<nextupd>.
190 account for clock skew the I<maxsec> field can be set to nonzero in
193 I<maxsec> parameter to OCSP_check_validity() can be used to limit the permitted
/openssl/include/openssl/
H A Docsp.h.in255 ASN1_GENERALIZEDTIME *nextupd, long sec, long maxsec);

Completed in 13 milliseconds