Skip to content
Permalink
Browse files
Fix for CONC-558:
Allow all curves when specifiying a cipher suite.
  • Loading branch information
9EOR9 committed Jun 29, 2021
1 parent d111980 commit 07a15f2
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1053,7 +1053,7 @@ static int ma_gnutls_set_ciphers(gnutls_session_t ssl,

token= strtok((char *)cipher_str, ":");

strcpy(prio, "NONE:+VERS-TLS-ALL:+SIGN-ALL:+COMP-NULL");
strcpy(prio, "NONE:+VERS-TLS-ALL:+SIGN-ALL:+COMP-NULL:+CURVE-ALL");

while (token)
{

0 comments on commit 07a15f2

Please sign in to comment.