Lines Matching refs:bio_err

152 	cfg.cert = load_cert(bio_err, arg, FORMAT_PEM, NULL,
216 cfg.issuer = load_cert(bio_err, arg, FORMAT_PEM, NULL,
232 BIO_printf(bio_err, "Illegal update period %s: %s\n",
246 BIO_printf(bio_err, "Illegal update period %s: %s\n",
265 BIO_printf(bio_err, "Illegal accept count %s: %s\n",
306 BIO_printf(bio_err, "Illegal validity age %s: %s\n",
328 BIO_printf(bio_err, "Illegal timeout value %s: %s\n",
342 BIO_printf(bio_err, "Error parsing URL\n");
364 BIO_printf(bio_err, "Illegal validity period %s: %s\n",
793 BIO_printf(bio_err, "Error opening output file\n");
802 BIO_printf(bio_err,
809 BIO_printf(bio_err, "Error reading OCSP request\n");
821 rsigner = load_cert(bio_err, cfg.rsignfile, FORMAT_PEM,
824 BIO_printf(bio_err,
828 rca_cert = load_cert(bio_err, cfg.rca_filename,
831 rother = load_certs(bio_err, cfg.rcertfile,
836 rkey = load_key(bio_err, cfg.rkeyfile, FORMAT_PEM, 0,
842 BIO_printf(bio_err, "Waiting for OCSP client connections...\n");
860 BIO_printf(bio_err,
870 signer = load_cert(bio_err, cfg.signfile, FORMAT_PEM,
873 BIO_printf(bio_err,
878 sign_other = load_certs(bio_err,
884 key = load_key(bio_err, cfg.keyfile, FORMAT_PEM, 0,
891 BIO_printf(bio_err, "Error signing OCSP request\n");
901 BIO_printf(bio_err, "Error opening file %s\n",
909 BIO_printf(bio_err,
927 resp = process_responder(bio_err, cfg.req,
937 BIO_printf(bio_err,
944 BIO_printf(bio_err, "Error reading OCSP response\n");
957 BIO_printf(bio_err, "Error opening file %s\n",
967 BIO_printf(bio_err, "Responder Error: %s (%d)\n",
994 store = setup_verify(bio_err, cfg.CAfile,
999 verify_other = load_certs(bio_err, cfg.verify_certfile,
1007 BIO_printf(bio_err, "Error parsing response\n");
1014 BIO_printf(bio_err,
1017 BIO_printf(bio_err, "Nonce Verify error\n");
1027 BIO_printf(bio_err, "Response Verify Failure\n");
1028 ERR_print_errors(bio_err);
1030 BIO_printf(bio_err, "Response verify OK\n");
1040 ERR_print_errors(bio_err);
1077 BIO_printf(bio_err, "No issuer certificate specified\n");
1092 BIO_printf(bio_err, "Error Creating OCSP request\n");
1106 BIO_printf(bio_err, "No issuer certificate specified\n");
1117 BIO_printf(bio_err, "Error converting serial number %s\n",
1130 BIO_printf(bio_err, "Error Creating OCSP request\n");
1335 BIO_printf(bio_err, "Error setting up accept BIO\n");
1336 ERR_print_errors(bio_err);
1356 BIO_printf(bio_err, "Error accepting connection\n");
1357 ERR_print_errors(bio_err);
1370 BIO_printf(bio_err, "Invalid request\n");
1385 BIO_printf(bio_err, "Error parsing OCSP request\n");
1386 ERR_print_errors(bio_err);
1525 BIO_printf(bio_err, "Error querying OCSP responder\n");