commit 9225017694ccaa8cfd1d8a98b89da320ff06caa3
parent 2bc6dc7543f6f774c5cfdb7d80e0654b3034e8ab
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date: Fri, 23 Aug 2024 15:01:47 +0200
HTTP3 rfc
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/draft-gnunet-communicators.xml b/draft-gnunet-communicators.xml
@@ -29,7 +29,7 @@
<!ENTITY RFC8244 PUBLIC '' "http://xml.resource.org/public/rfc/bibxml/reference.RFC.8244.xml">
<!ENTITY RFC8324 PUBLIC '' "http://xml.resource.org/public/rfc/bibxml/reference.RFC.8324.xml">
<!ENTITY RFC8499 PUBLIC '' "http://xml.resource.org/public/rfc/bibxml/reference.RFC.8499.xml">
-<!ENTITY RFC9000 PUBLIC '' "http://xml.resource.org/public/rfc/bibxml/reference.RFC.9000.xml">
+<!ENTITY RFC9114 PUBLIC '' "http://xml.resource.org/public/rfc/bibxml/reference.RFC.9114.xml">
<!ENTITY RFC9106 PUBLIC '' "http://xml.resource.org/public/rfc/bibxml/reference.RFC.9106.xml">
<!ENTITY RFC9180 PUBLIC '' "http://xml.resource.org/public/rfc/bibxml/reference.RFC.9180.xml">
<!ENTITY I-D.ietf-dnsop-alt-tld PUBLIC '' "http://xml.resource.org/public/rfc/bibxml3/reference.I-D.ietf-dnsop-alt-tld.xml">
@@ -1336,7 +1336,7 @@ SetupCipher(REC_ID, MSK):
<section anchor="http3_comm" numbered="true" toc="default">
<name>HTTP/3 communicator</name>
<t>
- The HTTP/3 <xref target="RFC9000"/> communicator operates over a bidirectional communication channel,
+ The HTTP/3 <xref target="RFC9114"/> communicator operates over a bidirectional communication channel,
with the client initiating the connection and the server on the receiving end.
Once the connection is successfully established, messages are transmitted via POST and GET requests,
and all communication is secured using TLS.
@@ -1419,7 +1419,7 @@ SetupCipher(REC_ID, MSK):
&RFC7748;
&RFC8032;
&RFC8174;
- &RFC9000;
+ &RFC9114;
&RFC9180;
</references>