Lines Matching refs:X509
129 #include <openssl/x509.h>
459 int dump_cert_text (BIO *out, X509 *x)
743 EVP_PKEY **pkey, X509 **cert, STACK_OF(X509) **ca)
786 X509 *load_cert(BIO *err, const char *file, int format,
789 X509 *x=NULL;
1117 STACK_OF(X509) **pcerts, STACK_OF(X509_CRL) **pcrls)
1170 if (xi->x509 && pcerts)
1172 if (!sk_X509_push(*pcerts, xi->x509))
1174 xi->x509 = NULL;
1214 STACK_OF(X509) *load_certs(BIO *err, const char *file, int format,
1217 STACK_OF(X509) *certs;
1319 X509 *x, X509_REQ *req, int copy_type)