Lines Matching refs:bio_err
153 cfg.cert = load_cert(bio_err, arg, FORMAT_PEM, NULL, in ocsp_opt_cert()
268 cfg.issuer = load_cert(bio_err, arg, FORMAT_PEM, NULL, in ocsp_opt_issuer()
284 BIO_printf(bio_err, "Illegal update period %s: %s\n", in ocsp_opt_ndays()
298 BIO_printf(bio_err, "Illegal update period %s: %s\n", in ocsp_opt_nmin()
317 BIO_printf(bio_err, "Illegal accept count %s: %s\n", in ocsp_opt_nrequest()
358 BIO_printf(bio_err, "Illegal validity age %s: %s\n", in ocsp_opt_status_age()
380 BIO_printf(bio_err, "Illegal timeout value %s: %s\n", in ocsp_opt_timeout()
394 BIO_printf(bio_err, "Error parsing URL\n"); in ocsp_opt_url()
416 BIO_printf(bio_err, "Illegal validity period %s: %s\n", in ocsp_opt_validity_period()
845 BIO_printf(bio_err, "Error opening output file\n"); in ocsp_main()
854 BIO_printf(bio_err, in ocsp_main()
861 BIO_printf(bio_err, "Error reading OCSP request\n"); in ocsp_main()
873 rsigner = load_cert(bio_err, cfg.rsignfile, FORMAT_PEM, in ocsp_main()
876 BIO_printf(bio_err, in ocsp_main()
880 rca_cert = load_cert(bio_err, cfg.rca_filename, in ocsp_main()
883 rother = load_certs(bio_err, cfg.rcertfile, in ocsp_main()
888 rkey = load_key(bio_err, cfg.rkeyfile, FORMAT_PEM, 0, in ocsp_main()
894 BIO_printf(bio_err, "Waiting for OCSP client connections...\n"); in ocsp_main()
912 BIO_printf(bio_err, in ocsp_main()
922 signer = load_cert(bio_err, cfg.signfile, FORMAT_PEM, in ocsp_main()
925 BIO_printf(bio_err, in ocsp_main()
930 sign_other = load_certs(bio_err, in ocsp_main()
936 key = load_key(bio_err, cfg.keyfile, FORMAT_PEM, 0, in ocsp_main()
943 BIO_printf(bio_err, "Error signing OCSP request\n"); in ocsp_main()
953 BIO_printf(bio_err, "Error opening file %s\n", in ocsp_main()
961 BIO_printf(bio_err, in ocsp_main()
979 resp = process_responder(bio_err, cfg.req, in ocsp_main()
989 BIO_printf(bio_err, in ocsp_main()
996 BIO_printf(bio_err, "Error reading OCSP response\n"); in ocsp_main()
1009 BIO_printf(bio_err, "Error opening file %s\n", in ocsp_main()
1019 BIO_printf(bio_err, "Responder Error: %s (%d)\n", in ocsp_main()
1046 store = setup_verify(bio_err, cfg.CAfile, in ocsp_main()
1051 verify_other = load_certs(bio_err, cfg.verify_certfile, in ocsp_main()
1059 BIO_printf(bio_err, "Error parsing response\n"); in ocsp_main()
1066 BIO_printf(bio_err, in ocsp_main()
1069 BIO_printf(bio_err, "Nonce Verify error\n"); in ocsp_main()
1079 BIO_printf(bio_err, "Response Verify Failure\n"); in ocsp_main()
1080 ERR_print_errors(bio_err); in ocsp_main()
1082 BIO_printf(bio_err, "Response verify OK\n"); in ocsp_main()
1092 ERR_print_errors(bio_err); in ocsp_main()
1129 BIO_printf(bio_err, "No issuer certificate specified\n"); in add_ocsp_cert()
1144 BIO_printf(bio_err, "Error Creating OCSP request\n"); in add_ocsp_cert()
1158 BIO_printf(bio_err, "No issuer certificate specified\n"); in add_ocsp_serial()
1169 BIO_printf(bio_err, "Error converting serial number %s\n", in add_ocsp_serial()
1182 BIO_printf(bio_err, "Error Creating OCSP request\n"); in add_ocsp_serial()
1387 BIO_printf(bio_err, "Error setting up accept BIO\n"); in init_responder()
1388 ERR_print_errors(bio_err); in init_responder()
1408 BIO_printf(bio_err, "Error accepting connection\n"); in do_responder()
1409 ERR_print_errors(bio_err); in do_responder()
1422 BIO_printf(bio_err, "Invalid request\n"); in do_responder()
1437 BIO_printf(bio_err, "Error parsing OCSP request\n"); in do_responder()
1438 ERR_print_errors(bio_err); in do_responder()
1577 BIO_printf(bio_err, "Error querying OCSP responder\n"); in process_responder()