Lines Matching refs:log_crypto_err
596 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()
672 log_crypto_err("Error in SSL_CTX verify locations"); in listen_sslctx_create()
692 log_crypto_err("could not allocate SSL_CTX pointer"); in connect_sslctx_create()
697 log_crypto_err("could not set SSL_OP_NO_SSLv2"); in connect_sslctx_create()
703 log_crypto_err("could not set SSL_OP_NO_SSLv3"); in connect_sslctx_create()
710 log_crypto_err("error in certificate file"); in connect_sslctx_create()
716 log_crypto_err("error in key file"); in connect_sslctx_create()
722 log_crypto_err("error in SSL_CTX_check_private_key"); in connect_sslctx_create()
729 log_crypto_err("error in SSL_CTX verify"); in connect_sslctx_create()
747 log_crypto_err("could not SSL_new"); in incoming_ssl_fd()
753 log_crypto_err("could not SSL_set_fd"); in incoming_ssl_fd()
769 log_crypto_err("could not SSL_new"); in outgoing_ssl_fd()
775 log_crypto_err("could not SSL_set_fd"); in outgoing_ssl_fd()