diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2014-02-28 19:35:13 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2014-02-28 19:35:13 +0100 |
commit | 662e12ac824fe32f183be82be3bb147f0704af09 (patch) | |
tree | 604bdfeb1c9c4f4a198dad051473a9ccce689b76 /src/serv-args.def | |
parent | 9c07f75676b6b70da10e99c409b0cb7dbc245463 (diff) | |
download | gnutls-662e12ac824fe32f183be82be3bb147f0704af09.tar.gz |
documented the defaults
Diffstat (limited to 'src/serv-args.def')
-rw-r--r-- | src/serv-args.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/serv-args.def b/src/serv-args.def index b937ead4bf..1caf7006ed 100644 --- a/src/serv-args.def +++ b/src/serv-args.def @@ -101,7 +101,7 @@ flag = { descrip = "Priorities string"; doc = "TLS algorithms and protocols to enable. You can use predefined sets of ciphersuites such as PERFORMANCE, -NORMAL, SECURE128, SECURE256. +NORMAL, SECURE128, SECURE256. The default is NORMAL. Check the GnuTLS manual on section ``Priority strings'' for more information on allowed keywords"; |