Lines Matching refs:bio_err

267             BIO_printf(bio_err, "%s: Use -help for summary.\n", prog);  in ocsp_main()
289 BIO_printf(bio_err, "%s Error parsing -url argument\n", prog); in ocsp_main()
502 BIO_printf(bio_err, "Missing = in header key=value\n"); in ocsp_main()
515 BIO_printf(bio_err, in ocsp_main()
541 BIO_printf(bio_err, "%s: Digest must be before -cert or -serial\n", in ocsp_main()
570 BIO_printf(bio_err, "Error reading OCSP request\n"); in ocsp_main()
581 BIO_printf(bio_err, "Cannot act as server - sockets not supported\n"); in ocsp_main()
591 BIO_printf(bio_err, "Error loading responder certificate\n"); in ocsp_main()
602 BIO_printf(bio_err, "Error getting password\n"); in ocsp_main()
613 BIO_printf(bio_err, in ocsp_main()
621 BIO_printf(bio_err, in ocsp_main()
678 BIO_printf(bio_err, "Need an OCSP request for this operation!\n"); in ocsp_main()
692 BIO_printf(bio_err, "Error loading signer certificate\n"); in ocsp_main()
707 BIO_printf(bio_err, "Error signing OCSP request\n"); in ocsp_main()
724 make_ocsp_response(bio_err, &resp, req, rdb, rca_certs, rsigner, rkey, in ocsp_main()
738 BIO_printf(bio_err, in ocsp_main()
749 BIO_printf(bio_err, "Error reading OCSP response\n"); in ocsp_main()
814 BIO_printf(bio_err, "Error parsing response\n"); in ocsp_main()
823 BIO_printf(bio_err, "WARNING: no nonce in response\n"); in ocsp_main()
825 BIO_printf(bio_err, "Nonce Verify error\n"); in ocsp_main()
838 BIO_printf(bio_err, "Response Verify Failure\n"); in ocsp_main()
839 ERR_print_errors(bio_err); in ocsp_main()
842 BIO_printf(bio_err, "Response verify OK\n"); in ocsp_main()
850 ERR_print_errors(bio_err); in ocsp_main()
910 BIO_printf(bio_err, "No issuer certificate specified\n"); in add_ocsp_cert()
925 BIO_printf(bio_err, "Error Creating OCSP request\n"); in add_ocsp_cert()
939 BIO_printf(bio_err, "No issuer certificate specified\n"); in add_ocsp_serial()
950 BIO_printf(bio_err, "Error converting serial number %s\n", serial); in add_ocsp_serial()
962 BIO_printf(bio_err, "Error Creating OCSP request\n"); in add_ocsp_serial()
1151 ERR_print_errors(bio_err); in make_ocsp_response()
1208 BIO_printf(bio_err, in do_responder()
1224 BIO_printf(bio_err, in send_ocsp_response()
1243 BIO_printf(bio_err, "Error creating SSL context.\n"); in process_responder()
1256 BIO_printf(bio_err, "Error querying OCSP responder\n"); in process_responder()