From: Nikos Mavrogiannopoulos Date: Fri, 28 Feb 2014 18:35:13 +0000 (+0100) Subject: documented the defaults X-Git-Tag: gnutls_3_3_0pre0~106 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=662e12ac824fe32f183be82be3bb147f0704af09;p=thirdparty%2Fgnutls.git documented the defaults --- diff --git a/src/cli-args.def b/src/cli-args.def index 252d6ad0e5..9bc90490d1 100644 --- a/src/cli-args.def +++ b/src/cli-args.def @@ -137,7 +137,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"; 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";