summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2011-02-28 17:23:24 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2011-02-28 17:23:24 +0100
commit3b717f9be88799d139dce2c7800f8d49cdf086d9 (patch)
treec4e759c7cc29e879e50196ad89c77f7ac8a436c7
parente99c3f18557da1a30bfc4795f0fc99b7f911f2a5 (diff)
downloadgnutls-3b717f9be88799d139dce2c7800f8d49cdf086d9.tar.gz
updates on -ALL priorities.
-rw-r--r--doc/cha-intro-tls.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/cha-intro-tls.texi b/doc/cha-intro-tls.texi
index d694d4dd1b..8639bb3e01 100644
--- a/doc/cha-intro-tls.texi
+++ b/doc/cha-intro-tls.texi
@@ -416,8 +416,8 @@ Individual algorithms:
@item Ciphers:
AES-128-CBC, AES-256-CBC, CAMELLIA-128-CBC,
CAMELLIA-256-CBC, ARCFOUR-128, 3DES-CBC ARCFOUR-40. Catch all
-name is CIPHER-ALL which will add all the non-weak algorithms, i.e.
-all except ARCFOUR-40.
+name is CIPHER-ALL which will add all the algorithms from NORMAL
+priority.
@item Key exchange:
RSA, DHE-RSA, DHE-DSS, SRP, SRP-RSA, SRP-DSS,
@@ -425,7 +425,7 @@ PSK, DHE-PSK, ANON-DH, RSA-EXPORT. The
key exchange methods do not have a catch all.
@item MAC:
-MD5, SHA1, SHA256. Catch all is MAC-ALL.
+MD5, SHA1, SHA256. All algorithms from NORMAL priority can be accessed with MAC-ALL.
@item Compression algorithms:
COMP-NULL, COMP-DEFLATE. Catch all is COMP-ALL.