commit fcca85c7c6e44bb6009c452e85e818c054353d7a
parent b31cbebc4e61ffc3691b94975c8020beae5087dc
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date: Mon, 21 Feb 2022 19:49:11 +0100
minor cleanup
Diffstat:
1 file changed, 12 insertions(+), 7 deletions(-)
diff --git a/draft-schanzen-r5n.xml b/draft-schanzen-r5n.xml
@@ -7,7 +7,6 @@
<!ENTITY RFC3826 PUBLIC "" "http://xml.resource.org/public/rfc/bibxml/reference.RFC.3826.xml">
<!ENTITY RFC3986 PUBLIC "" "http://xml.resource.org/public/rfc/bibxml/reference.RFC.3986.xml">
<!ENTITY RFC4634 PUBLIC "" "http://xml.resource.org/public/rfc/bibxml/reference.RFC.4634.xml">
-<!ENTITY RFC4648 PUBLIC "" "http://xml.resource.org/public/rfc/bibxml/reference.RFC.4648.xml">
<!ENTITY RFC5869 PUBLIC "" "http://xml.resource.org/public/rfc/bibxml/reference.RFC.5869.xml">
<!ENTITY RFC5890 PUBLIC "" "http://xml.resource.org/public/rfc/bibxml/reference.RFC.5890.xml">
<!ENTITY RFC5891 PUBLIC "" "http://xml.resource.org/public/rfc/bibxml/reference.RFC.5891.xml">
@@ -1362,7 +1361,13 @@ Connectivity | |Underlay| |Underlay|
<name>Block Storage</name>
<section>
<name>Block Processing</name>
- <t>RequestEvaluationResult</t>
+ <t>
+ Block validation may be necessary for both request as well as
+ reply messages.
+ When evaluating request messages and their metadata, the possible
+ evaluation results are:
+ </t>
+ <!--<t>RequestEvaluationResult</t>-->
<dl>
<dt>REQUEST_VALID</dt>
<dd>Query is valid, no reply given.</dd>
@@ -1372,7 +1377,11 @@ Connectivity | |Underlay| |Underlay|
given or of size of XQuery is not appropriate for type.
</dd>
</dl>
- <t>ReplyEvaluationResult</t>
+ <t>
+ When evaluating result messages, the possible evaluation results
+ are:
+ </t>
+ <!-->t>ReplyEvaluationResult</t>-->
<dl>
<dt>OK_MORE</dt>
<dd>Valid result, and there may be more.</dd>
@@ -1678,16 +1687,12 @@ Purpose | Name | References | Description
&RFC3629;
&RFC3986;
&RFC4634;
- &RFC4648;
&RFC6940;
&RFC8126;
&RFC8174;
<reference anchor="ed25519" target="http://link.springer.com/chapter/10.1007/978-3-642-23951-9_9"><front><title>High-Speed High-Security Signatures</title><author initials="D." surname="Bernstein" fullname="Daniel Bernstein"><organization>University of Illinois at Chicago</organization></author><author initials="N." surname="Duif" fullname="Niels Duif"><organization>Technische Universiteit Eindhoven</organization></author><author initials="T." surname="Lange" fullname="Tanja Lange"><organization>Technische Universiteit Eindhoven</organization></author><author initials="P." surname="Schwabe" fullname="Peter Schwabe"><organization>National Taiwan University</organization></author><author initials="B." surname="Yang" fullname="Bo-Yin Yang"><organization>Academia Sinica</organization></author><date year="2011"/></front></reference>
- <reference anchor="CrockfordB32" target="https://www.crockford.com/base32.html"><front><title>Base32</title><author initials="D." surname="Douglas" fullname="Crockford">
- </author><date year="2019" month="March"/></front></reference>
-
<reference anchor="GANA" target="https://gana.gnunet.org/"><front><title>GNUnet Assigned Numbers Authority (GANA)</title><author><organization>GNUnet e.V.</organization></author><date month="April" year="2020"/></front></reference>