Skip to content
This repository has been archived by the owner on Jun 24, 2021. It is now read-only.

Commit

Permalink
GNUTLS: Don't use VERS-TLS-ALL
Browse files Browse the repository at this point in the history
It causes problems with older versions of the library.
  • Loading branch information
aaronmdjones committed Feb 28, 2017
1 parent b012874 commit 5d8a480
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libratbox/src/gnutls_ratbox.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ static const char rb_gnutls_default_priority_str[] = ""
"!ARCFOUR-128:"
"!3DES-CBC:"
"!MD5:"
"VERS-TLS-ALL:"
"+VERS-TLS1.2:"
"+VERS-TLS1.1:"
"!VERS-TLS1.0:"
"!VERS-SSL3.0:"
"%SAFE_RENEGOTIATION";

0 comments on commit 5d8a480

Please sign in to comment.