summaryrefslogtreecommitdiff
path: root/src/p11tool-args.def
diff options
context:
space:
mode:
Diffstat (limited to 'src/p11tool-args.def')
-rw-r--r--src/p11tool-args.def13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/p11tool-args.def b/src/p11tool-args.def
index b017ae9345..4213238420 100644
--- a/src/p11tool-args.def
+++ b/src/p11tool-args.def
@@ -259,6 +259,14 @@ flag = {
disabled;
descrip = "Marks the object to be written as trusted";
doc = "Marks the object to be generated/written with the CKA_TRUST flag.";
+ flags_cant = mark-distrusted;
+};
+
+flag = {
+ name = mark-distrusted;
+ descrip = "When retrieving objects, it requires the objects to be distrusted (blacklisted)";
+ doc = "Ensures that the objects retrieved have the CKA_X_TRUST flag.";
+ flags_cant = mark-trusted;
};
flag = {
@@ -298,6 +306,11 @@ flag = {
};
flag = {
+ name = distrusted;
+ aliases = mark-distrusted;
+};
+
+flag = {
name = ca;
aliases = mark-ca;
};