Minor roadmap updates

Minor corrections to news feed CRL spec
This commit is contained in:
zzz
2016-04-28 21:51:05 +00:00
parent 3699f24fa3
commit 0eee9301a4
2 changed files with 11 additions and 7 deletions

View File

@@ -74,9 +74,9 @@ Bug fixes, translation updates, geoip updates
<ul><li>
New subscription protocol, addressbook support
</li><li>
Wrapper 3.5.27
Wrapper 3.5.29
</li><li>
GMP 6.0
GMP 6.0 (Debian/Ubuntu packages, new installs)
</li><li>
Sybil tool enhancements
</li><li>
@@ -101,6 +101,8 @@ Initial work on NTCP2
Initial work on New DH
</li><li>
Initial work on Pluggable transports
</li><li>
GMP 6.0 (In-net updates)
</li></ul>

View File

@@ -2,7 +2,7 @@
Software Update Specification
=============================
.. meta::
:lastupdated: March 2016
:lastupdated: April 2016
:accuratefor: 0.9.25
.. contents::
@@ -541,7 +541,7 @@ specification below is preliminary and subject to change.
The <i2p:revocations> entity contains one or more <i2p:crl> entities. The
<i2p:crl> entity contains the following attributes:
date (attribute)
updated (attribute)
Required
Timestamp for this entry (conforming to [RFC-4287]_ (Atom) section 3.3
@@ -552,12 +552,14 @@ The <i2p:revocations> entity contains one or more <i2p:crl> entities. The
is assumed to be 00:00:00 UTC for any processing.
id (attribute)
Required
A unique id for the creator of this CRL.
content
(entity content)
Required
A standard base 64 encoded Certificate Revocation List (CRL) with
newlines, starting with the line '<tt>-----BEGIN X509 CRL-----</tt>' and
ending with the line '<tt>-----END X509 CRL-----</tt>'. See [RFC-5280]_
newlines, starting with the line '-----BEGIN X509 CRL-----' and
ending with the line '-----END X509 CRL-----'. See [RFC-5280]_
for more information on CRLs.