Lines Matching refs:log_crypto_err
206 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()
274 log_crypto_err("Error in SSL_CTX_set_tmp_ecdh, not enabling ECDHE"); in daemon_remote_create()
281 log_crypto_err("Error setting up SSL_CTX verify locations"); in daemon_remote_create()
555 log_crypto_err("could not SSL_new"); in remote_accept_callback()
563 log_crypto_err("could not SSL_set_fd"); in remote_accept_callback()
621 log_crypto_err("could not SSL_write"); in ssl_print_text()
661 log_crypto_err("could not SSL_read"); in ssl_read_line()
2551 log_crypto_err("could not SSL_read"); in handle_req()
2616 log_crypto_err("remote control failed ssl"); in remote_control_callback()