Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/util/
H A Dnet_help.c1011 log_crypto_err(const char* str) in log_crypto_err() function
1103 else log_crypto_err(buf); in log_crypto_err_io_code_arg()
1107 else log_crypto_err(str); in log_crypto_err_io_code_arg()
1241 log_crypto_err("could not set SSL_OP_NO_SSLv2"); in listen_sslctx_setup()
1247 log_crypto_err("could not set SSL_OP_NO_SSLv3"); in listen_sslctx_setup()
1254 log_crypto_err("could not set SSL_OP_NO_TLSv1"); in listen_sslctx_setup()
1262 log_crypto_err("could not set SSL_OP_NO_TLSv1_1"); in listen_sslctx_setup()
1271 log_crypto_err("could not set SSL_OP_NO_TLSv1_2"); in listen_sslctx_setup()
1281 log_crypto_err("could not set SSL_OP_NO_TLSv1_3"); in listen_sslctx_setup()
1290 log_crypto_err("could not set SSL_OP_NO_RENEGOTIATION"); in listen_sslctx_setup()
[all …]
H A Dnet_help.h443 void log_crypto_err(const char* str);
/freebsd/contrib/unbound/services/
H A Dlisten_dnsport.c4732 log_crypto_err("Could not SSL_CTX_new"); in quic_sslctx_create()
4759 log_crypto_err("doq: error in " in quic_sslctx_create()
4766 log_crypto_err("doq: error in SSL_CTX_use_PrivateKey_file"); in quic_sslctx_create()
4772 log_crypto_err("doq: error in SSL_CTX_check_private_key"); in quic_sslctx_create()
4781 log_crypto_err("doq: error in " in quic_sslctx_create()
4840 log_crypto_err("doq: SSL_new failed"); in doq_ssl_server_setup()
/freebsd/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()
517 log_crypto_err("could not SSL_new"); in remote_accept_callback()
525 log_crypto_err("could not SSL_set_fd"); in remote_accept_callback()