From 7174986407a9ca5c37bb7564fcf400e315d6d17e Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Sun, 12 Dec 2010 15:01:51 +0000 Subject: Add justification about CKA_TRUSTED. --- trust-assertions.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/trust-assertions.xml b/trust-assertions.xml index b8cba93..8def7d8 100644 --- a/trust-assertions.xml +++ b/trust-assertions.xml @@ -608,6 +608,20 @@ hash thereof. +
+ How is this related to CKA_TRUSTED? + + Later versions of the PKCS#11 spec contain an attribute called CKA_TRUSTED. + This attribute can be set on public keys, secret keys, and certificates by an application + as a flag indicating trust in some form. CKA_TRUSTED can be used as a + crude form of marking which certificates can be used as a certificate authority trust + anchor. + + We see this specification as complementary to CKA_TRUSTED. This specification + defines a fine grained method for representing all sorts of positive and negative trust + assertions, and not just anchored certificates. +
+ -- cgit v1.2.3