summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-01-20 10:29:34 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-01-20 11:04:11 +0100
commit09713e8e08f90470783e410dafc8871599987f72 (patch)
treea3d02b8a3ae217b9572e549fbaf67f8502bc8250
parentcacde3d31128e1c2d9ee18dc8ef0b791dfe7eb68 (diff)
downloadgnutls-09713e8e08f90470783e410dafc8871599987f72.tar.gz
Revert "Revert "ARCFOUR is disabled from the default priority strings""
This reverts commit b3b5db319d4246e4735017cc423b92175f713a89.
-rw-r--r--lib/gnutls_priority.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/gnutls_priority.c b/lib/gnutls_priority.c
index c71237f567..dc83193267 100644
--- a/lib/gnutls_priority.c
+++ b/lib/gnutls_priority.c
@@ -343,7 +343,6 @@ static const int kx_priority_secure[] = {
};
static const int cipher_priority_performance_default[] = {
- GNUTLS_CIPHER_ARCFOUR_128,
GNUTLS_CIPHER_AES_128_GCM,
GNUTLS_CIPHER_AES_256_GCM,
GNUTLS_CIPHER_CAMELLIA_128_GCM,
@@ -369,7 +368,6 @@ static const int cipher_priority_normal_default[] = {
GNUTLS_CIPHER_CAMELLIA_128_CBC,
GNUTLS_CIPHER_CAMELLIA_256_CBC,
GNUTLS_CIPHER_3DES_CBC,
- GNUTLS_CIPHER_ARCFOUR_128,
0
};