Lines Matching full: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;
343 else if (strcmp(*argv,"-x509") == 0)
344 x509=1;
430 BIO_printf(bio_err," -x509 output a x509 structure instead of a cert. req.\n");
431 BIO_printf(bio_err," -days number of days a certificate generated by -x509 is valid for.\n");
432 BIO_printf(bio_err," -set_serial serial number to use for a certificate generated by -x509.\n");
781 BIO_printf(bio_err,"bad input format specified for X509 request\n");
786 BIO_printf(bio_err,"unable to load X509 request\n");
791 if (newreq || x509)
807 i=make_REQ(req,pkey,subj,multirdn,!x509, chtype);
820 if (x509)
894 if (subj && x509)
900 if (subj && !x509)
923 if (verify && !x509)
998 if (x509)
1006 if(x509)
1016 if (x509)
1036 if (!noout && !x509)
1049 BIO_printf(bio_err,"unable to write X509 request\n");
1053 if (!noout && x509 && (x509ss != NULL))
1065 BIO_printf(bio_err,"unable to write X509 certificate\n");
1657 X509 *x;