diff options
-rw-r--r-- | trust-assertions.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/trust-assertions.xml b/trust-assertions.xml index b6ff827..1d05972 100644 --- a/trust-assertions.xml +++ b/trust-assertions.xml @@ -23,9 +23,18 @@ <section> <title>Introduction</title> + + <para>Trust assertions are represent bits of trust information used by an + application in trust decisions. For example, trust assertions can represent + certificate authority root anchors, pinned certificate exceptions, or + revocation lists.</para> + <para>PKCS#11 XXXREFXXX is a useful and widely supported standard for storage and use of keys and certificates. It is often used with smart cards.</para> + <para>This specification outlines how to store and lookup trust assertions via the + PKCS#11 API. We detail an extension which accomplishes this.</para> + <para>XXX</para> </section> |