]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
improve doc on special keywords in priority string
authorAndreas Metzler <ametzler@bebt.de>
Tue, 9 Feb 2016 12:37:49 +0000 (13:37 +0100)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Wed, 10 Feb 2016 08:59:40 +0000 (09:59 +0100)
Special keywords in priority strings like %COMPAT may not be prefixed
with +, - or !, "NORMAL:+%COMPAT is invalid.

doc/cha-gtls-app.texi

index 68597b7efbe0a53907badc87b52d391e76450afa..124451f6b61cba88557a62a88395acff3f420dbe 100644 (file)
@@ -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 '-'