Lines Matching refs:X509

16 static int ocsp_find_signer(X509 **psigner, OCSP_BASICRESP *bs,
17 STACK_OF(X509) *certs, unsigned long flags);
18 static X509 *ocsp_find_signer_sk(STACK_OF(X509) *certs, OCSP_RESPID *id);
19 static int ocsp_check_issuer(OCSP_BASICRESP *bs, STACK_OF(X509) *chain);
22 static int ocsp_match_issuerid(X509 *cert, OCSP_CERTID *cid,
24 static int ocsp_check_delegated(X509 *x);
25 static int ocsp_req_find_signer(X509 **psigner, OCSP_REQUEST *req,
26 const X509_NAME *nm, STACK_OF(X509) *certs,
30 static int ocsp_verify_signer(X509 *signer, int response,
32 STACK_OF(X509) *untrusted, STACK_OF(X509) **chain)
77 X509 *signer, unsigned long flags)
98 int OCSP_basic_verify(OCSP_BASICRESP *bs, STACK_OF(X509) *certs,
101 X509 *signer, *x;
102 STACK_OF(X509) *chain = NULL;
103 STACK_OF(X509) *untrusted = NULL;
162 int OCSP_resp_get0_signer(OCSP_BASICRESP *bs, X509 **signer,
163 STACK_OF(X509) *extra_certs)
168 static int ocsp_find_signer(X509 **psigner, OCSP_BASICRESP *bs,
169 STACK_OF(X509) *certs, unsigned long flags)
171 X509 *signer;
189 static X509 *ocsp_find_signer_sk(STACK_OF(X509) *certs, OCSP_RESPID *id)
194 X509 *x;
222 static int ocsp_check_issuer(OCSP_BASICRESP *bs, STACK_OF(X509) *chain)
225 X509 *signer, *sca;
303 static int ocsp_match_issuerid(X509 *cert, OCSP_CERTID *cid,
371 static int ocsp_check_delegated(X509 *x)
385 int OCSP_request_verify(OCSP_REQUEST *req, STACK_OF(X509) *certs,
388 X509 *signer;
421 static int ocsp_req_find_signer(X509 **psigner, OCSP_REQUEST *req,
422 const X509_NAME *nm, STACK_OF(X509) *certs,
425 X509 *signer;