diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2016-06-09 17:38:29 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2016-06-09 17:43:51 +0200 |
commit | 6f425b0fd7d860e9d78b7ba0d9c4d3165d824d7c (patch) | |
tree | 9f189c98f8ef5f823ab3f115be508eea5308511d /doc | |
parent | 22afce2367a214441eaa1e16eda5a4c8844474e4 (diff) | |
download | gnutls-6f425b0fd7d860e9d78b7ba0d9c4d3165d824d7c.tar.gz |
doc: mention the fallback keyword support in manual
Diffstat (limited to 'doc')
-rw-r--r-- | doc/cha-gtls-app.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/cha-gtls-app.texi b/doc/cha-gtls-app.texi index 3b0b6693df..5dd8ae08d5 100644 --- a/doc/cha-gtls-app.texi +++ b/doc/cha-gtls-app.texi @@ -1015,6 +1015,9 @@ It may be followed by additional options that will be appended to the system string (e.g., "@@SYSTEM:+SRP"). The system file should have the format 'KEYWORD=VALUE', e.g., 'SYSTEM=NORMAL:+ARCFOUR-128'. +Since version 3.5.1 it is allowed to specify fallback keywords such +as @@KEYWORD1,@@KEYWORD2, and the first valid keyword will be used. + @item PERFORMANCE @tab All the known to be secure ciphersuites are enabled, limited to 128 bit ciphers and sorted by terms of speed |