Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/unbound/util/
H A Dnet_help.c805 log_crypto_err(const char* str) in log_crypto_err() function
841 log_crypto_err("could not set SSL_OP_NO_SSLv2"); in listen_sslctx_setup()
847 log_crypto_err("could not set SSL_OP_NO_SSLv3"); in listen_sslctx_setup()
929 log_crypto_err("could not SSL_CTX_new"); in listen_sslctx_create()
1105 log_crypto_err("error in certificate file"); in connect_sslctx_create()
1111 log_crypto_err("error in key file"); in connect_sslctx_create()
1125 log_crypto_err("error in SSL_CTX verify"); in connect_sslctx_create()
1155 log_crypto_err("could not SSL_new"); in incoming_ssl_fd()
1161 log_crypto_err("could not SSL_set_fd"); in incoming_ssl_fd()
1177 log_crypto_err("could not SSL_new"); in outgoing_ssl_fd()
[all …]
H A Dnet_help.h379 void log_crypto_err(const char* str);
H A Dnetevent.c1244 log_crypto_err("could not SSL_read");
1292 log_crypto_err("could not SSL_read");
1363 log_crypto_err("could not SSL_write");
1401 log_crypto_err("could not SSL_write");
1912 log_crypto_err("could not SSL_read");
2364 log_crypto_err("could not SSL_write");
/freebsd-12.1/contrib/unbound/daemon/
H A Dremote.c153 log_crypto_err("could not SSL_CTX_new"); in remote_setup_ctx()
169 log_crypto_err("Error in SSL_CTX use_certificate_chain_file"); in remote_setup_ctx()
174 log_crypto_err("Error in SSL_CTX use_PrivateKey_file"); in remote_setup_ctx()
179 log_crypto_err("Error in SSL_CTX check_private_key"); in remote_setup_ctx()
184 log_crypto_err("Error setting up SSL_CTX verify locations"); in remote_setup_ctx()
497 log_crypto_err("could not SSL_new"); in remote_accept_callback()
505 log_crypto_err("could not SSL_set_fd"); in remote_accept_callback()
567 log_crypto_err("could not SSL_write"); in ssl_print_text()
625 log_crypto_err("could not SSL_read"); in ssl_read_line()
3095 log_crypto_err("could not SSL_read"); in handle_req()
[all …]