Home
last modified time | relevance | path

Searched refs:log_crypto_err (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/bsd/unbound/dist/util/
H A Dnet_help.c928 log_crypto_err(const char* str) in log_crypto_err() function
1020 else log_crypto_err(buf); in log_crypto_err_io_code_arg()
1024 else log_crypto_err(str); in log_crypto_err_io_code_arg()
1116 log_crypto_err("could not set SSL_OP_NO_SSLv2"); in listen_sslctx_setup()
1122 log_crypto_err("could not set SSL_OP_NO_SSLv3"); in listen_sslctx_setup()
1129 log_crypto_err("could not set SSL_OP_NO_TLSv1"); in listen_sslctx_setup()
1137 log_crypto_err("could not set SSL_OP_NO_TLSv1_1"); in listen_sslctx_setup()
1145 log_crypto_err("could not set SSL_OP_NO_RENEGOTIATION"); in listen_sslctx_setup()
1154 log_crypto_err("could not set cipher list with SSL_CTX_set_cipher_list"); in listen_sslctx_setup()
1163 log_crypto_err("could not set SSL_OP_IGNORE_UNEXPECTED_EOF"); in listen_sslctx_setup()
[all …]
H A Dnet_help.h423 void log_crypto_err(const char* str);
/netbsd-src/external/bsd/unbound/dist/testcode/
H A Dstreamtcp.c246 log_crypto_err("cannot SSL_write"); in write_q()
265 log_crypto_err("cannot SSL_write"); in write_q()
302 log_crypto_err("could not SSL_read"); in recv_one()
328 log_crypto_err("could not SSL_read"); in recv_one()
487 log_crypto_err("cannot SSL_write"); in send_em()
/netbsd-src/external/bsd/nsd/dist/dnstap/
H A Ddnstap.c149 void log_crypto_err(const char* str); /* in server.c */
396 log_crypto_err("dnstap: SSL_do_handshake failed"); in dt_tls_writer_open()
404 log_crypto_err("SSL verification failed"); in dt_tls_writer_open()
409 log_crypto_err("Server presented no peer certificate"); in dt_tls_writer_open()
462 log_crypto_err("dnstap: could not SSL_read"); in dt_tls_writer_read()
484 log_crypto_err("dnstap: could not SSL_write"); in dt_tls_writer_write()
/netbsd-src/external/bsd/nsd/dist/
H A Dserver.c1880 log_crypto_err(const char* str) in log_crypto_err() function
1960 log_crypto_err("get_ocsp: BIO_new_file failed"); in get_ocsp()
1965 log_crypto_err("get_ocsp: d2i_OCSP_RESPONSE_bio failed"); in get_ocsp()
1971 log_crypto_err("get_ocsp: i2d_OCSP_RESPONSE #1 failed"); in get_ocsp()
1986 log_crypto_err("get_ocsp: i2d_OCSP_RESPONSE #2 failed"); in get_ocsp()
2009 log_crypto_err("Error in SSL_CTX_ecdh_auto, not enabling ECDHE"); in listen_sslctx_setup_2()
2015 log_crypto_err("could not find p256, not enabling ECDHE"); in listen_sslctx_setup_2()
2018 log_crypto_err("Error in SSL_CTX_set_tmp_ecdh, not enabling ECDHE"); in listen_sslctx_setup_2()
2037 log_crypto_err("Error in SSL_set_tlsext_status_ocsp_resp"); in add_ocsp_data_cb()
2052 log_crypto_err("could not SSL_CTX_new"); in server_tls_ctx_setup()
[all …]
H A Dremote.c231 log_crypto_err(const char* str) in log_crypto_err() function
667 log_crypto_err("could not SSL_new"); in remote_accept_callback()
675 log_crypto_err("could not SSL_set_fd"); in remote_accept_callback()
741 log_crypto_err("could not SSL_write"); in ssl_print_text()
796 log_crypto_err("could not SSL_read"); in ssl_read_line()
2407 log_crypto_err("could not SSL_read"); in handle_req()
2491 log_crypto_err("remote control failed ssl"); in remote_handshake_later()
H A Dxfrd-tcp.c33 void log_crypto_err(const char* str); /* in server.c */
922 log_crypto_err(errmsg); in xfrd_tcp_open()
1198 log_crypto_err("xfrd: TLS handshake failed"); in xfrd_tcp_write()
1459 log_crypto_err("xfrd: TLS handshake failed"); in xfrd_tcp_read()
/netbsd-src/external/bsd/unbound/dist/daemon/
H A Dremote.c117 log_crypto_err("could not SSL_CTX_new"); in remote_setup_ctx()
133 log_crypto_err("Error in SSL_CTX use_certificate_chain_file"); in remote_setup_ctx()
138 log_crypto_err("Error in SSL_CTX use_PrivateKey_file"); in remote_setup_ctx()
143 log_crypto_err("Error in SSL_CTX check_private_key"); in remote_setup_ctx()
148 log_crypto_err("Error setting up SSL_CTX verify locations"); in remote_setup_ctx()
461 log_crypto_err("could not SSL_new"); in remote_accept_callback()
469 log_crypto_err("could not SSL_set_fd"); in remote_accept_callback()