gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lsd0007] branch master updated: More KX UDP


From: gnunet
Subject: [lsd0007] branch master updated: More KX UDP
Date: Thu, 27 Jul 2023 22:32:53 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository lsd0007.

The following commit(s) were added to refs/heads/master by this push:
     new 71afc7a  More KX UDP
71afc7a is described below

commit 71afc7a586928db9c9b42f179d6652858c7215a1
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Thu Jul 27 22:32:42 2023 +0200

    More KX UDP
---
 draft-gnunet-communicators.xml | 55 ++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 55 insertions(+)

diff --git a/draft-gnunet-communicators.xml b/draft-gnunet-communicators.xml
index 082a623..0d98d6c 100644
--- a/draft-gnunet-communicators.xml
+++ b/draft-gnunet-communicators.xml
@@ -344,6 +344,61 @@
            A 256-bit random value.
          </dd>
        </dl>
+<figure anchor="figure_udp_confirmation" title="The binary representation of 
the KX confirmation packet">
+       <artwork name="" type="" align="left" alt=""><![CDATA[
+0     8     16    24    32    40    48    56
++-----+-----+-----+-----+-----+-----+-----+-----+
+|                                               |
+|                   SENDER PEER ID              |
+|                                               |
+|                                               |
++-----+-----+-----+-----+-----+-----+-----+-----+
+|                                               |
+|                 SIGNATURE                     |
+|                                               |
+|                                               |
+|                                               |
+|                                               |
+|                                               |
+|                                               |
++-----+-----+-----+-----+-----+-----+-----+-----+
+|                MONOTONIC TIMESTAMP            |
+|                                               |
+|                                               |
+|                                               |
+|                                               |
+|                                               |
+|                                               |
+|                                               |
++-----+-----+-----+-----+-----+-----+-----+-----+
+/                PAYLOAD                        /
++-----+-----+-----+-----+-----+-----+-----+-----+
+         ]]></artwork>
+     </figure>
+       <dl>
+         <dt>SENDER PEER ID</dt>
+         <dd>
+           A 256-bit EdDSA public key.
+         </dd>
+         <dt>SIGNATURE</dt>
+         <dd>
+           The EdDSA signature is computed with the peer private key
+           over the DER-encoded TLS
+           certificate of the peer along with a pseudo-header
+           as detailed in <xref target="figure_udp_handshake_sig"/>.
+         </dd>
+         <dt>MONOTONIC TIMESTAMP</dt>
+         <dd>
+           FIXME.
+         </dd>
+         <dt>PAYLOAD</dt>
+         <dd>
+           Optional payload data. FIXME: Not part of this?
+         </dd>
+       </dl>
+       <t>
+         FIXME: UDPAck, Broadcast
+       </t>
    </section>
    <section anchor="tcp_comm" numbered="true" toc="default">
      <name>TCP communicators</name>

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]