lsd0001

LSD0001: GNU Name System
Log | Files | Refs | README

commit 163085d78a774f808f50604d2c92364fa5566e27
Author: Schanzenbach, Martin <mschanzenbach@posteo.de>
Date:   Tue, 23 Jul 2019 15:17:40 +0200

initial draft skeleton

Diffstat:
Adraft-schanzen-gns.xml | 147+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 147 insertions(+), 0 deletions(-)

diff --git a/draft-schanzen-gns.xml b/draft-schanzen-gns.xml @@ -0,0 +1,147 @@ +<?xml version="1.0" encoding="US-ASCII"?> +<!DOCTYPE rfc SYSTEM "rfc2629.dtd" [ +<!ENTITY RFC3986 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.3986.xml"> +<!ENTITY RFC3629 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.3629.xml"> +]> +<?xml-stylesheet type='text/xsl' href='rfc2629.xslt' ?> + +<?rfc strict="yes" ?> +<?rfc toc="yes" ?> +<?rfc symrefs="yes"?> +<?rfc sortrefs="yes" ?> +<?rfc compact="yes" ?> +<?rfc subcompact="no" ?> + +<rfc category="info" + docName="draft-schanzen-payto-00" + ipr="trust200902"> + + <front> + <title abbrev="The GNU Name System"> + The GNU Name System Specification + </title> + + <author fullname="Martin Schanzenbach" initials="M.S." surname="Schanzenbach"> + <organization>GNUnet e.V.</organization> + <address> + <postal> + <street>Boltzmannstraße 3</street> + <city>Garching</city> + <code>85748</code> + <country>DE</country> + </postal> + <email>schanzen@gnunet.org</email> + </address> + </author> + + <date day="23" month="July" year="2019" /> + + <!-- Meta-data Declarations --> + <area>General</area> + <workgroup>Independent Stream</workgroup> + <keyword>name systems</keyword> + + <abstract> + + <t>This document contains the GNU Name System (GNS) technical specification.</t> + + </abstract> + + </front> + + <middle> + + <section anchor="introduction" title="Introduction"> + <t> + This document contains the GNU Name System (GNS) technical specification + for secure, censorship-resistant and decentralised name resolution. + </t> + <t> + This document defines the normative wire format of resource records, resolution processes, + cryptographic routines and security considerations for use by implementors. + </t> + <t> + + </t> + </section> + + <section anchor="rrecords" + title="Resource Records"> + + <section anchor="wire" title="Wire format"> + <t> + TODO + </t> + </section> + + <section anchor="examples" title="Examples"> + <t> + TODO + </t> + </section> + + <section anchor="serialization" title="Serialization format"> + <t> + TODO (Is this not the same as wire format?) + </t> + </section> + + + <section anchor="encoding" title="Internationalization and Character Encoding"> + <t> + TODO + </t> + </section> + + <section anchor="security" title="Security Considerations"> + <t> + TODO + </t> + </section> + </section> + <section anchor="resolution" title="Record Resolution"> + <t> + TODO + </t> + </section> + <section anchor="revocation" title="Namespace Revocation"> + <t> + TODO + </t> + </section> + <section anchor="iana" title="IANA Considerations"> + <t> + This will be fun + </t> + </section><!-- iana --> + + + </middle> + + <back> + + <references title="Normative References"> + + &RFC3986; + + <!-- <reference anchor="ISO20022"> + <front> + <title>ISO 20022 Financial Services - Universal financial industry message scheme</title> + <author> + <organization>International Organization for Standardization</organization> + <address> + <uri>http://www.iso.ch</uri> + </address> + </author> + <date month="May" year="2013"/> + </front> + </reference>--> + + + </references> + + <!-- Change Log + v00 2017-07-23 MS Initial version + --> + </back> +</rfc>