From: Nikos Mavrogiannopoulos Date: Wed, 24 Dec 2014 16:34:04 +0000 (+0200) Subject: tools: document the available curves X-Git-Tag: gnutls_3_4_0~435 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bbeaee2fa7bc85bd45bdb862be0c9b4a0f1c8086;p=thirdparty%2Fgnutls.git tools: document the available curves --- diff --git a/src/certtool-args.def b/src/certtool-args.def index 7bf7f6e522..fb8f82d7ba 100644 --- a/src/certtool-args.def +++ b/src/certtool-args.def @@ -371,7 +371,7 @@ flag = { name = curve; arg-type = string; descrip = "Specify the curve used for EC key generation"; - doc = ""; + doc = "Supported values are secp192r1, secp224r1, secp256r1, secp384r1 and secp521r1."; }; flag = { diff --git a/src/p11tool-args.def b/src/p11tool-args.def index b1a68e2ce4..c90c7f1681 100644 --- a/src/p11tool-args.def +++ b/src/p11tool-args.def @@ -267,7 +267,7 @@ flag = { name = curve; arg-type = string; descrip = "Specify the curve used for EC key generation"; - doc = ""; + doc = "Supported values are secp192r1, secp224r1, secp256r1, secp384r1 and secp521r1."; }; flag = {