Lines Matching refs:bio_err

218         BIO_printf(bio_err, "Error getting password for %s\n", desc);  in get_passwd()
220 BIO_printf(bio_err, in get_passwd()
224 BIO_printf(bio_err, in get_passwd()
263 BIO_printf(bio_err, "No environment variable %s\n", arg); in app_get_pass()
272 BIO_printf(bio_err, "Can't open file %s\n", arg); in app_get_pass()
291 BIO_printf(bio_err, "Can't access file descriptor %s\n", arg); in app_get_pass()
301 BIO_printf(bio_err, "Out of memory\n"); in app_get_pass()
310 BIO_printf(bio_err, "Can't open BIO for stdin\n"); in app_get_pass()
317 BIO_printf(bio_err, in app_get_pass()
321 BIO_printf(bio_err, in app_get_pass()
333 BIO_printf(bio_err, "Error reading password from BIO\n"); in app_get_pass()
381 BIO_printf(bio_err, "%s: Can't load ", opt_getprog()); in app_load_config_bio()
383 BIO_printf(bio_err, "%s: Error on line %ld of ", opt_getprog(), in app_load_config_bio()
387 BIO_printf(bio_err, "config file \"%s\"\n", filename); in app_load_config_bio()
389 BIO_printf(bio_err, "config input"); in app_load_config_bio()
399 BIO_printf(bio_err, "No configuration used\n"); in app_load_config_verbose()
401 BIO_printf(bio_err, "Using configuration from %s\n", filename); in app_load_config_verbose()
433 BIO_printf(bio_err, "Error configuring OpenSSL modules\n"); in app_load_modules()
434 ERR_print_errors(bio_err); in app_load_modules()
452 BIO_printf(bio_err, "problem loading oid section %s\n", p); in add_oid_section()
458 BIO_printf(bio_err, "problem creating object %s=%s\n", in add_oid_section()
492 BIO_printf(bio_err, "Loading %s over HTTPS is unsupported\n", desc); in load_cert_pass()
496 ERR_print_errors(bio_err); in load_cert_pass()
497 BIO_printf(bio_err, "Unable to load %s from %s\n", desc, uri); in load_cert_pass()
514 BIO_printf(bio_err, "Loading %s over HTTPS is unsupported\n", desc); in load_crl()
518 ERR_print_errors(bio_err); in load_crl()
519 BIO_printf(bio_err, "Unable to load %s from %s\n", desc, uri); in load_crl()
549 ERR_print_errors(bio_err); in load_csr()
551 BIO_printf(bio_err, "Unable to load %s\n", desc); in load_csr()
566 BIO *bio_bak = bio_err; in load_csr_autofmt()
568 bio_err = NULL; /* do not show errors on more than one try */ in load_csr_autofmt()
570 bio_err = bio_bak; in load_csr_autofmt()
576 BIO_printf(bio_err, "error: unable to load %s from file '%s'\n", in load_csr_autofmt()
585 BIO_puts(bio_err, "Warning: error while verifying CSR self-signature\n"); in load_csr_autofmt()
587 BIO_puts(bio_err, "Warning: CSR self-signature does not match the contents\n"); in load_csr_autofmt()
656 ERR_print_errors(bio_err); in load_keyparams_suppress()
657 BIO_printf(bio_err, in load_keyparams_suppress()
677 BIO_vprintf(bio_err, fmt, args); in app_bail_out()
679 ERR_print_errors(bio_err); in app_bail_out()
712 BIO_printf(bio_err, "Warning: certificate from '%s' with subject '%s' %s\n", in warn_cert_msg()
751 BIO_printf(bio_err, "error: HTTP retrieval not allowed for %s\n", desc); in load_cert_certs()
799 BIO_printf(bio_err, "out of memory\n"); in STACK_OF()
950 BIO_printf(bio_err, "Internal error: nothing to load from %s\n", in load_key_certs_crls()
963 BIO_printf(bio_err, "Out of memory loading"); in load_key_certs_crls()
972 BIO_printf(bio_err, "Out of memory loading"); in load_key_certs_crls()
993 BIO_printf(bio_err, "No filename or uri specified for loading\n"); in load_key_certs_crls()
1011 BIO_printf(bio_err, "Could not open file or uri for loading"); in load_key_certs_crls()
1016 BIO_printf(bio_err, "Internal error trying to load"); in load_key_certs_crls()
1097 BIO_printf(bio_err, "Error reading"); in load_key_certs_crls()
1111 BIO_printf(bio_err, "Could not find"); in load_key_certs_crls()
1117 BIO_printf(bio_err, " %s", desc); in load_key_certs_crls()
1119 BIO_printf(bio_err, " %s", failed); in load_key_certs_crls()
1121 BIO_printf(bio_err, " of %s", desc); in load_key_certs_crls()
1124 BIO_printf(bio_err, " from %s", uri); in load_key_certs_crls()
1127 BIO_printf(bio_err, ": %s", strerror(ERR_GET_REASON(err))); in load_key_certs_crls()
1131 BIO_printf(bio_err, "\n"); in load_key_certs_crls()
1132 ERR_print_errors(bio_err); in load_key_certs_crls()
1415 BIO_printf(bio_err, "Error loading file %s\n", CAfile); in setup_verify()
1431 BIO_printf(bio_err, "Error loading directory %s\n", CApath); in setup_verify()
1445 BIO_printf(bio_err, "Error loading store URI %s\n", CAstore); in setup_verify()
1453 ERR_print_errors(bio_err); in setup_verify()
1522 BIO_printf(bio_err, "Out of memory\n"); in IMPLEMENT_LHASH_HASH_FN()
1524 BIO_printf(bio_err, "Error creating random number to store in %s\n", in IMPLEMENT_LHASH_HASH_FN()
1531 BIO_printf(bio_err, "Unable to load number from %s\n", in IMPLEMENT_LHASH_HASH_FN()
1537 BIO_printf(bio_err, "Error converting number from bin to BIGNUM\n"); in IMPLEMENT_LHASH_HASH_FN()
1548 ERR_print_errors(bio_err); in IMPLEMENT_LHASH_HASH_FN()
1568 BIO_printf(bio_err, "File name too long\n"); in save_serial()
1587 BIO_printf(bio_err, "error converting serial to ASN.1 format\n"); in save_serial()
1599 ERR_print_errors(bio_err); in save_serial()
1616 BIO_printf(bio_err, "File name too long\n"); in rotate_serial()
1631 BIO_printf(bio_err, in rotate_serial()
1637 BIO_printf(bio_err, in rotate_serial()
1645 ERR_print_errors(bio_err); in rotate_serial()
1729 ERR_print_errors(bio_err); in load_index()
1744 BIO_printf(bio_err, in index_index()
1754 BIO_printf(bio_err, "Error creating name index:(%ld,%ld,%ld)\n", in index_index()
1760 ERR_print_errors(bio_err); in index_index()
1772 BIO_printf(bio_err, "File name too long\n"); in save_index()
1787 BIO_printf(bio_err, "Unable to open '%s'\n", dbfile); in save_index()
1798 BIO_printf(bio_err, "Unable to open '%s'\n", buf[2]); in save_index()
1807 ERR_print_errors(bio_err); in save_index()
1822 BIO_printf(bio_err, "File name too long\n"); in rotate_index()
1843 BIO_printf(bio_err, "Unable to rename %s to %s\n", dbfile, buf[1]); in rotate_index()
1848 BIO_printf(bio_err, "Unable to rename %s to %s\n", buf[0], dbfile); in rotate_index()
1858 BIO_printf(bio_err, "Unable to rename %s to %s\n", buf[4], buf[3]); in rotate_index()
1865 BIO_printf(bio_err, "Unable to rename %s to %s\n", buf[2], buf[4]); in rotate_index()
1874 ERR_print_errors(bio_err); in rotate_index()
1921 BIO_printf(bio_err, in parse_name()
1931 BIO_printf(bio_err, "%s: Out of memory\n", opt_getprog()); in parse_name()
1936 BIO_printf(bio_err, "%s: Error copying %s name input\n", in parse_name()
1955 BIO_printf(bio_err, in parse_name()
1971 BIO_printf(bio_err, in parse_name()
1986 BIO_printf(bio_err, in parse_name()
1990 BIO_printf(bio_err, in parse_name()
1996 BIO_printf(bio_err, in parse_name()
2004 ERR_print_errors(bio_err); in parse_name()
2005 BIO_printf(bio_err, in parse_name()
2089 BIO_printf(bio_err, "%s Policies:", name); in nodes_print()
2091 BIO_puts(bio_err, "\n"); in nodes_print()
2094 X509_POLICY_NODE_print(bio_err, node, 2); in nodes_print()
2097 BIO_puts(bio_err, " <empty>\n"); in nodes_print()
2109 BIO_printf(bio_err, "Require explicit Policy: %s\n", in policies_print()
2223 BIO_printf(bio_err, "parameter error \"%s\"\n", opt); in do_pkey_ctx_init()
2224 ERR_print_errors(bio_err); in do_pkey_ctx_init()
2243 BIO_printf(bio_err, "parameter error \"%s\"\n", opt); in do_x509_init()
2244 ERR_print_errors(bio_err); in do_x509_init()
2263 BIO_printf(bio_err, "parameter error \"%s\"\n", opt); in do_x509_req_init()
2264 ERR_print_errors(bio_err); in do_x509_req_init()
2541 BIO_printf(bio_err, "%s\n", hint); in http_tls_shutdown()
2572 info->timeout, bio_err, opt_getprog())) in app_http_tls_cb()
2786 BIO_printf(bio_err, "To get meaningful results, run " in app_tminterval()
2824 BIO_printf(bio_err, "To get meaningful results, run " in app_tminterval()
3144 BIO_printf(bio_err, "%s: Can't open \"%s\" for writing, %s\n", in bio_open_owner()
3146 ERR_print_errors(bio_err); in bio_open_owner()
3170 BIO_printf(bio_err, in bio_open_default_()
3181 BIO_printf(bio_err, in bio_open_default_()
3185 ERR_print_errors(bio_err); in bio_open_default_()
3271 BIO_printf(bio_err, in check_cert_time_string()
3286 BIO_printf(bio_err, "Error setting notBefore certificate field\n"); in set_cert_times()
3291 BIO_printf(bio_err, "Error setting notBefore certificate field\n"); in set_cert_times()
3301 BIO_printf(bio_err, "Error setting notAfter certificate field\n"); in set_cert_times()
3305 BIO_printf(bio_err, "Error setting notAfter certificate field\n"); in set_cert_times()
3309 BIO_printf(bio_err, "%s: end date before start date\n", in set_cert_times()
3410 BIO_printf(bio_err, "Parameter %s '%s'\n", found ? "error" : "unknown", in app_params_new_from_opts()
3412 ERR_print_errors(bio_err); in app_params_new_from_opts()
3433 BIO_printf(bio_err, "Generating %s key", alg); in app_keygen()
3435 BIO_printf(bio_err, " with %d bits\n", bits); in app_keygen()
3437 BIO_printf(bio_err, "\n"); in app_keygen()
3440 BIO_printf(bio_err, "Warning: generating random key material may take a long time\n" in app_keygen()
3443 BIO_printf(bio_err, "%s: Error generating %s key\n", opt_getprog(), in app_keygen()
3453 BIO_printf(bio_err, "Warning: generating random key parameters may take a long time\n" in app_paramgen()
3456 BIO_printf(bio_err, "%s: Generating %s key parameters failed\n", in app_paramgen()