Lines Matching refs:log_crypto_err

1880 log_crypto_err(const char* str)  in log_crypto_err()  function
1960 log_crypto_err("get_ocsp: BIO_new_file failed"); in get_ocsp()
1965 log_crypto_err("get_ocsp: d2i_OCSP_RESPONSE_bio failed"); in get_ocsp()
1971 log_crypto_err("get_ocsp: i2d_OCSP_RESPONSE #1 failed"); in get_ocsp()
1986 log_crypto_err("get_ocsp: i2d_OCSP_RESPONSE #2 failed"); in get_ocsp()
2009 log_crypto_err("Error in SSL_CTX_ecdh_auto, not enabling ECDHE"); in listen_sslctx_setup_2()
2015 log_crypto_err("could not find p256, not enabling ECDHE"); in listen_sslctx_setup_2()
2018 log_crypto_err("Error in SSL_CTX_set_tmp_ecdh, not enabling ECDHE"); in listen_sslctx_setup_2()
2037 log_crypto_err("Error in SSL_set_tlsext_status_ocsp_resp"); in add_ocsp_data_cb()
2052 log_crypto_err("could not SSL_CTX_new"); in server_tls_ctx_setup()
2058 log_crypto_err("could not set SSL_OP_NO_SSLv2"); in server_tls_ctx_setup()
2065 log_crypto_err("could not set SSL_OP_NO_SSLv3"); in server_tls_ctx_setup()
2073 log_crypto_err("could not set SSL_OP_NO_TLSv1"); in server_tls_ctx_setup()
2082 log_crypto_err("could not set SSL_OP_NO_TLSv1_1"); in server_tls_ctx_setup()
2091 log_crypto_err("could not set SSL_OP_NO_RENEGOTIATION"); in server_tls_ctx_setup()
2101 log_crypto_err("could not set cipher list with SSL_CTX_set_cipher_list"); in server_tls_ctx_setup()
2107 log_crypto_err("could not set SSL_OP_CIPHER_SERVER_PREFERENCE"); in server_tls_ctx_setup()
2116 log_crypto_err("error in SSL_CTX use_certificate_chain_file"); in server_tls_ctx_setup()
2122 log_crypto_err("Error in SSL_CTX use_PrivateKey_file"); in server_tls_ctx_setup()
2128 log_crypto_err("Error in SSL_CTX check_private_key"); in server_tls_ctx_setup()
2135 log_crypto_err("Error in SSL_CTX verify locations"); in server_tls_ctx_setup()
2171 log_crypto_err("Error reading OCSPfile"); in server_tls_ctx_create()
2177 log_crypto_err("Error in SSL_CTX_set_tlsext_status_cb"); in server_tls_ctx_create()
4482 log_crypto_err("could not SSL_new"); in incoming_ssl_fd()
4488 log_crypto_err("could not SSL_set_fd"); in incoming_ssl_fd()
4590 log_crypto_err("could not SSL_read"); in more_read_buf_tls()
4934 log_crypto_err("could not SSL_write"); in handle_tls_writing()