Home | History | Annotate | Download | only in ocsp

Lines Matching refs:X509

68 #include <openssl/x509.h>
146 STACK_OF(X509) *certs;
308 STACK_OF(X509) *certs;
413 OCSP_CERTID *OCSP_cert_to_id(const EVP_MD *dgst, X509 *subject, X509 *issuer);
428 int OCSP_request_add1_cert(OCSP_REQUEST *req, X509 *cert);
431 X509 *signer,
434 STACK_OF(X509) *certs,
456 int OCSP_request_verify(OCSP_REQUEST *req, STACK_OF(X509) *certs, X509_STORE *store, unsigned long flags);
476 int OCSP_basic_add1_cert(OCSP_BASICRESP *resp, X509 *cert);
478 X509 *signer, EVP_PKEY *key, const EVP_MD *dgst,
479 STACK_OF(X509) *certs, unsigned long flags);
556 int OCSP_basic_verify(OCSP_BASICRESP *bs, STACK_OF(X509) *certs,