]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
tools: document the available curves
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Wed, 24 Dec 2014 16:34:04 +0000 (18:34 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Wed, 24 Dec 2014 16:34:04 +0000 (18:34 +0200)
src/certtool-args.def
src/p11tool-args.def

index 7bf7f6e522904ac958132d823b6a1af293c590c7..fb8f82d7babfa6d9aa886832873cc14a366f6b7a 100644 (file)
@@ -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 = {
index b1a68e2ce40ab0779f65f0eb5c83fc32cdb92d86..c90c7f1681e998bcef6e9afa4bd088a30e166fad 100644 (file)
@@ -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 = {