diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2015-04-01 18:29:08 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2015-04-01 18:37:40 +0200 |
commit | 683f834cc840a9cd4472efe665169be7dda13c7a (patch) | |
tree | 58c8df63f113d94543f13e89228cf913c908cb07 /src/p11tool-args.def | |
parent | 0ac2dbb43cdc545d5d9078aa1998df6539a9d102 (diff) | |
download | gnutls-683f834cc840a9cd4472efe665169be7dda13c7a.tar.gz |
p11tool: added the --test-sign parameter
That allows to check an existing key for signing/verification.
Diffstat (limited to 'src/p11tool-args.def')
-rw-r--r-- | src/p11tool-args.def | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/p11tool-args.def b/src/p11tool-args.def index db9f42a3f4..ade9c3e98c 100644 --- a/src/p11tool-args.def +++ b/src/p11tool-args.def @@ -93,6 +93,14 @@ flag = { }; flag = { + name = test-sign; + descrip = "Tests the signature operation of the provided object"; + doc = "It can be used to test the correct operation of the signature operation. +If both a private and a public key are available this operation will sign and verify +the signed data."; +}; + +flag = { name = write; descrip = "Writes the loaded objects to a PKCS #11 token"; doc = "It can be used to write private keys, certificates or secret keys to a token."; |