Home | History | Annotate | Download | only in apps

Lines Matching defs:x509

82 int get_cert_chain (X509 *cert, X509_STORE *store, STACK_OF(X509) **chain);
90 int cert_load(BIO *in, STACK_OF(X509) *sk);
423 X509 *ucert = NULL, *x = NULL;
424 STACK_OF(X509) *certs=NULL;
497 STACK_OF(X509) *morecerts=NULL;
520 STACK_OF(X509) *chain2;
758 X509 *x509;
801 if (!(x509 = PKCS12_certbag2x509(bag))) return 0;
802 dump_cert_text (out, x509);
803 PEM_write_bio_X509 (out, x509);
804 X509_free(x509);
827 int get_cert_chain (X509 *cert, X509_STORE *store, STACK_OF(X509) **chain)
830 STACK_OF(X509) *chn;
871 int cert_load(BIO *in, STACK_OF(X509) *sk)
874 X509 *cert;