dsa: apps deprecation changes
[openssl.git] / apps / x509.c
1 /*
2  * Copyright 1995-2020 The OpenSSL Project Authors. All Rights Reserved.
3  *
4  * Licensed under the Apache License 2.0 (the "License").  You may not use
5  * this file except in compliance with the License.  You can obtain a copy
6  * in the file LICENSE in the source distribution or at
7  * https://www.openssl.org/source/license.html
8  */
9
10 #include <stdio.h>
11 #include <stdlib.h>
12 #include <string.h>
13 #include "apps.h"
14 #include "progs.h"
15 #include <openssl/bio.h>
16 #include <openssl/asn1.h>
17 #include <openssl/err.h>
18 #include <openssl/bn.h>
19 #include <openssl/evp.h>
20 #include <openssl/x509.h>
21 #include <openssl/x509v3.h>
22 #include <openssl/objects.h>
23 #include <openssl/pem.h>
24 #ifndef OPENSSL_NO_RSA
25 # include <openssl/rsa.h>
26 #endif
27 #ifndef OPENSSL_NO_DSA
28 # include <openssl/dsa.h>
29 #endif
30
31 #undef POSTFIX
32 #define POSTFIX ".srl"
33 #define DEF_DAYS        30
34
35 static int callb(int ok, X509_STORE_CTX *ctx);
36 static int sign(X509 *x, EVP_PKEY *pkey, X509 *issuer,
37                 STACK_OF(OPENSSL_STRING) *sigopts,
38                 int days, int clrext,
39                 const EVP_MD *digest, CONF *conf, const char *section,
40                 int preserve_dates);
41 static int x509_certify(X509_STORE *ctx, const char *CAfile, const EVP_MD *digest,
42                         X509 *x, X509 *xca, EVP_PKEY *pkey,
43                         STACK_OF(OPENSSL_STRING) *sigopts, const char *serialfile,
44                         int create, int days, int clrext, CONF *conf,
45                         const char *section, ASN1_INTEGER *sno, int reqfile,
46                         int preserve_dates);
47 static int purpose_print(BIO *bio, X509 *cert, X509_PURPOSE *pt);
48 static int print_x509v3_exts(BIO *bio, X509 *x, const char *exts);
49
50 typedef enum OPTION_choice {
51     OPT_ERR = -1, OPT_EOF = 0, OPT_HELP,
52     OPT_INFORM, OPT_OUTFORM, OPT_KEYFORM, OPT_REQ, OPT_CAFORM,
53     OPT_CAKEYFORM, OPT_VFYOPT, OPT_SIGOPT, OPT_DAYS, OPT_PASSIN, OPT_EXTFILE,
54     OPT_EXTENSIONS, OPT_IN, OPT_OUT, OPT_SIGNKEY, OPT_CA, OPT_CAKEY,
55     OPT_CASERIAL, OPT_SET_SERIAL, OPT_NEW, OPT_FORCE_PUBKEY, OPT_SUBJ,
56     OPT_ADDTRUST, OPT_ADDREJECT, OPT_SETALIAS, OPT_CERTOPT, OPT_NAMEOPT,
57     OPT_EMAIL, OPT_OCSP_URI, OPT_SERIAL, OPT_NEXT_SERIAL,
58     OPT_MODULUS, OPT_PUBKEY, OPT_X509TOREQ, OPT_TEXT, OPT_HASH,
59     OPT_ISSUER_HASH, OPT_SUBJECT, OPT_ISSUER, OPT_FINGERPRINT, OPT_DATES,
60     OPT_PURPOSE, OPT_STARTDATE, OPT_ENDDATE, OPT_CHECKEND, OPT_CHECKHOST,
61     OPT_CHECKEMAIL, OPT_CHECKIP, OPT_NOOUT, OPT_TRUSTOUT, OPT_CLRTRUST,
62     OPT_CLRREJECT, OPT_ALIAS, OPT_CACREATESERIAL, OPT_CLREXT, OPT_OCSPID,
63     OPT_SUBJECT_HASH_OLD,
64     OPT_ISSUER_HASH_OLD,
65     OPT_BADSIG, OPT_MD, OPT_ENGINE, OPT_NOCERT, OPT_PRESERVE_DATES,
66     OPT_R_ENUM, OPT_PROV_ENUM, OPT_EXT
67 } OPTION_CHOICE;
68
69 const OPTIONS x509_options[] = {
70     OPT_SECTION("General"),
71     {"help", OPT_HELP, '-', "Display this summary"},
72 #ifndef OPENSSL_NO_ENGINE
73     {"engine", OPT_ENGINE, 's', "Use engine, possibly a hardware device"},
74 #endif
75
76     {"inform", OPT_INFORM, 'f',
77      "CSR input format (DER or PEM) - default PEM"},
78     {"in", OPT_IN, '<', "Input file - default stdin"},
79     {"passin", OPT_PASSIN, 's', "Private key and cert file pass-phrase source"},
80     {"outform", OPT_OUTFORM, 'f',
81      "Output format (DER or PEM) - default PEM"},
82     {"out", OPT_OUT, '>', "Output file - default stdout"},
83     {"keyform", OPT_KEYFORM, 'E', "Private key format (ENGINE, other values ignored)"},
84     {"req", OPT_REQ, '-', "Input is a certificate request, sign and output"},
85     {"vfyopt", OPT_VFYOPT, 's', "Verification parameter in n:v form"},
86
87     OPT_SECTION("Output"),
88     {"serial", OPT_SERIAL, '-', "Print serial number value"},
89     {"subject_hash", OPT_HASH, '-', "Print subject hash value"},
90     {"issuer_hash", OPT_ISSUER_HASH, '-', "Print issuer hash value"},
91     {"hash", OPT_HASH, '-', "Synonym for -subject_hash"},
92     {"subject", OPT_SUBJECT, '-', "Print subject DN"},
93     {"issuer", OPT_ISSUER, '-', "Print issuer DN"},
94     {"email", OPT_EMAIL, '-', "Print email address(es)"},
95     {"purpose", OPT_PURPOSE, '-', "Print out certificate purposes"},
96     {"modulus", OPT_MODULUS, '-', "Print the RSA key modulus"},
97     {"pubkey", OPT_PUBKEY, '-', "Output the public key"},
98     {"fingerprint", OPT_FINGERPRINT, '-', "Print the certificate fingerprint"},
99     {"alias", OPT_ALIAS, '-', "Output certificate alias"},
100     {"noout", OPT_NOOUT, '-', "No output, just status"},
101     {"ocspid", OPT_OCSPID, '-',
102      "Print OCSP hash values for the subject name and public key"},
103     {"ocsp_uri", OPT_OCSP_URI, '-', "Print OCSP Responder URL(s)"},
104     {"nocert", OPT_NOCERT, '-', "No certificate output"},
105     {"trustout", OPT_TRUSTOUT, '-', "Output a trusted certificate"},
106     {"x509toreq", OPT_X509TOREQ, '-',
107      "Output a certification request object"},
108     {"checkend", OPT_CHECKEND, 'M',
109      "Check whether the cert expires in the next arg seconds"},
110     {OPT_MORE_STR, 1, 1, "Exit 1 if so, 0 if not"},
111     {"text", OPT_TEXT, '-', "Print the certificate in text form"},
112     {"ext", OPT_EXT, 's', "Print various X509V3 extensions"},
113 #ifndef OPENSSL_NO_MD5
114     {"subject_hash_old", OPT_SUBJECT_HASH_OLD, '-',
115      "Print old-style (MD5) subject hash value"},
116     {"issuer_hash_old", OPT_ISSUER_HASH_OLD, '-',
117      "Print old-style (MD5) issuer hash value"},
118 #endif
119     {"nameopt", OPT_NAMEOPT, 's', "Certificate subject/issuer name printing options"},
120
121     OPT_SECTION("Certificate"),
122     {"startdate", OPT_STARTDATE, '-', "Set notBefore field"},
123     {"enddate", OPT_ENDDATE, '-', "Set notAfter field"},
124     {"dates", OPT_DATES, '-', "Both Before and After dates"},
125     {"clrtrust", OPT_CLRTRUST, '-', "Clear all trusted purposes"},
126     {"clrext", OPT_CLREXT, '-', "Clear all certificate extensions"},
127     {"addtrust", OPT_ADDTRUST, 's', "Trust certificate for a given purpose"},
128     {"addreject", OPT_ADDREJECT, 's',
129      "Reject certificate for a given purpose"},
130     {"setalias", OPT_SETALIAS, 's', "Set certificate alias"},
131     {"days", OPT_DAYS, 'n',
132      "How long till expiry of a signed certificate - def 30 days"},
133     {"signkey", OPT_SIGNKEY, 's', "Self-sign cert with arg"},
134     {"set_serial", OPT_SET_SERIAL, 's', "Serial number to use"},
135     {"extensions", OPT_EXTENSIONS, 's', "Section from config file to use"},
136     {"certopt", OPT_CERTOPT, 's', "Various certificate text options"},
137     {"checkhost", OPT_CHECKHOST, 's', "Check certificate matches host"},
138     {"checkemail", OPT_CHECKEMAIL, 's', "Check certificate matches email"},
139     {"checkip", OPT_CHECKIP, 's', "Check certificate matches ipaddr"},
140     {"force_pubkey", OPT_FORCE_PUBKEY, '<', "Force the key to put inside certificate"},
141     {"subj", OPT_SUBJ, 's', "Set or override certificate subject (and issuer)"},
142
143     OPT_SECTION("CA"),
144     {"CA", OPT_CA, '<', "Set the CA certificate, must be PEM format"},
145     {"CAkey", OPT_CAKEY, 's',
146      "The CA key, must be PEM format; if not in CAfile"},
147     {"extfile", OPT_EXTFILE, '<', "File with X509V3 extensions to add"},
148     OPT_R_OPTIONS,
149     OPT_PROV_OPTIONS,
150     {"CAform", OPT_CAFORM, 'F', "CA cert format (PEM/DER/P12); has no effect"},
151     {"CAkeyform", OPT_CAKEYFORM, 'E', "CA key format (ENGINE, other values ignored)"},
152     {"sigopt", OPT_SIGOPT, 's', "Signature parameter in n:v form"},
153     {"CAcreateserial", OPT_CACREATESERIAL, '-',
154      "Create serial number file if it does not exist"},
155     {"CAserial", OPT_CASERIAL, 's', "Serial file"},
156     {"new", OPT_NEW, '-', "Generate a certificate from scratch"},
157     {"next_serial", OPT_NEXT_SERIAL, '-', "Increment current certificate serial number"},
158     {"clrreject", OPT_CLRREJECT, '-',
159      "Clears all the prohibited or rejected uses of the certificate"},
160     {"badsig", OPT_BADSIG, '-', "Corrupt last byte of certificate signature (for test)"},
161     {"", OPT_MD, '-', "Any supported digest"},
162     {"preserve_dates", OPT_PRESERVE_DATES, '-', "preserve existing dates when signing"},
163     {NULL}
164 };
165
166 int x509_main(int argc, char **argv)
167 {
168     ASN1_INTEGER *sno = NULL;
169     ASN1_OBJECT *objtmp = NULL;
170     BIO *out = NULL;
171     CONF *extconf = NULL;
172     EVP_PKEY *Upkey = NULL, *CApkey = NULL, *fkey = NULL;
173     int newcert = 0;
174     char *subj = NULL;
175     X509_NAME *fsubj = NULL;
176     const unsigned long chtype = MBSTRING_ASC;
177     const int multirdn = 1;
178     STACK_OF(ASN1_OBJECT) *trust = NULL, *reject = NULL;
179     STACK_OF(OPENSSL_STRING) *sigopts = NULL, *vfyopts = NULL;
180     X509 *x = NULL, *xca = NULL;
181     X509_REQ *req = NULL, *rq = NULL;
182     X509_STORE *ctx = NULL;
183     const EVP_MD *digest = NULL;
184     char *CAkeyfile = NULL, *CAserial = NULL, *fkeyfile = NULL, *alias = NULL;
185     char *checkhost = NULL, *checkemail = NULL, *checkip = NULL, *exts = NULL;
186     char *extsect = NULL, *extfile = NULL, *passin = NULL, *passinarg = NULL;
187     char *infile = NULL, *outfile = NULL, *keyfile = NULL, *CAfile = NULL;
188     char *prog;
189     int x509req = 0, days = DEF_DAYS, modulus = 0, pubkey = 0, pprint = 0;
190     int CAformat = FORMAT_PEM, CAkeyformat = FORMAT_PEM;
191     int fingerprint = 0, reqfile = 0, checkend = 0;
192     int informat = FORMAT_PEM, outformat = FORMAT_PEM, keyformat = FORMAT_PEM;
193     int next_serial = 0, subject_hash = 0, issuer_hash = 0, ocspid = 0;
194     int noout = 0, sign_flag = 0, CA_flag = 0, CA_createserial = 0, email = 0;
195     int ocsp_uri = 0, trustout = 0, clrtrust = 0, clrreject = 0, aliasout = 0;
196     int ret = 1, i, num = 0, badsig = 0, clrext = 0, nocert = 0;
197     int text = 0, serial = 0, subject = 0, issuer = 0, startdate = 0, ext = 0;
198     int enddate = 0;
199     time_t checkoffset = 0;
200     unsigned long certflag = 0;
201     int preserve_dates = 0;
202     OPTION_CHOICE o;
203     ENGINE *e = NULL;
204 #ifndef OPENSSL_NO_MD5
205     int subject_hash_old = 0, issuer_hash_old = 0;
206 #endif
207
208     ctx = X509_STORE_new();
209     if (ctx == NULL)
210         goto end;
211     X509_STORE_set_verify_cb(ctx, callb);
212
213     prog = opt_init(argc, argv, x509_options);
214     while ((o = opt_next()) != OPT_EOF) {
215         switch (o) {
216         case OPT_EOF:
217         case OPT_ERR:
218  opthelp:
219             BIO_printf(bio_err, "%s: Use -help for summary.\n", prog);
220             goto end;
221         case OPT_HELP:
222             opt_help(x509_options);
223             ret = 0;
224             goto end;
225         case OPT_INFORM:
226             if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &informat))
227                 goto opthelp;
228             break;
229         case OPT_IN:
230             infile = opt_arg();
231             break;
232         case OPT_OUTFORM:
233             if (!opt_format(opt_arg(), OPT_FMT_ANY, &outformat))
234                 goto opthelp;
235             break;
236         case OPT_KEYFORM:
237             if (!opt_format(opt_arg(), OPT_FMT_ANY, &keyformat))
238                 goto opthelp;
239             break;
240         case OPT_CAFORM:
241             if (!opt_format(opt_arg(), OPT_FMT_ANY, &CAformat))
242                 goto opthelp;
243             break;
244         case OPT_CAKEYFORM:
245             if (!opt_format(opt_arg(), OPT_FMT_ANY, &CAkeyformat))
246                 goto opthelp;
247             break;
248         case OPT_OUT:
249             outfile = opt_arg();
250             break;
251         case OPT_REQ:
252             reqfile = 1;
253             break;
254
255         case OPT_SIGOPT:
256             if (!sigopts)
257                 sigopts = sk_OPENSSL_STRING_new_null();
258             if (!sigopts || !sk_OPENSSL_STRING_push(sigopts, opt_arg()))
259                 goto opthelp;
260             break;
261         case OPT_VFYOPT:
262             if (!vfyopts)
263                 vfyopts = sk_OPENSSL_STRING_new_null();
264             if (!vfyopts || !sk_OPENSSL_STRING_push(vfyopts, opt_arg()))
265                 goto opthelp;
266             break;
267         case OPT_DAYS:
268             if (preserve_dates)
269                 goto opthelp;
270             days = atoi(opt_arg());
271             break;
272         case OPT_PASSIN:
273             passinarg = opt_arg();
274             break;
275         case OPT_EXTFILE:
276             extfile = opt_arg();
277             break;
278         case OPT_R_CASES:
279             if (!opt_rand(o))
280                 goto end;
281             break;
282         case OPT_PROV_CASES:
283             if (!opt_provider(o))
284                 goto end;
285             break;
286         case OPT_EXTENSIONS:
287             extsect = opt_arg();
288             break;
289         case OPT_SIGNKEY:
290             keyfile = opt_arg();
291             sign_flag = ++num;
292             break;
293         case OPT_CA:
294             CAfile = opt_arg();
295             CA_flag = ++num;
296             break;
297         case OPT_CAKEY:
298             CAkeyfile = opt_arg();
299             break;
300         case OPT_CASERIAL:
301             CAserial = opt_arg();
302             break;
303         case OPT_SET_SERIAL:
304             if (sno != NULL) {
305                 BIO_printf(bio_err, "Serial number supplied twice\n");
306                 goto opthelp;
307             }
308             if ((sno = s2i_ASN1_INTEGER(NULL, opt_arg())) == NULL)
309                 goto opthelp;
310             break;
311         case OPT_NEW:
312             newcert = 1;
313             break;
314         case OPT_FORCE_PUBKEY:
315             fkeyfile = opt_arg();
316             break;
317         case OPT_SUBJ:
318             subj = opt_arg();
319             break;
320         case OPT_ADDTRUST:
321             if ((objtmp = OBJ_txt2obj(opt_arg(), 0)) == NULL) {
322                 BIO_printf(bio_err,
323                            "%s: Invalid trust object value %s\n",
324                            prog, opt_arg());
325                 goto opthelp;
326             }
327             if (trust == NULL && (trust = sk_ASN1_OBJECT_new_null()) == NULL)
328                 goto end;
329             sk_ASN1_OBJECT_push(trust, objtmp);
330             objtmp = NULL;
331             trustout = 1;
332             break;
333         case OPT_ADDREJECT:
334             if ((objtmp = OBJ_txt2obj(opt_arg(), 0)) == NULL) {
335                 BIO_printf(bio_err,
336                            "%s: Invalid reject object value %s\n",
337                            prog, opt_arg());
338                 goto opthelp;
339             }
340             if (reject == NULL
341                 && (reject = sk_ASN1_OBJECT_new_null()) == NULL)
342                 goto end;
343             sk_ASN1_OBJECT_push(reject, objtmp);
344             objtmp = NULL;
345             trustout = 1;
346             break;
347         case OPT_SETALIAS:
348             alias = opt_arg();
349             trustout = 1;
350             break;
351         case OPT_CERTOPT:
352             if (!set_cert_ex(&certflag, opt_arg()))
353                 goto opthelp;
354             break;
355         case OPT_NAMEOPT:
356             if (!set_nameopt(opt_arg()))
357                 goto opthelp;
358             break;
359         case OPT_ENGINE:
360             e = setup_engine(opt_arg(), 0);
361             break;
362         case OPT_EMAIL:
363             email = ++num;
364             break;
365         case OPT_OCSP_URI:
366             ocsp_uri = ++num;
367             break;
368         case OPT_SERIAL:
369             serial = ++num;
370             break;
371         case OPT_NEXT_SERIAL:
372             next_serial = ++num;
373             break;
374         case OPT_MODULUS:
375             modulus = ++num;
376             break;
377         case OPT_PUBKEY:
378             pubkey = ++num;
379             break;
380         case OPT_X509TOREQ:
381             x509req = ++num;
382             break;
383         case OPT_TEXT:
384             text = ++num;
385             break;
386         case OPT_SUBJECT:
387             subject = ++num;
388             break;
389         case OPT_ISSUER:
390             issuer = ++num;
391             break;
392         case OPT_FINGERPRINT:
393             fingerprint = ++num;
394             break;
395         case OPT_HASH:
396             subject_hash = ++num;
397             break;
398         case OPT_ISSUER_HASH:
399             issuer_hash = ++num;
400             break;
401         case OPT_PURPOSE:
402             pprint = ++num;
403             break;
404         case OPT_STARTDATE:
405             startdate = ++num;
406             break;
407         case OPT_ENDDATE:
408             enddate = ++num;
409             break;
410         case OPT_NOOUT:
411             noout = ++num;
412             break;
413         case OPT_EXT:
414             ext = ++num;
415             exts = opt_arg();
416             break;
417         case OPT_NOCERT:
418             nocert = 1;
419             break;
420         case OPT_TRUSTOUT:
421             trustout = 1;
422             break;
423         case OPT_CLRTRUST:
424             clrtrust = ++num;
425             break;
426         case OPT_CLRREJECT:
427             clrreject = ++num;
428             break;
429         case OPT_ALIAS:
430             aliasout = ++num;
431             break;
432         case OPT_CACREATESERIAL:
433             CA_createserial = ++num;
434             break;
435         case OPT_CLREXT:
436             clrext = 1;
437             break;
438         case OPT_OCSPID:
439             ocspid = ++num;
440             break;
441         case OPT_BADSIG:
442             badsig = 1;
443             break;
444 #ifndef OPENSSL_NO_MD5
445         case OPT_SUBJECT_HASH_OLD:
446             subject_hash_old = ++num;
447             break;
448         case OPT_ISSUER_HASH_OLD:
449             issuer_hash_old = ++num;
450             break;
451 #else
452         case OPT_SUBJECT_HASH_OLD:
453         case OPT_ISSUER_HASH_OLD:
454             break;
455 #endif
456         case OPT_DATES:
457             startdate = ++num;
458             enddate = ++num;
459             break;
460         case OPT_CHECKEND:
461             checkend = 1;
462             {
463                 intmax_t temp = 0;
464                 if (!opt_imax(opt_arg(), &temp))
465                     goto opthelp;
466                 checkoffset = (time_t)temp;
467                 if ((intmax_t)checkoffset != temp) {
468                     BIO_printf(bio_err, "%s: Checkend time out of range %s\n",
469                                prog, opt_arg());
470                     goto opthelp;
471                 }
472             }
473             break;
474         case OPT_CHECKHOST:
475             checkhost = opt_arg();
476             break;
477         case OPT_CHECKEMAIL:
478             checkemail = opt_arg();
479             break;
480         case OPT_CHECKIP:
481             checkip = opt_arg();
482             break;
483         case OPT_PRESERVE_DATES:
484             if (days != DEF_DAYS)
485                 goto opthelp;
486             preserve_dates = 1;
487             break;
488         case OPT_MD:
489             if (!opt_md(opt_unknown(), &digest))
490                 goto opthelp;
491         }
492     }
493
494     /* No extra arguments. */
495     argc = opt_num_rest();
496     if (argc != 0)
497         goto opthelp;
498
499     if (!app_passwd(passinarg, NULL, &passin, NULL)) {
500         BIO_printf(bio_err, "Error getting password\n");
501         goto end;
502     }
503
504     if (!X509_STORE_set_default_paths_ex(ctx, app_get0_libctx(),
505                                          app_get0_propq())) {
506         ERR_print_errors(bio_err);
507         goto end;
508     }
509
510     if (newcert && infile != NULL) {
511         BIO_printf(bio_err, "The -in option must not be used since -new is set\n");
512         goto end;
513     }
514     if (newcert && fkeyfile == NULL) {
515         BIO_printf(bio_err,
516                    "The -new option requires a public key to be set using -force_pubkey\n");
517         goto end;
518     }
519     if (fkeyfile != NULL) {
520         fkey = load_pubkey(fkeyfile, keyformat, 0, NULL, e, "forced key");
521         if (fkey == NULL)
522             goto end;
523     }
524
525     if (newcert && subj == NULL) {
526         BIO_printf(bio_err,
527                    "The -new option requires a subject to be set using -subj\n");
528         goto end;
529     }
530     if (subj != NULL
531             && (fsubj = parse_name(subj, chtype, multirdn, "subject")) == NULL)
532         goto end;
533
534     if (CAkeyfile == NULL && CA_flag && CAformat == FORMAT_PEM) {
535         CAkeyfile = CAfile;
536     } else if (CA_flag && CAkeyfile == NULL) {
537         BIO_printf(bio_err,
538                    "Need to specify a CAkey if using the CA command\n");
539         goto end;
540     } else if (!CA_flag && CAkeyfile != NULL) {
541         BIO_printf(bio_err,
542                    "Ignoring -CAkey option since no -CA option is given\n");
543     }
544
545     if (extfile != NULL) {
546         X509V3_CTX ctx2;
547         if ((extconf = app_load_config(extfile)) == NULL)
548             goto end;
549         if (extsect == NULL) {
550             extsect = NCONF_get_string(extconf, "default", "extensions");
551             if (extsect == NULL) {
552                 ERR_clear_error();
553                 extsect = "default";
554             }
555         }
556         X509V3_set_ctx_test(&ctx2);
557         X509V3_set_nconf(&ctx2, extconf);
558         if (!X509V3_EXT_add_nconf(extconf, &ctx2, extsect, NULL)) {
559             BIO_printf(bio_err,
560                        "Error checking extension section %s\n", extsect);
561             ERR_print_errors(bio_err);
562             goto end;
563         }
564     }
565
566     if (reqfile) {
567         EVP_PKEY *pkey;
568
569         req = load_csr(infile, informat, "certificate request input");
570         if (req == NULL)
571             goto end;
572
573         if ((pkey = X509_REQ_get0_pubkey(req)) == NULL) {
574             BIO_printf(bio_err, "Error unpacking public key\n");
575             goto end;
576         }
577         i = do_X509_REQ_verify(req, pkey, vfyopts);
578         if (i < 0) {
579             BIO_printf(bio_err, "Request self-signature verification error\n");
580             ERR_print_errors(bio_err);
581             goto end;
582         }
583         if (i == 0) {
584             BIO_printf(bio_err,
585                        "Request self-signature did not match the certificate request\n");
586             goto end;
587         } else {
588             BIO_printf(bio_err, "Request self-signature ok\n");
589         }
590
591         print_name(bio_err, "subject=", X509_REQ_get_subject_name(req),
592                    get_nameopt());
593     }
594
595     if (reqfile || newcert) {
596         X509_NAME *n;
597
598         if (!sign_flag && CAkeyfile == NULL) {
599             BIO_printf(bio_err,
600                        "We need a private key to sign with, use -signkey or -CAkey or -CA <file> with private key\n");
601             goto end;
602         }
603         if ((x = X509_new_ex(app_get0_libctx(), app_get0_propq())) == NULL)
604             goto end;
605
606         if (sno == NULL) {
607             sno = ASN1_INTEGER_new();
608             if (sno == NULL || !rand_serial(NULL, sno))
609                 goto end;
610             if (!X509_set_serialNumber(x, sno))
611                 goto end;
612             ASN1_INTEGER_free(sno);
613             sno = NULL;
614         } else if (!X509_set_serialNumber(x, sno)) {
615             goto end;
616         }
617
618         n = req == NULL ? fsubj : X509_REQ_get_subject_name(req);
619         if (!X509_set_issuer_name(x, n) || !X509_set_subject_name(x, n))
620             goto end;
621         if (!set_cert_times(x, NULL, NULL, days))
622             goto end;
623
624         if (!X509_set_pubkey(x, fkey != NULL ? fkey : X509_REQ_get0_pubkey(req)))
625             goto end;
626     } else {
627         x = load_cert_pass(infile, 1, passin, "certificate");
628         if (x == NULL)
629             goto end;
630         if (fkey != NULL && !X509_set_pubkey(x, fkey))
631             goto end;
632         if (fsubj != NULL && !X509_set_subject_name(x, fsubj))
633             goto end;
634     }
635
636     if (CA_flag) {
637         xca = load_cert_pass(CAfile, 1, passin, "CA certificate");
638         if (xca == NULL)
639             goto end;
640     }
641
642     out = bio_open_default(outfile, 'w', outformat);
643     if (out == NULL)
644         goto end;
645
646     if (!noout || text || next_serial)
647         OBJ_create("2.99999.3", "SET.ex3", "SET x509v3 extension 3");
648
649     if (alias)
650         X509_alias_set1(x, (unsigned char *)alias, -1);
651
652     if (clrtrust)
653         X509_trust_clear(x);
654     if (clrreject)
655         X509_reject_clear(x);
656
657     if (trust != NULL) {
658         for (i = 0; i < sk_ASN1_OBJECT_num(trust); i++) {
659             objtmp = sk_ASN1_OBJECT_value(trust, i);
660             X509_add1_trust_object(x, objtmp);
661         }
662         objtmp = NULL;
663     }
664
665     if (reject != NULL) {
666         for (i = 0; i < sk_ASN1_OBJECT_num(reject); i++) {
667             objtmp = sk_ASN1_OBJECT_value(reject, i);
668             X509_add1_reject_object(x, objtmp);
669         }
670         objtmp = NULL;
671     }
672
673     if (badsig) {
674         const ASN1_BIT_STRING *signature;
675
676         X509_get0_signature(&signature, NULL, x);
677         corrupt_signature(signature);
678     }
679
680     if (num) {
681         for (i = 1; i <= num; i++) {
682             if (issuer == i) {
683                 print_name(out, "issuer=", X509_get_issuer_name(x), get_nameopt());
684             } else if (subject == i) {
685                 print_name(out, "subject=",
686                            X509_get_subject_name(x), get_nameopt());
687             } else if (serial == i) {
688                 BIO_printf(out, "serial=");
689                 i2a_ASN1_INTEGER(out, X509_get0_serialNumber(x));
690                 BIO_printf(out, "\n");
691             } else if (next_serial == i) {
692                 ASN1_INTEGER *ser = X509_get_serialNumber(x);
693                 BIGNUM *bnser = ASN1_INTEGER_to_BN(ser, NULL);
694
695                 if (!bnser)
696                     goto end;
697                 if (!BN_add_word(bnser, 1))
698                     goto end;
699                 ser = BN_to_ASN1_INTEGER(bnser, NULL);
700                 if (!ser)
701                     goto end;
702                 BN_free(bnser);
703                 i2a_ASN1_INTEGER(out, ser);
704                 ASN1_INTEGER_free(ser);
705                 BIO_puts(out, "\n");
706             } else if (email == i || ocsp_uri == i) {
707                 int j;
708                 STACK_OF(OPENSSL_STRING) *emlst;
709                 if (email == i)
710                     emlst = X509_get1_email(x);
711                 else
712                     emlst = X509_get1_ocsp(x);
713                 for (j = 0; j < sk_OPENSSL_STRING_num(emlst); j++)
714                     BIO_printf(out, "%s\n",
715                                sk_OPENSSL_STRING_value(emlst, j));
716                 X509_email_free(emlst);
717             } else if (aliasout == i) {
718                 unsigned char *alstr;
719                 alstr = X509_alias_get0(x, NULL);
720                 if (alstr)
721                     BIO_printf(out, "%s\n", alstr);
722                 else
723                     BIO_puts(out, "<No Alias>\n");
724             } else if (subject_hash == i) {
725                 BIO_printf(out, "%08lx\n", X509_subject_name_hash(x));
726             }
727 #ifndef OPENSSL_NO_MD5
728             else if (subject_hash_old == i) {
729                 BIO_printf(out, "%08lx\n", X509_subject_name_hash_old(x));
730             }
731 #endif
732             else if (issuer_hash == i) {
733                 BIO_printf(out, "%08lx\n", X509_issuer_name_hash(x));
734             }
735 #ifndef OPENSSL_NO_MD5
736             else if (issuer_hash_old == i) {
737                 BIO_printf(out, "%08lx\n", X509_issuer_name_hash_old(x));
738             }
739 #endif
740             else if (pprint == i) {
741                 X509_PURPOSE *ptmp;
742                 int j;
743                 BIO_printf(out, "Certificate purposes:\n");
744                 for (j = 0; j < X509_PURPOSE_get_count(); j++) {
745                     ptmp = X509_PURPOSE_get0(j);
746                     purpose_print(out, x, ptmp);
747                 }
748             } else if (modulus == i) {
749                 EVP_PKEY *pkey;
750
751                 pkey = X509_get0_pubkey(x);
752                 if (pkey == NULL) {
753                     BIO_printf(bio_err, "Modulus=unavailable\n");
754                     ERR_print_errors(bio_err);
755                     goto end;
756                 }
757                 BIO_printf(out, "Modulus=");
758                 if (EVP_PKEY_is_a(pkey, "RSA")) {
759                     BIGNUM *n;
760
761                     /* Every RSA key has an 'n' */
762                     EVP_PKEY_get_bn_param(pkey, "n", &n);
763                     BN_print(out, n);
764                     BN_free(n);
765                 } else if (EVP_PKEY_is_a(pkey, "DSA")) {
766                     BIGNUM *dsapub;
767
768                     /* Every DSA key has an 'pub' */
769                     EVP_PKEY_get_bn_param(pkey, "pub", &dsapub);
770                     BN_print(out, dsapub);
771                     BN_free(dsapub);
772                 } else {
773                     BIO_printf(out, "Wrong Algorithm type");
774                 }
775                 BIO_printf(out, "\n");
776             } else if (pubkey == i) {
777                 EVP_PKEY *pkey;
778
779                 pkey = X509_get0_pubkey(x);
780                 if (pkey == NULL) {
781                     BIO_printf(bio_err, "Error getting public key\n");
782                     ERR_print_errors(bio_err);
783                     goto end;
784                 }
785                 PEM_write_bio_PUBKEY(out, pkey);
786             } else if (text == i) {
787                 X509_print_ex(out, x, get_nameopt(), certflag);
788             } else if (startdate == i) {
789                 BIO_puts(out, "notBefore=");
790                 ASN1_TIME_print(out, X509_get0_notBefore(x));
791                 BIO_puts(out, "\n");
792             } else if (enddate == i) {
793                 BIO_puts(out, "notAfter=");
794                 ASN1_TIME_print(out, X509_get0_notAfter(x));
795                 BIO_puts(out, "\n");
796             } else if (fingerprint == i) {
797                 int j;
798                 unsigned int n;
799                 unsigned char md[EVP_MAX_MD_SIZE];
800                 const EVP_MD *fdig = digest;
801
802                 if (fdig == NULL)
803                     fdig = EVP_sha1();
804
805                 if (!X509_digest(x, fdig, md, &n)) {
806                     BIO_printf(bio_err, "Out of memory\n");
807                     goto end;
808                 }
809                 BIO_printf(out, "%s Fingerprint=",
810                            OBJ_nid2sn(EVP_MD_type(fdig)));
811                 for (j = 0; j < (int)n; j++) {
812                     BIO_printf(out, "%02X%c", md[j], (j + 1 == (int)n)
813                                ? '\n' : ':');
814                 }
815             }
816
817             /* should be in the library */
818             else if (sign_flag == i && x509req == 0) {
819                 if (Upkey == NULL) {
820                     Upkey = load_key(keyfile, keyformat, 0,
821                                      passin, e, "private key");
822                     if (Upkey == NULL)
823                         goto end;
824                 }
825                 if (fkey == NULL && !X509_set_pubkey(x, Upkey))
826                     goto end;
827                 if (!sign(x, Upkey, x /* self-issuing */, sigopts, days, clrext,
828                           digest, extconf, extsect, preserve_dates)) {
829                     ERR_print_errors(bio_err);
830                     goto end;
831                 }
832             } else if (CA_flag == i) {
833                 if (CAkeyfile != NULL) {
834                     CApkey = load_key(CAkeyfile, CAkeyformat,
835                                       0, passin, e, "CA private key");
836                     if (CApkey == NULL)
837                         goto end;
838                 }
839
840                 if (!x509_certify(ctx, CAfile, digest, x, xca,
841                                   CApkey, sigopts,
842                                   CAserial, CA_createserial, days, clrext,
843                                   extconf, extsect, sno, reqfile, preserve_dates))
844                     goto end;
845             } else if (x509req == i) {
846                 EVP_PKEY *pk;
847
848                 if (keyfile == NULL) {
849                     BIO_printf(bio_err, "No request key file specified\n");
850                     goto end;
851                 } else {
852                     pk = load_key(keyfile, keyformat, 0,
853                                   passin, e, "request key");
854                     if (pk == NULL)
855                         goto end;
856                 }
857
858                 rq = X509_to_X509_REQ(x, pk, digest);
859                 EVP_PKEY_free(pk);
860                 if (rq == NULL) {
861                     ERR_print_errors(bio_err);
862                     goto end;
863                 }
864                 if (!noout) {
865                     X509_REQ_print_ex(out, rq, get_nameopt(), X509_FLAG_COMPAT);
866                     PEM_write_bio_X509_REQ(out, rq);
867                 }
868                 noout = 1;
869             } else if (ocspid == i) {
870                 X509_ocspid_print(out, x);
871             } else if (ext == i) {
872                 print_x509v3_exts(out, x, exts);
873             }
874         }
875     }
876
877     if (checkend) {
878         time_t tcheck = time(NULL) + checkoffset;
879
880         if (X509_cmp_time(X509_get0_notAfter(x), &tcheck) < 0) {
881             BIO_printf(out, "Certificate will expire\n");
882             ret = 1;
883         } else {
884             BIO_printf(out, "Certificate will not expire\n");
885             ret = 0;
886         }
887         goto end;
888     }
889
890     print_cert_checks(out, x, checkhost, checkemail, checkip);
891
892     if (noout || nocert) {
893         ret = 0;
894         goto end;
895     }
896
897     if (outformat == FORMAT_ASN1) {
898         i = i2d_X509_bio(out, x);
899     } else if (outformat == FORMAT_PEM) {
900         if (trustout)
901             i = PEM_write_bio_X509_AUX(out, x);
902         else
903             i = PEM_write_bio_X509(out, x);
904     } else {
905         BIO_printf(bio_err, "Bad output format specified for outfile\n");
906         goto end;
907     }
908     if (!i) {
909         BIO_printf(bio_err, "Unable to write certificate\n");
910         ERR_print_errors(bio_err);
911         goto end;
912     }
913     ret = 0;
914  end:
915     NCONF_free(extconf);
916     BIO_free_all(out);
917     X509_STORE_free(ctx);
918     X509_NAME_free(fsubj);
919     X509_REQ_free(req);
920     X509_free(x);
921     X509_free(xca);
922     EVP_PKEY_free(Upkey);
923     EVP_PKEY_free(CApkey);
924     EVP_PKEY_free(fkey);
925     sk_OPENSSL_STRING_free(sigopts);
926     sk_OPENSSL_STRING_free(vfyopts);
927     X509_REQ_free(rq);
928     ASN1_INTEGER_free(sno);
929     sk_ASN1_OBJECT_pop_free(trust, ASN1_OBJECT_free);
930     sk_ASN1_OBJECT_pop_free(reject, ASN1_OBJECT_free);
931     ASN1_OBJECT_free(objtmp);
932     release_engine(e);
933     clear_free(passin);
934     return ret;
935 }
936
937 static ASN1_INTEGER *x509_load_serial(const char *CAfile,
938                                       const char *serialfile, int create)
939 {
940     char *buf = NULL;
941     ASN1_INTEGER *bs = NULL;
942     BIGNUM *serial = NULL;
943
944     if (serialfile == NULL) {
945         const char *p = strrchr(CAfile, '.');
946         size_t len = p != NULL ? (size_t)(p - CAfile) : strlen(CAfile);
947
948         buf = app_malloc(len + sizeof(POSTFIX), "serial# buffer");
949         memcpy(buf, CAfile, len);
950         memcpy(buf + len, POSTFIX, sizeof(POSTFIX));
951         serialfile = buf;
952     }
953
954     serial = load_serial(serialfile, create, NULL);
955     if (serial == NULL)
956         goto end;
957
958     if (!BN_add_word(serial, 1)) {
959         BIO_printf(bio_err, "Serial number increment failure\n");
960         goto end;
961     }
962
963     if (!save_serial(serialfile, NULL, serial, &bs))
964         goto end;
965
966  end:
967     OPENSSL_free(buf);
968     BN_free(serial);
969     return bs;
970 }
971
972 static int x509_certify(X509_STORE *ctx, const char *CAfile, const EVP_MD *digest,
973                         X509 *x, X509 *xca, EVP_PKEY *pkey,
974                         STACK_OF(OPENSSL_STRING) *sigopts,
975                         const char *serialfile, int create,
976                         int days, int clrext, CONF *conf, const char *section,
977                         ASN1_INTEGER *sno, int reqfile, int preserve_dates)
978 {
979     int ret = 0;
980     ASN1_INTEGER *bs = NULL;
981     X509_STORE_CTX *xsc = NULL;
982     EVP_PKEY *upkey;
983
984     upkey = X509_get0_pubkey(xca);
985     if (upkey == NULL) {
986         BIO_printf(bio_err, "Error obtaining CA X509 public key\n");
987         goto end;
988     }
989     EVP_PKEY_copy_parameters(upkey, pkey);
990
991     xsc = X509_STORE_CTX_new();
992     if (xsc == NULL || !X509_STORE_CTX_init(xsc, ctx, x, NULL)) {
993         BIO_printf(bio_err, "Error initialising X509 store\n");
994         goto end;
995     }
996     if (sno)
997         bs = sno;
998     else if ((bs = x509_load_serial(CAfile, serialfile, create)) == NULL)
999         goto end;
1000
1001     /*
1002      * NOTE: this certificate can/should be self-signed, unless it was a
1003      * certificate request in which case it is not.
1004      */
1005     X509_STORE_CTX_set_cert(xsc, x);
1006     X509_STORE_CTX_set_flags(xsc, X509_V_FLAG_CHECK_SS_SIGNATURE);
1007     if (!reqfile && X509_verify_cert(xsc) <= 0)
1008         goto end;
1009
1010     if (!X509_check_private_key(xca, pkey)) {
1011         BIO_printf(bio_err,
1012                    "CA certificate and CA private key do not match\n");
1013         goto end;
1014     }
1015
1016     if (!X509_set_serialNumber(x, bs))
1017         goto end;
1018
1019     if (!sign(x, pkey, xca, sigopts, days, clrext, digest,
1020               conf, section, preserve_dates))
1021         goto end;
1022
1023     ret = 1;
1024  end:
1025     X509_STORE_CTX_free(xsc);
1026     if (!ret)
1027         ERR_print_errors(bio_err);
1028     if (!sno)
1029         ASN1_INTEGER_free(bs);
1030     return ret;
1031 }
1032
1033 static int callb(int ok, X509_STORE_CTX *ctx)
1034 {
1035     int err;
1036     X509 *err_cert;
1037
1038     /*
1039      * It is ok to use a self-signed certificate. This case will catch both
1040      * the initial ok == 0 and the final ok == 1 calls to this function.
1041      */
1042     err = X509_STORE_CTX_get_error(ctx);
1043     if (err == X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT)
1044         return 1;
1045
1046     /*
1047      * BAD we should have gotten an error.  Normally if everything worked
1048      * X509_STORE_CTX_get_error(ctx) will still be set to
1049      * DEPTH_ZERO_SELF_....
1050      */
1051     if (ok) {
1052         BIO_printf(bio_err,
1053                    "Error with certificate to be certified - should be self-signed\n");
1054         return 0;
1055     } else {
1056         err_cert = X509_STORE_CTX_get_current_cert(ctx);
1057         print_name(bio_err, NULL, X509_get_subject_name(err_cert), 0);
1058         BIO_printf(bio_err,
1059                    "Error with certificate - error %d at depth %d\n%s\n", err,
1060                    X509_STORE_CTX_get_error_depth(ctx),
1061                    X509_verify_cert_error_string(err));
1062         return 1;
1063     }
1064 }
1065
1066 static int sign(X509 *x, EVP_PKEY *pkey, X509 *issuer,
1067                 STACK_OF(OPENSSL_STRING) *sigopts,
1068                 int days, int clrext,
1069                 const EVP_MD *digest, CONF *conf, const char *section,
1070                 int preserve_dates)
1071 {
1072     if (!X509_set_issuer_name(x, X509_get_subject_name(issuer)))
1073         return 0;
1074
1075     if (!preserve_dates && !set_cert_times(x, NULL, NULL, days))
1076         return 0;
1077
1078     if (clrext) {
1079         while (X509_get_ext_count(x) > 0)
1080             X509_delete_ext(x, 0);
1081     }
1082     if (conf != NULL) {
1083         X509V3_CTX ext_ctx;
1084
1085         X509V3_set_ctx(&ext_ctx, issuer, x, NULL, NULL, X509V3_CTX_REPLACE);
1086         X509V3_set_nconf(&ext_ctx, conf);
1087         if (!X509V3_EXT_add_nconf(conf, &ext_ctx, section, x)) {
1088             BIO_printf(bio_err,
1089                        "Error adding extensions from section %s\n", section);
1090             return 0;
1091         }
1092     }
1093     return do_X509_sign(x, pkey, digest, sigopts);
1094 }
1095
1096 static int purpose_print(BIO *bio, X509 *cert, X509_PURPOSE *pt)
1097 {
1098     int id, i, idret;
1099     const char *pname;
1100     id = X509_PURPOSE_get_id(pt);
1101     pname = X509_PURPOSE_get0_name(pt);
1102     for (i = 0; i < 2; i++) {
1103         idret = X509_check_purpose(cert, id, i);
1104         BIO_printf(bio, "%s%s : ", pname, i ? " CA" : "");
1105         if (idret == 1)
1106             BIO_printf(bio, "Yes\n");
1107         else if (idret == 0)
1108             BIO_printf(bio, "No\n");
1109         else
1110             BIO_printf(bio, "Yes (WARNING code=%d)\n", idret);
1111     }
1112     return 1;
1113 }
1114
1115 static int parse_ext_names(char *names, const char **result)
1116 {
1117     char *p, *q;
1118     int cnt = 0, len = 0;
1119
1120     p = q = names;
1121     len = strlen(names);
1122
1123     while (q - names <= len) {
1124         if (*q != ',' && *q != '\0') {
1125             q++;
1126             continue;
1127         }
1128         if (p != q) {
1129             /* found */
1130             if (result != NULL) {
1131                 result[cnt] = p;
1132                 *q = '\0';
1133             }
1134             cnt++;
1135         }
1136         p = ++q;
1137     }
1138
1139     return cnt;
1140 }
1141
1142 static int print_x509v3_exts(BIO *bio, X509 *x, const char *ext_names)
1143 {
1144     const STACK_OF(X509_EXTENSION) *exts = NULL;
1145     STACK_OF(X509_EXTENSION) *exts2 = NULL;
1146     X509_EXTENSION *ext = NULL;
1147     ASN1_OBJECT *obj;
1148     int i, j, ret = 0, num, nn = 0;
1149     const char *sn, **names = NULL;
1150     char *tmp_ext_names = NULL;
1151
1152     exts = X509_get0_extensions(x);
1153     if ((num = sk_X509_EXTENSION_num(exts)) <= 0) {
1154         BIO_printf(bio, "No extensions in certificate\n");
1155         ret = 1;
1156         goto end;
1157     }
1158
1159     /* parse comma separated ext name string */
1160     if ((tmp_ext_names = OPENSSL_strdup(ext_names)) == NULL)
1161         goto end;
1162     if ((nn = parse_ext_names(tmp_ext_names, NULL)) == 0) {
1163         BIO_printf(bio, "Invalid extension names: %s\n", ext_names);
1164         goto end;
1165     }
1166     if ((names = OPENSSL_malloc(sizeof(char *) * nn)) == NULL)
1167         goto end;
1168     parse_ext_names(tmp_ext_names, names);
1169
1170     for (i = 0; i < num; i++) {
1171         ext = sk_X509_EXTENSION_value(exts, i);
1172
1173         /* check if this ext is what we want */
1174         obj = X509_EXTENSION_get_object(ext);
1175         sn = OBJ_nid2sn(OBJ_obj2nid(obj));
1176         if (sn == NULL || strcmp(sn, "UNDEF") == 0)
1177             continue;
1178
1179         for (j = 0; j < nn; j++) {
1180             if (strcmp(sn, names[j]) == 0) {
1181                 /* push the extension into a new stack */
1182                 if (exts2 == NULL
1183                     && (exts2 = sk_X509_EXTENSION_new_null()) == NULL)
1184                     goto end;
1185                 if (!sk_X509_EXTENSION_push(exts2, ext))
1186                     goto end;
1187             }
1188         }
1189     }
1190
1191     if (!sk_X509_EXTENSION_num(exts2)) {
1192         BIO_printf(bio, "No extensions matched with %s\n", ext_names);
1193         ret = 1;
1194         goto end;
1195     }
1196
1197     ret = X509V3_extensions_print(bio, NULL, exts2, 0, 0);
1198  end:
1199     sk_X509_EXTENSION_free(exts2);
1200     OPENSSL_free(names);
1201     OPENSSL_free(tmp_ext_names);
1202     return ret;
1203 }