Lines Matching refs:bio_err

145         BIO_printf(bio_err, "Error: client did not send PSK identity\n");  in psk_server_cb()
164 BIO_printf(bio_err, "Could not convert PSK key '%s' to buffer\n", in psk_server_cb()
169 BIO_printf(bio_err, in psk_server_cb()
184 BIO_printf(bio_err, "Error in PSK server callback\n"); in psk_server_cb()
185 (void)BIO_flush(bio_err); in psk_server_cb()
213 BIO_printf(bio_err, "Could not convert PSK key '%s' to buffer\n", in psk_find_session_cb()
221 BIO_printf(bio_err, "Error finding suitable ciphersuite\n"); in psk_find_session_cb()
490 BIO_puts(bio_err, "cert_status: can't parse AIA URL\n"); in get_ocsp_resp_from_responder()
494 BIO_printf(bio_err, "cert_status: AIA URL: %s\n", in get_ocsp_resp_from_responder()
498 BIO_puts(bio_err, in get_ocsp_resp_from_responder()
520 BIO_puts(bio_err, "cert_status: Can't retrieve issuer certificate.\n"); in get_ocsp_resp_from_responder()
543 BIO_puts(bio_err, "cert_status: error querying responder\n"); in get_ocsp_resp_from_responder()
583 BIO_puts(bio_err, "cert_status: callback called\n"); in cert_status_cb()
588 BIO_puts(bio_err, "cert_status: Cannot open OCSP response file\n"); in cert_status_cb()
594 BIO_puts(bio_err, "cert_status: Error reading OCSP response\n"); in cert_status_cb()
609 BIO_puts(bio_err, "cert_status: ocsp response sent:\n"); in cert_status_cb()
610 OCSP_RESPONSE_print(bio_err, resp, 2); in cert_status_cb()
617 ERR_print_errors(bio_err); in cert_status_cb()
1086 BIO_printf(bio_err, "Cannot supply multiple protocol flags\n"); in s_server_main()
1092 BIO_printf(bio_err, in s_server_main()
1100 BIO_printf(bio_err, "%s: Use -help for summary.\n", prog); in s_server_main()
1128 BIO_printf(bio_err, "%s: IPv6 domain sockets unsupported\n", prog); in s_server_main()
1141 BIO_printf(bio_err, in s_server_main()
1156 BIO_printf(bio_err, in s_server_main()
1179 BIO_printf(bio_err, "verify depth is %d\n", verify_args.depth); in s_server_main()
1187 BIO_printf(bio_err, in s_server_main()
1296 BIO_printf(bio_err, "%s: Memory allocation failure\n", prog); in s_server_main()
1380 BIO_printf(bio_err, "Error parsing -status_url argument\n"); in s_server_main()
1438 BIO_printf(bio_err, "Not a hex number '%s'\n", psk_key); in s_server_main()
1612 BIO_printf(bio_err, "Invalid value for max_early_data\n"); in s_server_main()
1619 BIO_printf(bio_err, "Invalid value for recv_max_early_data\n"); in s_server_main()
1660 BIO_printf(bio_err, "Cannot supply -nextprotoneg with TLSv1.3\n"); in s_server_main()
1666 BIO_printf(bio_err, "Can't use -HTTP, -www or -WWW with DTLS\n"); in s_server_main()
1671 BIO_printf(bio_err, "Can only use -listen with DTLS\n"); in s_server_main()
1677 BIO_printf(bio_err, "Can only use --stateless with TLS\n"); in s_server_main()
1683 BIO_printf(bio_err, in s_server_main()
1689 BIO_printf(bio_err, in s_server_main()
1697 BIO_printf(bio_err, "Can't use -sctp without DTLS\n"); in s_server_main()
1712 BIO_printf(bio_err, "Can't use -sendfile without -WWW or -HTTP\n"); in s_server_main()
1718 BIO_printf(bio_err, "Error getting password\n"); in s_server_main()
1782 BIO_puts(bio_err, "Error adding CRL\n"); in s_server_main()
1783 ERR_print_errors(bio_err); in s_server_main()
1803 ERR_print_errors(bio_err); in s_server_main()
1835 ERR_print_errors(bio_err); in s_server_main()
1849 BIO_printf(bio_err, "Error using configuration \"%s\"\n", in s_server_main()
1851 ERR_print_errors(bio_err); in s_server_main()
1869 BIO_printf(bio_err, in s_server_main()
1872 BIO_printf(bio_err, "error setting 'id_prefix'\n"); in s_server_main()
1873 ERR_print_errors(bio_err); in s_server_main()
1876 BIO_printf(bio_err, "id_prefix '%s' set.\n", session_id_prefix); in s_server_main()
1907 BIO_printf(bio_err, "%s: Max send fragment size %u is out of permitted range\n", in s_server_main()
1914 BIO_printf(bio_err, "%s: Split send fragment size %u is out of permitted range\n", in s_server_main()
1920 BIO_printf(bio_err, "%s: Max pipelines %u is out of permitted range\n", in s_server_main()
1932 BIO_printf(bio_err, "Error setting SRTP profile\n"); in s_server_main()
1933 ERR_print_errors(bio_err); in s_server_main()
1941 ERR_print_errors(bio_err); in s_server_main()
1945 BIO_printf(bio_err, "Error setting verify params\n"); in s_server_main()
1946 ERR_print_errors(bio_err); in s_server_main()
1956 BIO_printf(bio_err, "Error loading store locations\n"); in s_server_main()
1957 ERR_print_errors(bio_err); in s_server_main()
1964 ERR_print_errors(bio_err); in s_server_main()
1977 BIO_printf(bio_err, in s_server_main()
1980 BIO_printf(bio_err, "error setting 'id_prefix'\n"); in s_server_main()
1981 ERR_print_errors(bio_err); in s_server_main()
1984 BIO_printf(bio_err, "id_prefix '%s' set.\n", session_id_prefix); in s_server_main()
2004 ERR_print_errors(bio_err); in s_server_main()
2008 BIO_printf(bio_err, "Error setting verify params\n"); in s_server_main()
2009 ERR_print_errors(bio_err); in s_server_main()
2053 BIO_puts(bio_err, "Error setting temp DH parameters\n"); in s_server_main()
2054 ERR_print_errors(bio_err); in s_server_main()
2080 BIO_puts(bio_err, "Error setting temp DH parameters\n"); in s_server_main()
2081 ERR_print_errors(bio_err); in s_server_main()
2095 ERR_print_errors(bio_err); in s_server_main()
2128 BIO_printf(bio_err, "error setting PSK identity hint to context\n"); in s_server_main()
2129 ERR_print_errors(bio_err); in s_server_main()
2139 BIO_printf(bio_err, "Can't open PSK session file %s\n", psksessf); in s_server_main()
2140 ERR_print_errors(bio_err); in s_server_main()
2146 BIO_printf(bio_err, "Can't read PSK session file %s\n", psksessf); in s_server_main()
2147 ERR_print_errors(bio_err); in s_server_main()
2160 BIO_printf(bio_err, "error setting session id context\n"); in s_server_main()
2161 ERR_print_errors(bio_err); in s_server_main()
2178 BIO_printf(bio_err, "error setting session id context\n"); in s_server_main()
2179 ERR_print_errors(bio_err); in s_server_main()
2328 ERR_print_errors(bio_err); in sv_body()
2330 BIO_printf(bio_err, "Turned on non blocking io\n"); in sv_body()
2347 BIO_printf(bio_err, "Error setting session id context\n"); in sv_body()
2353 BIO_printf(bio_err, "Error clearing SSL connection\n"); in sv_body()
2378 BIO_printf(bio_err, "MTU too small. Must be at least %ld\n", in sv_body()
2386 BIO_printf(bio_err, "Failed to set MTU\n"); in sv_body()
2405 BIO_printf(bio_err, "Unable to create BIO\n"); in sv_body()
2406 ERR_print_errors(bio_err); in sv_body()
2457 BIO_printf(bio_err, "Error reading early data\n"); in sv_body()
2458 ERR_print_errors(bio_err); in sv_body()
2531 BIO_printf(bio_err, "TIMEOUT occurred\n"); in sv_body()
2615 ERR_print_errors(bio_err); in sv_body()
2676 ERR_print_errors(bio_err); in sv_body()
2751 ERR_print_errors(bio_err); in sv_body()
2776 BIO_printf(bio_err, "shutdown accept socket\n"); in close_accept_socket()
2803 BIO_printf(bio_err, "ERROR - memory\n"); in init_ssl_connection()
2821 BIO_printf(bio_err, "ERROR - unable to connect\n"); in init_ssl_connection()
2847 BIO_printf(bio_err, in init_ssl_connection()
2879 BIO_printf(bio_err, "ERROR\n"); in init_ssl_connection()
2883 BIO_printf(bio_err, "verify error:%s\n", in init_ssl_connection()
2887 ERR_print_errors(bio_err); in init_ssl_connection()
2978 BIO_printf(bio_err, "Using Kernel TLS for sending\n"); in print_connection_info()
2980 BIO_printf(bio_err, "Using Kernel TLS for receiving\n"); in print_connection_info()
3012 ERR_print_errors(bio_err); in www_body()
3014 BIO_printf(bio_err, "Turned on non blocking io\n"); in www_body()
3073 ERR_print_errors(bio_err); in www_body()
3115 ERR_print_errors(bio_err); in www_body()
3125 ERR_print_errors(bio_err); in www_body()
3297 BIO_printf(bio_err, "FILE:%s\n", p); in www_body()
3344 BIO_printf(bio_err, "KTLS SENDFILE '%s' OK\n", p); in www_body()
3359 BIO_printf(bio_err, "%d\n", i); in www_body()
3362 BIO_printf(bio_err, "RENEGOTIATE\n"); in www_body()
3441 ERR_print_errors(bio_err); in rev_body()
3476 BIO_puts(bio_err, "CONNECTION FAILURE\n"); in rev_body()
3477 ERR_print_errors(bio_err); in rev_body()
3491 BIO_printf(bio_err, "CONNECTION ESTABLISHED\n"); in rev_body()
3499 ERR_print_errors(bio_err); in rev_body()
3518 BIO_printf(bio_err, "CONNECTION CLOSED\n"); in rev_body()
3528 BIO_printf(bio_err, "CONNECTION CLOSED\n"); in rev_body()
3608 BIO_printf(bio_err, "Error encoding session\n"); in add_session()
3616 BIO_printf(bio_err, "Out of memory adding to external cache\n"); in add_session()
3626 BIO_printf(bio_err, "Unexpected session encoding length\n"); in add_session()
3635 BIO_printf(bio_err, "New session added to external cache\n"); in add_session()
3647 BIO_printf(bio_err, "Lookup session: cache hit\n"); in get_session()
3651 BIO_printf(bio_err, "Lookup session: cache miss\n"); in get_session()