Lines Matching refs:log_crypto_err

928 log_crypto_err(const char* str)  in log_crypto_err()  function
1020 else log_crypto_err(buf); in log_crypto_err_io_code_arg()
1024 else log_crypto_err(str); in log_crypto_err_io_code_arg()
1116 log_crypto_err("could not set SSL_OP_NO_SSLv2"); in listen_sslctx_setup()
1122 log_crypto_err("could not set SSL_OP_NO_SSLv3"); in listen_sslctx_setup()
1129 log_crypto_err("could not set SSL_OP_NO_TLSv1"); in listen_sslctx_setup()
1137 log_crypto_err("could not set SSL_OP_NO_TLSv1_1"); in listen_sslctx_setup()
1145 log_crypto_err("could not set SSL_OP_NO_RENEGOTIATION"); in listen_sslctx_setup()
1154 log_crypto_err("could not set cipher list with SSL_CTX_set_cipher_list"); in listen_sslctx_setup()
1163 log_crypto_err("could not set SSL_OP_IGNORE_UNEXPECTED_EOF"); in listen_sslctx_setup()
1171 log_crypto_err("could not set SSL_OP_CIPHER_SERVER_PREFERENCE"); in listen_sslctx_setup()
1195 log_crypto_err("Error in SSL_CTX_ecdh_auto, not enabling ECDHE"); in listen_sslctx_setup_2()
1201 log_crypto_err("could not find p256, not enabling ECDHE"); in listen_sslctx_setup_2()
1204 log_crypto_err("Error in SSL_CTX_set_tmp_ecdh, not enabling ECDHE"); in listen_sslctx_setup_2()
1220 log_crypto_err("could not SSL_CTX_new"); in listen_sslctx_create()
1239 log_crypto_err("error in SSL_CTX use_certificate_chain_file"); in listen_sslctx_create()
1245 log_crypto_err("Error in SSL_CTX use_PrivateKey_file"); in listen_sslctx_create()
1251 log_crypto_err("Error in SSL_CTX check_private_key"); in listen_sslctx_create()
1258 log_crypto_err("Error in SSL_CTX verify locations"); in listen_sslctx_create()
1370 log_crypto_err("could not allocate SSL_CTX pointer"); in connect_sslctx_create()
1376 log_crypto_err("could not set SSL_OP_NO_SSLv2"); in connect_sslctx_create()
1383 log_crypto_err("could not set SSL_OP_NO_SSLv3"); in connect_sslctx_create()
1391 log_crypto_err("could not set SSL_OP_NO_RENEGOTIATION"); in connect_sslctx_create()
1402 log_crypto_err("could not set SSL_OP_IGNORE_UNEXPECTED_EOF"); in connect_sslctx_create()
1410 log_crypto_err("error in certificate file"); in connect_sslctx_create()
1416 log_crypto_err("error in key file"); in connect_sslctx_create()
1422 log_crypto_err("error in SSL_CTX_check_private_key"); in connect_sslctx_create()
1430 log_crypto_err("error in SSL_CTX verify"); in connect_sslctx_create()
1438 log_crypto_err("error in add_WIN_cacerts_to_openssl_store"); in connect_sslctx_create()
1446 log_crypto_err("error in default_verify_paths"); in connect_sslctx_create()
1466 log_crypto_err("could not SSL_new"); in incoming_ssl_fd()
1472 log_crypto_err("could not SSL_set_fd"); in incoming_ssl_fd()
1488 log_crypto_err("could not SSL_new"); in outgoing_ssl_fd()
1494 log_crypto_err("could not SSL_set_fd"); in outgoing_ssl_fd()