Lines Matching defs:bio_err
114 static BIO *bio_err = NULL;
838 BIO_printf(bio_err, "Can't open session file %s\n", filename);
839 ERR_print_errors(bio_err);
844 BIO_printf(bio_err, "Can't parse session file %s\n", filename);
845 ERR_print_errors(bio_err);
856 BIO_printf(bio_err, "No session information\n");
862 BIO_printf(bio_err, "Can't open session file %s\n", filename);
863 ERR_print_errors(bio_err);
881 BIO_printf(bio_err, "Error parsing: %s\n", version);
939 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE | BIO_FP_TEXT);
953 ERR_print_errors(bio_err);
966 ERR_print_errors(bio_err);
970 ERR_print_errors(bio_err);
979 ERR_print_errors(bio_err);
1039 BIO_printf(bio_err, "Not a hex number '%s'\n", *argv);
1243 BIO_printf(bio_err, "Missing argument for %s\n", arg);
1245 BIO_printf(bio_err, "Error with command %s\n", arg);
1247 BIO_printf(bio_err, "unknown option %s\n", arg);
1397 ERR_print_errors(bio_err);
1429 ERR_print_errors(bio_err);
1442 ERR_print_errors(bio_err);
1455 ERR_print_errors(bio_err);
1467 ERR_print_errors(bio_err);
1476 ERR_print_errors(bio_err);
1484 bio_err);
1506 BIO_printf(bio_err, "Error processing %s %s\n",
1508 ERR_print_errors(bio_err);
1514 BIO_puts(bio_err, "Error finishing context\n");
1515 ERR_print_errors(bio_err);
1544 ERR_print_errors(bio_err);
1551 ERR_print_errors(bio_err);
1581 ERR_print_errors(bio_err);
1604 BIO_printf(bio_err, "setting PSK identity hint to s_ctx\n");
1607 BIO_printf(bio_err, "error setting PSK identity hint to s_ctx\n");
1608 ERR_print_errors(bio_err);
1620 BIO_printf(bio_err,
1638 BIO_printf(bio_err, "Error adding SCT extension\n");
1646 BIO_printf(bio_err, "Error adding TACK extension\n");
1653 BIO_printf(bio_err, "missing serverinfo file\n");
1706 BIO_printf(bio_err, "Error setting custom extensions\n");
1721 BIO_printf(bio_err, "Error parsing -alpn_client argument\n");
1726 BIO_printf(bio_err, "Error setting ALPN\n");
1775 BIO_printf(bio_err, "Can't add server session\n");
1776 ERR_print_errors(bio_err);
1785 BIO_printf(bio_err, "Failed to set session\n");
1791 BIO_printf(bio_err, "Can't set client session\n");
1792 ERR_print_errors(bio_err);
1827 BIO_printf(bio_err, "Error parsing: %s\n", should_negotiate);
1832 BIO_printf(bio_err, "Unexpected version negotiated. "
1842 BIO_printf(bio_err, "Unexpected session reuse state. "
1904 if (CRYPTO_mem_leaks(bio_err) <= 0)
1907 BIO_free(bio_err);
2175 ERR_print_errors(bio_err);
2549 ERR_print_errors(bio_err);
2601 ERR_print_errors(bio_err);
2608 ERR_print_errors(bio_err);
2676 ERR_print_errors(bio_err);
2694 ERR_print_errors(bio_err);
2723 ERR_print_errors(bio_err);
2760 ERR_print_errors(bio_err);
2764 ERR_print_errors(bio_err);
2796 ERR_print_errors(bio_err);
2800 ERR_print_errors(bio_err);
3133 BIO_printf(bio_err, "Could not convert PSK key '%s' to BIGNUM\n",
3139 BIO_printf(bio_err,
3180 BIO_printf(bio_err, "server: PSK error: client identity not found\n");