Lines Matching full:x509
1 /* apps/x509.c */
72 #include <openssl/x509.h>
91 "usage: x509 args\n",
157 static int sign (X509 *x, EVP_PKEY *pkey,int days,int clrext, const EVP_MD *digest,
160 X509 *x,X509 *xca,EVP_PKEY *pkey,
164 static int purpose_print(BIO *bio, X509 *cert, X509_PURPOSE *pt);
174 X509 *x=NULL,*xca=NULL;
1148 X509 *x, X509 *xca, EVP_PKEY *pkey,
1165 BIO_printf(bio_err,"Error initialising X509 store\n");
1225 X509 *err_cert;
1254 static int sign(X509 *x, EVP_PKEY *pkey, int days, int clrext, const EVP_MD *digest,
1295 static int purpose_print(BIO *bio, X509 *cert, X509_PURPOSE *pt)