Searched refs:log_crypto_err (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/unbound/util/
H A Dnet_help.c940 log_crypto_err(const char* str) function
1032 else log_crypto_err(buf);
1036 else log_crypto_err(str);
1128 log_crypto_err("could not set SSL_OP_NO_SSLv2");
1134 log_crypto_err("could not set SSL_OP_NO_SSLv3");
1141 log_crypto_err("could not set SSL_OP_NO_TLSv1");
1149 log_crypto_err("could not set SSL_OP_NO_TLSv1_1");
1157 log_crypto_err("could not set SSL_OP_NO_RENEGOTIATION");
1166 log_crypto_err("could not set cipher list with SSL_CTX_set_cipher_list");
1175 log_crypto_err("coul
[all...]
H A Dnet_help.h423 void log_crypto_err(const char* str);
435 * log_crypto_err.
/freebsd-current/contrib/unbound/daemon/
H A Dremote.c117 log_crypto_err("could not SSL_CTX_new");
133 log_crypto_err("Error in SSL_CTX use_certificate_chain_file");
138 log_crypto_err("Error in SSL_CTX use_PrivateKey_file");
143 log_crypto_err("Error in SSL_CTX check_private_key");
148 log_crypto_err("Error setting up SSL_CTX verify locations");
461 log_crypto_err("could not SSL_new");
469 log_crypto_err("could not SSL_set_fd");

Completed in 174 milliseconds