summaryrefslogtreecommitdiff
path: root/src/p11tool-args.def
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2015-03-11 16:02:21 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2015-03-11 16:12:30 +0100
commit6df68aff4c2020983893c9eaaa16c3a40660c092 (patch)
tree71d765b6b3f11c7015641d774a7bd26318e9e77d /src/p11tool-args.def
parent6199c2271d843e48737557c9c1f6f867ddc4d104 (diff)
downloadgnutls-6df68aff4c2020983893c9eaaa16c3a40660c092.tar.gz
p11tool: added --set-id and --set-label options
Diffstat (limited to 'src/p11tool-args.def')
-rw-r--r--src/p11tool-args.def14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/p11tool-args.def b/src/p11tool-args.def
index c90c7f1681..88ae8b4cd7 100644
--- a/src/p11tool-args.def
+++ b/src/p11tool-args.def
@@ -136,6 +136,20 @@ flag = {
};
flag = {
+ name = set-id;
+ descrip = "Set the CKA_ID in the specified by the URL object";
+ doc = "Sets the CKA_ID in the specified by the URL object. The ID should be specified in hexadecimal format.";
+ arg-type = string;
+};
+
+flag = {
+ name = set-label;
+ descrip = "Set the CKA_LABEL in the specified by the URL object";
+ doc = "Sets the CKA_LABEL in the specified by the URL object";
+ arg-type = string;
+};
+
+flag = {
name = label;
arg-type = string;
descrip = "Sets a label for the write operation";