Home
last modified time | relevance | path

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

/src/contrib/unbound/util/
H A Dnet_help.c1010 log_crypto_err(const char* str) in log_crypto_err() function
1102 else log_crypto_err(buf); in log_crypto_err_io_code_arg()
1106 else log_crypto_err(str); in log_crypto_err_io_code_arg()
1237 log_crypto_err("could not set SSL_OP_NO_SSLv2"); in listen_sslctx_setup()
1243 log_crypto_err("could not set SSL_OP_NO_SSLv3"); in listen_sslctx_setup()
1250 log_crypto_err("could not set SSL_OP_NO_TLSv1"); in listen_sslctx_setup()
1258 log_crypto_err("could not set SSL_OP_NO_TLSv1_1"); in listen_sslctx_setup()
1266 log_crypto_err("could not set SSL_OP_NO_TLSv1_2"); in listen_sslctx_setup()
1274 log_crypto_err("could not set SSL_OP_NO_RENEGOTIATION"); in listen_sslctx_setup()
1283 log_crypto_err("could not set cipher list with SSL_CTX_set_cipher_list"); in listen_sslctx_setup()
[all …]
H A Dnet_help.h443 void log_crypto_err(const char* str);
/src/contrib/unbound/testcode/
H A Ddoqclient.c1358 log_crypto_err("Could not SSL_CTX_new");
1390 log_crypto_err("Could not SSL_new");
1408 log_crypto_err("Could not SSL_set_fd");
2086 log_crypto_err("Could not read session file with PEM_read_bio_SSL_SESSION");
2092 log_crypto_err("Could not SSL_set_session");
/src/contrib/unbound/services/
H A Dlisten_dnsport.c4650 log_crypto_err("Could not SSL_CTX_new"); in quic_sslctx_create()
4677 log_crypto_err("doq: error in " in quic_sslctx_create()
4684 log_crypto_err("doq: error in SSL_CTX_use_PrivateKey_file"); in quic_sslctx_create()
4690 log_crypto_err("doq: error in SSL_CTX_check_private_key"); in quic_sslctx_create()
4699 log_crypto_err("doq: error in " in quic_sslctx_create()
4758 log_crypto_err("doq: SSL_new failed"); in doq_ssl_server_setup()
/src/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()