Home
last modified time | relevance | path

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

/NextBSD/contrib/unbound/util/
HDnet_help.c596 log_crypto_err(const char* str) in log_crypto_err() function
618 log_crypto_err("could not SSL_CTX_new"); in listen_sslctx_create()
624 log_crypto_err("could not set SSL_OP_NO_SSLv2"); in listen_sslctx_create()
630 log_crypto_err("could not set SSL_OP_NO_SSLv3"); in listen_sslctx_create()
636 log_crypto_err("error in SSL_CTX use_certificate_chain_file"); in listen_sslctx_create()
642 log_crypto_err("Error in SSL_CTX use_PrivateKey_file"); in listen_sslctx_create()
648 log_crypto_err("Error in SSL_CTX check_private_key"); in listen_sslctx_create()
654 log_crypto_err("Error in SSL_CTX_ecdh_auto, not enabling ECDHE"); in listen_sslctx_create()
660 log_crypto_err("could not find p256, not enabling ECDHE"); in listen_sslctx_create()
663 log_crypto_err("Error in SSL_CTX_set_tmp_ecdh, not enabling ECDHE"); in listen_sslctx_create()
[all …]
HDnet_help.h346 void log_crypto_err(const char* str);
HDnetevent.c998 log_crypto_err("ssl handshake failed"); in ssl_handshake()
1053 log_crypto_err("could not SSL_read"); in ssl_handle_read()
1093 log_crypto_err("could not SSL_read"); in ssl_handle_read()
1143 log_crypto_err("could not SSL_write"); in ssl_handle_write()
1176 log_crypto_err("could not SSL_write"); in ssl_handle_write()
/NextBSD/contrib/unbound/daemon/
HDremote.c206 log_crypto_err("could not SSL_CTX_new"); in daemon_remote_create()
213 log_crypto_err("could not set SSL_OP_NO_SSLv2"); in daemon_remote_create()
219 log_crypto_err("could not set SSL_OP_NO_SSLv3"); in daemon_remote_create()
227 log_crypto_err("Failed to set aNULL cipher list"); in daemon_remote_create()
235 log_crypto_err("Wanted to set DH param, but failed"); in daemon_remote_create()
250 log_crypto_err("Error in SSL_CTX use_certificate_chain_file"); in daemon_remote_create()
255 log_crypto_err("Error in SSL_CTX use_PrivateKey_file"); in daemon_remote_create()
260 log_crypto_err("Error in SSL_CTX check_private_key"); in daemon_remote_create()
265 log_crypto_err("Error in SSL_CTX_ecdh_auto, not enabling ECDHE"); in daemon_remote_create()
271 log_crypto_err("could not find p256, not enabling ECDHE"); in daemon_remote_create()
[all …]