summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2016-04-24 14:12:46 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2016-04-24 14:12:46 +0200
commitdce04798999f24b774f001afc108fa996fa18865 (patch)
treef5343726fe17f093b6a391f86401372865ed9824
parent0b31c80f7fb620fd218a77b051818f56735a87cc (diff)
downloadgnutls-dce04798999f24b774f001afc108fa996fa18865.tar.gz
doc: clarify what catch all means in all scenarios
-rw-r--r--doc/cha-gtls-app.texi9
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/cha-gtls-app.texi b/doc/cha-gtls-app.texi
index f5ca04d4fe..14742a61ea 100644
--- a/doc/cha-gtls-app.texi
+++ b/doc/cha-gtls-app.texi
@@ -1143,16 +1143,19 @@ COMP-NULL, COMP-DEFLATE. Catch all is COMP-ALL.
@item TLS versions @tab
VERS-TLS1.0, VERS-TLS1.1, VERS-TLS1.2,
VERS-DTLS1.0, VERS-DTLS1.2.
-Catch all are VERS-ALL, VERS-TLS-ALL and VERS-DTLS-ALL.
+Catch all are VERS-ALL, VERS-TLS-ALL and VERS-DTLS-ALL, and will enable
+all protocols from NORMAL priority.
@item Signature algorithms @tab
SIGN-RSA-SHA1, SIGN-RSA-SHA224,
SIGN-RSA-SHA256, SIGN-RSA-SHA384, SIGN-RSA-SHA512, SIGN-DSA-SHA1,
SIGN-DSA-SHA224, SIGN-DSA-SHA256, SIGN-RSA-MD5. Catch all
-is SIGN-ALL. This is only valid for TLS 1.2 and later.
+which enables all algorithms from NORMAL priority is SIGN-ALL.
+This option is only considered for TLS 1.2 and later.
@item Elliptic curves @tab
-CURVE-SECP192R1, CURVE-SECP224R1, CURVE-SECP256R1, CURVE-SECP384R1, CURVE-SECP521R1. Catch all is CURVE-ALL.
+CURVE-SECP192R1, CURVE-SECP224R1, CURVE-SECP256R1, CURVE-SECP384R1, CURVE-SECP521R1.
+Catch all which enables all curves from NORMAL priority is CURVE-ALL.
@item Certificate type @tab
CTYPE-OPENPGP, CTYPE-X509. Catch all is CTYPE-ALL.