diff options
author | Stef Walter <stef@thewalter.net> | 2012-12-20 18:10:12 +0100 |
---|---|---|
committer | Stef Walter <stef@thewalter.net> | 2012-12-20 18:11:55 +0100 |
commit | c2c8c8689286896b72dc61e820535b4211c1a128 (patch) | |
tree | c08623b15943775f6dd9b4c8291674e377b38a61 | |
parent | cef70f77eee5ec3883d36761cfb924ae46fbeb96 (diff) |
-rw-r--r-- | Makefile | 5 | ||||
-rw-r--r-- | trust-assertions.xml | 15 |
2 files changed, 18 insertions, 2 deletions
@@ -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/trust-assertions.xml b/trust-assertions.xml index 9450b8c..12ddf2f 100644 --- a/trust-assertions.xml +++ b/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> |