summaryrefslogtreecommitdiff
path: root/doc/cha-gtls-app.texi
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2014-04-07 11:33:43 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2014-04-07 11:33:43 +0200
commit69ab6604b430de8771212dd252b83c9ba92cbf51 (patch)
treecbe0540bf21fa79c7daed2f61385d43506825189 /doc/cha-gtls-app.texi
parent3b2ba3866806a65077d80d83b2ad96998bc48e75 (diff)
downloadgnutls-69ab6604b430de8771212dd252b83c9ba92cbf51.tar.gz
The "SYSTEM" initial keyword was replaced with the more generic "@KEYWORD"
The @KEYWORD string will open the pre-configured system priority file and will expand the KEYWORD, to the priority string set in the file. The file should have the following format: KEYWORD=PRIORITY_STRING
Diffstat (limited to 'doc/cha-gtls-app.texi')
-rw-r--r--doc/cha-gtls-app.texi11
1 files changed, 5 insertions, 6 deletions
diff --git a/doc/cha-gtls-app.texi b/doc/cha-gtls-app.texi
index 0aad35fbe9..fb7464b238 100644
--- a/doc/cha-gtls-app.texi
+++ b/doc/cha-gtls-app.texi
@@ -890,13 +890,12 @@ special keywords.
@float Table,tab:prio-keywords
@multitable @columnfractions .20 .70
@headitem Keyword @tab Description
-@item SYSTEM @tab
-Means that a compile-time specified configuration file will be used
-to read the priorities. That is used to impose system-specific policies.
+@item @@KEYWORD @tab
+Means that a compile-time specified system configuration file@footnote{The default is @code{/etc/gnutls/default-priorities}.}
+will be used to expand the provided keyword. That is used to impose system-specific policies.
It may be followed by additional options that will be appended to the
-system string (e.g., "SYSTEM:+SRP"). If there is no available system priority
-string then the default acceptable security level by GnuTLS will be
-set (i.e., NORMAL).
+system string (e.g., "@@SYSTEM:+SRP"). The system file should have the
+format 'KEYWORD=VALUE', e.g., 'SYSTEM=NORMAL:-ARCFOUR-128'.
@item PERFORMANCE @tab
All the known to be secure ciphersuites are enabled,