summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2018-10-25 10:03:01 -0400
committerNikos Mavrogiannopoulos <nmav@redhat.com>2018-11-19 16:50:13 +0100
commit88377775a3eff679a9ec60ab9bfc6b3c683a0407 (patch)
tree758b81f44c5884106aec82eb93b074d69871b80a /src
parenta853e12076f66154d893a1b97de44d91c5269d68 (diff)
downloadgnutls-88377775a3eff679a9ec60ab9bfc6b3c683a0407.tar.gz
Add support for EDDSA/Ed25519 object support via PKCS#11
Tested with softHSM 2.5.0 Resolves #417 Signed-off-by: Simo Sorce <simo@redhat.com> Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Diffstat (limited to 'src')
-rw-r--r--src/p11tool-args.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/p11tool-args.def b/src/p11tool-args.def
index 8477a4ddac..bd7789e017 100644
--- a/src/p11tool-args.def
+++ b/src/p11tool-args.def
@@ -191,7 +191,7 @@ flag = {
arg-type = string;
descrip = "Generate private-public key pair of given type";
doc = "Generates a private-public key pair in the specified token.
-Acceptable types are RSA, ECDSA, and DSA. Should be combined with --sec-param or --bits.";
+Acceptable types are RSA, ECDSA, Ed25519, and DSA. Should be combined with --sec-param or --bits.";
};
flag = {