Lines Matching refs:X509
109 X509 *x509;
163 typedef int (*X509_STORE_CTX_get_issuer_fn)(X509 **issuer,
164 X509_STORE_CTX *ctx, X509 *x);
166 X509 *x, X509 *issuer);
169 X509_CRL **crl, X509 *x);
172 X509_CRL *crl, X509 *x);
174 typedef STACK_OF(X509) *(*X509_STORE_CTX_lookup_certs_fn)(X509_STORE_CTX *ctx,
189 STACK_OF(X509) *additional_untrusted;
233 X509 *cert; /* The cert to check */
234 STACK_OF(X509) *untrusted; /* chain of X509s - untrusted - passed in */
257 STACK_OF(X509) *chain; /* chain of X509s - built up and trusted */
265 X509 *current_cert;
266 X509 *current_issuer; /* cert currently being tested as valid issuer */
441 OPENSSL_EXPORT X509 *X509_OBJECT_get0_X509(const X509_OBJECT *a);
447 OPENSSL_EXPORT STACK_OF(X509)* X509_STORE_get1_certs(X509_STORE_CTX *st, X509_NAME *nm);
458 X509_STORE *ctx, STACK_OF(X509) *untrusted);
515 OPENSSL_EXPORT int X509_STORE_CTX_get1_issuer(X509 **issuer, X509_STORE_CTX *ctx, X509 *x);
520 X509 *x509, STACK_OF(X509) *chain);
521 OPENSSL_EXPORT void X509_STORE_CTX_trusted_stack(X509_STORE_CTX *ctx, STACK_OF(X509) *sk);
525 OPENSSL_EXPORT X509 *X509_STORE_CTX_get0_cert(X509_STORE_CTX *ctx);
532 OPENSSL_EXPORT int X509_STORE_add_cert(X509_STORE *ctx, X509 *x);
574 OPENSSL_EXPORT X509 * X509_STORE_CTX_get_current_cert(X509_STORE_CTX *ctx);
575 OPENSSL_EXPORT X509 *X509_STORE_CTX_get0_current_issuer(X509_STORE_CTX *ctx);
578 OPENSSL_EXPORT STACK_OF(X509) *X509_STORE_CTX_get_chain(X509_STORE_CTX *ctx);
579 OPENSSL_EXPORT STACK_OF(X509) *X509_STORE_CTX_get1_chain(X509_STORE_CTX *ctx);
580 OPENSSL_EXPORT void X509_STORE_CTX_set_cert(X509_STORE_CTX *c,X509 *x);
581 OPENSSL_EXPORT void X509_STORE_CTX_set_chain(X509_STORE_CTX *c,STACK_OF(X509) *sk);
582 OPENSSL_EXPORT STACK_OF(X509) *
648 STACK_OF(X509) *certs,