summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2013-08-24 23:25:57 +0300
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2013-08-24 23:25:57 +0300
commitf493ec544dd5abe81fc4c4cc3fa6875be4207c70 (patch)
treecbad39be08650bdc3ed55d79c5bdf9271f37ba30
parentb06188875d4af228a56a6b489fbc237d05347185 (diff)
downloadgnutls-f493ec544dd5abe81fc4c4cc3fa6875be4207c70.tar.gz
No longer recommend the use of RC4
-rw-r--r--doc/cha-gtls-app.texi9
1 files changed, 1 insertions, 8 deletions
diff --git a/doc/cha-gtls-app.texi b/doc/cha-gtls-app.texi
index 455152918d..789dc1c34f 100644
--- a/doc/cha-gtls-app.texi
+++ b/doc/cha-gtls-app.texi
@@ -1490,14 +1490,7 @@ another priority string is:
NORMAL:-VERS-TLS-ALL:+VERS-TLS1.0:+VERS-SSL3.0:%COMPAT
@end verbatim
This priority string will in addition to above, only enable SSL 3.0 and
-TLS 1.0 as protocols. Note however that
-there are known attacks against those protocol versions, especially over
-the CBC-mode ciphersuites. To mitigate them another priority string
-that only allows the stream cipher ARCFOUR is below.
-@verbatim
-NORMAL:-VERS-TLS-ALL:+VERS-TLS1.0:+VERS-SSL3.0:-CIPHER-ALL:+ARCFOUR-128:%COMPAT
-@end verbatim
-
+TLS 1.0 as protocols.
@node Compatibility with the OpenSSL library