Lines Matching refs:bio_err

129         BIO_printf(bio_err, "Could not convert PSK key '%s' to buffer\n",  in psk_client_cb()
134 BIO_printf(bio_err, in psk_client_cb()
150 BIO_printf(bio_err, "Error in PSK client callback\n"); in psk_client_cb()
173 BIO_printf(bio_err, "Could not convert PSK key '%s' to buffer\n", in psk_use_session_cb()
181 BIO_printf(bio_err, "Error finding suitable ciphersuite\n"); in psk_use_session_cb()
233 BIO_printf(bio_err, "Can't use SSL_get_servername\n"); in ssl_servername_cb()
393 BIO_printf(bio_err, "%s: warning: bad TLSA %s field in: %s\n", in tlsa_import_rr()
403 ERR_print_errors(bio_err); in tlsa_import_rr()
404 BIO_printf(bio_err, "%s: warning: unusable TLSA rrdata: %s\n", in tlsa_import_rr()
409 ERR_print_errors(bio_err); in tlsa_import_rr()
410 BIO_printf(bio_err, "%s: warning: error loading TLSA rrdata: %s\n", in tlsa_import_rr()
762 BIO_printf(bio_err, "Error writing session file %s\n", sess_out); in new_session_cb()
917 BIO_printf(bio_err, "%s: out of memory\n", opt_getprog()); in s_client_main()
931 BIO_printf(bio_err, in s_client_main()
937 BIO_printf(bio_err, in s_client_main()
944 BIO_printf(bio_err, "Cannot supply multiple protocol flags\n"); in s_client_main()
950 BIO_printf(bio_err, in s_client_main()
959 BIO_printf(bio_err, "%s: Use -help for summary.\n", prog); in s_client_main()
1018 BIO_printf(bio_err, "verify depth is %d\n", verify_args.depth); in s_client_main()
1063 BIO_printf(bio_err, "%s: Memory allocation failure\n", prog); in s_client_main()
1101 BIO_printf(bio_err, "Error getting client auth engine\n"); in s_client_main()
1169 BIO_printf(bio_err, "Not a hex number '%s'\n", psk_key); in s_client_main()
1189 BIO_printf(bio_err, "SRP minimal length for N is %d\n", in s_client_main()
1373 BIO_printf(bio_err, "%s: Memory allocation failure\n", prog); in s_client_main()
1440 BIO_printf(bio_err, in s_client_main()
1480 BIO_printf(bio_err, in s_client_main()
1494 BIO_printf(bio_err, "%s: Can't use both -4 and -6\n", prog); in s_client_main()
1499 BIO_printf(bio_err, in s_client_main()
1505 BIO_printf(bio_err, in s_client_main()
1514 BIO_printf(bio_err, "Cannot supply -nextprotoneg with TLSv1.3\n"); in s_client_main()
1529 BIO_printf(bio_err, in s_client_main()
1541 BIO_printf(bio_err, "%s: -proxy requires use of -connect or target parameter\n", prog); in s_client_main()
1549 BIO_printf(bio_err, "%s: out of memory\n", prog); in s_client_main()
1559 BIO_printf(bio_err, in s_client_main()
1570 BIO_printf(bio_err, in s_client_main()
1579 BIO_printf(bio_err, in s_client_main()
1588 BIO_printf(bio_err, "Can't use -sctp without DTLS\n"); in s_client_main()
1602 BIO_printf(bio_err, "Error parsing -nextprotoneg argument\n"); in s_client_main()
1610 BIO_printf(bio_err, "Error getting private key password\n"); in s_client_main()
1615 BIO_printf(bio_err, "Error getting proxy password\n"); in s_client_main()
1620 BIO_printf(bio_err, "Error: Must specify proxy_user with proxy_pass\n"); in s_client_main()
1653 BIO_puts(bio_err, "Error adding CRL\n"); in s_client_main()
1654 ERR_print_errors(bio_err); in s_client_main()
1673 BIO_printf(bio_err, "Error getting password\n"); in s_client_main()
1680 ERR_print_errors(bio_err); in s_client_main()
1694 BIO_printf(bio_err, "Error using configuration \"%s\"\n", in s_client_main()
1696 ERR_print_errors(bio_err); in s_client_main()
1721 BIO_printf(bio_err, "Error setting verify params\n"); in s_client_main()
1722 ERR_print_errors(bio_err); in s_client_main()
1732 BIO_printf(bio_err, "%s: Max send fragment size %u is out of permitted range\n", in s_client_main()
1739 BIO_printf(bio_err, "%s: Split send fragment size %u is out of permitted range\n", in s_client_main()
1746 BIO_printf(bio_err, "%s: Max pipelines %u is out of permitted range\n", in s_client_main()
1757 BIO_printf(bio_err, in s_client_main()
1767 BIO_printf(bio_err, "Error loading store locations\n"); in s_client_main()
1768 ERR_print_errors(bio_err); in s_client_main()
1776 BIO_printf(bio_err, "Error loading CA names\n"); in s_client_main()
1777 ERR_print_errors(bio_err); in s_client_main()
1785 BIO_puts(bio_err, "Error setting client auth engine\n"); in s_client_main()
1786 ERR_print_errors(bio_err); in s_client_main()
1805 BIO_printf(bio_err, "Can't open PSK session file %s\n", psksessf); in s_client_main()
1806 ERR_print_errors(bio_err); in s_client_main()
1812 BIO_printf(bio_err, "Can't read PSK session file %s\n", psksessf); in s_client_main()
1813 ERR_print_errors(bio_err); in s_client_main()
1824 BIO_printf(bio_err, "Error setting SRTP profile\n"); in s_client_main()
1825 ERR_print_errors(bio_err); in s_client_main()
1843 BIO_printf(bio_err, "Error parsing -alpn argument\n"); in s_client_main()
1848 BIO_printf(bio_err, "Error setting ALPN\n"); in s_client_main()
1859 BIO_printf(bio_err, in s_client_main()
1872 ERR_print_errors(bio_err); in s_client_main()
1878 ERR_print_errors(bio_err); in s_client_main()
1896 ERR_print_errors(bio_err); in s_client_main()
1906 tlsextcbp.biodebug = bio_err; in s_client_main()
1918 BIO_printf(bio_err, in s_client_main()
1921 ERR_print_errors(bio_err); in s_client_main()
1949 BIO_printf(bio_err, "Can't open session file %s\n", sess_in); in s_client_main()
1950 ERR_print_errors(bio_err); in s_client_main()
1956 BIO_printf(bio_err, "Can't open session file %s\n", sess_in); in s_client_main()
1957 ERR_print_errors(bio_err); in s_client_main()
1961 BIO_printf(bio_err, "Can't set session\n"); in s_client_main()
1962 ERR_print_errors(bio_err); in s_client_main()
1978 BIO_printf(bio_err, "Unable to set TLS servername extension.\n"); in s_client_main()
1979 ERR_print_errors(bio_err); in s_client_main()
1986 BIO_printf(bio_err, "%s: Error enabling DANE TLSA " in s_client_main()
1988 ERR_print_errors(bio_err); in s_client_main()
1992 BIO_printf(bio_err, "%s: DANE TLSA authentication requires at " in s_client_main()
1997 BIO_printf(bio_err, "%s: Failed to import any TLSA " in s_client_main()
2004 BIO_printf(bio_err, "%s: DANE TLSA authentication requires the " in s_client_main()
2012 BIO_printf(bio_err, "connect:errno=%d\n", get_last_socket_error()); in s_client_main()
2020 ERR_print_errors(bio_err); in s_client_main()
2037 BIO_printf(bio_err, "memory allocation failure\n"); in s_client_main()
2042 BIO_printf(bio_err, "getsockname:errno=%d\n", in s_client_main()
2065 BIO_printf(bio_err, "MTU too small. Must be at least %ld\n", in s_client_main()
2072 BIO_printf(bio_err, "Failed to set MTU\n"); in s_client_main()
2179 BIO_printf(bio_err, in s_client_main()
2192 BIO_printf(bio_err, "BIO_read failed\n"); in s_client_main()
2218 BIO_printf(bio_err, in s_client_main()
2253 BIO_printf(bio_err, "BIO_read failed\n"); in s_client_main()
2273 BIO_printf(bio_err, "BIO_read failed\n"); in s_client_main()
2315 0 /* no timeout */, bio_err, prog)) in s_client_main()
2347 BIO_printf(bio_err, in s_client_main()
2360 BIO_printf(bio_err, "STARTTLS not supported: %s", mbuf); in s_client_main()
2364 BIO_printf(bio_err, "STARTTLS negotiation failed: "); in s_client_main()
2365 ERR_print_errors(bio_err); in s_client_main()
2374 BIO_printf(bio_err, "Server does not support STARTTLS.\n"); in s_client_main()
2406 BIO_printf(bio_err, "BIO_read failed\n"); in s_client_main()
2410 BIO_printf(bio_err, "MySQL packet too short.\n"); in s_client_main()
2415 BIO_printf(bio_err, "MySQL packet length does not match.\n"); in s_client_main()
2419 BIO_printf(bio_err, in s_client_main()
2428 BIO_printf(bio_err, "Cannot confirm server version. "); in s_client_main()
2437 BIO_printf(bio_err, in s_client_main()
2444 BIO_printf(bio_err, in s_client_main()
2451 BIO_printf(bio_err, "MySQL server does not support SSL.\n"); in s_client_main()
2502 BIO_printf(bio_err, in s_client_main()
2508 BIO_printf(bio_err, "BIO_read failed\n"); in s_client_main()
2513 BIO_printf(bio_err, "STARTTLS failed: %s", mbuf); in s_client_main()
2541 BIO_printf(bio_err, in s_client_main()
2547 BIO_printf(bio_err, "BIO_read failed\n"); in s_client_main()
2552 BIO_printf(bio_err, "STARTTLS failed: %s", mbuf); in s_client_main()
2562 BIO_printf(bio_err, "STARTTLS not supported: %s", mbuf); in s_client_main()
2591 BIO_printf(bio_err, "NCONF_load_bio failed\n"); in s_client_main()
2594 BIO_printf(bio_err, "Error on line %ld\n", errline); in s_client_main()
2602 BIO_printf(bio_err, "NCONF_get_string failed\n"); in s_client_main()
2608 BIO_printf(bio_err, "ASN1_generate_nconf failed\n"); in s_client_main()
2621 BIO_printf(bio_err, "BIO_read failed\n"); in s_client_main()
2626 BIO_printf(bio_err, "ldap_ExtendedResponse_parse failed\n"); in s_client_main()
2629 BIO_printf(bio_err, "STARTTLS failed, LDAP Result Code: %i\n", in s_client_main()
2648 BIO_printf(bio_err, "Cannot open early data file\n"); in s_client_main()
2664 BIO_printf(bio_err, "Error writing early data\n"); in s_client_main()
2666 ERR_print_errors(bio_err); in s_client_main()
2693 BIO_puts(bio_err, "CONNECTION ESTABLISHED\n"); in s_client_main()
2702 BIO_write(bio_err, mbuf, mbuf_len); in s_client_main()
2783 BIO_printf(bio_err, "bad select %d\n", in s_client_main()
2790 BIO_printf(bio_err, "TIMEOUT occurred\n"); in s_client_main()
2843 BIO_printf(bio_err, "write:errno=%d\n", in s_client_main()
2854 ERR_print_errors(bio_err); in s_client_main()
2930 BIO_puts(bio_err, "CONNECTION CLOSED BY SERVER\n"); in s_client_main()
2932 BIO_printf(bio_err, "read:errno=%d\n", ret); in s_client_main()
2941 ERR_print_errors(bio_err); in s_client_main()
2978 BIO_printf(bio_err, "DONE\n"); in s_client_main()
2984 BIO_printf(bio_err, "RENEGOTIATING\n"); in s_client_main()
2989 BIO_printf(bio_err, "KEYUPDATE\n"); in s_client_main()
3212 BIO_printf(bio_err, "Using Kernel TLS for sending\n"); in print_stuff()
3214 BIO_printf(bio_err, "Using Kernel TLS for receiving\n"); in print_stuff()
3383 BIO_printf(bio_err, "Unexpected LDAP response\n"); in ldap_ExtendedResponse_parse()
3393 BIO_printf(bio_err, "No MessageID\n"); in ldap_ExtendedResponse_parse()
3404 BIO_printf(bio_err, "Not ExtendedResponse\n"); in ldap_ExtendedResponse_parse()
3413 BIO_printf(bio_err, "Not LDAPResult\n"); in ldap_ExtendedResponse_parse()