summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stef@thewalter.net>2010-12-09 14:36:38 +0000
committerStef Walter <stef@thewalter.net>2010-12-09 14:36:38 +0000
commitb36eac367097d6ec4158b40dfda0179af8ad227e (patch)
tree181a9548293df46851a43fdcf7b9d7184163e60d
parent1a0173daf46417bb30cb4ea79d7e19c9c49fab97 (diff)
A better intro
-rw-r--r--trust-assertions.xml9
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>