summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stefw@redhat.com>2012-12-20 18:10:12 +0100
committerStef Walter <stefw@redhat.com>2013-01-02 09:07:52 +0100
commitc63315db6acf05a36205ebbc681ee5348a824176 (patch)
tree649ac2e3c9aa9972f55173cff7ddec27bcda0917
parente1fa3c75d550bca45c805de423155b3c42e54fd7 (diff)
Add retiry notice.
-rw-r--r--specs/Makefile5
-rw-r--r--specs/trust-assertions.xml15
2 files changed, 18 insertions, 2 deletions
diff --git a/specs/Makefile b/specs/Makefile
index d271c43..6e09878 100644
--- a/specs/Makefile
+++ b/specs/Makefile
@@ -3,4 +3,7 @@ all: html/index.html
html/index.html: docbook-params.xsl trust-assertions.xml Makefile
xmlto -vv html-nochunks trust-assertions.xml
--include Makefile.local
+upload: all
+ rsync --progress \
+ trust-assertions.html \
+ anarchy.freedesktop.org:/srv/p11-glue.freedesktop.org/www/doc/pkcs11-trust-assertions/index.html
diff --git a/specs/trust-assertions.xml b/specs/trust-assertions.xml
index 9450b8c..12ddf2f 100644
--- a/specs/trust-assertions.xml
+++ b/specs/trust-assertions.xml
@@ -5,7 +5,7 @@
<title>Storing Trust Assertions in PKCS#11 Modules</title>
<articleinfo>
- <releaseinfo>Rough "rougher than burlap underwear" draft</releaseinfo>
+ <releaseinfo>This document has been retired.</releaseinfo>
<date>December 2010</date>
<authorgroup>
<author>
@@ -21,6 +21,19 @@
</authorgroup>
</articleinfo>
+ <section id="status">
+ <title>Status of This Document</title>
+
+ <para>This document has been retired. Although the concepts herein worked,
+ they were not compelling enough to be used as a common means of
+ sharing trust information. In particular this document shared
+ deficiencies with prior solutions it was meant to replace.</para>
+
+ <para>Further work on this topic continues under the
+ <ulink url="http://p11-glue.freedesktop.org/doc/sharing-trust-policy/">Sharing Trust Policy</ulink> specification, including the concept of
+ Stapled Certificate Extensions.</para>
+ </section>
+
<section id="introduction">
<title>Introduction</title>