<?xml version='1.0' encoding='UTF-8'?>
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" category="info" docName="draft-dpa-tls-dpa-00" submissionType="IETF" version="3">
  <front>
    <title abbrev="TLS-DPA">TLS-DPA: An Identity-Bound Security Protocol for Traditional, Overlay, and Zero-Port Transports</title>
    <author fullname="Benjamin Anthony Fisher" initials="B.A." surname="Fisher">
      <organization>DPA R&amp;D Ltd (https://www.dpa-cloud.co.uk)</organization>
      <address>
        <email>b.fisher@dpa-cloud.co.uk</email>
        <uri>https://orcid.org/0009-0004-4412-2269</uri>
      </address>
    </author>
    <date year="2026" month="January" day="2"/>
    <area>Security</area>
    <keyword>TLS-DPA</keyword>
    <keyword>identity-centric</keyword>
    <keyword>zero-port</keyword>
    <keyword>handshake</keyword>
    <keyword>channel binding</keyword>
    <keyword>post-quantum</keyword>
    <keyword>hybrid KEM</keyword>
    <keyword>UZP</keyword>
    <keyword>UZPIF</keyword>
    <abstract>
      <t>
        TLS-DPA is an experimental, identity-bound security protocol inspired by the design of TLS 1.3 (
        <xref target="RFC8446"/>
        ).
        It is intended to operate consistently across environments where conventional IP address and port semantics are weak,
        unstable, or intentionally absent, including zero-port transports such as UZP (
        <xref target="UZP"/>
        ).
        TLS-DPA generalises the handshake so it is not tied to server-side listeners, binds authentication to Service Identities
        rather than network coordinates, reduces metadata exposure to intermediaries (including rendezvous nodes in UZP fabrics),
        provides a unified hybrid-KEM post-quantum transition model (
        <xref target="NIST-PQC"/>
        ), and supports session continuity
        across overlay path changes (e.g., QUIC Connection IDs; 
        <xref target="RFC9000"/>
        ).
      </t>
    </abstract>
    <note title="Note to Reviewers">
      <t>
        This document is an Internet-Draft derived from internal research material solely to enable structured technical review,
        interoperability discussion, and disciplined specification development under the Internet-Draft process. It is a work-in-progress
        research artefact and does not constitute a standard, recommendation, or finished specification.
      </t>
      <t>
        The name TLS-DPA is used to label this research protocol and avoid confusion with the IETF TLS versioning and registry space.
        It is not presented as a new version of the IETF TLS protocol, and no IANA allocations are requested by this draft.
      </t>
      <t>
        Where this document provides numeric guidance (for example, replay windows, resumption behaviour, or profile parameters),
        the intent is to offer recommended bounds suitable for experimentation; profile-based behaviour and implementation discretion
        are explicitly expected within stated limits.
      </t>
      <t>The text aims to preserve a clear separation of normative and informative material. Requirement words are used only where protocol behaviour is intentionally specified, and the draft avoids implying standards-track status or mandatory implementation.</t>
      <t>This document is intended to support early peer review and international collaboration while retaining flexibility for substantial revision, experimental implementation, and validation. No patent grants or licensing commitments are implied beyond the IETF Trust provisions applicable to Internet-Drafts.</t>
    </note>
  </front>
  <middle>
    <section anchor="scope-and-status" toc="include">
      <name>Scope and Status</name>
      <t>
        This Internet-Draft specifies TLS-DPA, an experimental security protocol intended for identity-first and topology-independent
        deployments, including rendezvous and zero-port fabrics. The goal is to support early review and implementation experiments;
        substantial revision is expected.
      </t>
      <t>
        TLS-DPA is designed for environments where conventional port-listening assumptions and IP:port-based identity binding do not hold.
        It is not a universal replacement, is not mandated outside its target environment, and is designed for
        experimentation and profile-driven deployments.
      </t>
    </section>
    <section anchor="introduction">
      <name>Introduction</name>
      <t>
        TLS 1.3 (
        <xref target="RFC8446"/>
        ) defines the current baseline for transport-layer security on the Internet. However, its usage
        patterns remain oriented around server-side listeners bound to IP address and port tuples, and many deployments treat these network
        coordinates as meaningful anchors for authentication and policy.
      </t>
      <t>
        TLS-DPA extends the design principles of TLS 1.3 to support:
      </t>
      <ul>
        <li>
          <t>
            operation over identity-first, topology-independent transports (for example UZP; 
            <xref target="UZP"/>
            );
          </t>
        </li>
        <li>
          <t>authentication bound to Service Identities, rather than IP addresses and ports;</t>
        </li>
        <li>
          <t>reduced metadata exposure to intermediaries, including rendezvous nodes in UZP fabrics;</t>
        </li>
        <li>
          <t>
            hybrid classical/post-quantum KEM negotiation aligned with the NIST PQC process (
            <xref target="NIST-PQC"/>
            );
          </t>
        </li>
        <li>
          <t>
            session continuity across transport or overlay path changes (for example QUIC Connection IDs; 
            <xref target="RFC9000"/>
            ).
          </t>
        </li>
      </ul>
      <t>
        The TLS-DPA wire image is intended to remain close to TLS 1.3, enabling reuse of existing implementation structure while adding
        explicit identity and transport binding into the handshake transcript and key schedule.
      </t>
      <t>
        TLS-DPA also aligns with zero-trust guidance (NIST SP 800-207 <xref target="NIST-SP800-207"/>) and identity-centric designs
        such as HIP <xref target="RFC7401"/>.
      </t>
    </section>
    <section anchor="conventions-and-terminology">
      <name>Conventions and Terminology</name>
      <t>
        The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED",
        "MAY", and "OPTIONAL" in this document are to be interpreted as described in 
        <xref target="RFC2119"/>
         and 
        <xref target="RFC8174"/>
        when, and only when, they appear in all capitals, as shown here.
      </t>
      <t>Terminology used throughout this document:</t>
      <dl>
        <dt>CID</dt>
        <dd>
          <t>Canonical Identity (a long-term public key hash).</t>
        </dd>
        <dt>EID</dt>
        <dd>
          <t>Ephemeral Identity (a session-level fingerprint).</t>
        </dd>
        <dt>UZP</dt>
        <dd>
          <t>
          Zero-port transport as defined by the companion UZP Internet-Draft (
          <xref target="UZP"/>
          ).
        </t>
        </dd>
        <dt>ZPIT</dt>
        <dd>
          <t>Zero-Port Interconnect Tunnel (a UZP fabric channel).</t>
        </dd>
        <dt>Pantheon</dt>
        <dd>
          <t>A policy/identity authority providing session grants and capability metadata.</t>
        </dd>
        <dt>Service Identity</dt>
        <dd>
          <t>The identity to which TLS-DPA authentication is bound (for example a DNS name, CID, EID, or a UZPIF selector).</t>
        </dd>
      </dl>
    </section>
    <section anchor="design-goals">
      <name>Design Goals</name>
      <t>TLS-DPA is designed to:</t>
      <ol>
        <li>
          <t>decouple channel authentication from IP address and port topology;</t>
        </li>
        <li>
          <t>provide identity-first naming independent of network routing;</t>
        </li>
        <li>
          <t>
            support hybrid classical and post-quantum KEM negotiation aligned with NIST PQC guidance (
            <xref target="NIST-PQC"/>
            );
          </t>
        </li>
        <li>
          <t>reduce metadata in early handshake flights;</t>
        </li>
        <li>
          <t>
            bind channels to transport-level identifiers (for example UZP SessionIDs or QUIC Connection IDs; 
            <xref target="RFC9000"/>
            );
          </t>
        </li>
        <li>
          <t>
            remain closely aligned with the structure of TLS 1.3 (
            <xref target="RFC8446"/>
            );
          </t>
        </li>
        <li>
          <t>
            operate efficiently over UZP and UZPIF rendezvous fabrics (
            <xref target="UZP"/>
            , 
            <xref target="UZPIF"/>
            ).
          </t>
        </li>
      </ol>
      <t>
        Where this document specifies algorithms or parameter sets (for example hybrid KEM combinations), these are intended as
        recommended profiles and may evolve. Implementations may support additional profiles and apply implementation-defined choices
        within any explicit limits described in the relevant sections.
      </t>
    </section>
    <section anchor="overview">
      <name>Overview of TLS-DPA</name>
      <t>
        TLS-DPA retains the basic architecture of TLS 1.3 (
        <xref target="RFC8446"/>
        ) but introduces:
      </t>
      <ul>
        <li>
          <t>transport-agnostic channel binding, via a dedicated extension that carries a transport identifier and class;</t>
        </li>
        <li>
          <t>Service Identity negotiation and binding into the transcript;</t>
        </li>
        <li>
          <t>mandatory transcript binding of identity and transport metadata;</t>
        </li>
        <li>
          <t>PQ-ready hybrid KEM negotiation using an explicit parameter extension;</t>
        </li>
        <li>
          <t>stable session resumption across topology or path changes.</t>
        </li>
      </ul>
      <t>
        TLS-DPA defines the handshake over an abstract TLS-DPA Channel. The channel only needs to provide:
      </t>
      <ul>
        <li>
          <t>ordered or reliably framed delivery;</t>
        </li>
        <li>
          <t>
            a transport-level identifier (e.g., a TCP 4-tuple, QUIC Connection ID; 
            <xref target="RFC9000"/>
            , or a UZP SessionID);
          </t>
        </li>
        <li>
          <t>uniqueness sufficient for transcript binding.</t>
        </li>
      </ul>
    </section>
    <section anchor="channel-model">
      <name>Transport-Agnostic Channel Model</name>
      <t>TLS-DPA treats the underlying transport as providing one or more channels:</t>
      <ul>
        <li>
          <t>
            <strong>TCP</strong>
            : traditional byte stream;
          </t>
        </li>
        <li>
          <t>
            <strong>QUIC</strong>
            : stream over a QUIC connection, identified by QUIC Connection ID (
            <xref target="RFC9000"/>
            );
          </t>
        </li>
        <li>
          <t>
            <strong>UZP</strong>
            : stream inside a ZPIT, identified by a UZP SessionID (
            <xref target="UZP"/>
            ).
          </t>
        </li>
      </ul>
      <t>
        The handshake binds to this transport using the 
        <tt>tlsdpa_transport_binding</tt>
         extension (see 
        <xref target="sec-transport-binding"/>
        ).
      </t>
      <figure anchor="fig-channel">
        <name>TLS-DPA operating over an abstract transport channel.</name>
        <artwork>
+------------+   +---------------+   +------------+
| TLS-DPA    |--&gt;| Transport     |--&gt;| TLS-DPA    |
| Client     |   | Channel       |   | Server     |
| Handshake  |   | Handshake &amp;   |   |            |
| Protected  |   | Protected     |   |            |
| Data       |   | Data          |   |            |
+------------+   +---------------+   +------------+
</artwork>
      </figure>
      <t>This figure places TLS-DPA above a transport channel to highlight the separation from the underlying relay.</t>
    </section>
    <section anchor="identity-binding-model">
      <name>Identity Binding Model</name>
      <t>TLS-DPA authenticates peers using Service Identities, which may be:</t>
      <ul>
        <li>
          <t>DNS names (validated per RFC 6125).</t>
        </li>
        <li>
          <t>UZP CIDs (canonical identities, derived from long-term public keys).</t>
        </li>
        <li>
          <t>UZP EIDs (ephemeral, session-level identities).</t>
        </li>
        <li>
          <t>UZPIF selectors resolved via Pantheon <xref target="UZPIF"/>.</t>
        </li>
      </ul>
      <t>The Service Identity MUST be included in the handshake transcript and validated as described in Section <xref target="sec-service-validation"/>.</t>
      <t>CIDs are intended to be stable over meaningful operational time-scales: changes in CID MUST be treated as key-rotation events and not as transient transport artefacts.</t>
    </section>
    <section anchor="pq-kex-model">
      <name>Post-Quantum Key Exchange Model</name>
      <t>TLS-DPA introduces unified hybrid-KEM negotiation via the <tt>tlsdpa_pq_kem_params</tt> extension. Supported KEM schemes include:</t>
      <ul>
        <li>
          <t>X25519 (classical ECDH).</t>
        </li>
        <li>
          <t>Kyber768 (PQC KEM candidate).</t>
        </li>
        <li>
          <t>A hybrid X25519+Kyber768 mode.</t>
        </li>
      </ul>
      <t>The key schedule incorporates PQ KEM inputs prior to traffic secret derivation, following general design principles for hybrid KEMs in the NIST PQC process <xref target="NIST-PQC"/>.</t>
    </section>
    <section anchor="key-schedule-summary">
      <name>Key Schedule Summary</name>
      <t>TLS-DPA modifies the TLS 1.3 key derivation <xref target="RFC8446"/> to include:</t>
      <ul>
        <li>
          <t>Service Identity.</t>
        </li>
        <li>
          <t>Transport Binding.</t>
        </li>
        <li>
          <t>PQ KEM materials.</t>
        </li>
      </ul>
      <t>Exporter values MUST be bound to both identity and transport (Section <xref target="sec-exporters"/>).</t>
      <t>At a high level, PQ hybrid KEM inputs augment the TLS 1.3 key schedule:</t>
      <figure anchor="eq-shared-secret">
        <name>Hybrid shared secret extraction.</name>
        <artwork><![CDATA[
shared_secret = HKDF-Extract(kem_secret || ecdh_secret)
]]></artwork>
      </figure>
      <t>This equation shows the hybrid extraction step that combines KEM and ECDH inputs.</t>
      <t>AEAD algorithms used with TLS-DPA MUST follow their specification-defined tag lengths. Tags MUST NOT be truncated below 96 bits, and 128-bit tags SHOULD be preferred where supported.</t>
    </section>
    <section anchor="extensions">
      <name>Extensions</name>
      <t>
        (Conversion note) The extension names and structures in this document are intended for experimentation.
        This draft does not request IANA allocations. Where appropriate, implementations may use private-use ranges
        or negotiated profiles.
      </t>
      <section anchor="sec-service-identity">
        <name>tlsdpa_service_identity</name>
        <t>The <tt>tlsdpa_service_identity</tt> extension carries the Service Identity to which the TLS-DPA handshake is bound. For experimentation, this document uses an example private-use code point value (0xFE01); deployments MAY select alternative values by profile.</t>
        <figure anchor="fig-ext-service-identity">
          <name>Service Identity extension structure (informative C-like syntax).</name>
          <artwork><![CDATA[
extension_type = 0xFE01

struct {
    ServiceIdentityType identity_type;
    opaque identity_value<1..2^16-1>;
} ServiceIdentity;

enum {
    dns_name(0),
    uzp_cid(1),
    uzp_eid(2),
    uzpif_selector(3),
    (255)
} ServiceIdentityType;
]]></artwork>
        </figure>
        <t>This figure shows the fields carried in the Service Identity extension.</t>
        <t>The client MUST send exactly one Service Identity. The server MUST validate it according to its type (Section <xref target="sec-service-validation"/>).</t>
      </section>
      <section anchor="sec-transport-binding">
        <name>tlsdpa_transport_binding</name>
        <t>The <tt>tlsdpa_transport_binding</tt> extension binds the handshake transcript to an underlying transport identifier and transport class. For experimentation, this document uses an example private-use code point value (0xFE02); deployments MAY select alternative values by profile.</t>
        <figure anchor="fig-ext-transport-binding">
          <name>Transport Binding extension structure (informative C-like syntax).</name>
          <artwork><![CDATA[
extension_type = 0xFE02

struct {
    opaque transport_id<1..32>;
    uint8  transport_class;   /* 0=TCP, 1=QUIC, 2=UZP */
    opaque transport_params<0..256>;
} TransportBinding;
]]></artwork>
        </figure>
        <t>This figure shows the fields used to bind the handshake to a transport identifier and class.</t>
        <t>For UZP, <tt>transport_id</tt> MUST contain the UZP SessionID. For QUIC, it SHOULD contain the QUIC Connection ID <xref target="RFC9000"/>.</t>
      </section>
      <section anchor="sec-pq-kem-params">
        <name>tlsdpa_pq_kem_params</name>
        <t>The <tt>tlsdpa_pq_kem_params</tt> extension carries the list of acceptable KEM schemes and related profile parameters. For experimentation, this document uses an example private-use code point value (0xFE03); deployments MAY select alternative values by profile.</t>
        <figure anchor="fig-ext-pq-kem-params">
          <name>PQ KEM parameters extension structure (informative C-like syntax).</name>
          <artwork><![CDATA[
extension_type = 0xFE03

struct {
    KEMScheme kem_list<2..2^8-1>;
} PQKemParams;

enum {
    x25519(0),
    kyber768(1),
    hybrid_x25519_kyber768(2),
    (255)
} KEMScheme;
]]></artwork>
        </figure>
        <t>This figure enumerates the acceptable KEM schemes and profile parameters.</t>
        <t>The client proposes a list of acceptable KEM schemes. The selected scheme feeds into the key schedule.</t>
      </section>
    </section>
    <section anchor="transcript-hashing-rules">
      <name>Transcript Hashing Rules</name>
      <t>New transcript components MUST be inserted as follows:</t>
      <figure anchor="fig-transcript-hash">
        <name>Transcript hashing with identity and transport binding (illustrative).</name>
        <artwork><![CDATA[
th = Hash(ClientHello
          || ServiceIdentity
          || TransportBinding
          || PQKemParams
          || ServerHello
          || ... )
]]></artwork>
      </figure>
      <t>This figure shows where the new identity and transport inputs are inserted into the transcript hash.</t>
      <t>Hash mismatches MUST abort the handshake with <tt>illegal_transport_binding</tt> or <tt>identity_mismatch</tt> (Section <xref target="sec-alerts"/>).</t>
    </section>
    <section anchor="sec-exporters">
      <name>Key Schedule and Exporters</name>
      <t>PQ hybrid KEM inputs augment the TLS 1.3 key schedule as:</t>
      <figure anchor="fig-exporter-shared-secret">
        <name>Hybrid shared secret extraction (illustrative).</name>
        <artwork><![CDATA[
shared_secret = HKDF-Extract(kem_secret || ecdh_secret)
]]></artwork>
      </figure>
      <t>This figure shows the shared secret input used for exporter derivation.</t>
      <t>Exporter keys MUST incorporate identity and transport bindings.</t>
      <section anchor="sec-exporter-binding-reqs">
        <name>Exporter Binding Requirements</name>
        <t>TLS-DPA exporters MUST include:</t>
        <ul>
          <li>
            <t>Service Identity (SID).</t>
          </li>
          <li>
            <t>Transport Binding (TB).</t>
          </li>
          <li>
            <t>PQ KEM scheme identifier.</t>
          </li>
          <li>
            <t>UZP SessionID (if transport_class = UZP).</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-exporter-label-structure">
        <name>Exporter Label Structure</name>
        <figure anchor="fig-exporter-label">
          <name>Exporter label structure (illustrative).</name>
          <artwork><![CDATA[
label = "tlsdpa exporter" || 0x00 ||
  identity_type || transport_class
]]></artwork>
        </figure>
        <t>This figure shows the label composition that binds exporter output to identity and transport.</t>
        <t>where identity_type is from ServiceIdentityType, and transport_class is from TransportBinding.</t>
      </section>
      <section anchor="sec-exporter-context-structure">
        <name>Exporter Context Structure</name>
        <figure anchor="fig-exporter-context">
          <name>ExporterContext structure (informative C-like syntax).</name>
          <artwork><![CDATA[
struct {
    opaque sid_hash[32];      /* BLAKE3-256 of Service Identity */
    opaque tb_hash[32];       /* BLAKE3-256 of TransportBinding */
    opaque kem_id[1];         /* selected KEM scheme */
} ExporterContext;
]]></artwork>
        </figure>
        <t>This figure shows the exporter context fields derived from Service Identity, TransportBinding, and the selected KEM.</t>
      </section>
      <section anchor="sec-exporter-example">
        <name>Example Exporter Computation</name>
        <figure anchor="fig-exporter-computation">
          <name>Example exporter computation (illustrative).</name>
          <artwork><![CDATA[
shared = HKDF-Extract(kem_secret || ecdh_secret);
ctx = ExporterContext(sid_hash, tb_hash, kem_id);
key = HKDF-Expand(shared, label, ctx, outlen);
]]></artwork>
        </figure>
        <t>This figure summarizes the exporter computation flow from shared secret to derived key.</t>
      </section>
    </section>
    <section anchor="handshake-diagrams">
      <name>Handshake Diagrams</name>
      <section anchor="sec-uzp-flight-diagram">
        <name>Full UZP Flight Diagram</name>
        <t>Figure <xref target="fig-uzp-flight"/> provides an illustrative end-to-end view of a TLS-DPA handshake relayed via a rendezvous node (RN) in a UZP fabric. The RN forwards handshake flights without decrypting them. Binding ensures the RN cannot replay or modify flows undetected.</t>
        <figure anchor="fig-uzp-flight">
          <name>TLS-DPA handshake relayed via an RN, with end-to-end protection over the ZPIT (illustrative).</name>
          <artwork><![CDATA[
EP-Client      RN      EP-Server
 |--- CH1: ClientHello(SID, TB, PQ) ---->|
 |            |--- CH1' (fwd) ---------->|
 |            |<-- SH1: ServerHello(PQ, TB)|
 |<-- SH1' ----|
 |--- CH2: EncryptedExtensions --------->|
 |            |--- CH2' ----------------->|
 |            |<-- EE2/Cert/Finished -----|
 |<-- EE2'/Cert'/Finished'---------------|
 |<==== Finished / Encrypted App Data ===>|
]]></artwork>
        </figure>
        <t>This figure traces the RN-relayed handshake flights while the endpoints retain end-to-end protection.</t>
        <t>Where:</t>
        <ul>
          <li>
            <t>SID: Service Identity.</t>
          </li>
          <li>
            <t>TB: Transport Binding (UZP SessionID mandatory).</t>
          </li>
          <li>
            <t>PQ: PQ KEM parameters.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-generalised-flow">
        <name>Generalised TLS-DPA Flow</name>
        <t>Figure <xref target="fig-generalised-flow"/> shows a generalised view of the handshake and the role of a transport layer that relays flights but does not decrypt them.</t>
        <figure anchor="fig-generalised-flow">
          <name>Generalised TLS-DPA handshake layers (illustrative).</name>
          <artwork><![CDATA[
Client            Transport Layer            Server
  |--- ClientHello(SID) --------->|                        |
  |                               |--- CH forwarded ------>|
  |                               |<-- ServerHello --------|
  |<-- ServerHello ---------------|                        |
  |--- EncryptedExtensions ------>|                        |
  |<-- Certificate, Finished ------------------------------|
  |--- Finished / Encrypted Application Data ------------->|
]]></artwork>
        </figure>
        <t>This figure shows the transport relay separating TLS-DPA endpoints while preserving end-to-end security.</t>
        <ul>
          <li>
            <t>SID is carried in the ClientHello.</t>
          </li>
          <li>
            <t>The transport layer relays flights but does not decrypt them.</t>
          </li>
          <li>
            <t>End-to-end Finished confirms key schedule integrity.</t>
          </li>
        </ul>
      </section>
    </section>
    <section anchor="sec-service-validation">
      <name>Service Identity Validation</name>
      <section anchor="sec-service-validation-dns">
        <name>DNS</name>
        <t>DNS-based identities MUST be validated according to <xref target="RFC6125"/>.</t>
      </section>
      <section anchor="sec-service-validation-uzp-cid">
        <name>UZP CID</name>
        <t>The CID MUST equal BLAKE3-256(server_longterm_public_key).</t>
      </section>
      <section anchor="sec-service-validation-uzp-eid">
        <name>UZP EID</name>
        <t>The EID MUST match the server-presented ephemeral identity for this session.</t>
      </section>
      <section anchor="sec-service-validation-uzpif-selector">
        <name>UZPIF Selector</name>
        <t>UZPIF selectors MUST be resolved via Pantheon or local cached mappings consistent with Pantheon policy <xref target="UZPIF"/>.</t>
      </section>
      <section anchor="sec-service-validation-failure">
        <name>Failure Handling</name>
        <t>If any validation fails, the implementation MUST abort the handshake with an appropriate alert (Section <xref target="sec-alerts"/>):</t>
        <ul>
          <li>
            <t>identity_mismatch;</t>
          </li>
          <li>
            <t>illegal_transport_binding;</t>
          </li>
          <li>
            <t>pq_required.</t>
          </li>
        </ul>
      </section>
    </section>
    <section anchor="sec-alerts">
      <name>New Alerts</name>
      <t>TLS-DPA defines the following experimental alert descriptions for use in deployments and interoperability testing. The numeric values shown are illustrative and are not requested for IANA allocation by this draft.</t>
      <figure anchor="fig-alerts">
        <name>Experimental alert descriptions (illustrative C-like syntax).</name>
        <artwork><![CDATA[
enum {
    illegal_transport_binding(200),
    identity_mismatch(201),
    pq_required(202),
    grant_invalid(203),
    grant_expired(204),
    (255)
} AlertDescription;
]]></artwork>
      </figure>
      <t>This figure lists the experimental alert codes defined by TLS-DPA.</t>
    </section>
    <section anchor="applicability-uzp">
      <name>Applicability to UZP / UZPIF</name>
      <t>TLS-DPA maps naturally to UZP by binding:</t>
      <ul>
        <li>
          <t>tlsdpa_service_identity -> UZP CID/EID.</t>
        </li>
        <li>
          <t>tlsdpa_transport_binding -> UZP SessionID.</t>
        </li>
        <li>
          <t>PQ capability and fallback -> Pantheon Grants.</t>
        </li>
      </ul>
      <t>UZP's multi-step rendezvous and authentication model <xref target="UZP"/> and <xref target="UZPIF"/> provides:</t>
      <ul>
        <li>
          <t>stronger pre-TLS identity establishment;</t>
        </li>
        <li>
          <t>reduced man-in-the-middle risk;</t>
        </li>
        <li>
          <t>deterministic channel binding for TLS-DPA.</t>
        </li>
      </ul>
    </section>
    <section anchor="early-data">
      <name>Early Data (0-RTT)</name>
      <t>Over UZP:</t>
      <ul>
        <li>
          <t>early data is transmitted inside a ZPIT;</t>
        </li>
        <li>
          <t>replay protection uses CID/EID and Pantheon Grant metadata;</t>
        </li>
        <li>
          <t>early data MUST NOT be used if Pantheon Grants specify "no-replay".</t>
        </li>
      </ul>
      <section anchor="sec-rn-replay-detection">
        <name>RN Replay Detection</name>
        <t>The RN MUST maintain a sliding replay cache keyed on:</t>
        <figure anchor="fig-rn-replay-key">
          <name>Replay cache key tuple (illustrative).</name>
          <artwork><![CDATA[
GrantNonce || CID || EID || SessionID
]]></artwork>
        </figure>
        <t>This figure shows the tuple the RN uses to index replay state.</t>
        <t>Entries MUST be retained for at least twice the maximum ZPIT propagation delay. Longer retention is permitted. If a duplicate early-flight tuple is observed, the RN MUST drop it silently.</t>
      </section>
      <section anchor="sec-endpoint-replay-detection">
        <name>Endpoint Replay Detection</name>
        <t>Endpoints MUST track GrantNonce values associated with early data. For each:</t>
        <figure anchor="fig-endpoint-replay-tuple">
          <name>Endpoint replay tuple (illustrative).</name>
          <artwork><![CDATA[
(GrantNonce, CID, EID, ticket_age)
]]></artwork>
        </figure>
        <t>This figure shows the endpoint tuple tracked to detect early data replay.</t>
        <t>If an identical tuple is received twice within the resumption window, the endpoint MUST abort with illegal_parameter.</t>
      </section>
      <section anchor="sec-grantnonce-interaction">
        <name>GrantNonce Interaction</name>
        <t>Pantheon MUST issue a fresh GrantNonce per resumed or 0-RTT-enabled session. The nonce MUST be bound into the handshake transcript.</t>
      </section>
      <section anchor="sec-0rtt-uzp-rebinds">
        <name>0-RTT over UZP Rebinds</name>
        <t>If the UZP SessionID changes during path migration, 0-RTT data MUST be rejected unless the new SessionID is verifiably linked to the previous one via Pantheon metadata.</t>
      </section>
    </section>
    <section anchor="threat-model">
      <name>Threat Model</name>
      <t>TLS-DPA is designed to defend against:</t>
      <ul>
        <li>
          <t>passive eavesdropping;</t>
        </li>
        <li>
          <t>active man-in-the-middle;</t>
        </li>
        <li>
          <t>downgrade attacks on both classical and PQ negotiation;</t>
        </li>
        <li>
          <t>identity spoofing;</t>
        </li>
        <li>
          <t>transport reattachment and rebinding attacks across overlays.</t>
        </li>
      </ul>
      <t>In UZP deployments, RN visibility is limited to flow identifiers and encrypted envelopes. No plaintext application data or Service Identity contents are exposed.</t>
    </section>
    <section anchor="operational-considerations">
      <name>Operational Considerations</name>
      <ul>
        <li>
          <t>Middleboxes SHOULD NOT assume fixed IP/port semantics for TLS-DPA channels.</t>
        </li>
        <li>
          <t>Monitoring SHOULD use exporter-based identity hooks rather than IP/port heuristics <xref target="NIST-SP800-207"/>.</t>
        </li>
        <li>
          <t>Session resumption MUST accommodate overlay rebinds (e.g., QUIC Connection IDs, UZP SessionIDs).</t>
        </li>
        <li>
          <t>PQ keys and related metadata SHOULD be logged where required for compliance, in line with local policy.</t>
        </li>
      </ul>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>TLS-DPA implementations MUST:</t>
      <ol>
        <li>
          <t>ensure identity and transport bindings are transcript-authentic;</t>
        </li>
        <li>
          <t>authenticate PQ hybrid negotiation and detect downgrades;</t>
        </li>
        <li>
          <t>suppress downgrade unless explicitly permitted by policy;</t>
        </li>
        <li>
          <t>minimise metadata exposure, especially in early flights;</t>
        </li>
        <li>
          <t>prevent unauthorised reattachment across transports or overlays.</t>
        </li>
      </ol>
      <t>The threat model for TLS-DPA is discussed in Section <xref target="threat-model"/>.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>This document does not request any IANA actions.</t>
      <t>The example code points used for extension_type values and alert descriptions in this document are intended for experimentation (for example in private-use or locally coordinated deployments). Any future request for code point allocation is out of scope for this draft.</t>
    </section>
  </middle>
  <back>
    <references>
      <name>Normative References</name>
      <xi:include href="https://www.rfc-editor.org/refs/bibxml/reference.RFC.2119.xml"/>
      <xi:include href="https://www.rfc-editor.org/refs/bibxml/reference.RFC.8174.xml"/>
      <xi:include href="https://www.rfc-editor.org/refs/bibxml/reference.RFC.6125.xml"/>
    </references>
    <references>
      <name>Informative References</name>
      <xi:include href="https://www.rfc-editor.org/refs/bibxml/reference.RFC.8446.xml"/>
      <xi:include href="https://www.rfc-editor.org/refs/bibxml/reference.RFC.9000.xml"/>
      <xi:include href="https://www.rfc-editor.org/refs/bibxml/reference.RFC.7401.xml"/>
      <reference anchor="UZP">
        <front>
          <title>UZP: Universal Zero-Port Transport Protocol</title>
          <author fullname="Benjamin Anthony Fisher"/>
          <date/>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-dpa-uzp-transport"/>
      </reference>

      <reference anchor="UZPIF">
        <front>
          <title>Universal Zero-Port Interconnect Framework (UZPIF)</title>
          <author fullname="Benjamin Anthony Fisher"/>
          <date/>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-dpa-uzpif-framework"/>
      </reference>
      <reference anchor="NIST-SP800-207" target="https://doi.org/10.6028/NIST.SP.800-207">
        <front>
          <title>Zero Trust Architecture</title>
          <author fullname="Scott Rose"/>
          <author fullname="Oliver Borchert"/>
          <author fullname="Stu Mitchell"/>
          <author fullname="Sean Connelly"/>
          <date year="2019"/>
        </front>
        <seriesInfo name="NIST" value="SP 800-207"/>
      </reference>
      <reference anchor="NIST-PQC" target="https://csrc.nist.gov/Projects/post-quantum-cryptography">
        <front>
          <title>NIST Post-Quantum Cryptography Standardization: Fourth Round Candidate Algorithms</title>
          <author fullname="National Institute of Standards and Technology"/>
          <date year="2022"/>
        </front>
      </reference>
    </references>
    <section anchor="acknowledgements" numbered="false" toc="exclude">
      <name>Acknowledgements</name>
      <t>The author thanks colleagues and early reviewers for discussions on identity-first security, transport binding, and post-quantum transition models. Any errors or omissions remain the author's responsibility.</t>
    </section>
  </back>
</rfc>
