Lines Matching refs:bio_err

191             BIO_printf(bio_err, "%s: Use -help for summary.\n", prog);  in ts_main()
196 BIO_printf(bio_err, "%s\n", *helpp); in ts_main()
209 BIO_printf(bio_err, "%s: Must give only one of -query, -reply, or -verify\n", prog); in ts_main()
297 BIO_printf(bio_err, "%s: Must give one of -query, -reply, or -verify\n", prog); in ts_main()
308 BIO_printf(bio_err, "Error getting password.\n"); in ts_main()
365 BIO_printf(bio_err, "cannot convert %s to OID\n", oid); in txt2obj()
377 BIO_printf(bio_err, "Using configuration from %s\n", configfile); in load_config_file()
382 ERR_print_errors(bio_err); in load_config_file()
389 ERR_print_errors(bio_err); in load_config_file()
436 ERR_print_errors(bio_err); in query_command()
497 BIO_printf(bio_err, "could not create query\n"); in create_query()
498 ERR_print_errors(bio_err); in create_query()
541 BIO_printf(bio_err, "bad digest, %d bytes " in create_digest()
581 BIO_printf(bio_err, "could not create nonce\n"); in create_nonce()
616 BIO_printf(bio_err, "Response has been generated.\n"); in reply_command()
618 BIO_printf(bio_err, "Response is not generated.\n"); in reply_command()
651 ERR_print_errors(bio_err); in reply_command()
795 BIO_printf(bio_err, "Warning: could not open file %s for " in next_serial()
802 BIO_printf(bio_err, "unable to load number from %s\n", in next_serial()
841 BIO_printf(bio_err, "could not save serial number to %s\n", in save_ts_serial()
889 ERR_print_errors(bio_err); in verify_command()
932 BIO_printf(bio_err, "invalid digest string\n"); in create_verify_ctx()
986 BIO_printf(bio_err, "memory allocation failure\n"); in create_cert_store()
993 BIO_printf(bio_err, "memory allocation failure\n"); in create_cert_store()
997 BIO_printf(bio_err, "Error loading directory %s\n", CApath); in create_cert_store()
1005 BIO_printf(bio_err, "memory allocation failure\n"); in create_cert_store()
1010 BIO_printf(bio_err, "Error loading file %s\n", CAfile); in create_cert_store()
1018 BIO_printf(bio_err, "memory allocation failure\n"); in create_cert_store()
1022 BIO_printf(bio_err, "Error loading store URI %s\n", CAstore); in create_cert_store()