summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Metzler <ametzler@bebt.de>2016-02-09 13:37:49 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-02-10 10:00:16 +0100
commita9d6b670fd502d67e9292ec887931d5abb23d1e4 (patch)
tree290868f2bf5ae8c77a1acb08e9c21f38f6093858
parent4c3e72bb7fa468b5daad5801491c5133eca35338 (diff)
downloadgnutls-a9d6b670fd502d67e9292ec887931d5abb23d1e4.tar.gz
improve doc on special keywords in priority string
Special keywords in priority strings like %COMPAT may not be prefixed with +, - or !, "NORMAL:+%COMPAT is invalid.
-rw-r--r--doc/cha-gtls-app.texi5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/cha-gtls-app.texi b/doc/cha-gtls-app.texi
index 893127ee5b..9e25e765fb 100644
--- a/doc/cha-gtls-app.texi
+++ b/doc/cha-gtls-app.texi
@@ -1095,8 +1095,9 @@ are shown in @ref{tab:prio-algorithms}.
To avoid collisions in order to specify a compression algorithm in
the priority string you have to prefix it with "COMP-", protocol versions
with "VERS-", signature algorithms with "SIGN-" and certificate types with "CTYPE-".
-All other algorithms don't need a prefix. Each specified keyword can
-be prefixed with any of the following characters.
+All other algorithms don't need a prefix. Each specified keyword (except
+for @emph{special keywords}) can be prefixed with any of the following
+characters.
@table @asis
@item '!' or '-'