Searched refs:M_SSLERR (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dssl_openssl.c120 msg (M_SSLERR, "SSL_CTX_new TLSv1_server_method");
133 msg (M_SSLERR, "SSL_CTX_new TLSv1_client_method");
252 msg(M_SSLERR, "Failed to set restricted TLS cipher list, too long (>%zu).", openssl_ciphers_size-1);
267 msg(M_SSLERR, "Failed to set restricted TLS cipher list: %s", openssl_ciphers);
283 msg (M_SSLERR, "Cannot open memory BIO for inline DH parameters");
289 msg (M_SSLERR, "Cannot open %s for DH parameters", dh_file);
296 msg (M_SSLERR, "Cannot load DH parameters from %s", dh_file);
298 msg (M_SSLERR, "SSL_CTX_set_tmp_dh");
331 msg(M_SSLERR, "Error reading inline PKCS#12 file");
339 msg(M_SSLERR, "Erro
[all...]
H A Dcrypto_openssl.c493 msg (M_SSLERR, "Cipher algorithm '%s' not found", ciphername);
554 msg (M_SSLERR, "EVP cipher init #1");
557 msg (M_SSLERR, "EVP set key size");
560 msg (M_SSLERR, "EVP cipher init #2");
635 msg (M_SSLERR, "Message hash algorithm '%s' not found", digest);
H A Derror.h110 #define M_SSLERR (M_FATAL | M_SSL) macro
H A Dssl_polarssl.c318 msg (M_SSLERR, "Private key does not match the certificate");

Completed in 129 milliseconds