diff options
author | Stef Walter <stef@thewalter.net> | 2010-12-14 14:57:51 +0000 |
---|---|---|
committer | Stef Walter <stef@thewalter.net> | 2010-12-14 14:57:51 +0000 |
commit | 21ade38c7d17909fdd9ecaf0cd96bbd1508c07ce (patch) | |
tree | 583eb5343e4026c186197b86067fc256d70b9597 | |
parent | 1ba04663d0efd044c7b44f29c1ff72daf8e53271 (diff) |
Add note about standard storage attributes.
-rw-r--r-- | trust-assertions.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/trust-assertions.xml b/trust-assertions.xml index 2535fb9..fdfddf4 100644 --- a/trust-assertions.xml +++ b/trust-assertions.xml @@ -161,6 +161,11 @@ common. All trust assertions are of the class <literal>CKO_X_TRUST_ASSERTION</literal>.</para> + <para>In addition to the following trust assertion attributes, all the stardard + PKCS#11 storage object attributes of <literal>CKA_TOKEN</literal>, + <literal>CKA_PRIVATE</literal>, <literal>CKA_MODIFIABLE</literal> and + <literal>CKA_LABEL</literal> may be present.</para> + <table id='assertion-attributes'> <title>General trust assertion attributes</title> <tgroup cols="3"> |