Extract HTTP server code from apps/ocsp.c to apps/lib/http_server.c
[openssl.git] / apps / ocsp.c
1 /*
2  * Copyright 2001-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 <openssl/opensslconf.h>
11
12 #ifdef OPENSSL_SYS_VMS
13   /* So fd_set and friends get properly defined on OpenVMS */
14 # define _XOPEN_SOURCE_EXTENDED
15 #endif
16
17 #include <stdio.h>
18 #include <stdlib.h>
19 #include <string.h>
20 #include <time.h>
21 #include <ctype.h>
22
23 /* Needs to be included before the openssl headers */
24 #include "apps.h"
25 #include "http_server.h"
26 #include "progs.h"
27 #include "internal/sockets.h"
28 #include <openssl/e_os2.h>
29 #include <openssl/crypto.h>
30 #include <openssl/err.h>
31 #include <openssl/ssl.h>
32 #include <openssl/evp.h>
33 #include <openssl/bn.h>
34 #include <openssl/x509v3.h>
35
36 DEFINE_STACK_OF(OCSP_CERTID)
37 DEFINE_STACK_OF(CONF_VALUE)
38 DEFINE_STACK_OF(X509)
39 DEFINE_STACK_OF_STRING()
40
41 #if defined(OPENSSL_SYS_VXWORKS)
42 /* not supported */
43 int setpgid(pid_t pid, pid_t pgid)
44 {
45     errno = ENOSYS;
46     return 0;
47 }
48 /* not supported */
49 pid_t fork(void)
50 {
51     errno = ENOSYS;
52     return (pid_t) -1;
53 }
54 #endif
55 /* Maximum leeway in validity period: default 5 minutes */
56 #define MAX_VALIDITY_PERIOD    (5 * 60)
57
58 static int add_ocsp_cert(OCSP_REQUEST **req, X509 *cert,
59                          const EVP_MD *cert_id_md, X509 *issuer,
60                          STACK_OF(OCSP_CERTID) *ids);
61 static int add_ocsp_serial(OCSP_REQUEST **req, char *serial,
62                            const EVP_MD *cert_id_md, X509 *issuer,
63                            STACK_OF(OCSP_CERTID) *ids);
64 static void print_ocsp_summary(BIO *out, OCSP_BASICRESP *bs, OCSP_REQUEST *req,
65                               STACK_OF(OPENSSL_STRING) *names,
66                               STACK_OF(OCSP_CERTID) *ids, long nsec,
67                               long maxage);
68 static void make_ocsp_response(BIO *err, OCSP_RESPONSE **resp, OCSP_REQUEST *req,
69                               CA_DB *db, STACK_OF(X509) *ca, X509 *rcert,
70                               EVP_PKEY *rkey, const EVP_MD *md,
71                               STACK_OF(OPENSSL_STRING) *sigopts,
72                               STACK_OF(X509) *rother, unsigned long flags,
73                               int nmin, int ndays, int badsig,
74                               const EVP_MD *resp_md);
75
76 static char **lookup_serial(CA_DB *db, ASN1_INTEGER *ser);
77 static int do_responder(OCSP_REQUEST **preq, BIO **pcbio, BIO *acbio,
78                         int timeout);
79 static int send_ocsp_response(BIO *cbio, const OCSP_RESPONSE *resp);
80 static char *prog;
81
82 #ifdef HTTP_DAEMON
83 static int index_changed(CA_DB *);
84 #endif
85
86 typedef enum OPTION_choice {
87     OPT_ERR = -1, OPT_EOF = 0, OPT_HELP,
88     OPT_OUTFILE, OPT_TIMEOUT, OPT_URL, OPT_HOST, OPT_PORT,
89     OPT_IGNORE_ERR, OPT_NOVERIFY, OPT_NONCE, OPT_NO_NONCE,
90     OPT_RESP_NO_CERTS, OPT_RESP_KEY_ID, OPT_NO_CERTS,
91     OPT_NO_SIGNATURE_VERIFY, OPT_NO_CERT_VERIFY, OPT_NO_CHAIN,
92     OPT_NO_CERT_CHECKS, OPT_NO_EXPLICIT, OPT_TRUST_OTHER,
93     OPT_NO_INTERN, OPT_BADSIG, OPT_TEXT, OPT_REQ_TEXT, OPT_RESP_TEXT,
94     OPT_REQIN, OPT_RESPIN, OPT_SIGNER, OPT_VAFILE, OPT_SIGN_OTHER,
95     OPT_VERIFY_OTHER, OPT_CAFILE, OPT_CAPATH, OPT_CASTORE, OPT_NOCAFILE,
96     OPT_NOCAPATH, OPT_NOCASTORE,
97     OPT_VALIDITY_PERIOD, OPT_STATUS_AGE, OPT_SIGNKEY, OPT_REQOUT,
98     OPT_RESPOUT, OPT_PATH, OPT_ISSUER, OPT_CERT, OPT_SERIAL,
99     OPT_INDEX, OPT_CA, OPT_NMIN, OPT_REQUEST, OPT_NDAYS, OPT_RSIGNER,
100     OPT_RKEY, OPT_ROTHER, OPT_RMD, OPT_RSIGOPT, OPT_HEADER,
101     OPT_PASSIN,
102     OPT_RCID,
103     OPT_V_ENUM,
104     OPT_MD,
105     OPT_MULTI, OPT_PROV_ENUM
106 } OPTION_CHOICE;
107
108 const OPTIONS ocsp_options[] = {
109     OPT_SECTION("General"),
110     {"help", OPT_HELP, '-', "Display this summary"},
111     {"ignore_err", OPT_IGNORE_ERR, '-',
112      "Ignore error on OCSP request or response and continue running"},
113     {"CAfile", OPT_CAFILE, '<', "Trusted certificates file"},
114     {"CApath", OPT_CAPATH, '<', "Trusted certificates directory"},
115     {"CAstore", OPT_CASTORE, ':', "Trusted certificates store URI"},
116     {"no-CAfile", OPT_NOCAFILE, '-',
117      "Do not load the default certificates file"},
118     {"no-CApath", OPT_NOCAPATH, '-',
119      "Do not load certificates from the default certificates directory"},
120     {"no-CAstore", OPT_NOCAPATH, '-',
121      "Do not load certificates from the default certificates store"},
122
123     OPT_SECTION("Responder"),
124     {"timeout", OPT_TIMEOUT, 'p',
125      "Connection timeout (in seconds) to the OCSP responder"},
126     {"resp_no_certs", OPT_RESP_NO_CERTS, '-',
127      "Don't include any certificates in response"},
128 #ifdef HTTP_DAEMON
129     {"multi", OPT_MULTI, 'p', "run multiple responder processes"},
130 #endif
131     {"no_certs", OPT_NO_CERTS, '-',
132      "Don't include any certificates in signed request"},
133     {"badsig", OPT_BADSIG, '-',
134         "Corrupt last byte of loaded OSCP response signature (for test)"},
135     {"CA", OPT_CA, '<', "CA certificate"},
136     {"nmin", OPT_NMIN, 'p', "Number of minutes before next update"},
137     {"nrequest", OPT_REQUEST, 'p',
138      "Number of requests to accept (default unlimited)"},
139     {"reqin", OPT_REQIN, 's', "File with the DER-encoded request"},
140     {"signer", OPT_SIGNER, '<', "Certificate to sign OCSP request with"},
141     {"sign_other", OPT_SIGN_OTHER, '<',
142      "Additional certificates to include in signed request"},
143     {"index", OPT_INDEX, '<', "Certificate status index file"},
144     {"ndays", OPT_NDAYS, 'p', "Number of days before next update"},
145     {"rsigner", OPT_RSIGNER, '<',
146      "Responder certificate to sign responses with"},
147     {"rkey", OPT_RKEY, '<', "Responder key to sign responses with"},
148     {"passin", OPT_PASSIN, 's', "Responder key pass phrase source"},
149     {"rother", OPT_ROTHER, '<', "Other certificates to include in response"},
150     {"rmd", OPT_RMD, 's', "Digest Algorithm to use in signature of OCSP response"},
151     {"rsigopt", OPT_RSIGOPT, 's', "OCSP response signature parameter in n:v form"},
152     {"header", OPT_HEADER, 's', "key=value header to add"},
153     {"rcid", OPT_RCID, 's', "Use specified algorithm for cert id in response"},
154     {"", OPT_MD, '-', "Any supported digest algorithm (sha1,sha256, ... )"},
155
156     OPT_SECTION("Client"),
157     {"url", OPT_URL, 's', "Responder URL"},
158     {"host", OPT_HOST, 's', "TCP/IP hostname:port to connect to"},
159     {"port", OPT_PORT, 'p', "Port to run responder on"},
160     {"out", OPT_OUTFILE, '>', "Output filename"},
161     {"noverify", OPT_NOVERIFY, '-', "Don't verify response at all"},
162     {"nonce", OPT_NONCE, '-', "Add OCSP nonce to request"},
163     {"no_nonce", OPT_NO_NONCE, '-', "Don't add OCSP nonce to request"},
164     {"no_signature_verify", OPT_NO_SIGNATURE_VERIFY, '-',
165      "Don't check signature on response"},
166     {"resp_key_id", OPT_RESP_KEY_ID, '-',
167      "Identify response by signing certificate key ID"},
168     {"no_cert_verify", OPT_NO_CERT_VERIFY, '-',
169      "Don't check signing certificate"},
170     {"text", OPT_TEXT, '-', "Print text form of request and response"},
171     {"req_text", OPT_REQ_TEXT, '-', "Print text form of request"},
172     {"resp_text", OPT_RESP_TEXT, '-', "Print text form of response"},
173     {"no_chain", OPT_NO_CHAIN, '-', "Don't chain verify response"},
174     {"no_cert_checks", OPT_NO_CERT_CHECKS, '-',
175      "Don't do additional checks on signing certificate"},
176     {"no_explicit", OPT_NO_EXPLICIT, '-',
177      "Do not explicitly check the chain, just verify the root"},
178     {"trust_other", OPT_TRUST_OTHER, '-',
179      "Don't verify additional certificates"},
180     {"no_intern", OPT_NO_INTERN, '-',
181      "Don't search certificates contained in response for signer"},
182     {"respin", OPT_RESPIN, 's', "File with the DER-encoded response"},
183     {"VAfile", OPT_VAFILE, '<', "Validator certificates file"},
184     {"verify_other", OPT_VERIFY_OTHER, '<',
185      "Additional certificates to search for signer"},
186     {"path", OPT_PATH, 's', "Path to use in OCSP request"},
187     {"cert", OPT_CERT, '<', "Certificate to check"},
188     {"serial", OPT_SERIAL, 's', "Serial number to check"},
189     {"validity_period", OPT_VALIDITY_PERIOD, 'u',
190      "Maximum validity discrepancy in seconds"},
191     {"signkey", OPT_SIGNKEY, 's', "Private key to sign OCSP request with"},
192     {"reqout", OPT_REQOUT, 's', "Output file for the DER-encoded request"},
193     {"respout", OPT_RESPOUT, 's', "Output file for the DER-encoded response"},
194     {"issuer", OPT_ISSUER, '<', "Issuer certificate"},
195     {"status_age", OPT_STATUS_AGE, 'p', "Maximum status age in seconds"},
196
197     OPT_V_OPTIONS,
198     OPT_PROV_OPTIONS,
199     {NULL}
200 };
201
202 int ocsp_main(int argc, char **argv)
203 {
204     BIO *acbio = NULL, *cbio = NULL, *derbio = NULL, *out = NULL;
205     const EVP_MD *cert_id_md = NULL, *rsign_md = NULL;
206     STACK_OF(OPENSSL_STRING) *rsign_sigopts = NULL;
207     int trailing_md = 0;
208     CA_DB *rdb = NULL;
209     EVP_PKEY *key = NULL, *rkey = NULL;
210     OCSP_BASICRESP *bs = NULL;
211     OCSP_REQUEST *req = NULL;
212     OCSP_RESPONSE *resp = NULL;
213     STACK_OF(CONF_VALUE) *headers = NULL;
214     STACK_OF(OCSP_CERTID) *ids = NULL;
215     STACK_OF(OPENSSL_STRING) *reqnames = NULL;
216     STACK_OF(X509) *sign_other = NULL, *verify_other = NULL, *rother = NULL;
217     STACK_OF(X509) *issuers = NULL;
218     X509 *issuer = NULL, *cert = NULL;
219     STACK_OF(X509) *rca_cert = NULL;
220     const EVP_MD *resp_certid_md = NULL;
221     X509 *signer = NULL, *rsigner = NULL;
222     X509_STORE *store = NULL;
223     X509_VERIFY_PARAM *vpm = NULL;
224     const char *CAfile = NULL, *CApath = NULL, *CAstore = NULL;
225     char *header, *value;
226     char *host = NULL, *port = NULL, *path = "/", *outfile = NULL;
227     char *rca_filename = NULL, *reqin = NULL, *respin = NULL;
228     char *reqout = NULL, *respout = NULL, *ridx_filename = NULL;
229     char *rsignfile = NULL, *rkeyfile = NULL;
230     char *passinarg = NULL, *passin = NULL;
231     char *sign_certfile = NULL, *verify_certfile = NULL, *rcertfile = NULL;
232     char *signfile = NULL, *keyfile = NULL;
233     char *thost = NULL, *tport = NULL, *tpath = NULL;
234     int noCAfile = 0, noCApath = 0, noCAstore = 0;
235     int accept_count = -1, add_nonce = 1, noverify = 0, use_ssl = -1;
236     int vpmtouched = 0, badsig = 0, i, ignore_err = 0, nmin = 0, ndays = -1;
237     int req_text = 0, resp_text = 0, ret = 1;
238     int req_timeout = -1;
239     long nsec = MAX_VALIDITY_PERIOD, maxage = -1;
240     unsigned long sign_flags = 0, verify_flags = 0, rflags = 0;
241     OPTION_CHOICE o;
242
243     reqnames = sk_OPENSSL_STRING_new_null();
244     if (reqnames == NULL)
245         goto end;
246     ids = sk_OCSP_CERTID_new_null();
247     if (ids == NULL)
248         goto end;
249     if ((vpm = X509_VERIFY_PARAM_new()) == NULL)
250         return 1;
251
252     prog = opt_init(argc, argv, ocsp_options);
253     while ((o = opt_next()) != OPT_EOF) {
254         switch (o) {
255         case OPT_EOF:
256         case OPT_ERR:
257  opthelp:
258             BIO_printf(bio_err, "%s: Use -help for summary.\n", prog);
259             goto end;
260         case OPT_HELP:
261             ret = 0;
262             opt_help(ocsp_options);
263             goto end;
264         case OPT_OUTFILE:
265             outfile = opt_arg();
266             break;
267         case OPT_TIMEOUT:
268 #ifndef OPENSSL_NO_SOCK
269             req_timeout = atoi(opt_arg());
270 #endif
271             break;
272         case OPT_URL:
273             OPENSSL_free(thost);
274             OPENSSL_free(tport);
275             OPENSSL_free(tpath);
276             thost = tport = tpath = NULL;
277             if (!OSSL_HTTP_parse_url(opt_arg(),
278                                      &host, &port, &path, &use_ssl)) {
279                 BIO_printf(bio_err, "%s Error parsing URL\n", prog);
280                 goto end;
281             }
282             thost = host;
283             tport = port;
284             tpath = path;
285             break;
286         case OPT_HOST:
287             host = opt_arg();
288             break;
289         case OPT_PORT:
290             port = opt_arg();
291             break;
292         case OPT_IGNORE_ERR:
293             ignore_err = 1;
294             break;
295         case OPT_NOVERIFY:
296             noverify = 1;
297             break;
298         case OPT_NONCE:
299             add_nonce = 2;
300             break;
301         case OPT_NO_NONCE:
302             add_nonce = 0;
303             break;
304         case OPT_RESP_NO_CERTS:
305             rflags |= OCSP_NOCERTS;
306             break;
307         case OPT_RESP_KEY_ID:
308             rflags |= OCSP_RESPID_KEY;
309             break;
310         case OPT_NO_CERTS:
311             sign_flags |= OCSP_NOCERTS;
312             break;
313         case OPT_NO_SIGNATURE_VERIFY:
314             verify_flags |= OCSP_NOSIGS;
315             break;
316         case OPT_NO_CERT_VERIFY:
317             verify_flags |= OCSP_NOVERIFY;
318             break;
319         case OPT_NO_CHAIN:
320             verify_flags |= OCSP_NOCHAIN;
321             break;
322         case OPT_NO_CERT_CHECKS:
323             verify_flags |= OCSP_NOCHECKS;
324             break;
325         case OPT_NO_EXPLICIT:
326             verify_flags |= OCSP_NOEXPLICIT;
327             break;
328         case OPT_TRUST_OTHER:
329             verify_flags |= OCSP_TRUSTOTHER;
330             break;
331         case OPT_NO_INTERN:
332             verify_flags |= OCSP_NOINTERN;
333             break;
334         case OPT_BADSIG:
335             badsig = 1;
336             break;
337         case OPT_TEXT:
338             req_text = resp_text = 1;
339             break;
340         case OPT_REQ_TEXT:
341             req_text = 1;
342             break;
343         case OPT_RESP_TEXT:
344             resp_text = 1;
345             break;
346         case OPT_REQIN:
347             reqin = opt_arg();
348             break;
349         case OPT_RESPIN:
350             respin = opt_arg();
351             break;
352         case OPT_SIGNER:
353             signfile = opt_arg();
354             break;
355         case OPT_VAFILE:
356             verify_certfile = opt_arg();
357             verify_flags |= OCSP_TRUSTOTHER;
358             break;
359         case OPT_SIGN_OTHER:
360             sign_certfile = opt_arg();
361             break;
362         case OPT_VERIFY_OTHER:
363             verify_certfile = opt_arg();
364             break;
365         case OPT_CAFILE:
366             CAfile = opt_arg();
367             break;
368         case OPT_CAPATH:
369             CApath = opt_arg();
370             break;
371         case OPT_CASTORE:
372             CAstore = opt_arg();
373             break;
374         case OPT_NOCAFILE:
375             noCAfile = 1;
376             break;
377         case OPT_NOCAPATH:
378             noCApath = 1;
379             break;
380         case OPT_NOCASTORE:
381             noCAstore = 1;
382             break;
383         case OPT_V_CASES:
384             if (!opt_verify(o, vpm))
385                 goto end;
386             vpmtouched++;
387             break;
388         case OPT_VALIDITY_PERIOD:
389             opt_long(opt_arg(), &nsec);
390             break;
391         case OPT_STATUS_AGE:
392             opt_long(opt_arg(), &maxage);
393             break;
394         case OPT_SIGNKEY:
395             keyfile = opt_arg();
396             break;
397         case OPT_REQOUT:
398             reqout = opt_arg();
399             break;
400         case OPT_RESPOUT:
401             respout = opt_arg();
402             break;
403         case OPT_PATH:
404             path = opt_arg();
405             break;
406         case OPT_ISSUER:
407             issuer = load_cert(opt_arg(), FORMAT_PEM, "issuer certificate");
408             if (issuer == NULL)
409                 goto end;
410             if (issuers == NULL) {
411                 if ((issuers = sk_X509_new_null()) == NULL)
412                     goto end;
413             }
414             if (!sk_X509_push(issuers, issuer))
415                 goto end;
416             break;
417         case OPT_CERT:
418             X509_free(cert);
419             cert = load_cert(opt_arg(), FORMAT_PEM, "certificate");
420             if (cert == NULL)
421                 goto end;
422             if (cert_id_md == NULL)
423                 cert_id_md = EVP_sha1();
424             if (!add_ocsp_cert(&req, cert, cert_id_md, issuer, ids))
425                 goto end;
426             if (!sk_OPENSSL_STRING_push(reqnames, opt_arg()))
427                 goto end;
428             trailing_md = 0;
429             break;
430         case OPT_SERIAL:
431             if (cert_id_md == NULL)
432                 cert_id_md = EVP_sha1();
433             if (!add_ocsp_serial(&req, opt_arg(), cert_id_md, issuer, ids))
434                 goto end;
435             if (!sk_OPENSSL_STRING_push(reqnames, opt_arg()))
436                 goto end;
437             trailing_md = 0;
438             break;
439         case OPT_INDEX:
440             ridx_filename = opt_arg();
441             break;
442         case OPT_CA:
443             rca_filename = opt_arg();
444             break;
445         case OPT_NMIN:
446             opt_int(opt_arg(), &nmin);
447             if (ndays == -1)
448                 ndays = 0;
449             break;
450         case OPT_REQUEST:
451             opt_int(opt_arg(), &accept_count);
452             break;
453         case OPT_NDAYS:
454             ndays = atoi(opt_arg());
455             break;
456         case OPT_RSIGNER:
457             rsignfile = opt_arg();
458             break;
459         case OPT_RKEY:
460             rkeyfile = opt_arg();
461             break;
462         case OPT_PASSIN:
463             passinarg = opt_arg();
464             break;
465         case OPT_ROTHER:
466             rcertfile = opt_arg();
467             break;
468         case OPT_RMD:   /* Response MessageDigest */
469             if (!opt_md(opt_arg(), &rsign_md))
470                 goto end;
471             break;
472         case OPT_RSIGOPT:
473             if (rsign_sigopts == NULL)
474                 rsign_sigopts = sk_OPENSSL_STRING_new_null();
475             if (rsign_sigopts == NULL || !sk_OPENSSL_STRING_push(rsign_sigopts, opt_arg()))
476                 goto end;
477             break;
478         case OPT_HEADER:
479             header = opt_arg();
480             value = strchr(header, '=');
481             if (value == NULL) {
482                 BIO_printf(bio_err, "Missing = in header key=value\n");
483                 goto opthelp;
484             }
485             *value++ = '\0';
486             if (!X509V3_add_value(header, value, &headers))
487                 goto end;
488             break;
489         case OPT_RCID:
490             resp_certid_md = EVP_get_digestbyname(opt_arg());
491             if (resp_certid_md == NULL)
492                 goto opthelp;
493             break;
494         case OPT_MD:
495             if (trailing_md) {
496                 BIO_printf(bio_err,
497                            "%s: Digest must be before -cert or -serial\n",
498                            prog);
499                 goto opthelp;
500             }
501             if (!opt_md(opt_unknown(), &cert_id_md))
502                 goto opthelp;
503             trailing_md = 1;
504             break;
505         case OPT_MULTI:
506 #ifdef HTTP_DAEMON
507             multi = atoi(opt_arg());
508 #endif
509             break;
510         case OPT_PROV_CASES:
511             if (!opt_provider(o))
512                 goto end;
513             break;
514         }
515     }
516     if (trailing_md) {
517         BIO_printf(bio_err, "%s: Digest must be before -cert or -serial\n",
518                    prog);
519         goto opthelp;
520     }
521     argc = opt_num_rest();
522     if (argc != 0)
523         goto opthelp;
524
525     /* Have we anything to do? */
526     if (req == NULL && reqin == NULL
527         && respin == NULL && !(port != NULL && ridx_filename != NULL))
528         goto opthelp;
529
530     out = bio_open_default(outfile, 'w', FORMAT_TEXT);
531     if (out == NULL)
532         goto end;
533
534     if (req == NULL && (add_nonce != 2))
535         add_nonce = 0;
536
537     if (req == NULL && reqin != NULL) {
538         derbio = bio_open_default(reqin, 'r', FORMAT_ASN1);
539         if (derbio == NULL)
540             goto end;
541         req = d2i_OCSP_REQUEST_bio(derbio, NULL);
542         BIO_free(derbio);
543         if (req == NULL) {
544             BIO_printf(bio_err, "Error reading OCSP request\n");
545             goto end;
546         }
547     }
548
549     if (req == NULL && port != NULL) {
550 #ifndef OPENSSL_NO_SOCK
551         acbio = http_server_init_bio(prog, port);
552         if (acbio == NULL)
553             goto end;
554 #else
555         BIO_printf(bio_err, "Cannot act as server - sockets not supported\n");
556         goto end;
557 #endif
558     }
559
560     if (rsignfile != NULL) {
561         if (rkeyfile == NULL)
562             rkeyfile = rsignfile;
563         rsigner = load_cert(rsignfile, FORMAT_PEM, "responder certificate");
564         if (rsigner == NULL) {
565             BIO_printf(bio_err, "Error loading responder certificate\n");
566             goto end;
567         }
568         if (!load_certs(rca_filename, &rca_cert, FORMAT_PEM,
569                         NULL, "CA certificate"))
570             goto end;
571         if (rcertfile != NULL) {
572             if (!load_certs(rcertfile, &rother, FORMAT_PEM, NULL,
573                             "responder other certificates"))
574                 goto end;
575         }
576         if (!app_passwd(passinarg, NULL, &passin, NULL)) {
577             BIO_printf(bio_err, "Error getting password\n");
578             goto end;
579         }
580         rkey = load_key(rkeyfile, FORMAT_PEM, 0, passin, NULL,
581                         "responder private key");
582         if (rkey == NULL)
583             goto end;
584     }
585
586     if (ridx_filename != NULL
587         && (rkey == NULL || rsigner == NULL || rca_cert == NULL)) {
588         BIO_printf(bio_err,
589                    "Responder mode requires certificate, key, and CA.\n");
590         goto end;
591     }
592
593     if (ridx_filename != NULL) {
594         rdb = load_index(ridx_filename, NULL);
595         if (rdb == NULL || index_index(rdb) <= 0) {
596             ret = 1;
597             goto end;
598         }
599     }
600
601 #ifdef HTTP_DAEMON
602     if (multi && acbio != NULL)
603         spawn_loop(prog);
604     if (acbio != NULL && req_timeout > 0)
605         signal(SIGALRM, socket_timeout);
606 #endif
607
608     if (acbio != NULL)
609         log_message(prog, LOG_INFO, "waiting for OCSP client connections...");
610
611 redo_accept:
612
613     if (acbio != NULL) {
614 #ifdef HTTP_DAEMON
615         if (index_changed(rdb)) {
616             CA_DB *newrdb = load_index(ridx_filename, NULL);
617
618             if (newrdb != NULL && index_index(newrdb) > 0) {
619                 free_index(rdb);
620                 rdb = newrdb;
621             } else {
622                 free_index(newrdb);
623                 log_message(prog, LOG_ERR, "error reloading updated index: %s",
624                             ridx_filename);
625             }
626         }
627 #endif
628
629         req = NULL;
630         if (!do_responder(&req, &cbio, acbio, req_timeout))
631             goto redo_accept;
632
633         if (req == NULL) {
634             resp = OCSP_response_create(OCSP_RESPONSE_STATUS_MALFORMEDREQUEST,
635                                         NULL);
636             send_ocsp_response(cbio, resp);
637             goto done_resp;
638         }
639     }
640
641     if (req == NULL
642         && (signfile != NULL || reqout != NULL
643             || host != NULL || add_nonce || ridx_filename != NULL)) {
644         BIO_printf(bio_err, "Need an OCSP request for this operation!\n");
645         goto end;
646     }
647
648     if (req != NULL && add_nonce) {
649         if (!OCSP_request_add1_nonce(req, NULL, -1))
650             goto end;
651     }
652
653     if (signfile != NULL) {
654         if (keyfile == NULL)
655             keyfile = signfile;
656         signer = load_cert(signfile, FORMAT_PEM, "signer certificate");
657         if (signer == NULL) {
658             BIO_printf(bio_err, "Error loading signer certificate\n");
659             goto end;
660         }
661         if (sign_certfile != NULL) {
662             if (!load_certs(sign_certfile, &sign_other, FORMAT_PEM, NULL,
663                             "signer certificates"))
664                 goto end;
665         }
666         key = load_key(keyfile, FORMAT_PEM, 0, NULL, NULL,
667                        "signer private key");
668         if (key == NULL)
669             goto end;
670
671         if (!OCSP_request_sign
672             (req, signer, key, NULL, sign_other, sign_flags)) {
673             BIO_printf(bio_err, "Error signing OCSP request\n");
674             goto end;
675         }
676     }
677
678     if (req_text && req != NULL)
679         OCSP_REQUEST_print(out, req, 0);
680
681     if (reqout != NULL) {
682         derbio = bio_open_default(reqout, 'w', FORMAT_ASN1);
683         if (derbio == NULL)
684             goto end;
685         i2d_OCSP_REQUEST_bio(derbio, req);
686         BIO_free(derbio);
687     }
688
689     if (rdb != NULL) {
690         make_ocsp_response(bio_err, &resp, req, rdb, rca_cert, rsigner, rkey,
691                            rsign_md, rsign_sigopts, rother, rflags, nmin, ndays, badsig,
692                            resp_certid_md);
693         if (cbio != NULL)
694             send_ocsp_response(cbio, resp);
695     } else if (host != NULL) {
696 #ifndef OPENSSL_NO_SOCK
697         resp = process_responder(req, host, path,
698                                  port, use_ssl, headers, req_timeout);
699         if (resp == NULL)
700             goto end;
701 #else
702         BIO_printf(bio_err,
703                    "Error creating connect BIO - sockets not supported\n");
704         goto end;
705 #endif
706     } else if (respin != NULL) {
707         derbio = bio_open_default(respin, 'r', FORMAT_ASN1);
708         if (derbio == NULL)
709             goto end;
710         resp = d2i_OCSP_RESPONSE_bio(derbio, NULL);
711         BIO_free(derbio);
712         if (resp == NULL) {
713             BIO_printf(bio_err, "Error reading OCSP response\n");
714             goto end;
715         }
716     } else {
717         ret = 0;
718         goto end;
719     }
720
721  done_resp:
722
723     if (respout != NULL) {
724         derbio = bio_open_default(respout, 'w', FORMAT_ASN1);
725         if (derbio == NULL)
726             goto end;
727         i2d_OCSP_RESPONSE_bio(derbio, resp);
728         BIO_free(derbio);
729     }
730
731     i = OCSP_response_status(resp);
732     if (i != OCSP_RESPONSE_STATUS_SUCCESSFUL) {
733         BIO_printf(out, "Responder Error: %s (%d)\n",
734                    OCSP_response_status_str(i), i);
735         if (!ignore_err)
736                 goto end;
737     }
738
739     if (resp_text)
740         OCSP_RESPONSE_print(out, resp, 0);
741
742     /* If running as responder don't verify our own response */
743     if (cbio != NULL) {
744         /* If not unlimited, see if we took all we should. */
745         if (accept_count != -1 && --accept_count <= 0) {
746             ret = 0;
747             goto end;
748         }
749         BIO_free_all(cbio);
750         cbio = NULL;
751         OCSP_REQUEST_free(req);
752         req = NULL;
753         OCSP_RESPONSE_free(resp);
754         resp = NULL;
755         goto redo_accept;
756     }
757     if (ridx_filename != NULL) {
758         ret = 0;
759         goto end;
760     }
761
762     if (store == NULL) {
763         store = setup_verify(CAfile, noCAfile, CApath, noCApath,
764                              CAstore, noCAstore);
765         if (!store)
766             goto end;
767     }
768     if (vpmtouched)
769         X509_STORE_set1_param(store, vpm);
770     if (verify_certfile != NULL) {
771         if (!load_certs(verify_certfile, &verify_other, FORMAT_PEM, NULL,
772                         "validator certificate"))
773             goto end;
774     }
775
776     bs = OCSP_response_get1_basic(resp);
777     if (bs == NULL) {
778         BIO_printf(bio_err, "Error parsing response\n");
779         goto end;
780     }
781
782     ret = 0;
783
784     if (!noverify) {
785         if (req != NULL && ((i = OCSP_check_nonce(req, bs)) <= 0)) {
786             if (i == -1)
787                 BIO_printf(bio_err, "WARNING: no nonce in response\n");
788             else {
789                 BIO_printf(bio_err, "Nonce Verify error\n");
790                 ret = 1;
791                 goto end;
792             }
793         }
794
795         i = OCSP_basic_verify(bs, verify_other, store, verify_flags);
796         if (i <= 0 && issuers) {
797             i = OCSP_basic_verify(bs, issuers, store, OCSP_TRUSTOTHER);
798             if (i > 0)
799                 ERR_clear_error();
800         }
801         if (i <= 0) {
802             BIO_printf(bio_err, "Response Verify Failure\n");
803             ERR_print_errors(bio_err);
804             ret = 1;
805         } else {
806             BIO_printf(bio_err, "Response verify OK\n");
807         }
808     }
809
810     print_ocsp_summary(out, bs, req, reqnames, ids, nsec, maxage);
811
812  end:
813     ERR_print_errors(bio_err);
814     X509_free(signer);
815     X509_STORE_free(store);
816     X509_VERIFY_PARAM_free(vpm);
817     sk_OPENSSL_STRING_free(rsign_sigopts);
818     EVP_PKEY_free(key);
819     EVP_PKEY_free(rkey);
820     X509_free(cert);
821     sk_X509_pop_free(issuers, X509_free);
822     X509_free(rsigner);
823     sk_X509_pop_free(rca_cert, X509_free);
824     free_index(rdb);
825     BIO_free_all(cbio);
826     BIO_free_all(acbio);
827     BIO_free_all(out);
828     OCSP_REQUEST_free(req);
829     OCSP_RESPONSE_free(resp);
830     OCSP_BASICRESP_free(bs);
831     sk_OPENSSL_STRING_free(reqnames);
832     sk_OCSP_CERTID_free(ids);
833     sk_X509_pop_free(sign_other, X509_free);
834     sk_X509_pop_free(verify_other, X509_free);
835     sk_CONF_VALUE_pop_free(headers, X509V3_conf_free);
836     OPENSSL_free(thost);
837     OPENSSL_free(tport);
838     OPENSSL_free(tpath);
839
840     return ret;
841 }
842
843 #ifdef HTTP_DAEMON
844
845 static int index_changed(CA_DB *rdb)
846 {
847     struct stat sb;
848
849     if (rdb != NULL && stat(rdb->dbfname, &sb) != -1) {
850         if (rdb->dbst.st_mtime != sb.st_mtime
851             || rdb->dbst.st_ctime != sb.st_ctime
852             || rdb->dbst.st_ino != sb.st_ino
853             || rdb->dbst.st_dev != sb.st_dev) {
854             syslog(LOG_INFO, "index file changed, reloading");
855             return 1;
856         }
857     }
858     return 0;
859 }
860
861 #endif
862
863 static int add_ocsp_cert(OCSP_REQUEST **req, X509 *cert,
864                          const EVP_MD *cert_id_md, X509 *issuer,
865                          STACK_OF(OCSP_CERTID) *ids)
866 {
867     OCSP_CERTID *id;
868
869     if (issuer == NULL) {
870         BIO_printf(bio_err, "No issuer certificate specified\n");
871         return 0;
872     }
873     if (*req == NULL)
874         *req = OCSP_REQUEST_new();
875     if (*req == NULL)
876         goto err;
877     id = OCSP_cert_to_id(cert_id_md, cert, issuer);
878     if (id == NULL || !sk_OCSP_CERTID_push(ids, id))
879         goto err;
880     if (!OCSP_request_add0_id(*req, id))
881         goto err;
882     return 1;
883
884  err:
885     BIO_printf(bio_err, "Error Creating OCSP request\n");
886     return 0;
887 }
888
889 static int add_ocsp_serial(OCSP_REQUEST **req, char *serial,
890                            const EVP_MD *cert_id_md, X509 *issuer,
891                            STACK_OF(OCSP_CERTID) *ids)
892 {
893     OCSP_CERTID *id;
894     const X509_NAME *iname;
895     ASN1_BIT_STRING *ikey;
896     ASN1_INTEGER *sno;
897
898     if (issuer == NULL) {
899         BIO_printf(bio_err, "No issuer certificate specified\n");
900         return 0;
901     }
902     if (*req == NULL)
903         *req = OCSP_REQUEST_new();
904     if (*req == NULL)
905         goto err;
906     iname = X509_get_subject_name(issuer);
907     ikey = X509_get0_pubkey_bitstr(issuer);
908     sno = s2i_ASN1_INTEGER(NULL, serial);
909     if (sno == NULL) {
910         BIO_printf(bio_err, "Error converting serial number %s\n", serial);
911         return 0;
912     }
913     id = OCSP_cert_id_new(cert_id_md, iname, ikey, sno);
914     ASN1_INTEGER_free(sno);
915     if (id == NULL || !sk_OCSP_CERTID_push(ids, id))
916         goto err;
917     if (!OCSP_request_add0_id(*req, id))
918         goto err;
919     return 1;
920
921  err:
922     BIO_printf(bio_err, "Error Creating OCSP request\n");
923     return 0;
924 }
925
926 static void print_ocsp_summary(BIO *out, OCSP_BASICRESP *bs, OCSP_REQUEST *req,
927                               STACK_OF(OPENSSL_STRING) *names,
928                               STACK_OF(OCSP_CERTID) *ids, long nsec,
929                               long maxage)
930 {
931     OCSP_CERTID *id;
932     const char *name;
933     int i, status, reason;
934     ASN1_GENERALIZEDTIME *rev, *thisupd, *nextupd;
935
936     if (bs == NULL || req == NULL || !sk_OPENSSL_STRING_num(names)
937         || !sk_OCSP_CERTID_num(ids))
938         return;
939
940     for (i = 0; i < sk_OCSP_CERTID_num(ids); i++) {
941         id = sk_OCSP_CERTID_value(ids, i);
942         name = sk_OPENSSL_STRING_value(names, i);
943         BIO_printf(out, "%s: ", name);
944
945         if (!OCSP_resp_find_status(bs, id, &status, &reason,
946                                    &rev, &thisupd, &nextupd)) {
947             BIO_puts(out, "ERROR: No Status found.\n");
948             continue;
949         }
950
951         /*
952          * Check validity: if invalid write to output BIO so we know which
953          * response this refers to.
954          */
955         if (!OCSP_check_validity(thisupd, nextupd, nsec, maxage)) {
956             BIO_puts(out, "WARNING: Status times invalid.\n");
957             ERR_print_errors(out);
958         }
959         BIO_printf(out, "%s\n", OCSP_cert_status_str(status));
960
961         BIO_puts(out, "\tThis Update: ");
962         ASN1_GENERALIZEDTIME_print(out, thisupd);
963         BIO_puts(out, "\n");
964
965         if (nextupd) {
966             BIO_puts(out, "\tNext Update: ");
967             ASN1_GENERALIZEDTIME_print(out, nextupd);
968             BIO_puts(out, "\n");
969         }
970
971         if (status != V_OCSP_CERTSTATUS_REVOKED)
972             continue;
973
974         if (reason != -1)
975             BIO_printf(out, "\tReason: %s\n", OCSP_crl_reason_str(reason));
976
977         BIO_puts(out, "\tRevocation Time: ");
978         ASN1_GENERALIZEDTIME_print(out, rev);
979         BIO_puts(out, "\n");
980     }
981 }
982
983 static void make_ocsp_response(BIO *err, OCSP_RESPONSE **resp, OCSP_REQUEST *req,
984                               CA_DB *db, STACK_OF(X509) *ca, X509 *rcert,
985                               EVP_PKEY *rkey, const EVP_MD *rmd,
986                               STACK_OF(OPENSSL_STRING) *sigopts,
987                               STACK_OF(X509) *rother, unsigned long flags,
988                               int nmin, int ndays, int badsig,
989                               const EVP_MD *resp_md)
990 {
991     ASN1_TIME *thisupd = NULL, *nextupd = NULL;
992     OCSP_CERTID *cid;
993     OCSP_BASICRESP *bs = NULL;
994     int i, id_count;
995     EVP_MD_CTX *mctx = NULL;
996     EVP_PKEY_CTX *pkctx = NULL;
997
998     id_count = OCSP_request_onereq_count(req);
999
1000     if (id_count <= 0) {
1001         *resp =
1002             OCSP_response_create(OCSP_RESPONSE_STATUS_MALFORMEDREQUEST, NULL);
1003         goto end;
1004     }
1005
1006     bs = OCSP_BASICRESP_new();
1007     thisupd = X509_gmtime_adj(NULL, 0);
1008     if (ndays != -1)
1009         nextupd = X509_time_adj_ex(NULL, ndays, nmin * 60, NULL);
1010
1011     /* Examine each certificate id in the request */
1012     for (i = 0; i < id_count; i++) {
1013         OCSP_ONEREQ *one;
1014         ASN1_INTEGER *serial;
1015         char **inf;
1016         int jj;
1017         int found = 0;
1018         ASN1_OBJECT *cert_id_md_oid;
1019         const EVP_MD *cert_id_md;
1020         OCSP_CERTID *cid_resp_md = NULL;
1021
1022         one = OCSP_request_onereq_get0(req, i);
1023         cid = OCSP_onereq_get0_id(one);
1024
1025         OCSP_id_get0_info(NULL, &cert_id_md_oid, NULL, NULL, cid);
1026
1027         cert_id_md = EVP_get_digestbyobj(cert_id_md_oid);
1028         if (cert_id_md == NULL) {
1029             *resp = OCSP_response_create(OCSP_RESPONSE_STATUS_INTERNALERROR,
1030                                          NULL);
1031             goto end;
1032         }
1033         for (jj = 0; jj < sk_X509_num(ca) && !found; jj++) {
1034             X509 *ca_cert = sk_X509_value(ca, jj);
1035             OCSP_CERTID *ca_id = OCSP_cert_to_id(cert_id_md, NULL, ca_cert);
1036
1037             if (OCSP_id_issuer_cmp(ca_id, cid) == 0) {
1038                 found = 1;
1039                 if (resp_md != NULL)
1040                     cid_resp_md = OCSP_cert_to_id(resp_md, NULL, ca_cert);
1041             }
1042             OCSP_CERTID_free(ca_id);
1043         }
1044         OCSP_id_get0_info(NULL, NULL, NULL, &serial, cid);
1045         inf = lookup_serial(db, serial);
1046
1047         /* at this point, we can have cid be an alias of cid_resp_md */
1048         cid = (cid_resp_md != NULL) ? cid_resp_md : cid;
1049
1050         if (!found) {
1051             OCSP_basic_add1_status(bs, cid,
1052                                    V_OCSP_CERTSTATUS_UNKNOWN,
1053                                    0, NULL, thisupd, nextupd);
1054             continue;
1055         }
1056         if (inf == NULL) {
1057             OCSP_basic_add1_status(bs, cid,
1058                                    V_OCSP_CERTSTATUS_UNKNOWN,
1059                                    0, NULL, thisupd, nextupd);
1060         } else if (inf[DB_type][0] == DB_TYPE_VAL) {
1061             OCSP_basic_add1_status(bs, cid,
1062                                    V_OCSP_CERTSTATUS_GOOD,
1063                                    0, NULL, thisupd, nextupd);
1064         } else if (inf[DB_type][0] == DB_TYPE_REV) {
1065             ASN1_OBJECT *inst = NULL;
1066             ASN1_TIME *revtm = NULL;
1067             ASN1_GENERALIZEDTIME *invtm = NULL;
1068             OCSP_SINGLERESP *single;
1069             int reason = -1;
1070
1071             unpack_revinfo(&revtm, &reason, &inst, &invtm, inf[DB_rev_date]);
1072             single = OCSP_basic_add1_status(bs, cid,
1073                                             V_OCSP_CERTSTATUS_REVOKED,
1074                                             reason, revtm, thisupd, nextupd);
1075             if (invtm != NULL)
1076                 OCSP_SINGLERESP_add1_ext_i2d(single, NID_invalidity_date,
1077                                              invtm, 0, 0);
1078             else if (inst != NULL)
1079                 OCSP_SINGLERESP_add1_ext_i2d(single,
1080                                              NID_hold_instruction_code, inst,
1081                                              0, 0);
1082             ASN1_OBJECT_free(inst);
1083             ASN1_TIME_free(revtm);
1084             ASN1_GENERALIZEDTIME_free(invtm);
1085         }
1086         OCSP_CERTID_free(cid_resp_md);
1087     }
1088
1089     OCSP_copy_nonce(bs, req);
1090
1091     mctx = EVP_MD_CTX_new();
1092     if ( mctx == NULL || !EVP_DigestSignInit(mctx, &pkctx, rmd, NULL, rkey)) {
1093         *resp = OCSP_response_create(OCSP_RESPONSE_STATUS_INTERNALERROR, NULL);
1094         goto end;
1095     }
1096     for (i = 0; i < sk_OPENSSL_STRING_num(sigopts); i++) {
1097         char *sigopt = sk_OPENSSL_STRING_value(sigopts, i);
1098
1099         if (pkey_ctrl_string(pkctx, sigopt) <= 0) {
1100             BIO_printf(err, "parameter error \"%s\"\n", sigopt);
1101             ERR_print_errors(bio_err);
1102             *resp = OCSP_response_create(OCSP_RESPONSE_STATUS_INTERNALERROR,
1103                                          NULL);
1104             goto end;
1105         }
1106     }
1107     if (!OCSP_basic_sign_ctx(bs, rcert, mctx, rother, flags)) {
1108         *resp = OCSP_response_create(OCSP_RESPONSE_STATUS_INTERNALERROR, bs);
1109         goto end;
1110     }
1111
1112     if (badsig) {
1113         const ASN1_OCTET_STRING *sig = OCSP_resp_get0_signature(bs);
1114         corrupt_signature(sig);
1115     }
1116
1117     *resp = OCSP_response_create(OCSP_RESPONSE_STATUS_SUCCESSFUL, bs);
1118
1119  end:
1120     EVP_MD_CTX_free(mctx);
1121     ASN1_TIME_free(thisupd);
1122     ASN1_TIME_free(nextupd);
1123     OCSP_BASICRESP_free(bs);
1124 }
1125
1126 static char **lookup_serial(CA_DB *db, ASN1_INTEGER *ser)
1127 {
1128     int i;
1129     BIGNUM *bn = NULL;
1130     char *itmp, *row[DB_NUMBER], **rrow;
1131     for (i = 0; i < DB_NUMBER; i++)
1132         row[i] = NULL;
1133     bn = ASN1_INTEGER_to_BN(ser, NULL);
1134     OPENSSL_assert(bn);         /* FIXME: should report an error at this
1135                                  * point and abort */
1136     if (BN_is_zero(bn))
1137         itmp = OPENSSL_strdup("00");
1138     else
1139         itmp = BN_bn2hex(bn);
1140     row[DB_serial] = itmp;
1141     BN_free(bn);
1142     rrow = TXT_DB_get_by_index(db->db, DB_serial, row);
1143     OPENSSL_free(itmp);
1144     return rrow;
1145 }
1146
1147 static int do_responder(OCSP_REQUEST **preq, BIO **pcbio, BIO *acbio,
1148                         int timeout)
1149 {
1150 #ifndef OPENSSL_NO_SOCK
1151     return http_server_get_asn1_req(ASN1_ITEM_rptr(OCSP_RESPONSE),
1152                                     (ASN1_VALUE **)preq, pcbio, acbio,
1153                                     prog, 1 /* accept_get */, timeout);
1154 #else
1155     BIO_printf(bio_err,
1156                "Error getting OCSP request - sockets not supported\n");
1157     *preq = NULL;
1158     return 0;
1159 #endif
1160 }
1161
1162 static int send_ocsp_response(BIO *cbio, const OCSP_RESPONSE *resp)
1163 {
1164 #ifndef OPENSSL_NO_SOCK
1165     return http_server_send_asn1_resp(cbio, "application/ocsp-response",
1166                                       ASN1_ITEM_rptr(OCSP_RESPONSE),
1167                                       (const ASN1_VALUE *)resp);
1168 #else
1169     BIO_printf(bio_err,
1170                "Error sending OCSP response - sockets not supported\n");
1171     return 0;
1172 #endif
1173 }
1174
1175 #ifndef OPENSSL_NO_SOCK
1176 OCSP_RESPONSE *process_responder(OCSP_REQUEST *req,
1177                                  const char *host, const char *path,
1178                                  const char *port, int use_ssl,
1179                                  STACK_OF(CONF_VALUE) *headers,
1180                                  int req_timeout)
1181 {
1182     SSL_CTX *ctx = NULL;
1183     OCSP_RESPONSE *resp = NULL;
1184
1185     if (use_ssl == 1) {
1186         ctx = SSL_CTX_new(TLS_client_method());
1187         if (ctx == NULL) {
1188             BIO_printf(bio_err, "Error creating SSL context.\n");
1189             goto end;
1190         }
1191         SSL_CTX_set_mode(ctx, SSL_MODE_AUTO_RETRY);
1192     }
1193
1194     resp = (OCSP_RESPONSE *)
1195         app_http_post_asn1(host, port, path, NULL, NULL /* no proxy used */,
1196                            ctx, headers, "application/ocsp-request",
1197                            (ASN1_VALUE *)req, ASN1_ITEM_rptr(OCSP_REQUEST),
1198                            req_timeout, ASN1_ITEM_rptr(OCSP_RESPONSE));
1199
1200     if (resp == NULL)
1201         BIO_printf(bio_err, "Error querying OCSP responder\n");
1202
1203  end:
1204     SSL_CTX_free(ctx);
1205     return resp;
1206 }
1207 #endif