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