Home | History | Annotate | Download | only in apps

Lines Matching defs:x509

78 #include <openssl/x509.h>
123 * -x509 - output a self signed X509 structure instead.
162 int ex=1,x509=0,days=30;
163 X509 *x509ss=NULL;
352 else if (strcmp(*argv,"-x509") == 0)
353 x509=1;
439 BIO_printf(bio_err," -x509 output a x509 structure instead of a cert. req.\n");
440 BIO_printf(bio_err," -days number of days a certificate generated by -x509 is valid for.\n");
441 BIO_printf(bio_err," -set_serial serial number to use for a certificate generated by -x509.\n");
790 BIO_printf(bio_err,"bad input format specified for X509 request\n");
795 BIO_printf(bio_err,"unable to load X509 request\n");
800 if (newreq || x509)
816 i=make_REQ(req,pkey,subj,multirdn,!x509, chtype);
829 if (x509)
905 if (subj && x509)
911 if (subj && !x509)
934 if (verify && !x509)
1009 if (x509)
1017 if(x509)
1027 if (x509)
1047 if (!noout && !x509)
1060 BIO_printf(bio_err,"unable to write X509 request\n");
1064 if (!noout && x509 && (x509ss != NULL))
1076 BIO_printf(bio_err,"unable to write X509 certificate\n");
1670 X509 *x;
1794 int do_X509_sign(BIO *err, X509 *x, EVP_PKEY *pkey, const EVP_MD *md,