Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/unbound/util/
H A Dnet_help.c886 log_crypto_err(const char* str) in log_crypto_err() function
969 log_crypto_err("could not set SSL_OP_NO_SSLv2"); in listen_sslctx_setup()
975 log_crypto_err("could not set SSL_OP_NO_SSLv3"); in listen_sslctx_setup()
1063 log_crypto_err("could not SSL_CTX_new"); in listen_sslctx_create()
1240 log_crypto_err("error in certificate file"); in connect_sslctx_create()
1246 log_crypto_err("error in key file"); in connect_sslctx_create()
1260 log_crypto_err("error in SSL_CTX verify"); in connect_sslctx_create()
1290 log_crypto_err("could not SSL_new"); in incoming_ssl_fd()
1296 log_crypto_err("could not SSL_set_fd"); in incoming_ssl_fd()
1312 log_crypto_err("could not SSL_new"); in outgoing_ssl_fd()
[all …]
H A Dnet_help.h394 void log_crypto_err(const char* str);
H A Dnetevent.c1418 log_crypto_err("could not SSL_read");
1468 log_crypto_err("could not SSL_read");
1559 log_crypto_err("could not SSL_write");
1611 log_crypto_err("could not SSL_write");
2280 log_crypto_err("could not SSL_read");
2731 log_crypto_err("could not SSL_read");
2986 log_crypto_err("could not SSL_write");
3059 log_crypto_err("could not SSL_write");
/freebsd-13.1/contrib/unbound/daemon/
H A Dremote.c159 log_crypto_err("could not SSL_CTX_new"); in remote_setup_ctx()
175 log_crypto_err("Error in SSL_CTX use_certificate_chain_file"); in remote_setup_ctx()
180 log_crypto_err("Error in SSL_CTX use_PrivateKey_file"); in remote_setup_ctx()
185 log_crypto_err("Error in SSL_CTX check_private_key"); in remote_setup_ctx()
190 log_crypto_err("Error setting up SSL_CTX verify locations"); in remote_setup_ctx()
503 log_crypto_err("could not SSL_new"); in remote_accept_callback()
511 log_crypto_err("could not SSL_set_fd"); in remote_accept_callback()
573 log_crypto_err("could not SSL_write"); in ssl_print_text()
628 log_crypto_err("could not SSL_read"); in ssl_read_line()
3239 log_crypto_err("could not SSL_read"); in handle_req()
[all …]
/freebsd-13.1/contrib/unbound/dnstap/
H A Ddtstream.c791 log_crypto_err("dnstap io, could not SSL_write"); in dtio_write_ssl()
1032 log_crypto_err("could not SSL_read"); in ssl_read_bytes()
H A Dunbound-dnstap-socket.c709 log_crypto_err("could not SSL_read"); in ssl_read_bytes()