<?xml version="1.0" encoding="UTF-8"?><?rfc toc="yes"?><!DOCTYPE rfc [ <!ENTITY nbsp " "> <!ENTITY zwsp "​"> <!ENTITY nbhy "‑"> <!ENTITY wj "⁠"> ]> <rfc xmlns:xi="http://www.w3.org/2001/XInclude" submissionType="IETF" category="std" consensus="true"docName="draft-ietf-dtn-tcpclv4-28"docName="draft-ietf-dtn-tcpclv4-26" number="9174" ipr="trust200902"submissionType="IETF"tocInclude="true" symRefs="true" version="3" xml:lang="en"> <front> <title abbrev="DTN TCPCLv4"> Delay-Tolerant Networking TCPConvergence LayerConvergence-Layer Protocol Version 4 </title> <seriesInfoname="Internet-Draft" value="draft-ietf-dtn-tcpclv4-28"/>name="RFC" value="9174"/> <author fullname="Brian Sipos" initials="B." surname="Sipos"> <organization abbrev="RKF Engineering"> RKF Engineering Solutions, LLC </organization> <address> <postal> <street>7500 Old Georgetown Road</street> <street>Suite 1275</street> <city>Bethesda</city> <region>MD</region> <code>20814-6198</code> <country>United States of America</country> </postal> <email>brian.sipos+ietf@gmail.com</email> </address> </author> <author fullname="Michael Demmer" initials="M." surname="Demmer"><organization abbrev="UC Berkeley"> University of California, Berkeley </organization><address><postal> <street>Computer Science Division</street> <street>445 Soda Hall</street> <city>Berkeley</city> <region>CA</region> <code>94720-1776</code> <country>United States of America</country> </postal> <email>demmer@cs.berkeley.edu</email><email>demmer@gmail.com</email> </address> </author> <authorfullname="Joergfullname="Jörg Ott" initials="J." surname="Ott"> <organization>AaltoTechnical University of Munich </organization> <address> <postal><street>Department<extaddr>Department ofCommunications and Networking</street> <street>PO Box 13000</street> <city>Aalto</city> <code>02015</code> <country>Finland</country>Informatics</extaddr> <extaddr>Chair of Connected Mobility</extaddr> <street>Boltzmannstrasse 3</street> <city>Garching</city> <code>DE-85748</code> <country>Germany</country> </postal> <email>ott@in.tum.de</email> </address> </author> <author fullname="Simon Perreault" initials="S." surname="Perreault"><organization> </organization><organization>LogMeIn</organization> <address> <postal><street/><street>410 boulevard Charest Est</street> <street>Suite 250</street> <city>Quebec</city> <region>QC</region> <code>G1K 8G3</code> <country>Canada</country> </postal><email>simon@per.reau.lt</email><email>simon.perreault@logmein.com</email> </address> </author><date/><date month="January" year="2022"/> <area>Transport</area> <workgroup>Delay-Tolerant Networking</workgroup> <keyword>DTN</keyword> <keyword>TCP</keyword> <keyword>TLS</keyword> <keyword>PKIX</keyword> <abstract> <t> This document describes aTCP-basedTCP convergence layer (TCPCL) for Delay-Tolerant Networking (DTN). This version of the TCPCL protocol resolves implementation issues in the earlier TCPCLVersionversion 3of RFC7242as defined in RFC 7242 and provides updates to the Bundle Protocol (BP) contents, encodings, andconvergence layerconvergence-layer requirements in BPVersion 7.version 7 (BPv7). Specifically,theTCPCLv4 usesCBOR-encodedBPv7 bundles encoded by the Concise Binary Object Representation (CBOR) as its service data unit being transported and provides a reliable transport of such bundles. Thisversion ofTCPCL version also includes security and extensibility mechanisms. </t> </abstract> </front> <middle> <section anchor="sec-intro"> <name>Introduction</name> <t> This document describes theTCP-basedTCP convergence-layer protocol for Delay-TolerantNetworking. Delay-TolerantNetworking (DTN). DTN is an end-to-end architecture providing communications in and/or through highly stressed environments, including those with intermittent connectivity, long and/or variable delays, and high bit error rates. More detailed descriptions of the rationale and capabilities of these networks can be found in"Delay-Tolerant Network Architecture""<xref target="RFC4838" format="title"/>" <xreftarget="RFC4838"/>.target="RFC4838" format="default"/>. </t> <t> An important goal of the DTN architecture is to accommodate a wide range of networking technologies and environments. The protocol used for DTN communications is the Bundle ProtocolVersionversion 7 (BPv7) <xreftarget="I-D.ietf-dtn-bpbis"/>,target="RFC9171"/>, an application-layer protocol that is used to construct a store-and-forward overlay network. BPv7 requires the services of a "convergence-layer adapter" (CLA) to send and receive bundles using the service of some "native" link, network, or Internet protocol. This document describes one such convergence-layer adapter that uses the well-known Transmission Control Protocol (TCP). This convergence layer is referred to as TCP Convergence LayerVersionversion 4 (TCPCLv4). For the remainder of thisdocument, thedocument,</t> <ul spacing="normal"> <li>the abbreviation "BP" without the version suffix refers toBPv7. For the remainder of this document, theBPv7.</li> <li>the abbreviation "TCPCL" without the version suffix refers toTCPCLv4. </t>TCPCLv4.</li> </ul> <t> The locations of the TCPCL and theBPBundle Protocol in the Internet model protocol stack (described in <xref target="RFC1122"/>) are shown inFigure 1.<xref target="fig-tcpcl-ip-stack"/>. In particular, when BP is using TCP as its bearer with the TCPCL as its convergence layer, both BP and the TCPCL reside at the application layer of the Internet model. </t> <figure anchor="fig-tcpcl-ip-stack"> <name>The Locations of the Bundle Protocol and the TCP Convergence-Layer Protocol above the Internet Protocol Stack</name> <artwork align="center" type="ascii-art"> +-------------------------+ | DTN Application | -\ +-------------------------| | | Bundle Protocol (BP) | -> Application Layer +-------------------------+ | | TCP Conv. Layer (TCPCL) | | +-------------------------+ | | TLS (optional) | -/ +-------------------------+ | TCP | ---> Transport Layer +-------------------------+ | IPv4/IPv6 | ---> Network Layer +-------------------------+ | Link-Layer Protocol | ---> Link Layer +-------------------------+ </artwork> </figure> <section> <name>Scope</name> <t> This document describes the format of the protocol data units passed between entities participating in TCPCL communications. This document does not address: </t> <ul spacing="normal"> <li> The format of protocol data units of the Bundle Protocol, as those are defined elsewhere in <xreftarget="I-D.ietf-dtn-bpbis"/>.target="RFC9171"/>. This includes the concept of bundle fragmentation or bundle encapsulation. The TCPCL transfers bundles as opaque data blocks. </li> <li> Mechanisms for locating or identifying other bundle entities (peers) within a network or across an internet. The mapping ofNodea node ID to a potential convergence layer (CL) protocol and network address is left to implementation and configuration of the BP Agent (BPA) and its various potential routingstrategies. Thestrategies, as is the mapping of a DNS name and/or address to a choice of an end-entity certificate to authenticate a node to its peers. </li> <li> Logic for routing bundles along a path toward a bundle's endpoint. This CL protocol is involved only in transporting bundles between adjacent entities in a routing sequence. </li> <li> Policies or mechanisms for issuing Public Key Infrastructure Using X.509 (PKIX) certificates; provisioning, deploying, or accessing certificates and private keys; deploying or accessing certificate revocation lists (CRLs); or configuring security parameters on an individual entity or across a network. </li> <li> Uses of TLSwhichthat are not based on PKIX certificate authentication (see <xref target="sec-security-tlsnopki"/>) or in which authentication of both entities is not possible (see <xref target="sec-security-tlsnoauth"/>). </li> </ul> <t> Any TCPCL implementation requires aBP agentBPA to perform thoseabove listedabove-listed functions in order to perform end-to-end bundle delivery. </t> </section> </section> <section> <name>Requirements Language</name><t> The<t>The key words"MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY","<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>", "<bcp14>MAY</bcp14>", and"OPTIONAL""<bcp14>OPTIONAL</bcp14>" in this document are to be interpreted as described inBCP 14BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they appear in all capitals, as shownhere. </t>here.</t> <section anchor="sec-term-defs"> <name>Definitions Specific to the TCPCL Protocol</name> <t> This section contains definitions specific to the TCPCL protocol. </t> <dl newline="false" spacing="normal"> <dt>Network Byte Order:</dt> <dd>MostHere, "network byte order" means most significant byte first,a.k.a.,a.k.a. big endian. All of the integer encodings in this protocolSHALL<bcp14>SHALL</bcp14> be transmitted in network byte order. </dd> <dt>TCPCL Entity:</dt> <dd> <t> This is the notional TCPCL application that initiates TCPCL sessions. This design, implementation, configuration, and specific behavior of such an entity is outside of the scope of this document. However, the concept of an entity has utility within the scope of this document as the container and initiator of TCPCL sessions. The relationship between a TCPCL entity and TCPCL sessions is defined as follows: </t> <ul spacing="normal"> <li> A TCPCLEntity MAYentity <bcp14>MAY</bcp14> actively initiate any number of TCPCLSessionssessions and should do so whenever the entity is the initial transmitter of information to another entity in the network. </li> <li> A TCPCLEntity MAYentity <bcp14>MAY</bcp14> support zero or more passive listening elements that listen for connection requests from other TCPCLEntitiesentities operating on other entities in the network. </li> <li> A TCPCLEntity MAYentity <bcp14>MAY</bcp14> passively initiate any number of TCPCLSessionssessions from requests received by its passive listening element(s) if the entity uses such elements. </li> </ul> <t> These relationships are illustrated in <xref target="fig-entity-session-relations"/>. For most TCPCL behavior within a session, the two entities are symmetric and there is no protocol distinction between them. Some specific behavior, particularly during session establishment, distinguishes between the active entity and the passive entity. For the remainder of this document, the term "entity" without the prefix "TCPCL" refers to a TCPCL entity. </t> </dd> <dt>TCP Connection:</dt> <dd> The termConnection"connection" in this specification exclusively refers to a TCP connection and any and all behaviors, sessions, and other states associated with that TCP connection. </dd> <dt>TCPCL Session:</dt> <dd> A TCPCL session (as opposed to a TCP connection) is a TCPCL communication relationship between two TCPCL entities. A TCPCL session operates within a single underlying TCPconnectionconnection, and the lifetime of a TCPCL session is bound to the lifetime of that TCP connection. A TCPCL session is terminated when the TCP connection ends, dueeithertooneeither (1) one or both entities actively closing the TCP connection ordue to network(2) network errors causing a failure of the TCP connection. Within a single TCPCLsessionsession, there are two possible transferstreams;streams: one in each direction, with one stream from each entity being the outbound stream and the other being the inbound stream (see <xref target="fig-session-stream"/>). From the perspective of a TCPCL session, the two transfer streams do not logically interact with each other. The streams do operate over the same TCP connection and between the sameBP agents,BPAs, so there are logical relationships at those layers (message and bundleinterleavinginterleaving, respectively). For the remainder of this document, the term "session" without the prefix "TCPCL" refers to a TCPCL session. </dd> <dt>Sessionparameters:</dt>Parameters:</dt> <dd> These are a set of values used to affect the operation of the TCPCL for a given session. The manner in which these parameters are conveyed to the bundle entity and thereby to the TCPCL is implementation dependent. However, the mechanism by which two entities exchange and negotiate the values to be used for a given session is described in <xref target="sec-contact-negotiate"/>. </dd> <dt>Transfer Stream:</dt> <dd> ATransfertransfer stream is auni-directionalunidirectional user-data path within a TCPCLSession.session. Transfers sent over a transfer stream are serialized, meaning that one transfer must complete its transmission prior to another transfer being started over the same transfer stream. At the streamlayerlayer, there is no logical relationship between transfers in that stream; it's only within theBP agentBPA that transfers are fully decoded as bundles. Eachuni-directionalunidirectional stream has a single sender entity and a single receiver entity. </dd> <dt>Transfer:</dt> <dd> This refers to the procedures and mechanisms for conveyance of an individual bundle from one node to another. Each transfer within the TCPCL is identified by a Transfer IDnumbernumber, which is guaranteed to be unique only to a single direction within a singleSession.session. </dd> <dt>Transfer Segment:</dt> <dd> A transfer segment is a subset of a transfer of user data being communicated over a transfer stream. </dd> <dt>Idle Session:</dt> <dd> A TCPCL session is idle while there is no transmissionin-progressin progress in either direction. While idle, the only messages being transmitted or received are KEEPALIVE messages. </dd> <dt>Live Session:</dt> <dd> A TCPCL session is live while there is a transmissionin-progressin progress in either direction. </dd> <dt>Reason Codes:</dt> <dd> The TCPCL uses numeric codes to encode specific reasons for individual failure/error message types. </dd> </dl> <t> The relationship between connections, sessions, and streams is shown in <xref target="fig-session-stream"/>. </t> <figure anchor="fig-entity-session-relations"> <name>TherelationshipsRelationships between TCPCLentities</name>Entities</name> <artwork align="center" type="ascii-art"> +--------------------------------------------+ | TCPCL Entity | | | +----------------+ | +--------------------------------+ | | |-+ | | Actively Initiated Session #1 +------------->| Other | | | +--------------------------------+ | | TCPCL Entity's | | | ... | | Passive | | | +--------------------------------+ | | Listener | | | | Actively Initiated Session #n +------------->| | | | +--------------------------------+ | +----------------+ | | | +-----------------+ | +---------------------------+ | | +---| +---------------------------+ | +----------------+ | | | | Optional Passive | | | |-+ | | +-| Listener(s) +<-------------+ | | | | +---------------------------+ | | | | | | | | Other | | | | +---------------------------------+ | | TCPCL Entity's | | | +--->| Passively Initiated Session #1 +-------->| Active | | | | +---------------------------------+ | | Initiator(s) | | | | | | | | | | +---------------------------------+ | | | | | +--->| Passively Initiated Session #n +-------->| | | | +---------------------------------+ | +----------------+ | | | +-----------------+ +--------------------------------------------+ </artwork> </figure> <figure anchor="fig-session-stream"> <name>TherelationshipRelationship within a TCPCL Session of itstwo streams</name>Two Streams</name> <artwork align="center" type="ascii-art"> +---------------------------+ +---------------------------+ | "Own" TCPCL Session | | "Other" TCPCL Session | | | | | | +----------------------+ | | +----------------------+ | | | TCP Connection | | | | TCP Connection | | | | | | | | | | | | +-----------------+ | | Messages | | +-----------------+ | | | | | Own Inbound | +--------------------+ | Peer Outbound | | | | | | Transfer Stream | | Transfer Stream | | | | | | ----- |<---[Seg]--[Seg]--[Seg]---| ----- | | | | | | RECEIVER |---[Ack]----[Ack]-------->| SENDER | | | | | +-----------------+ +-----------------+ | | | | | | | | +-----------------+ +-----------------+ | | | | | Own Outbound |-------[Seg]---[Seg]----->| Peer Inbound | | | | | | Transfer Stream |<---[Ack]----[Ack]-[Ack]--| Transfer Stream | | | | | | ----- | | ----- | | | | | | SENDER | +--------------------+ | RECEIVER | | | | | +-----------------+ | | | | +-----------------+ | | | +-----------------------+ | | +---------------------+ | +----------------------------+ +--------------------------+ </artwork> </figure> </section> </section> <section anchor="sec-prococol"> <name>General Protocol Description</name> <t> The service of this protocol is the transmission of DTN bundles viathe Transmission Control Protocol (TCP).TCP. This document specifies the encapsulation of bundles, procedures for TCP setup and teardown, and a set of messages and entity requirements. The general operation of the protocol is as follows. </t> <section anchor="sec-cl-services"><name>Convergence Layer<name>Convergence-Layer Services</name> <t> This version of the TCPCL protocol provides the following services to support the overlayingBundle Protocol agent.BPA. In all cases, this is not an API definition but a logical description of how the CL can interact with theBP agent.BPA. Each of these interactions can be associated with any number of additional metadata items as necessary to support the operation of the CL orBP agent.BPA. </t> <dl newline="false" spacing="normal"> <dt>Attempt Session:</dt> <dd> The TCPCL allows aBP agentBPA to preemptively attempt to establish a TCPCL session with a peer entity. Each session attempt can send a different set of session negotiation parameters as directed by theBP agent.BPA. </dd> <dt>Terminate Session:</dt> <dd> The TCPCL allows aBP agentBPA to preemptively terminate an established TCPCL session with a peer entity. The terminate request is done on a per-session basis. </dd> <dt>Session State Changed:</dt> <dd> <t> The TCPCL entity indicates to theBP agentBPA when the session state changes. The top-level session states indicatedare:are as follows: </t> <dl newline="false" spacing="normal"> <dt>Connecting:</dt> <dd>A TCP connection is being established. This state only applies to the active entity.</dd> <dt>Contact Negotiating:</dt> <dd>A TCP connection has been made (as either the active or passiveentity)entity), and contact negotiation has begun.</dd> <dt>Session Negotiating:</dt> <dd>Contact negotiation has been completed (including possible TLSuse)use), and session negotiation has begun.</dd> <dt>Established:</dt> <dd> The session has been fully established and is ready for its first transfer. When the session is established, the peerNodenode ID (along with an indication of whether or not it was authenticated) and the negotiated session parameters (see <xref target="sec-session-negotiate"/>) are also communicated to theBP agent.BPA. </dd> <dt>Ending:</dt> <dd>The entity sent a SESS_TERM message and is in theendingEnding state.</dd> <dt>Terminated:</dt> <dd>The session has finished normal termination sequencing.</dd> <dt>Failed:</dt> <dd>The session ended without normal termination sequencing.</dd> </dl> </dd> <dt>Session Idle Changed:</dt> <dd> The TCPCL entity indicates to theBP agentBPA when thelive/idle sub-stateLive/Idle substate of the session changes. This occurs only when the top-level session state is "Established". The session transitions from Idle to Live at theat thestart of a transfer in either transfer stream; the session transitions from Live to Idle at the end of a transfer when the other transfer stream does not have an ongoing transfer. Because the TCPCL transmits serially over a TCPconnectionconnection, it suffers from"head of queue blocking,""head-of-queue blocking", so a transfer in either direction can block an immediate start of a new transfer in the session. </dd> <dt>Begin Transmission:</dt> <dd> The principal purpose of the TCPCL is to allow aBP agentBPA to transmit bundle data over an established TCPCL session. Transmissionrequest isrequests are done on a per-sessionbasisbasis, and the CL does not necessarily perform any per-session or inter-session queueing. Any queueing of transmissions is the obligation of theBP agent.BPA. </dd> <dt>Transmission Success:</dt> <dd> The TCPCL entity indicates to theBP agentBPA when a bundle has been fully transferred to a peer entity. </dd> <dt>Transmission Intermediate Progress:</dt> <dd> The TCPCL entity indicates to theBP agent onBPA the intermediate progress of a transfer to a peer entity. This intermediate progress is at the granularity of each transferred segment. </dd> <dt>Transmission Failure:</dt> <dd> The TCPCL entity indicates to theBP agent onBPA certain reasons for bundle transmission failure, notably when the peer entity rejects the bundle or when a TCPCL session ends before transfer success. The TCPCL itself does not have a notion of transfer timeout. </dd> <dt>Reception Initialized:</dt> <dd> The TCPCL entity indicates this status to the receivingBP agentBPA just before any transmission data is sent. This corresponds to reception of the XFER_SEGMENT message with theSTART<tt>START</tt> flagofset to 1. </dd> <dt>Interrupt Reception:</dt> <dd> The TCPCL entity allows aBP agentBPA to interrupt an individual transfer before it has fully completed (successfully or not). Interruption can occur any time after the reception is initialized. </dd> <dt>Reception Success:</dt> <dd> The TCPCL entity indicates to theBP agentBPA when a bundle has been fully transferred from a peer entity. </dd> <dt>Reception Intermediate Progress:</dt> <dd> The TCPCL entity indicates to theBP agent onBPA the intermediate progress of a transfer from the peer entity. This intermediate progress is at the granularity of each transferred segment.Intermediate receptionAn indicationallowsof intermediate reception gives aBP agentBPA the chance to inspect bundle header contents before the entire bundle isavailable,available and thus supports the"Reception Interruption""Interrupt Reception" capability. </dd> <dt>Reception Failure:</dt> <dd> The TCPCL entity indicates to theBP agent onBPA certain reasons for reception failure, notably when the local entity rejects an attempted transfer for some local policy reason or when a TCPCL session ends before transfer success. The TCPCL itself does not have a notion of transfer timeout. </dd> </dl> </section> <section anchor="sec-protocol-session"> <name>TCPCL Session Overview</name> <t> First, one entity establishes a TCPCL session to the other by initiating a TCP connection in accordance with <xref target="RFC0793"/>. After setup of the TCP connection is complete, an initial Contact Header is exchanged in both directions to establish a shared TCPCL version and negotiate the use of TLS security (as described in <xref target="sec-session-establishment"/>). Once contact negotiation is complete, TCPCL messaging is available and the session negotiation is used to set parameters of the TCPCL session. One of these parameters is aNode ID thatnode ID; each TCPCLEntityentity is actingas.on behalf of a BPA having a node ID. This is used to assist in routing and forwarding messages by theBP AgentBPA and is part of the authentication capability provided by TLS. </t> <t> Once negotiated, the parameters of a TCPCL session cannotchange andchange; if there is a desire by either peer to transfer data under differentparametersparameters, then a new session must be established. This makes CL logic simpler but relies on the assumption that establishing a TCP connection is lightweight enough that TCP connection overhead is negligible compared to TCPCL data sizes. </t> <t> Once the TCPCL session is established and configured in this way, bundles can be transferred in either direction. Each transfer is performed by segmenting the transfer data into one or more XFER_SEGMENT messages. Multiple bundles can be transmitted consecutively in a single direction on a single TCPCL connection. Segments from different bundles are never interleaved. Bundle interleaving can be accomplished by fragmentation at the BP layer or by establishing multiple TCPCL sessions between the same peers. There is no fundamental limit on the number of TCPCL sessionswhichthat a single entity canestablishestablish, beyond the limit imposed by the number of available (ephemeral) TCP ports of the active entity. </t> <t>AOne feature of this protocol isforthat the receiving entitytocan send acknowledgment (XFER_ACK) messages as bundle data segments arrive. The rationale behind these acknowledgments is to enable the transmitting entity to determine how much of the bundle has been received, so thatin caseif the session is interrupted, it can perform reactive fragmentation to avoidre-sendingresending thealready transmittedalready-transmitted part of the bundle. In addition, there is no explicit flow control on theTCPCL layer.TCPCL. </t> <t> A TCPCL receiver can interrupt the transmission of a bundle at any point in time by replying with a XFER_REFUSE message, which causes the sender to stop transmission of the associated bundle (if it hasn't already finished transmission). </t> <aside><t> Note: This enables a cross-layer optimization in that it allows a receiver that detects that italreadyhas already received a certain bundle to interrupt transmission as early as possible and thus save transmission capacity for other bundles.</t></t></aside> <t> For sessions that are idle, a KEEPALIVE message is sent at a negotiated interval. This is used to convey entitylive-nessliveness information during otherwisemessage-lessmessageless time intervals. </t> <t> A SESS_TERM message is used to initiate the ending of a TCPCL session (see <xref target="sec-SESS_TERM"/>). During termination sequencing, in-progress transfers can be completed but no new transfers can be initiated. A SESS_TERM message can also be used to refuse a session setup by a peer (see <xref target="sec-contact-negotiate"/>). Regardless of the reason, session termination is initiated by one of the entities andresponded-to bythe other entity responds to it, as illustrated by<xref target="fig-sessterm-init"/>Figures <xref target="fig-sessterm-init" format="counter"/> and <xreftarget="fig-sessterm-respond"/>.target="fig-sessterm-respond" format="counter"/> in the next subsection. Even when there are no transfers queued orin-progress,in progress, the session termination procedure allows each entity to distinguish between a clean end to a session and the TCP connection being closed because of some underlying network issue. </t> <t> Once a session is established, the TCPCL is a symmetric protocol between the peers. Both sides can start sending data segments in a session, and one side's bundle transfer does not have to complete before the other side can start sending data segments on its own. Hence, the protocol allows for abi-directionalbidirectional mode of communication. Note that in the case of concurrent bidirectional transmission, acknowledgment segmentsMAY<bcp14>MAY</bcp14> be interleaved with data segments. </t> </section> <section anchor="sec-protocol-states"> <name>TCPCL States and Transitions</name> <t> The states of a normal TCPCL session (i.e., without session failures) are indicated in <xref target="fig-session-states"/>. </t> <figure anchor="fig-session-states"><name>Top-level states<name>Top-Level States of a TCPCLsession</name>Session</name> <artwork align="center" type="ascii-art"> +-------+ | START | +-------+ | TCP Establishment | V +-----------+ +---------------------+ | TCP |----------->| Contact / Session | | Connected | | Negotiation | +-----------+ +---------------------+ | +-----Session Parameters-----+ | Negotiated V +-------------+ +-------------+ | Established |----New Transfer---->| Established | | Session | | Session | | Idle |<---Transfers Done---| Live | +-------------+ +-------------+ | | +------------------------------------+ | V +-------------+ | Established | +-------------+ | Session |----Transfers------>| TCP | | Ending | Done | Terminating | +-------------+ +-------------+ | +----------TCP Close Message----------+ | V +-------+ | END | +-------+ </artwork> </figure> <t> Notes onEstablished Sessionestablished session states: </t> <ulempty="true"spacing="normal"> <li>Session "Live" means transmitting or receiving over a transfer stream.</li> <li>Session "Idle" means no transmission/reception over a transfer stream.</li> <li>Session "Ending" means no new transfers will be allowed.</li> </ul> <t> Contact negotiation involves exchanging a Contact Header(CH)("CH" in Figures <xref target="fig-contact-init-active" format="counter"/>, <xref target="fig-contact-init-passive" format="counter"/>, and <xref target="fig-contact-init-process" format="counter"/>) in both directions and deriving a negotiated state from the two headers. The contact negotiation sequencing is performedeitheras either the active or passiveentity,entity and is illustrated in<xref target="fig-contact-init-active"/>Figures <xref target="fig-contact-init-active" format="counter"/> and <xreftarget="fig-contact-init-passive"/> respectivelytarget="fig-contact-init-passive" format="counter"/>, respectively, which both share the data validation and negotiation of the Processing of Contact Header"[PCH]"("[PCH]") activityof <xref target="fig-contact-init-process"/>(<xref target="fig-contact-init-process"/>) and the "[TCPCLOSE]"activityactivity, which indicates TCP connection close. Successful negotiation results in one of the Session Initiation"[SI]"("[SI]") activities beingperformed.performed, as shown further below. To avoid data loss, a Session Termination"[ST]"("[ST]") exchange allows cleanly finishing transfers before a session is ended. </t> <figure anchor="fig-contact-init-active"> <name>Contact Initiation as Active Entity</name> <artwork align="center" type="ascii-art"> +-------+ | START | +-------+ | TCP Connecting V +-----------+ | TCP | +---------+ | Connected |--Send CH-->| Waiting |--Timeout-->[TCPCLOSE] +-----------+ +---------+ | Received CH V [PCH] </artwork> </figure> <figure anchor="fig-contact-init-passive"> <name>Contact Initiation as Passive Entity</name> <artwork align="center" type="ascii-art"> +-----------+ +---------+ | TCP |--Wait for-->| Waiting |--Timeout-->[TCPCLOSE] | Connected | CH +---------+ +-----------+ | Received CH V +-----------------+ | Preparing reply |--Send CH-->[PCH] +-----------------+ </artwork> </figure> <figure anchor="fig-contact-init-process"> <name>Processing of Contact Header [PCH]</name> <artwork align="center" type="ascii-art"> +-----------+ | Peer CH | | available | +-----------+ | Validate and Negotiate V +------------+ | Negotiated |--Failure-->[TCPCLOSE] +------------+ | | No TLS +----Negotiate---+ [ST] | TLS | ^ V | Failure +-----------+ V | | TCPCL | +---------------+ | Messaging |<--Success--| TLS Handshake | | Available | +---------------+ +-----------+ </artwork> </figure> <t> Session negotiation involves exchanging a session initialization (SESS_INIT) message in both directions and deriving a negotiated state from the two messages. The session negotiation sequencing is performedeitheras either the active or passiveentity,entity and is illustrated in<xref target="fig-sess-init-active"/>Figures <xref target="fig-sess-init-active" format="counter"/> and <xreftarget="fig-sess-init-passive"/>target="fig-sess-init-passive" format="counter"/>, respectively (where "[PSI]" means "Processing of Session Initiation"), which both share the data validation and negotiationofshown in <xref target="fig-sess-init-process"/>. The validation here includes certificate validation and authentication when TLS is used for the session. </t> <figure anchor="fig-sess-init-active"> <name>Session Initiation [SI] as Active Entity</name> <artwork align="center" type="ascii-art"> +-----------+ | TCPCL | +---------+ | Messaging |--Send SESS_INIT-->| Waiting |--Timeout-->[ST] | Available | +---------+ +-----------+ | Received SESS_INIT | V [PSI] </artwork> </figure> <figure anchor="fig-sess-init-passive"> <name>Session Initiation [SI] as Passive Entity</name> <artwork align="center" type="ascii-art"> +-----------+ | TCPCL | +---------+ | Messaging |----Wait for ---->| Waiting |--Timeout-->[ST] | Available | SESS_INIT +---------+ +-----------+ | Received SESS_INIT | +-----------------+ | Preparing reply |--Send SESS_INIT-->[PSI] +-----------------+ </artwork> </figure> <figure anchor="fig-sess-init-process"> <name>Processing of Session Initiation [PSI]</name> <artwork align="center" type="ascii-art"> +----------------+ | Peer SESS_INIT | | available | +----------------+ | Validate and Negotiate V +------------+ | Negotiated |---Failure--->[ST] +------------+ | Success V +--------------+ | Established | | Session Idle | +--------------+ </artwork> </figure> <t> Transfers can occur after a session is established and it's not in the Ending state. Each transfer occurs within a single logical transfer stream between a sender and a receiver, as illustrated in<xref target="fig-transfer-tx-states"/>Figures <xref target="fig-transfer-tx-states" format="counter"/> and <xreftarget="fig-transfer-rx-states"/>target="fig-transfer-rx-states" format="counter"/>, respectively. </t> <figure anchor="fig-transfer-tx-states"> <name>Transfersender states</name>Sender States</name> <artwork align="center" type="ascii-art"> +--Send XFER_SEGMENT--+ +--------+ | | | Stream | +-------------+ | | Idle |---Send XFER_SEGMENT-->| In Progress |<------------+ +--------+ +-------------+ | +---------All segments sent-------+ | V +---------+ +--------+ | Waiting |---- Receive Final---->| Stream | | for Ack | XFER_ACK |IDLEIdle | +---------+ +--------+ </artwork> </figure><t> Notes<aside><t> Note on transfer sending:</t> <ul empty="true" spacing="normal"> <li>Pipelining of transfers can occur when the sending entity begins a new transfer while in the "Waiting for Ack" state.</li> </ul></t></aside> <figure anchor="fig-transfer-rx-states"> <name>Transferreceiver states</name>Receiver States</name> <artwork align="center" type="ascii-art"> +-Receive XFER_SEGMENT-+ +--------+ | Send XFER_ACK | | Stream | +-------------+ | | Idle |--Receive XFER_SEGMENT-->| In Progress |<-------------+ +--------+ +-------------+ | +--------Sent Final XFER_ACK--------+ | V +--------+ | Stream | | Idle | +--------+ </artwork> </figure> <t> Session termination involves one entity initiating the termination of the session and the other entity acknowledging the termination. For either entity, it is the sending of the SESS_TERMmessagemessage, which transitions the session to the Ending substate. While a session is in the Endingstatestate, only in-progress transfers can be completed and no new transfers can be started. </t> <figure anchor="fig-sessterm-init"> <name>Session Termination [ST] from the Initiator</name> <artwork align="center" type="ascii-art"> +-----------+ +---------+ | Session |--Send SESS_TERM-->| Session | | Live/Idle | | Ending | +-----------+ +---------+ </artwork> </figure> <figure anchor="fig-sessterm-respond"> <name>Session Termination [ST] from the Responder</name> <artwork align="center" type="ascii-art"> +-----------+ +---------+ | Session |--Send SESS_TERM-->| Session | | Live/Idle | | Ending | +-----------+<------+ +---------+ | | Receive SESS_TERM | | | +-------------+ </artwork> </figure> </section> <section anchor="sec-pkix-env"> <name>PKIX Environments and CA Policy</name> <t> This specificationgivesdefines requirementsaboutregarding how to use PKIX certificates issued by a Certificate Authority(CA),(CA) but does not define any mechanisms for how those certificates come to be. The requirementsaboutregarding TCPCL certificate use arebroadbroad, to support two quite different PKIX environments: </t> <dl newline="false" spacing="normal"> <dt>DTN-Aware CAs:</dt> <dd> In the ideal case, theCA(s)CA or CAs issuing certificates for TCPCL entities are aware of the end use of the certificate, have a mechanism for verifying ownership of aNodenode ID, and are issuing certificates directly for thatNodenode ID. In this environment, the ability to authenticate a peer entityNodenode ID directly avoids the need to authenticate a network name or address and then implicitly trustNodethe node ID of the peer. The TCPCL authenticates theNodenode ID wheneverpossible andpossible; this is preferred over lower-level PKIX identities. </dd> <dt>DTN-Ignorant CAs:</dt> <dd> It is expected that Internet-scale "public" CAs will continue to focus on DNS names as the preferred PKIX identifier. There are large infrastructures alreadyin-placein place for managing network-level authentication and protocols to manage identity verification in those environments <xref target="RFC8555"/>. The TCPCL allows for this type of environment by authenticating a lower-level identifier for a peer and requiring the entity to trust that theNodenode ID given by the peer (during session initialization) is valid. This situation is not ideal, as it allows the vulnerabilities described in <xref target="sec-threat-node-impersonation"/>, but it still provides some amount of mutual authentication to take place for a TCPCL session. </dd> </dl> <t> Even within a single TCPCL session, each entity may operate within different PKI environments and with different identifier limitations. The requirements related to identifiers inina PKIX certificate are provided in <xref target="sec-tls-identification"/>. </t> <t> It is important for interoperability that a TCPCL entity have its own security policy tailored to accommodate the peers with which it is expected to operate. Some security policy recommendations are given in <xreftarget="sec-tls-auth-policy-rec"/>target="sec-tls-auth-policy-rec"/>, but these are meant as a starting point for tailoring. A strict TLS security policy is appropriate for a private network with a single shared CA. Operation on the Internet (such as inter-site BP gateways) could trade more lax TCPCL security with the use of encrypted bundle encapsulation <xref target="I-D.ietf-dtn-bibect"/> to ensure strong bundle security. </t> <t> By using the Server Name Indication (SNI) DNS name (see <xreftarget="sec-tls-handshake"/>)target="sec-tls-handshake"/>), a single passive entity can act as a convergence layer for multipleBP agentsBPAs with distinctNodenode IDs. When this "virtual host" behavior is used, the DNS name is used as the indication of which BPNodenode the active entity is attempting to communicate with. A virtual host CL entity can be authenticated by a certificate containing all of the DNS names and/orNodenode IDs being hosted or by several certificates each authenticating a single DNS name and/orNodenode ID, using the SNI value from the peer to select which certificate to use. The logic for mapping an SNI DNS name to an end-entity certificate is an implementationmatter,matter and can involve correlating a DNS name withNodea node ID or other certificate attributes. </t> </section> <section anchor="sec-session-keeping"><name>Session Keeping<name>Session-Keeping Policies</name> <t> This specificationgivesdefines requirementsaboutregarding how to initiate, sustain, and terminate a TCPCL session but does not impose any requirements on how sessions need to be managed by aBP agent.BPA. It is a network administration matter to determine an appropriatesession keepingsession-keeping policy, but guidance given here can be used to steer policy toward performance goals. </t> <dl newline="false" spacing="normal"> <dt>Persistent Session:</dt> <dd> This policy preemptively establishes a single session to known entities in the network and keeps the session active using KEEPALIVEs. Benefits of this policy include reducing the total amount of TCP dataneedingthat needs to be exchanged for a set of transfers (assuming that the KEEPALIVE size is significantly smaller than the transfersize),size) and allowing the session state to indicate peer connectivity. Drawbacks include wasted network resources when a session is mostly idle or whenthenetwork connectivity is inconsistent (which requiresre-establishingthat failedsessions),sessions be reestablished), and potential queueing issues when multiple transfers are requested simultaneously. This policy assumes that there is agreement between pairs of entities as to which of the peers will initiate sessions; if there is no such agreement, there is potential for duplicate sessions to be established between peers. </dd> <dt>Ephemeral Sessions:</dt> <dd> This policy only establishes a session when an outgoing transferis neededneeds to be sent. Benefits of this policy include not wasting network resources on sessionswhichthat are idle for long periods oftime,time andavoidsavoiding potential queueing issuesofas can be seen when using a single persistent session. Drawbacks include the TCP and TLS overhead ofestablishestablishing a new session for each transfer. This policy assumes that each entity can function in a passive role to listen for session requests from any peerwhichthat needs to send a transfer; when that is not thecasecase, thePollingpolling behavior discussed below needs to happen. This policy can be augmented to keep the session established as long as any transfers are queued. </dd> <dt>Active-Only Polling Sessions:</dt> <dd> When naming and/or addressing of one entity is variable(i.e.(i.e., a dynamically assigned IP address or domain name) or when firewall or routing rules prevent incoming TCP connections, that entity can only function in the active role. In these cases, sessions also need to be established when an incoming transfer is expected from a peer or based on a periodic schedule. This polling behavior causes inefficiencies compared to as-needed ephemeral sessions. </dd> </dl> <t> Many other policies can be established in a TCPCL network between the two extremes of single persistent sessions and only ephemeral sessions. Different policies can be applied to each peer entity and to each bundle as it needs to be transferred(e.g(e.g., for quality of service). Additionally, future session extension types can apply further nuance to session policies and policy negotiation. </t> </section> <section anchor="sec-transfer-segmentation"> <name>Transfer Segmentation Policies</name> <t> Each TCPCL session allows a negotiated transfer segmentation policy to be applied in each transfer direction. A receiving entity can set the SegmentMRUMaximum Receive Unit (MRU) in its SESS_INIT message to determine the largest acceptable segment size, and a transmitting entity can segment a transfer into any sizes smaller than the receiver's Segment MRU. It is a network administration matter to determine an appropriate segmentation policy for entitiesoperating TCPCL,using the TCPCL protocol, but guidance given here can be used to steer policy toward performance goals.It isAdministrators are also advised to consider the Segment MRU in relation to chunking/packetization performed by TLS, TCP, and any intermediate network-layer nodes. </t> <dl newline="false" spacing="normal"> <dt>Minimum Overhead:</dt> <dd> For a simple network expected to exchange relatively small bundles, the Segment MRU can be set to be identical to the TransferMRUMRU, which indicates that all transfers can be sent with a single data segment (i.e., no actual segmentation). If the network is closed and all transmitters are known to follow a single-segment transfer policy, then receivers can avoid the necessity of segment reassembly. Because this CL operates over a TCP stream, which suffers from a form of head-of-queue blocking between messages, while one entity is transmitting a single XFER_SEGMENT message it is not able to transmit any XFER_ACK or XFER_REFUSE messages for any associated received transfers. </dd> <dt>Predictable Message Sizing:</dt> <dd> In situations where the maximum message size is desired to bewell-controlled,well controlled, the Segment MRU can be set to the largest acceptable size (the message size less the XFER_SEGMENT header size) and transmitters can always segment a transfer into maximum-size chunks no larger than the Segment MRU. This guarantees that any single XFER_SEGMENT will not monopolize the TCP stream for too long, which would prevent outgoing XFER_ACK and XFER_REFUSE messages associated with received transfers. </dd> <dt>Dynamic Segmentation:</dt> <dd> Even after negotiation of a Segment MRU for each receiving entity, the actual transfer segmentation only needs to guaranteethanthat any individual segment is no larger than that MRU. In a situation where TCP throughput is dynamic, the transfer segmentation size can also be dynamic in order to control message transmission duration. </dd> </dl> <t> Many other policies can be established in a TCPCL network between the two extremes of minimum overhead (large MRU,single-segment)single segment) and predictable message sizing (small MRU, highly segmented). Different policies can be applied to each transfer stream to and from any particular entity. Additionally, future session extension and transfer extension types can apply further nuance to transfer policies and policy negotiation. </t> </section> <section anchor="sec-protocol-example"> <name>Example Message Exchange</name> <t>The following figure<xref target="fig-contact-example"/> depicts the protocol exchange for a simple session, showing the session establishment and the transmission of a single bundle split into three data segments (of lengths "L1", "L2", and "L3") from Entity A to Entity B. </t> <t> Note that the sending entity can transmit multiple XFER_SEGMENT messages without waiting for the corresponding XFER_ACK responses. This enables pipelining of messages on a transfer stream. Although this example only demonstrates a single bundle transmission, it is also possible to pipeline multiple XFER_SEGMENT messages for different bundles without necessarily waiting for XFER_ACK messages to be returned for each one. However, interleaving data segments from different bundles is not allowed. </t> <t> No errors or rejections are shown in this example. </t> <figure anchor="fig-contact-example"> <name>AnexampleExample of theflowFlow ofprotocol messagesProtocol Messages on asingleSingle TCP Session betweentwo entities</name>Two Entities</name> <artwork align="center" type="ascii-art"> Entity A Entity B ======== ======== +-------------------------+ | Open TCP Connection | -> +-------------------------+ +-------------------------+ <- | Accept Connection | +-------------------------+ +-------------------------+ | Contact Header | -> +-------------------------+ +-------------------------+ <- | Contact Header | +-------------------------+ +-------------------------+ | SESS_INIT | -> +-------------------------+ +-------------------------+ <- | SESS_INIT | +-------------------------+ +-------------------------+ | XFER_SEGMENT (start) | -> | Transfer ID [I1] | | Length [L1] | | Bundle Data 0..(L1-1) | +-------------------------+ +-------------------------+ +-------------------------+ | XFER_SEGMENT | -> <- | XFER_ACK (start) | | Transfer ID [I1] | | Transfer ID [I1] | | Length [L2] | | Length [L1] | |Bundle Data L1..(L1+L2-1)| +-------------------------+ +-------------------------+ +-------------------------+ +-------------------------+ | XFER_SEGMENT (end) | -> <- | XFER_ACK | | Transfer ID [I1] | | Transfer ID [I1] | | Length [L3] | | Length [L1+L2] | |Bundle Data | +-------------------------+ | (L1+L2)..(L1+L2+L3-1)| +-------------------------+ +-------------------------+ <- | XFER_ACK (end) | | Transfer ID [I1] | | Length [L1+L2+L3] | +-------------------------+ +-------------------------+ | SESS_TERM | -> +-------------------------+ +-------------------------+ <- | SESS_TERM | +-------------------------+ +-------------------------+ +-------------------------+ | TCP Close | -> <- | TCP Close | +-------------------------+ +-------------------------+ </artwork> </figure> </section> </section> <section anchor="sec-session-establishment"> <name>Session Establishment</name> <t> For bundle transmissions to occur using the TCPCL, a TCPCL sessionMUST<bcp14>MUST</bcp14> first be established between communicating entities. It is up to the implementation to decide how and when session setup is triggered. For example, some sessions can be opened proactively and maintained for as long as is possible given the network conditions, while other sessionsarewill be opened only when there is a bundle that is queued for transmission and the routing algorithm selects a certain next-hop node. </t> <section anchor="sec-tcp-connection"> <name>TCP Connection</name> <t> To establish a TCPCL session, an entityMUST<bcp14>MUST</bcp14> first establish a TCP connection with the intended peer entity, typically by using the services provided by the operating system. Destination port number 4556 has been assigned by IANA as theRegistered Portregistered port number for theTCP convergence layer.TCPCL; see <xref target="sec-iana-port"/>. Other destination port numbersMAY<bcp14>MAY</bcp14> be used per local configuration. Determining a peer's destination port number (if different from the registered TCPCL port number) is left up to the implementation. Any source port numberMAY<bcp14>MAY</bcp14> be used for TCPCL sessions.TypicallyTypically, an operating system assigned number in the TCP Ephemeral range (49152-65535) is used. </t> <t> If the entity is unable to establish a TCP connection for any reason, then it is an implementation matter to determine how to handle the connection failure. An entityMAY<bcp14>MAY</bcp14> decide tore-attemptreattempt to establish the connection. If it does so, itMUST NOT<bcp14>MUST NOT</bcp14> overwhelm its target with repeated connection attempts. Therefore, the entityMUST NOT<bcp14>MUST NOT</bcp14> retry the connection setup earlier than some delay time from the last attempt, and itSHOULD<bcp14>SHOULD</bcp14> use a (binary) exponentialback-offbackoff mechanism to increase this delay in the case of repeated failures. The upper limit on are-attempt back-offreattempt backoff is implementation defined butSHOULD<bcp14>SHOULD</bcp14> be no longer than one minute (60 seconds) before signaling to theBP agentBPA that a connection cannot be made. </t> <t> Once a TCP connection is established, the active entitySHALL<bcp14>SHALL</bcp14> immediately transmit its Contact Header.Once a TCP connection is established, theThe passive entitySHALL<bcp14>SHALL</bcp14> wait for thepeer'sactive entity's Contact Header.IfUpon reception of a Contact Header, the passive entity <bcp14>SHALL</bcp14> transmit its Contact Header. If either entity does not receive a Contact Header after some implementation-defined time duration after the TCP connection is established, the waiting entitySHALL<bcp14>SHALL</bcp14> close the TCP connection. EntitiesSHOULD<bcp14>SHOULD</bcp14> choose a Contact Header reception timeout interval no longer than one minute (60 seconds).Upon reception of a Contact Header, the passive entity SHALL transmit its Contact Header.The ordering of the Contact Header exchange allows the passive entity to avoid allocating resources to a potential TCPCL session until after a valid Contact Header has been received from the active entity. This ordering also allows the passive peer to adapt to alternate TCPCL protocol versions. </t> <t> The format of the Contact Header is described in <xref target="sec-contact-header"/>. Because the TCPCL protocol version in use is part of the initial Contact Header, entities using TCPCL version 4 can coexist on a network with entities using earlier TCPCL versions (with some negotiation needed forinteroperationinteroperation, as described in <xref target="sec-contact-negotiate"/>). </t> <t> Within thisspecificationspecification, when an entity is said to "close" a TCP connection the entitySHALL<bcp14>SHALL</bcp14> use the TCP FIN mechanism and not the RST mechanism.EitherHowever, either mechanism,however,whenreceivedreceived, will cause a TCP connection to become closed. </t> </section> <section anchor="sec-contact-header"> <name>Contact Header</name> <t> This section describes the format of the Contact Header and the meaning of its fields. </t> <t> If the entity is configured to enableexchangingthe exchange of messages according to TLS 1.3 <xref target="RFC8446"/> or any successorswhichthat are compatible with that TLS ClientHello, thethe CAN_TLS<tt>CAN_TLS</tt> flag within its Contact HeaderSHALL<bcp14>SHALL</bcp14> be set to 1. TheRECOMMENDED<bcp14>RECOMMENDED</bcp14> policy is to enable TLS for all sessions, even if security policy does not allow or require authentication. This follows theopportunistic security"opportunistic security" modelofspecified in <xref target="RFC7435"/>, though an active attacker could interfere with the exchange in such cases (see <xref target="sec-threat-tls-strip"/>). </t> <t> Upon receipt of the Contact Header, both entities perform the validation and negotiation procedures defined in <xref target="sec-contact-negotiate"/>. After receiving the Contact Header from the other entity, either entityMAY<bcp14>MAY</bcp14> refuse the session by sending a SESS_TERM message with an appropriate reason code. </t> <t> The format for the Contact Header is as follows: </t> <figure anchor="fig-contact-header"> <name>Contact Header Format</name> <artwork align="center" type="ascii-art"> 1 1 1 1 1 1 1 1 1 1 2 2 2 2 2 2 2 2 2 2 3 3 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 +---------------+---------------+---------------+---------------+ | magic='dtn!' | +---------------+---------------+---------------+---------------+ | Version | Flags | +---------------+---------------+ </artwork> </figure> <t> See <xref target="sec-contact-negotiate"/> for details on the use of each of these Contact Header fields. </t> <t> The fields of the Contact Headerare:are as follows: </t> <dl newline="false" spacing="normal"> <dt>magic:</dt> <dd> A four-octet field that always contains the octet sequence 0x64 0x74 0x6E 0x21, i.e., the text string "dtn!" in US-ASCII (and UTF-8). </dd> <dt>Version:</dt> <dd> A one-octet field value containing the value 4 (current version of theTCPCL).TCPCL protocol). </dd> <dt>Flags:</dt> <dd> A one-octet field of single-bit flags, interpreted according to the descriptions in <xref target="tab-contact-header-flags"/>. All reserved header flag bitsSHALL<bcp14>SHALL</bcp14> be set to 0 by the sender. All reserved header flag bitsSHALL<bcp14>SHALL</bcp14> be ignored by the receiver. </dd> </dl> <table align="center" anchor="tab-contact-header-flags"> <name>Contact Header Flags</name> <thead> <tr> <th>Name</th> <th>Code</th> <th>Description</th> </tr> </thead> <tbody> <tr><td>CAN_TLS</td><td><tt>CAN_TLS</tt></td> <td>0x01</td> <td>If this bit is set, it indicates that the sending peer has enabled TLS security.</td> </tr> <tr> <td>Reserved</td> <td>others</td> <td/> </tr> </tbody> </table> </section> <section anchor="sec-contact-negotiate"> <name>Contact Validation and Negotiation</name> <t> Upon reception of the Contact Header, each entity follows the following procedures to ensure the validity of the TCPCL session and to negotiate values for the session parameters. </t> <t> If themagic string"magic string" is not present or is not valid, the connectionMUST<bcp14>MUST</bcp14> be terminated. The intent of the magic string is to provide some protection against an inadvertent TCP connection by a different protocol than the one described in this document. To prevent a flood of repeated connections from a misconfigured application, a passive entityMAY<bcp14>MAY</bcp14> deny new TCP connections from a specific peer address for a period of time after one or more connections fail to provide a decodable Contact Header. </t> <t> The first negotiationis on theattempts to determine which TCPCL protocol version to use. The active entity always sends its Contact Header first and waits for a response from the passive entity. During contact initiation, the active TCPCL entitySHALL<bcp14>SHALL</bcp14> send the highest TCPCL protocol version on a first session attempt for a TCPCL peer. If the active entity receives a Contact Header with a lower protocol version than the one sent earlier on the TCP connection, the TCP connectionSHALL<bcp14>SHALL</bcp14> be closed. If the active entity receives a SESS_TERM message with a reason code of "VersionMismatch",mismatch", that entityMAY<bcp14>MAY</bcp14> attempt further TCPCL sessions with the peer using earlier protocol version numbers in decreasing order. Managing multi-TCPCL-session state such as this is an implementation matter. </t> <t> If the passive entity receives a Contact Header containing a version that is not a version of the TCPCL protocol that the entity implements, then the entitySHALL<bcp14>SHALL</bcp14> send its Contact Header and immediately terminate the session with a reason code of "Version mismatch". If the passive entity receives a Contact Header with a version that is lower than the latest version of the protocol that the entity implements, the entityMAY<bcp14>MAY</bcp14> either terminate the session (with a reason code of "Version mismatch") or adapt its operation to conform to the older version of the protocol. The decision of versionfall-backfallback is an implementation matter. </t> <t> The negotiated contact parameters defined by this specification are described in the following paragraphs. </t> <dl newline="false" spacing="normal"> <dt>TCPCL Version:</dt> <dd> Both Contact Headers of a successful contact negotiation have identical TCPCLVersionversion numbers as described above. Only upon response of a Contact Header from the passive entity is the TCPCL protocol version established and session negotiation begun. </dd> <dt>Enable TLS:</dt> <dd> <t> Negotiation of the Enable TLS parameter is performed by taking the logical AND of the two Contact Headers'CAN_TLS<tt>CAN_TLS</tt> flags. A local security policy is then applied to determineofwhether the negotiated value of Enable TLS is acceptable.It can be aA reasonable security policytowould require or disallow the use ofTLSTLS, depending upon the desired network flows. TheRECOMMENDED<bcp14>RECOMMENDED</bcp14> policy is to require TLS for all sessions, even if security policy does not allow or require authentication. Because this state is negotiated over an unsecured medium, there is a risk ofaTLS Stripping as described in <xref target="sec-threat-tls-strip"/>. </t> <t> If the Enable TLS state is unacceptable, the entitySHALL<bcp14>SHALL</bcp14> terminate the session with a reason code of "Contact Failure". Note that thiscontact failure"Contact Failure" reason is different than a failure of a TLS handshake or TLS authentication after an agreed-upon and acceptable Enable TLS state. If the negotiated Enable TLS value istrue"true" andacceptableacceptable, then the TLS negotiation feature(describeddescribed in <xreftarget="sec-session-security"/>)target="sec-session-security"/> begins immediately following the Contact Header exchange. </t> </dd> </dl> </section> <section anchor="sec-session-security"> <name>Session Security</name> <t> This version of the TCPCL protocol supports establishing aTransport Layer Security (TLS)TLS session within an existing TCP connection. When TLS is used within theTCPCLTCPCL, it affects the entire session. Once TLS is established, there is no mechanism available to downgrade the TCPCL session to non-TLS operation. </t> <t> Once established, the lifetime of a TLS connectionSHALL<bcp14>SHALL</bcp14> be bound to the lifetime of the underlying TCP connection. Immediately prior to actively ending a TLS connection after TCPCL session termination, the peerwhichthat sent the original (non-reply) SESS_TERM messageSHOULD<bcp14>SHOULD</bcp14> follow theClosure Alertclosure alert procedureofprovided in <xref target="RFC8446"/> to cleanly terminate the TLS connection. Because each TCPCL message is eitherfixed-lengthfixed length or self-indicates its length, the lack of a TLSClosure Alertclosure alert will not cause data truncation or corruption. </t> <t> Subsequent TCPCL session attempts to the same passive entityMAY<bcp14>MAY</bcp14> attempt to use the TLS session resumption feature. There is no guarantee that the passive entity will accept the request to resume a TLS session, and the active entity cannot assume any resumption outcome. </t> <section anchor="sec-tls-identification"> <name>Entity Identification</name> <t> The TCPCL uses TLS for certificate exchange in both directions to identify each entity and to allow each entity to authenticate its peer. Each certificate can potentially identify multipleentitiesentities, and there is no problem using such a certificate as long as the identifiers are sufficient to meet authentication policy (as described in later sections) for the entitywhichthat presents it. </t> <t> Because the PKIX environment of each TCPCL entityareis likely not controlled by the certificate end users (see <xref target="sec-pkix-env"/>), the TCPCL defines a prioritized list of what a certificate can identifyaboutregarding a TCPCL entity: </t> <dl newline="false" spacing="normal"> <dt>Node ID:</dt> <dd> The ideal certificate identity is theNodenode ID of the entity using theNODE-ID definitionNODE-ID, as defined below. When theNodenode ID is identified, there is no need for any lower-level identification to be present (though it can still be present, and if so it is also validated). </dd> <dt>DNS Name:</dt> <dd> If CA policy forbids a certificate to contain an arbitrary NODE-ID but allows a DNS-ID to beidentifiedidentified, then one or more stable DNS names can be identified in the certificate. The use of wildcardDNS-IDDNS-IDs is discouraged due to the complex rules for matching and dependence on implementation support for wildcard matching (see <xref section="6.4.3" target="RFC6125"/>). </dd> <dt>Network Address:</dt> <dd> If no stable DNS name is available but a stable network address is available and CA policy allows a certificate to containaan IPADDR-ID (as definedbelow)below), then one or more network addresses can be identified in the certificate. </dd> </dl> <t> This specification defines a NODE-ID of a certificate as being the subjectAltName entry of type otherName with a name form of <tt>BundleEID</tt> (see <xref target="sec-pkix-oids"/>) and a value limited to aNodenode ID. An entitySHALL<bcp14>SHALL</bcp14> ignore any entry of type otherName with a name form of <tt>BundleEID</tt> and a valuewhichthat is some URI other than aNodenode ID. The NODE-ID is similar to the URI-IDofas defined in <xref target="RFC6125"/> but is restricted to aNodenode ID rather than a URI with a qualified-name authority part. Unless specified otherwise by the definition of the URI scheme being authenticated, URI matching of a NODE-IDSHALL<bcp14>SHALL</bcp14> use the URI comparison logicofprovided in <xref target="RFC3986"/> and scheme-based normalization of those schemes specified in <xreftarget="I-D.ietf-dtn-bpbis"/>.target="RFC9171"/>. A URI scheme can refine this "exact match" logic with rulesaboutregarding howNodenode IDs within that scheme are to be compared with the certificate-authenticated NODE-ID. </t> <t> This specification reuses the DNS-ID definitionofin <xref section="1.8" target="RFC6125"/>, which is the subjectAltName entry of type dNSName whose value is encoded according to <xref target="RFC5280"/>. </t> <t> This specification definesaan IPADDR-ID of a certificate as being the subjectAltName entry of type iPAddress whose value is encoded according to <xref target="RFC5280"/>. </t> </section> <section anchor="sec-tcpcl-cert-profile"> <name>Certificate Profile for the TCPCL</name> <t> All end-entity certificates used by a TCPCL entitySHALL<bcp14>SHALL</bcp14> conform to <xref target="RFC5280"/>, or any updates or successors to that profile. When an end-entity certificate is supplied, the full certification chainSHOULD<bcp14>SHOULD</bcp14> be included unless security policy indicates that is unnecessary. An entitySHOULD<bcp14>SHOULD</bcp14> omit the root CA certificate (the last item of the chain) when sending a certification chain, as the recipient already has the root CA to anchor its validation. </t> <t> The TCPCL requiresVersionversion 3 certificates due to the extensions used by this profile. TCPCL entitiesSHALL<bcp14>SHALL</bcp14> reject as invalidVersionversion 1 andVersionversion 2 end-entity certificates. </t> <t> TCPCL entitiesSHALL<bcp14>SHALL</bcp14> accept certificates that contain an empty Subject field or contain a Subject without a Common Name. Identity information in end-entity certificates is contained entirely in the subjectAltName extension as defined in <xref target="sec-tls-identification"/> and discussed in the paragraphs below. </t> <t> All end-entity and CA certificates used for the TCPCLSHOULD<bcp14>SHOULD</bcp14> contain both aSubject Key Identifiersubject key identifier and anAuthority Key Identifierauthority key identifier extension in accordance with <xref target="RFC5280"/>. TCPCL entitiesSHOULD NOT<bcp14>SHOULD NOT</bcp14> rely on either aSubject Key Identifier andsubject key identifier or anAuthority Key Identifierauthority key identifier being present in any received certificate. Including key identifiers simplifies the work of an entityneedingthat needs to assemble a certification chain. </t> <t> Unless prohibited by CA policy, a TCPCL end-entity certificateSHALL<bcp14>SHALL</bcp14> contain a NODE-IDwhichthat authenticates theNodenode ID of the peer. When assigned one or more stable DNS names, a TCPCL end-entity certificateSHOULD<bcp14>SHOULD</bcp14> contain a DNS-IDwhichthat authenticates those (fully qualified) names. When assigned one or more stable network addresses, a TCPCL end-entity certificateMAY<bcp14>MAY</bcp14> contain an IPADDR-IDwhichthat authenticates those addresses. </t> <t> When allowed by CA policy, aBPSecBundle Protocol Security (BPSec; see <xref target="RFC9172"/>) end-entity certificateSHOULD<bcp14>SHOULD</bcp14> contain a PKIX Extended Key Usage (EKU) extension in accordance with <xref section="4.2.1.12" target="RFC5280"/>. When the PKIXExtended Key UsageEKU extension is present, itSHOULD<bcp14>SHOULD</bcp14> containathe key purpose <tt>id-kp-bundleSecurity</tt> (see <xref target="sec-pkix-oids"/>). Although not specifically required by the TCPCL, some networks or TLS implementations assumethe use ofthat <tt>id-kp-clientAuth</tt> and <tt>id-kp-serverAuth</tt>are needed for, respectively,need to be used for theclient-sideclient side andserver-sidethe server side of TLSauthentication.authentication, respectively. For interoperability, a TCPCL end-entity certificateMAY<bcp14>MAY</bcp14> contain anExtended Key UsageEKU with both <tt>id-kp-clientAuth</tt> and <tt>id-kp-serverAuth</tt> values. </t> <t> When allowed by CA policy, a TCPCL end-entity certificateSHOULD<bcp14>SHOULD</bcp14> contain a PKIXKey Usagekey usage extension in accordance with <xref section="4.2.1.3" target="RFC5280"/>. The PKIXKey Usagekey usage bitwhichthat is consistent with TCPCL security using TLS 1.3 is digitalSignature. The specific algorithms used during the TLS handshake will determine which of those key uses are exercised. Earlier versions of TLS can mandate the use of thebitskeyEncipherment bit orkeyAgreement.the keyAgreement bit. </t> <t> When allowed by CA policy, a TCPCL end-entity certificateSHOULD<bcp14>SHOULD</bcp14> contain an Online Certificate Status Protocol (OCSP) URI within anAuthority Information Accessauthority information access extension in accordance with <xref section="4.2.2.1" target="RFC5280"/>. </t> <section anchor="sec-pkix-oids"> <name>PKIX OID Allocations</name> <t> This document defines a PKIX Other Name Formidentifier of <tt>id-on-bundleEID</tt>identifier, <tt>id-on-bundleEID</tt>, in <xreftarget="sec-asn1-mod"/> whichtarget="sec-asn1-mod"/>; this identifier can be used as the <tt>type-id</tt> in a subjectAltName entry of type otherName. The <tt>BundleEID</tt> value associated with the otherName type-id <tt>id-on-bundleEID</tt>SHALL<bcp14>SHALL</bcp14> be a URI, encoded as an IA5String, with a schemewhichthat is present in the IANA "Bundle Protocol URI SchemeType"Types" registry <xref target="IANA-BUNDLE"/>. Although thisotherName formOther Name Form allows anyEndpointendpoint ID to be present, the NODE-ID defined in <xref target="sec-tls-identification"/> limits its use to contain only aNodenode ID. </t> <t> This document defines a PKIXExtended Key UsageEKU keypurpose <tt>id-kp-bundleSecurity</tt>purpose, <tt>id-kp-bundleSecurity</tt>, in <xreftarget="sec-asn1-mod"/> whichtarget="sec-asn1-mod"/>; this purpose can be used to restrict a certificate's use. The <tt>id-kp-bundleSecurity</tt> purpose can be combined with other purposes in the same certificate. </t> </section> </section> <section anchor="sec-tls-handshake"> <name>TLS Handshake</name> <t> The use of TLS is negotiatedusingvia the ContactHeaderHeader, as described in <xref target="sec-contact-negotiate"/>. After negotiating an Enable TLS parameter oftrue,"true", and before any other TCPCL messages are sent within the session, the session entitiesSHALL<bcp14>SHALL</bcp14> begin a TLS handshake in accordance with <xref target="RFC8446"/>. By convention, this protocol uses the entitywhichthat initiated the underlying TCP connection (the active peer) as the "client" role of the TLS handshake request. </t> <t> The TLS handshake, if it occurs, is considered to be part of the contact negotiation before the TCPCL session itself is established. Specificsaboutregarding exposure of sensitive dataexposureare discussed in <xref target="sec-security"/>. </t> <t> The parameters within each TLS negotiation are implementation dependent but any TCPCL entitySHALL<bcp14>SHALL</bcp14> follow all recommended practicesof BCP 195specified in <xreftarget="RFC7525"/>,target="RFC7525">BCP 195</xref>, or any updates or successors that become part of BCP 195. Within each TLS handshake, the following requirements apply (using the rough order in which they occur): </t> <dl newline="false" spacing="normal"><dt>Client Hello:</dt><dt>ClientHello:</dt> <dd> <t> When a resolved DNS name was used to establish the TCP connection, the TLS ClientHelloSHOULD<bcp14>SHOULD</bcp14> include a "server_name" extension in accordance with <xref target="RFC6066"/>. When present, the"server_name"server_name extensionSHALL<bcp14>SHALL</bcp14> contain a "HostName" value taken from the DNS name (of the passive entity)whichthat was resolved. </t> <aside><t> Note: The "HostName" in the"server_name"server_name extension is the network name for the passive entity, not theNodenode ID of that entity. </t></aside> </dd> <dt>Server Certificate:</dt> <dd> The passive entitySHALL<bcp14>SHALL</bcp14> supply a certificate within the TLS handshake to allow authentication of its side of the session. The supplied end-entity certificateSHALL<bcp14>SHALL</bcp14> conform to the profileofdescribed in <xref target="sec-tcpcl-cert-profile"/>. The passive entityMAY<bcp14>MAY</bcp14> use the SNI DNS name to choose an appropriate server-side certificatewhichthat authenticates that DNS name. </dd> <dt>Certificate Request:</dt> <dd> During the TLS handshake, the passive entitySHALL<bcp14>SHALL</bcp14> request a client-side certificate. </dd> <dt>Client Certificate:</dt> <dd> The active entitySHALL<bcp14>SHALL</bcp14> supply a certificate chain within the TLS handshake to allow authentication of its side of the session. The supplied end-entity certificateSHALL<bcp14>SHALL</bcp14> conform to the profileofdescribed in <xref target="sec-tcpcl-cert-profile"/>. </dd> </dl> <t> If a TLS handshake cannot negotiate a TLS connection, both entities of the TCPCL sessionSHALL<bcp14>SHALL</bcp14> close the TCP connection. At thispointpoint, the TCPCL session has not yet beenestablishedestablished, so there is no TCPCL session to terminate. </t> <t> After a TLS connection is successfully established, the active entitySHALL<bcp14>SHALL</bcp14> send a SESS_INIT message to begin session negotiation. This session negotiation and all subsequent messaging are secured. </t> </section> <section anchor="sec-tls-authentication"> <name>TLS Authentication</name> <t> Using PKIX certificates exchanged during the TLS handshake, each of the entities can authenticate a peerNodenode ID directly or authenticate the peer DNS name or network address. The logic for handling certificates and certificate data is separated into the following phases: </t> <ol> <li>Validating the certification path from the end-entity certificate up to a trusted root CA.</li> <li>Validating theExtended Key Usage (EKU)EKU and other properties of the end-entity certificate.</li> <li>Authenticating identities from a valid end-entity certificate.</li> <li>Applying security policy to the result of each identity type authentication.</li> </ol> <t> The result of validating a peer identity (see <xref target="sec-tls-identification"/>) against one or moretypetypes of certificateclaimclaims is one of the following: </t> <dl newline="false" spacing="normal"> <dt>Absent:</dt> <dd> Indicating that no such claims are present in the certificate and the identity cannot be authenticated. </dd> <dt>Success:</dt> <dd> Indicating that one or more such claims are present and at least one matches the peer identity value. </dd> <dt>Failure:</dt> <dd> Indicating that one or more such claims are present and none match the peer identity. </dd> </dl> <section anchor="sec-tls-auth-valid-cert"> <name>Certificate Path and Purpose Validation</name> <t> For any peer end-entity certificate received during the TLS handshake, the entitySHALL<bcp14>SHALL</bcp14> perform the certification path validationofdescribed in <xref target="RFC5280"/> up to one of the entity's trusted CA certificates. If enabled by local policy, the entitySHALL<bcp14>SHALL</bcp14> perform an OCSP check of each certificate providing OCSP authority information in accordance with <xref target="RFC6960"/>. If certificate validation fails or if security policy disallows a certificate for any reason, the entitySHALL<bcp14>SHALL</bcp14> fail the TLS handshake with a "bad_certificate" alert. Leaving out part of the certification chain can cause the entity to fail to validate a certificate if theleft-outcertificates that were left out are unknown to the entity (see <xref target="sec-threat-untrust-cert"/>). </t> <t> For the end-entity peer certificate received during the TLS handshake, the entitySHALL<bcp14>SHALL</bcp14> apply security policy to theKey Usagekey usage extension (if present) andExtended Key UsageEKU extension (if present) in accordance with<xrefSections <xref target="RFC5280" section="4.2.1.12"target="RFC5280"/>sectionFormat="bare"/> and <xref target="RFC5280" section="4.2.1.3" sectionFormat="bare"/> of <xref target="RFC5280"/>, respectively, and with the profile discussed in <xreftarget="sec-tcpcl-cert-profile"/>. </t>target="sec-tcpcl-cert-profile"/> of this document.</t> </section> <section anchor="sec-tls-auth-valid-netid"> <name>Network-Level Authentication</name> <t> Either during or immediately after the TLS handshake, each entity, if required by securitypolicy each entity SHALLpolicy, <bcp14>SHALL</bcp14> validate the following certificate identifiers together in accordance with <xref section="6" target="RFC6125"/>: </t> <ul> <li> If the active entity resolved a DNS name (of the passive entity) in order to initiate the TCPconnectionconnection, that DNS nameSHALL<bcp14>SHALL</bcp14> be used as a DNS-ID reference identifier. </li> <li> The IP address of the other side of the TCP connectionSHALL<bcp14>SHALL</bcp14> be used as an IPADDR-ID reference identifier. </li> </ul> <t> If the network-levelidentifiersidentifier's authentication result is Failure or if the result is Absent and security policy requires an authenticated network-level identifier, the entitySHALL<bcp14>SHALL</bcp14> terminate the session (with a reason code of "Contact Failure"). </t> </section> <section anchor="sec-tls-auth-valid-nodeid"> <name>Node ID Authentication</name> <t> Immediately beforeSession Parameter Negotiation,session parameter negotiation, each entity, if required by securitypolicy each entity SHALLpolicy, <bcp14>SHALL</bcp14> validate the certificate NODE-ID in accordance with <xref section="6" target="RFC6125"/> using theNodenode ID of the peer's SESS_INIT message as the NODE-ID reference identifier. If the NODE-ID validation result is Failure or if the result is Absent and security policy requires an authenticatedNodenode ID, the entitySHALL<bcp14>SHALL</bcp14> terminate the session (with a reason code of "Contact Failure"). </t> </section> </section> <section anchor="sec-tls-auth-policy-rec"> <name>Policy Recommendations</name> <t> ARECOMMENDED<bcp14>RECOMMENDED</bcp14> security policyis to enableencompasses the following:</t> <ul spacing="normal"> <li>enabling the use of OCSP checking during the TLShandshake. A RECOMMENDED security policy is thathandshake.</li> <li>instructing that, if anExtended Key UsageEKU extension ispresent that itpresent, the extension needs to contain <tt>id-kp-bundleSecurity</tt>(of <xref(<xref target="sec-pkix-oids"/>) to be usable with TCPCLsecurity. A RECOMMENDED security policy is to requiresecurity.</li> <li>requiring a validatedNodenode ID(of <xref(<xref target="sec-tls-auth-valid-nodeid"/>) andto ignoreignoring any network-level identifier(of <xref target="sec-tls-auth-valid-netid"/>). </t>(<xref target="sec-tls-auth-valid-netid"/>).</li> </ul> <t> This policy relies on and informs the certificate requirements provided in <xref target="sec-tls-handshake"/>. This policy assumes that a DTN-aware CA (see <xref target="sec-pkix-env"/>) will only issue a certificate for aNodenode ID when it has verified that the private key holder actually controls theDTNbundle node; this is needed to avoid the threat identified in <xref target="sec-threat-node-impersonation"/>. This policy requires that a certificate contain a NODE-ID and allows the certificate to also contain network-level identifiers. A tailored policy on a more controlled network could relax the requirement onNodenode ID validation and allow just network-level identifiers to authenticate a peer. </t> </section> <section> <name>Example TLS Initiation</name> <t> A summary of a typical TLSuseinitiation is shown in the sequence in <xref target="fig-tls-example"/> below. In thisexampleexample, the active peer terminates thesessionsession, but termination can be initiated from either peer. </t> <figure anchor="fig-tls-example"> <name>Asimple visual exampleSimple Visual Example of TCPCL TLS Establishment betweentwo entities</name>Two Entities</name> <artwork align="center" type="ascii-art"> Entity A Entity B active peer passive peer +-------------------------+ | Open TCP Connection | -> +-------------------------+ +-------------------------+ <- | Accept Connection | +-------------------------+ +-------------------------+ | Contact Header | -> +-------------------------+ +-------------------------+ <- | Contact Header | +-------------------------+ +-------------------------+ +-------------------------+ | TLS Negotiation | -> <- | TLS Negotiation | | (as client) | | (as server) | +-------------------------+ +-------------------------+ DNS-ID and IPADDR-ID authentication occurs. Secured TCPCL messaging can begin. +-------------------------+ | SESS_INIT | -> +-------------------------+ +-------------------------+ <- | SESS_INIT | +-------------------------+ NODE-ID authentication occurs. Session is established, transfers can begin. +-------------------------+ | SESS_TERM | -> +-------------------------+ +-------------------------+ <- | SESS_TERM | +-------------------------+ +-------------------------+ | TLS Closure Alert | -> +-------------------------+ +-------------------------+ <- | TLS Closure Alert | +-------------------------+ +-------------------------+ +-------------------------+ | TCP Close | -> <- | TCP Close | +-------------------------+ +-------------------------+ </artwork> </figure> </section> </section> <section anchor="sec-msg-header"> <name>Message Header</name> <t> After the initial exchange of a Contact Header and (if TLS is negotiated to be used) the TLS handshake, all messages transmitted over the session are identified by a one-octet header with the following structure: </t> <figure anchor="fig-msg-header"> <name>Format of the Message Header</name> <artwork align="center" type="ascii-art"> 0 1 2 3 4 5 6 7 +---------------+ | Message Type | +---------------+ </artwork> </figure><t> The message header fields are as follows: </t><t>The Message Header contains the following field:</t> <dl newline="false" spacing="normal"> <dt>MessageType:</dt> <dd> IndicatesType:</dt><dd>Indicates the type of the message as per <xref target="tab-msg-types"/> below. Encoded values are listed in <xreftarget="sec-iana-message-types"/>. </dd>target="sec-iana-message-types"/>.</dd> </dl> <table align="center" anchor="tab-msg-types"> <name>TCPCL Message Types</name> <thead> <tr> <th>Name</th> <th>Code</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td>SESS_INIT</td> <td>0x07</td> <td> Contains the session parameter inputs from one of the entities, as described in <xref target="sec-SESS_INIT"/>. </td> </tr> <tr> <td>SESS_TERM</td> <td>0x05</td> <td> Indicates that one of the entities participating in the session wishes to cleanly terminate the session, as described in <xref target="sec-SESS_TERM"/>. </td> </tr> <tr> <td>XFER_SEGMENT</td> <td>0x01</td> <td> Indicates the transmission of a segment of bundle data, as described in <xref target="sec-XFER_SEGMENT"/>. </td> </tr> <tr> <td>XFER_ACK</td> <td>0x02</td> <td> Acknowledges reception of a data segment, as described in <xref target="sec-XFER_ACK"/>. </td> </tr> <tr> <td>XFER_REFUSE</td> <td>0x03</td> <td> Indicates that the transmission of the current bundleSHALL<bcp14>SHALL</bcp14> be stopped, as described in <xref target="sec-XFER_REFUSE"/>. </td> </tr> <tr> <td>KEEPALIVE</td> <td>0x04</td> <td> Used to keep the TCPCL session active, as described in <xref target="sec-KEEPALIVE"/>. </td> </tr> <tr> <td>MSG_REJECT</td> <td>0x06</td> <td> Contains a TCPCL message rejection, as described in <xref target="sec-MSG_REJECT"/>. </td> </tr> </tbody> </table> </section> <section anchor="sec-SESS_INIT"> <name>Session Initialization Message (SESS_INIT)</name> <t> Before a session is established and ready to transfer bundles, the session parameters are negotiated between the connected entities. The SESS_INIT message is used to convey the per-entityparametersparameters, which are used together to negotiate the per-session parameters as described in <xref target="sec-session-negotiate"/>. </t> <t> The format of a SESS_INIT message isas followsshown in <xref target="fig-msg-SESS_INIT-fields"/>. </t> <figure anchor="fig-msg-SESS_INIT-fields"> <name>SESS_INIT Format</name> <artwork align="center" type="ascii-art"> +-----------------------------+ | Message Header | +-----------------------------+ | Keepalive Interval (U16) | +-----------------------------+ | Segment MRU (U64) | +-----------------------------+ | Transfer MRU (U64) | +-----------------------------+ | Node ID Length (U16) | +-----------------------------+ | Node ID Data (variable) | +-----------------------------+ | Session Extension | | Items Length (U32) | +-----------------------------+ | Session Extension | | Items (var.) | +-----------------------------+ </artwork> </figure> <t> The fields of the SESS_INIT messageare:are as follows: </t> <dl newline="false" spacing="normal"> <dt>Keepalive Interval:</dt> <dd> A 16-bit unsigned integer indicating the minimum interval, in seconds, to negotiate as the Session Keepalive using the methodofdescribed in <xref target="sec-session-negotiate"/>. </dd> <dt>Segment MRU:</dt> <dd> A 64-bit unsigned integer indicating the largest allowable single-segment data payload size to be received in this session. Any XFER_SEGMENT sent to this peerSHALL<bcp14>SHALL</bcp14> have a data payload no longer than the peer's Segment MRU. The two entities of a single sessionMAY<bcp14>MAY</bcp14> have different Segment MRUs, and norelationrelationship between the two is required. </dd> <dt>Transfer MRU:</dt> <dd> A 64-bit unsigned integer indicating the largest allowable total-bundle data size to be received in this session. Any bundle transfer sent to this peerSHALL<bcp14>SHALL</bcp14> have a Total Bundle Length payload no longer than the peer's Transfer MRU. This value can be used to perform proactive bundle fragmentation. The two entities of a single sessionMAY<bcp14>MAY</bcp14> have different Transfer MRUs, and norelationrelationship between the two is required. </dd> <dt>Node ID Length and Node ID Data:</dt> <dd>TogetherTogether, these fields represent a variable-length text string. The Node ID Length is a 16-bit unsigned integer indicating the number of octets of Node ID Data to follow. A zero-lengthNodenode IDSHALL<bcp14>SHALL</bcp14> be used to indicate the lack ofNodea node ID rather than a truly emptyNodenode ID. This case allows an entity to avoid exposingNodenode ID information on an untrusted network. A non-zero-length Node ID DataSHALL<bcp14>SHALL</bcp14> contain the UTF-8 encodedNodenode ID of theEntity whichentity that sent the SESS_INIT message. EveryNodenode IDSHALL<bcp14>SHALL</bcp14> be a URI consistent with the requirementsofin <xref target="RFC3986"/> and the URI schemes of the IANA "Bundle Protocol URI SchemeType"Types" registry <xref target="IANA-BUNDLE"/>. TheNodenode ID itself can be authenticated as described in <xref target="sec-tls-authentication"/>. </dd> <dt>Session Extension Items Length and Session ExtensionItems:</dt> <dd> TogetherItems list: </dt> <dd>&zwsp; Together, these fields represent protocol extension data not defined by this specification. The Session Extension Items Length is the total number of octets to followwhichthat are used to encode the Session ExtensionItemItems list. The encoding of each Session Extension Item is within a consistent data container as described in <xref target="sec-session-extension"/>. The full set of Session Extension Items apply for the duration of the TCPCL session to follow. The order and multiplicity of these Session Extension Itemsisare significant, as defined in the associated type specification(s). If the content of the Session Extension Itemsdatalist disagrees with the Session Extension Items Length (e.g., the lastItemitem claims to use more or fewer octets than arepresentindicated in the Session Extension Items Length), the reception of the SESS_INIT is considered to have failed. </dd> </dl> <t> If an entity receives a peerNodenode IDwhichthat is not authenticated (by the procedureofdescribed in <xreftarget="sec-tls-auth-valid-nodeid"/>)target="sec-tls-auth-valid-nodeid"/>), thatNodenode IDSHOULD NOT<bcp14>SHOULD NOT</bcp14> be used by aBP agentBPA for any discovery or routing functions. Trusting an unauthenticatedNodenode ID can lead to the threat described in <xref target="sec-threat-node-impersonation"/>. </t> <t> When the active entity initiates a TCPCL session, it is likely based on routing informationwhichthat binds aNodenode ID to CL parameters used to initiate the session. If the active entity receives a SESS_INIT with a differentNodenode ID than was intended for the TCPCL session, the sessionMAY<bcp14>MAY</bcp14> be allowed to be established. If allowed, such a sessionSHALL<bcp14>SHALL</bcp14> be associated with theNodenode ID provided in the SESS_INIT message rather than any intended value. </t> </section> <section anchor="sec-session-negotiate"> <name>Session Parameter Negotiation</name> <t> An entity calculates the parameters for a TCPCL session by negotiating the values from its own preferences (conveyed by the SESS_INIT it sent to the peer) with the preferences of the peer entity (expressed in the SESS_INIT that it received from the peer). The negotiated parameters defined by this specification are described in the following paragraphs. </t> <dl newline="false" spacing="normal"> <dt>Transfer MTU and Segment MTU:</dt> <dd> Themaximum transmit unitMaximum Transmission Unit (MTU) for whole transfers and individual segmentsareis identical to the Transfer MRU and Segment MRU, respectively, of the received SESS_INIT message. A transmitting peer can send individual segments with any size smaller than the Segment MTU, depending on local policy, dynamic network conditions, etc. Determining the size of each transmitted segment is an implementation matter. If either the Transfer MRU or Segment MRU is unacceptable, the entitySHALL<bcp14>SHALL</bcp14> terminate the session with a reason code of "Contact Failure". </dd> <dt>Session Keepalive:</dt> <dd> <t> Negotiation of the Session Keepalive parameter is performed by taking the minimum of the two Keepalive Interval values from the two SESS_INIT messages. The Session KeepaliveintervalInterval is a parameter for the behavior described in <xref target="sec-KEEPALIVE"/>. If the Session KeepaliveintervalInterval is unacceptable, the entitySHALL<bcp14>SHALL</bcp14> terminate the session with a reason code of "Contact Failure". </t> <aside><t> Note:aA negotiated Session Keepalive of zero indicates that KEEPALIVEs are disabled. </t></aside> </dd> </dl> <t> Once this process of parameter negotiation is completed, this protocol defines no additional mechanism to change the parameters of an established session; to effect such a change, the TCPCL sessionMUST<bcp14>MUST</bcp14> be terminated and a new session established. </t> </section> <section anchor="sec-session-extension"> <name>Session Extension Items</name> <t> Each of the Session Extension ItemsSHALL<bcp14>SHALL</bcp14> be encoded in an identical Type-Length-Value (TLV) container form as indicated in <xref target="fig-session-extension"/>. </t> <t> The fields of the Session Extension Itemare:are as follows: </t> <dl newline="false" spacing="normal"> <dt>Item Flags:</dt> <dd> A one-octet field containing generic bit flagsaboutrelated to the Item, which are listed in <xref target="tab-session-extension-flags"/>. All reserved header flag bitsSHALL<bcp14>SHALL</bcp14> be set to 0 by the sender. All reserved header flag bitsSHALL<bcp14>SHALL</bcp14> be ignored by the receiver. If a TCPCL entity receives a Session Extension Item with an unknown Item Type and theCRITICAL<tt>CRITICAL</tt> flagofset to 1, the entitySHALL<bcp14>SHALL</bcp14> terminate the TCPCL session with a SESS_TERM reason code of "Contact Failure". If theCRITICAL<tt>CRITICAL</tt> flag is 0, an entitySHALL<bcp14>SHALL</bcp14> skip over and ignore any item with an unknown Item Type. </dd> <dt>Item Type:</dt> <dd> A 16-bit unsigned integer field containing the type of the extension item. This specification does not define any extension typesdirectly,directly but does create an IANA registry for such codes (see <xref target="sec-iana-session-extension-type"/>). </dd> <dt>Item Length:</dt> <dd> A 16-bit unsigned integer field containing the number of Item Value octets to follow. </dd> <dt>Item Value:</dt> <dd> A variable-length data fieldwhichthat is interpreted according to the associated Item Type. This specification places no restrictions on an extension's use of available Item Value data. Extension specificationsSHOULD<bcp14>SHOULD</bcp14> avoid the use of large data lengths, as no bundle transfers can begin until the full extension data is sent. </dd> </dl> <figure anchor="fig-session-extension"> <name>Session Extension Item Format</name> <artwork align="center" type="ascii-art"> 1 1 1 1 1 1 1 1 1 1 2 2 2 2 2 2 2 2 2 2 3 3 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 +---------------+---------------+---------------+---------------+ | Item Flags | Item Type | Item Length...| +---------------+---------------+---------------+---------------+ | length contd. | Item Value... | +---------------+---------------+---------------+---------------+ </artwork> </figure> <table align="center" anchor="tab-session-extension-flags"> <name>Session Extension Item Flags</name> <thead> <tr> <th>Name</th> <th>Code</th> <th>Description</th> </tr> </thead> <tbody> <tr><td>CRITICAL</td><td><tt>CRITICAL</tt></td> <td>0x01</td> <td>If this bit is set, it indicates that the receiving peer must handle the extension item.</td> </tr> <tr> <td>Reserved</td> <td>others</td> <td/> </tr> </tbody> </table> </section> </section> <section anchor="sec-session"> <name>Established Session Operation</name> <t> This section describes the protocol operation for the duration of an established session, including the mechanism for transmitting bundles over the session. </t> <section anchor="sec-conn-upkeep"> <name>Upkeep and Status Messages</name> <section anchor="sec-KEEPALIVE"> <name>Session Upkeep (KEEPALIVE)</name> <t> The protocol includes a provision for transmission of KEEPALIVE messages over the TCPCL session to help determine if the underlying TCP connection has been disrupted. </t> <t> As described in <xreftarget="sec-contact-negotiate"/>,target="sec-session-negotiate"/>, a negotiated parameter of each session is the Session Keepaliveinterval.Interval. If the negotiated Session Keepalive is zero (i.e., one or both SESS_INIT messagescontainscontain a zero Keepalive Interval), then the keepalive feature is disabled. There is no logical minimum value for thekeepalive intervalKeepalive Interval (within the minimum imposed by the positive-value encoding), but when used for many sessions on an open, sharednetworknetwork, a short interval could lead to excessive traffic. For shared network use, entitiesSHOULD<bcp14>SHOULD</bcp14> choose akeepalive intervalKeepalive Interval no shorter than 30 seconds. There is no logical maximum value for thekeepalive intervalKeepalive Interval (within the maximum imposed by the fixed-size encoding), but an idle TCP connection is liable for closure by the host operating system if the keepalive time is longer thantens-of-minutes.tens of minutes. EntitiesSHOULD<bcp14>SHOULD</bcp14> choose akeepalive intervalKeepalive Interval no longer than 10 minutes (600 seconds). </t> <t>Note:The chosen Keepalive IntervalSHOULD NOT<bcp14>SHOULD NOT</bcp14> bechosentooshortshort, as TCP retransmissionsMAYmay occur in the case of packet loss. Those will have to be triggered by a timeout (TCP retransmission timeout (RTO)), which is dependent on the measured RTT for the TCP connection so that KEEPALIVE messages can experience noticeable latency. </t> <t> The format of a KEEPALIVE message is a one-octetmessage typeMessage Type code of KEEPALIVE (as described in <xref target="tab-msg-types"/>) with no additional data. Both sidesSHALL<bcp14>SHALL</bcp14> send a KEEPALIVE message whenever the negotiated interval has elapsed with no transmission of any message (KEEPALIVE or other). </t> <t> If no message (KEEPALIVE or other) has been received in a session after some implementation-defined time duration, then the entitySHALL<bcp14>SHALL</bcp14> terminate the session by transmitting a SESS_TERM message (as described in <xref target="sec-SESS_TERM"/>) with a reason code of "IdleTimeout".timeout". If configurable, the idle timeout durationSHOULD<bcp14>SHOULD</bcp14> be no shorter than twice thekeepalive interval.Keepalive Interval. If not configurable, the idle timeout durationSHOULD<bcp14>SHOULD</bcp14> be exactly twice thekeepalive interval.Keepalive Interval. </t> </section> <section anchor="sec-MSG_REJECT"> <name>Message Rejection (MSG_REJECT)</name> <t> This message type is not expected to be seen in a well-functioning session. Its purpose is to aid in troubleshooting bad entity behavior by allowing the peer to observe why an entity is not responding as expected to its messages. </t> <t> If a TCPCL entity receives a message typewhichthat is unknown to it (possibly due to an unhandled protocol version mismatch ora incorrectly-negotiatedan incorrectly negotiated session extensionwhichthat defines a new message type), the entitySHALL<bcp14>SHALL</bcp14> send a MSG_REJECT message with aReason Codereason code of "Message Type Unknown" and close the TCP connection. If a TCPCL entity receives a message typewhichthat is known but is inappropriate for the negotiated session parameters (possibly due toincorrectly-negotiatedan incorrectly negotiated session extension), the entitySHALL<bcp14>SHALL</bcp14> send a MSG_REJECT message with aReason Codereason code of "Message Unsupported". If a TCPCL entity receives a messagewhichthat is inappropriate for the current session state (e.g., a SESS_INIT after the session has already been established orana XFER_ACK message with an unknown Transfer ID), the entitySHALL<bcp14>SHALL</bcp14> send a MSG_REJECT message with aReason Codereason code of "Message Unexpected". </t> <t> The format of a MSG_REJECT message isas followsshown in <xref target="fig-MSG_REJECT-fields"/>. </t> <figure anchor="fig-MSG_REJECT-fields"> <name>Format of MSG_REJECT Messages</name> <artwork align="center" type="ascii-art"> +-----------------------------+ | Message Header | +-----------------------------+ | Reason Code (U8) | +-----------------------------+ | Rejected Message Header | +-----------------------------+ </artwork> </figure> <t> The fields of the MSG_REJECT messageare:are as follows: </t> <dl newline="false" spacing="normal"> <dt>Reason Code:</dt> <dd> A one-octet refusal reason code interpreted according to the descriptions in <xref target="tab-MSG_REJECT-reasons"/>. </dd> <dt>Rejected Message Header:</dt> <dd> The Rejected Message Header is a copy of the Message Header to which the MSG_REJECT message is sent as a response. </dd> </dl> <table align="center" anchor="tab-MSG_REJECT-reasons"> <name>MSG_REJECT Reason Codes</name> <thead> <tr> <th>Name</th> <th>Code</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td>Message Type Unknown</td> <td>0x01</td> <td>A message was received with a Message Type code unknown to the TCPCL entity.</td> </tr> <tr> <td>Message Unsupported</td> <td>0x02</td> <td>A message wasreceivedreceived, but the TCPCL entity cannot comply with the message contents.</td> </tr> <tr> <td>Message Unexpected</td> <td>0x03</td> <td>A message was received while the session is in a state in which the message is not expected.</td> </tr> </tbody> </table> </section> </section> <section anchor="sec-transfer"> <name>Bundle Transfer</name> <t> All of the messages discussed in this section are directly associated with transferring a bundle between TCPCL entities. </t> <t> A single TCPCL transfer results in the exchange of a bundle (handled by the convergence layer as opaque data)being exchanged from one entity to the other.between two entities. InTCPCLthe TCPCL, a transfer is accomplished by dividing a single bundle up into "segments" based on the receiving-side SegmentMRU (seeMRU, which is defined in <xreftarget="sec-contact-header"/>).target="sec-SESS_INIT"/>. The choice of the length to use for segments is an implementation matter, but each segmentMUST NOT<bcp14>MUST NOT</bcp14> be larger than the receiving entity'smaximum receive unit (MRU) (see the fieldSegmentMRU of <xref target="sec-contact-header"/>).MRU. The first segment for a bundle is indicated by the'START' flag<tt>START</tt> flag, and the last segment is indicated by the'END'<tt>END</tt> flag. </t> <t> A single transfer(and(and, byextensionextension, a single segment)SHALL NOT<bcp14>SHALL NOT</bcp14> contain data of more than a single bundle. This requirement is imposed on the agent using theTCPCLTCPCL, rather than on the TCPCL itself. </t> <t> If multiple bundles are transmitted on a single TCPCL connection, theyMUST<bcp14>MUST</bcp14> be transmittedconsecutivelyconsecutively, without the interleaving of segments from multiple bundles. </t> <section anchor="sec-transfer-id"> <name>Bundle Transfer ID</name> <t> Each of the bundle transfer messages contains a TransferIDID, which is used to correlate messages (from both sides of a transfer) for each bundle. A Transfer ID does not attempt to address uniqueness of the bundle data itself andhas no relationis not related toconceptssuch concepts as bundle fragmentation. Each invocation of the TCPCL by thebundle protocol agent,BPA, requesting transmission of a bundle (fragmentary or otherwise), results in the initiation of a single TCPCL transfer. Each transfer entails the sending of a sequence of some number of XFER_SEGMENT and XFER_ACK messages; all are correlated by the same Transfer ID. The sending entity originates atransfer IDTransfer ID, and the receiving entity uses that same Transfer ID inacknowledgements.acknowledgments. </t> <t> Transfer IDs from each entitySHALL<bcp14>SHALL</bcp14> be unique within a single TCPCL session. Upon exhaustion of the entire 64-bit Transfer ID space, the sending entitySHALL<bcp14>SHALL</bcp14> terminate the session with a SESS_TERM reason code of "Resource Exhaustion". For bidirectional bundle transfers, a TCPCL entitySHOULD NOT<bcp14>SHOULD NOT</bcp14> rely on anyrelationrelationship between Transfer IDs originating from each side of the TCPCL session. </t> <t> Although there is not a strict requirement for initial Transfer IDinitialvalues or the ordering of Transfer IDs (see <xref target="sec-security-xferid"/>), in the absence of any other mechanism for generating TransferIDsIDs, an entitySHALL<bcp14>SHALL</bcp14> use the following algorithm:Thethe initial Transfer ID from each entity iszerozero, and subsequent Transfer ID values are incremented from the prior Transfer ID value by one. </t> </section> <section anchor="sec-XFER_SEGMENT"> <name>Data Transmission (XFER_SEGMENT)</name> <t> Each bundle is transmitted in one or more data segments. The format of a XFER_SEGMENT messagefollowsis shown in <xref target="fig-XFER_SEGMENT-fields"/>. </t> <figure anchor="fig-XFER_SEGMENT-fields"> <name>Format of XFER_SEGMENT Messages</name> <artwork align="center" type="ascii-art"> +------------------------------+ | Message Header | +------------------------------+ | Message Flags (U8) | +------------------------------+ | Transfer ID (U64) | +------------------------------+ | Transfer Extension | | Items Length (U32) | | (only for START segment) | +------------------------------+ | Transfer Extension | | Items (var.) | | (only for START segment) | +------------------------------+ | Data length (U64) | +------------------------------+ | Data contents (octet string) | +------------------------------+ </artwork> </figure> <t> The fields of the XFER_SEGMENT messageare:are as follows: </t> <dl newline="false" spacing="normal"> <dt>Message Flags:</dt> <dd> A one-octet field of single-bit flags, interpreted according to the descriptions in <xref target="tab-XFER_SEGMENT-flags"/>. All reserved header flag bitsSHALL<bcp14>SHALL</bcp14> be set to 0 by the sender. All reserved header flag bitsSHALL<bcp14>SHALL</bcp14> be ignored by the receiver. </dd> <dt>Transfer ID:</dt> <dd> A 64-bit unsigned integer identifying the transfer being made. </dd> <dt>Transfer Extension Items Length and Transfer ExtensionItems:</dt> <dd> TogetherItems list:</dt> <dd>&zwsp; Together, these fields represent protocol extension data for this specification. The Transfer Extension Items Length and Transfer ExtensionItem fields SHALLItems list <bcp14>SHALL</bcp14> only be present when the'START'<tt>START</tt> flag is set to 1 on the message. The Transfer Extension Items Length is the total number of octets to followwhichthat are used to encode the Transfer ExtensionItemItems list. The encoding of each Transfer Extension Item is within a consistent datacontainercontainer, as described in <xref target="sec-transfer-extension"/>. The full set oftransfer extension itemsTransfer Extension Items apply only to the associated single transfer. The order and multiplicity of thesetransfer extension items isTransfer Extension Items are significant, as defined in the associated type specification(s). If the content of the Transfer Extension Itemsdatalist disagrees with the Transfer Extension Items Length (e.g., the lastItemitem claims to use more or fewer octets than arepresentindicated in the Transfer Extension Items Length), the reception of the XFER_SEGMENT is considered to have failed. </dd> <dt>Data length:</dt> <dd> A 64-bit unsigned integer indicating the number of octets intheData contents to follow. </dd> <dt>Data contents:</dt> <dd> The variable-length data payload of the message. </dd> </dl> <table align="center" anchor="tab-XFER_SEGMENT-flags"> <name>XFER_SEGMENT Flags</name> <thead> <tr> <th>Name</th> <th>Code</th> <th>Description</th> </tr> </thead> <tbody> <tr><td>END</td><td><tt>END</tt></td> <td>0x01</td> <td>If this bit is set, it indicates that this is the last segment of the transfer.</td> </tr> <tr><td>START</td><td><tt>START</tt></td> <td>0x02</td> <td>If this bit is set, it indicates that this is the first segment of the transfer.</td> </tr> <tr> <td>Reserved</td> <td>others</td> <td/> </tr> </tbody> </table> <t> The flags portion of the message contains two flag values in the two low-order bits, denoted'START'<tt>START</tt> and'END'<tt>END</tt> in <xref target="tab-XFER_SEGMENT-flags"/>. The'START'<tt>START</tt> flagSHALL<bcp14>SHALL</bcp14> be set to 1 when transmitting the first segment of a transfer. The'END'<tt>END</tt> flagSHALL<bcp14>SHALL</bcp14> be set to 1 when transmitting the last segment of a transfer. In the case where an entire transfer is accomplished in a single segment, both the'START'<tt>START</tt> flag and'END' flags SHALLthe <tt>END</tt> flag <bcp14>SHALL</bcp14> be set to 1. </t> <t> Once a transfer of a bundle has commenced, the entityMUST<bcp14>MUST</bcp14> only send segments containing sequential portions of that bundle until it sends a segment with the'END'<tt>END</tt> flag set to 1. No interleaving of multiple transfers from the same entity is possible within a single TCPCL session. Simultaneous transfers between two entitiesMAY<bcp14>MAY</bcp14> be achieved using multiple TCPCL sessions. </t> </section> <section anchor="sec-XFER_ACK"> <name>Data Acknowledgments (XFER_ACK)</name> <t> Although the TCP transport provides reliable transfer of data between transport peers, the typical BSD sockets interface provides no means to inform a sending application of when the receiving application has processed some amount of transmitted data. Thus, after transmitting some data, the TCPCL needs an additional mechanism to determine whether the receiving agent has successfully received and fully processed the segment. To this end, the TCPCL protocol provides feedback messaging whereby a receiving entity transmits acknowledgments of reception of data segments. </t> <t> The format ofana XFER_ACK messagefollowsis shown in <xref target="fig-XFER_ACK-fields"/>. </t> <figure anchor="fig-XFER_ACK-fields"> <name>Format of XFER_ACK Messages</name> <artwork align="center" type="ascii-art"> +-----------------------------+ | Message Header | +-----------------------------+ | Message Flags (U8) | +-----------------------------+ | Transfer ID (U64) | +-----------------------------+ | Acknowledged length (U64) | +-----------------------------+ </artwork> </figure> <t> The fields of the XFER_ACK messageare:are as follows: </t> <dl newline="false" spacing="normal"> <dt>Message Flags:</dt> <dd> A one-octet field of single-bit flags, interpreted according to the descriptions in <xref target="tab-XFER_SEGMENT-flags"/>. All reserved header flag bitsSHALL<bcp14>SHALL</bcp14> be set to 0 by the sender. All reserved header flag bitsSHALL<bcp14>SHALL</bcp14> be ignored by the receiver. </dd> <dt>Transfer ID:</dt> <dd> A 64-bit unsigned integer identifying the transfer being acknowledged. </dd> <dt>Acknowledged length:</dt> <dd> A 64-bit unsigned integer indicating the total number of octets in the transferwhichthat are being acknowledged. </dd> </dl> <t> A receiving TCPCL entitySHALL<bcp14>SHALL</bcp14> sendana XFER_ACK message in response to each received XFER_SEGMENT message after the segment has been fully processed. The flags portion of the XFER_ACK headerSHALL<bcp14>SHALL</bcp14> be set to match the corresponding XFER_SEGMENT message being acknowledged (including flags not decodable to the entity). The acknowledged length of each XFER_ACK contains the sum of thedataData length fields of all XFER_SEGMENT messages received so far in the course of the indicated transfer. The sending entitySHOULD<bcp14>SHOULD</bcp14> transmit multiple XFER_SEGMENT messages without waiting for the corresponding XFER_ACK responses. This enables pipelining of messages on a transfer stream. </t> <t> For example, suppose the sending entity transmits four segments of bundle data with lengths 100, 200, 500, and 1000, respectively. After receiving the first segment, the entity sends an acknowledgment of length 100. After the second segment is received, the entity sends an acknowledgment of length 300. The third and fourth acknowledgments are oflengthlengths 800 and 1800, respectively. </t> <t> </t> </section> <section anchor="sec-XFER_REFUSE"> <name>Transfer Refusal (XFER_REFUSE)</name> <t> The TCPCL supports a mechanism by which a receiving entity can indicate to the sender that it does not want to receive the corresponding bundle. To do so, upon receivingana XFER_SEGMENT message, the entityMAY<bcp14>MAY</bcp14> transmit a XFER_REFUSE message. As data segments and acknowledgments can cross on the wire, the bundle that is being refusedSHALL<bcp14>SHALL</bcp14> be identified by the Transfer ID of the refusal. </t> <t> There is no requiredrelationrelationship between the Transfer MRU of a TCPCL entity (which is supposed to represent a firm limitation of what the entity will accept) and the sending of a XFER_REFUSE message. A XFER_REFUSE can be used in cases where the agent's bundle storage is temporarily depleted or somehow constrained. A XFER_REFUSE can also be used after the bundle header or any bundle data is inspected by an agent and determined to be unacceptable. </t> <t> A transfer receiverMAY<bcp14>MAY</bcp14> sendana XFER_REFUSE message as soon as it receives any XFER_SEGMENT message. The transfer senderMUST<bcp14>MUST</bcp14> be prepared for this andMUST<bcp14>MUST</bcp14> associate the refusal with the correct bundle via the Transfer ID fields. </t> <t> The TCPCL itself does not have any required behavior related torespondresponding toana XFER_REFUSE based on itsReason Code;reason code; the refusal is passed up as an indication to theBP agentBPA that the transfer has been refused. If a transfer refusal has aReason Code whichreason code that is not decodable to theBP agent,BPA, the agentSHOULD<bcp14>SHOULD</bcp14> treat the refusal as havingan Unknown reason.a reason code of "Unknown". </t> <t> The format of the XFER_REFUSE message isas followsshown in <xref target="fig-msg-XFER_REFUSE"/>. </t> <figure anchor="fig-msg-XFER_REFUSE"> <name>Format of XFER_REFUSE Messages</name> <artwork align="center" type="ascii-art"> +-----------------------------+ | Message Header | +-----------------------------+ | Reason Code (U8) | +-----------------------------+ | Transfer ID (U64) | +-----------------------------+ </artwork> </figure> <t> The fields of the XFER_REFUSE messageare:are as follows: </t> <dl newline="false" spacing="normal"> <dt>Reason Code:</dt> <dd> A one-octet refusal reason code interpreted according to the descriptions in <xref target="tab-XFER_REFUSE-reasons"/>. </dd> <dt>Transfer ID:</dt> <dd> A 64-bit unsigned integer identifying the transfer being refused. </dd> </dl> <table align="center" anchor="tab-XFER_REFUSE-reasons"> <name>XFER_REFUSE Reason Codes</name> <thead> <tr> <th>Name</th> <th>Code</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td>Unknown</td> <td>0x00</td><td>Reason<td>The reason for refusal is unknown or is not specified.</td> </tr> <tr> <td>Completed</td> <td>0x01</td> <td>The receiver already has the complete bundle. The senderMAY<bcp14>MAY</bcp14> consider the bundle as completely received.</td> </tr> <tr> <td>No Resources</td> <td>0x02</td> <td>The receiver's resources are exhausted. The senderSHOULD<bcp14>SHOULD</bcp14> apply reactive bundle fragmentation before retrying.</td> </tr> <tr> <td>Retransmit</td> <td>0x03</td> <td>The receiver has encountered a problem that requires the bundle to be retransmitted in its entirety.</td> </tr> <tr> <td>Not Acceptable</td> <td>0x04</td> <td>Some issue with the bundle data or the transfer extension data was encountered. The senderSHOULD NOT<bcp14>SHOULD NOT</bcp14> retry the same bundle with the same extensions.</td> </tr> <tr> <td>Extension Failure</td> <td>0x05</td> <td>A failure processing the Transfer Extension Items has occurred.</td> </tr> <tr> <td>Session Terminating</td> <td>0x06</td> <td>The receiving entity is in the process of terminating the session. The senderMAY<bcp14>MAY</bcp14> retry the same bundle at a later time in a different session.</td> </tr> </tbody> </table> <t> The receiverMUST,<bcp14>MUST</bcp14>, for each transfer preceding the one to be refused, have either acknowledged all XFER_SEGMENT messages or refused the bundle transfer. </t> <t> The bundle transfer refusalMAY<bcp14>MAY</bcp14> be sent before an entire data segment is received. If a sender receives a XFER_REFUSE message, the senderMUST<bcp14>MUST</bcp14> complete the transmission of any partially sent XFER_SEGMENT message. There is no way to interrupt an individual TCPCL message partway through sending it. The senderMUST NOT<bcp14>MUST NOT</bcp14> subsequently commence transmission of any further segments of the refusedbundle subsequently.bundle. Note, however, that this requirement does not ensure that an entity will not receive another XFER_SEGMENT for the same bundle after transmitting a XFER_REFUSEmessagemessage, since messages can cross on the wire; if this happens, subsequent segments of the bundleSHALL<bcp14>SHALL</bcp14> also be refused with a XFER_REFUSE message. </t><t><aside><t> Note: If a bundle transmission is aborted in this way, the receiver does not receive a segment with the'END'<tt>END</tt> flag set to 1 for the aborted bundle. The beginning of the next bundle is identified by the'START'<tt>START</tt> flag set to 1, indicating the start of a new transfer, and with a distinct Transfer ID value.</t></t></aside> </section> <section anchor="sec-transfer-extension"> <name>Transfer Extension Items</name> <t> Each of the Transfer Extension ItemsSHALL<bcp14>SHALL</bcp14> be encoded in an identical Type-Length-Value (TLV) container form as indicated in <xref target="fig-transfer-extension"/>. </t> <t> The fields of the Transfer Extension Itemare:are as follows: </t> <dl newline="false" spacing="normal"> <dt>Item Flags:</dt> <dd> A one-octet field containing generic bit flagsaboutrelated to the Item, which are listed in <xref target="tab-transfer-extension-flags"/>. All reserved header flag bitsSHALL<bcp14>SHALL</bcp14> be set to 0 by the sender. All reserved header flag bitsSHALL<bcp14>SHALL</bcp14> be ignored by the receiver. If a TCPCL entity receives a Transfer Extension Item with an unknown Item Type and theCRITICAL<tt>CRITICAL</tt> flag is 1, the entitySHALL<bcp14>SHALL</bcp14> refuse the transfer withana XFER_REFUSE reason code of "Extension Failure". If theCRITICAL<tt>CRITICAL</tt> flag is 0, an entitySHALL<bcp14>SHALL</bcp14> skip over and ignore any item with an unknown Item Type. </dd> <dt>Item Type:</dt> <dd> A 16-bit unsigned integer field containing the type of the extension item. This specification creates an IANA registry for such codes (see <xref target="sec-iana-transfer-extension-type"/>). </dd> <dt>Item Length:</dt> <dd> A 16-bit unsigned integer field containing the number of Item Value octets to follow. </dd> <dt>Item Value:</dt> <dd> A variable-length data fieldwhichthat is interpreted according to the associated Item Type. This specification places no restrictions on an extension's use of available Item Value data. Extension specificationsSHOULD<bcp14>SHOULD</bcp14> avoid the use of large data lengths, as the associated transfer cannot begin until the full extension data is sent. </dd> </dl> <figure anchor="fig-transfer-extension"> <name>Transfer Extension Item Format</name> <artwork align="center" type="ascii-art"> 1 1 1 1 1 1 1 1 1 1 2 2 2 2 2 2 2 2 2 2 3 3 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 +---------------+---------------+---------------+---------------+ | Item Flags | Item Type | Item Length...| +---------------+---------------+---------------+---------------+ | length contd. | Item Value... | +---------------+---------------+---------------+---------------+ </artwork> </figure> <table align="center" anchor="tab-transfer-extension-flags"> <name>Transfer Extension Item Flags</name> <thead> <tr> <th>Name</th> <th>Code</th> <th>Description</th> </tr> </thead> <tbody> <tr><td>CRITICAL</td><td><tt>CRITICAL</tt></td> <td>0x01</td> <td>If this bit is set, it indicates that the receiving peer must handle the extension item.</td> </tr> <tr> <td>Reserved</td> <td>others</td> <td/> </tr> </tbody> </table> <section anchor="sec-transfer-extension-transfer-length"> <name>Transfer Length Extension</name> <t> The purpose of the Transfer LengthextensionExtension is to allow entities to preemptively refuse bundles that would exceed their resources or to prepare storage on the receiving entity for the upcoming bundle data. </t> <t> Multiple Transfer Lengthextension items SHALL NOTExtension Items <bcp14>SHALL NOT</bcp14> occur within the same transfer. The lack of a Transfer Lengthextension itemExtension Item in any transferSHALL NOT<bcp14>SHALL NOT</bcp14> imply anythingaboutregarding the potential length of the transfer. The Transfer Lengthextension SHALL be assigned transfer extension type ID 0x0001.Extension <bcp14>SHALL</bcp14> use the IANA-assigned code point from <xref target="sec-iana-transfer-extension-type"/>. </t> <t> If a transfer occupies exactly one segment (i.e., bothSTARTthe <tt>START</tt> flag andEND flagsthe <tt>END</tt> flag are1)1), the Transfer Lengthextension SHOULD NOTExtension <bcp14>SHOULD NOT</bcp14> be present. The extension does not provide any additional information for single-segment transfers. </t> <t> The format of the Transfer Length Extension data isas followsshown in <xref target="fig-Transfer-Length-fields"/>. </t> <figure anchor="fig-Transfer-Length-fields"> <name>Format of Transfer Lengthdata</name>Extension Data</name> <artwork align="center" type="ascii-art"> +----------------------+ | Total Length (U64) | +----------------------+ </artwork> </figure><t> The fields of the<t>The Transfer Lengthextension are: </t>Extension data contains the following field:</t> <dl newline="false" spacing="normal"> <dt>Total Length:</dt> <dd> A 64-bit unsigned integer indicating the size of thedata-to-be-transferred.data to be transferred. The Total Length fieldSHALL<bcp14>SHALL</bcp14> be treated as authoritative by the receiver. If, for whatever reason, the actual total length of bundle data received differs from the value indicated by the Total Length value, the receiverSHALL<bcp14>SHALL</bcp14> treat the transmitted data as invalid and sendana XFER_REFUSE with aReason Codereason code of "Not Acceptable". </dd> </dl> </section> </section> </section> </section> <section anchor="sec-termination"> <name>Session Termination</name> <t> This section describes the procedures for terminating a TCPCL session. The purpose of terminating a session is to allow transfers to complete before the TCP connection is closed but not allow any new transfers to start. A session state change is necessary for this tohappenhappen, because transfers can bein-progressin progress in either direction (transfer stream) within a session. Waiting for a transfer to complete in one direction does not control or influence the possibility of a transfer in the other direction. Either peer of a session can terminate an established session at any time. </t> <section anchor="sec-SESS_TERM"> <name>Session Termination Message (SESS_TERM)</name> <t> To cleanly terminate a session, a SESS_TERM messageSHALL<bcp14>SHALL</bcp14> be transmitted by either entity at any point following complete transmission of any other message. When sent to initiate a termination, theREPLY<tt>REPLY</tt> flag of a SESS_TERM messageSHALL<bcp14>SHALL</bcp14> be 0. Upon receiving a SESS_TERM message after not sending a SESS_TERM message in the same session, an entitySHALL<bcp14>SHALL</bcp14> send an acknowledging SESS_TERM message. When sent to acknowledge a termination, a SESS_TERM messageSHALL<bcp14>SHALL</bcp14> have identical data content from the message being acknowledged except for theREPLY<tt>REPLY</tt> flag, which is set to 1 to indicateacknowledgement.acknowledgment. </t> <t> Once a SESS_TERM message issentsent, the state of that TCPCL session changes to Ending. While the session is in the Ending state,an</t> <ul spacing="normal"> <li>an entityMAY<bcp14>MAY</bcp14> finish an in-progress transfer in eitherdirection. While the session is in the Ending state, andirection.</li> <li>an entitySHALL NOT<bcp14>SHALL NOT</bcp14> begin any new outgoing transfer for the remainder of thesession. While the session is in the Ending state, ansession.</li> <li>an entitySHALL NOT<bcp14>SHALL NOT</bcp14> accept any new incoming transfer for the remainder of thesession. Ifsession.</li> </ul> <t>If a new incoming transfer is attempted while in the Ending state, the receiving entitySHALL<bcp14>SHALL</bcp14> sendana XFER_REFUSE with aReason Codereason code of "Session Terminating". </t> <t> There are circumstances where an entity has an urgent need to close a TCP connection associated with a TCPCL session, without waiting for transfers to complete but also in a waywhichthat doesn't force timeouts tooccur;occur -- for example, due to impending shutdown of the underlyingdata linkdata-link layer. Instead of following a clean termination sequence, after transmitting a SESS_TERMmessagemessage, an entityMAY<bcp14>MAY</bcp14> perform an unclean termination by immediately closing the associated TCP connection. When performing an unclean termination, an entitySHOULD<bcp14>SHOULD</bcp14> acknowledge all received XFER_SEGMENTs withana XFER_ACK before closing the TCP connection. Not acknowledging received segments can result in unnecessary bundle or bundle fragmentretransmission.retransmissions. Any delay between a request to close the TCP connection and the actual closing of the connection (a "half-closed" state)MAY<bcp14>MAY</bcp14> be ignored by the TCPCL entity. If the underlying TCP connection is closed during a transmission (in either transfer stream), the transferSHALL<bcp14>SHALL</bcp14> be indicated to theBP agentBPA as failed (see the transmission failure and reception failure indicationsofdefined in <xref target="sec-cl-services"/>). </t> <t> The TCPCL itself does not have any required behavior related torespondresponding toana SESS_TERM based on itsReason Code;reason code; the termination is passed up as an indication to theBP agentBPA that the session state has changed. If a termination has aReason Code whichreason code that is not decodable to theBP agent,BPA, the agentSHOULD<bcp14>SHOULD</bcp14> treat the termination as havingan Unknown reason.a reason code of "Unknown". </t> <t> The format of the SESS_TERM message isas followsshown in <xref target="fig-msg-SESS_TERM-fields"/>. </t> <figure anchor="fig-msg-SESS_TERM-fields"> <name>Format of SESS_TERM Messages</name> <artwork align="center" type="ascii-art"> +-----------------------------+ | Message Header | +-----------------------------+ | Message Flags (U8) | +-----------------------------+ | Reason Code (U8) | +-----------------------------+ </artwork> </figure> <t> The fields of the SESS_TERM messageare:are as follows: </t> <dl newline="false" spacing="normal"> <dt>Message Flags:</dt> <dd> A one-octet field of single-bit flags, interpreted according to the descriptions in <xref target="tab-SESS_TERM-flags"/>. All reserved header flag bitsSHALL<bcp14>SHALL</bcp14> be set to 0 by the sender. All reserved header flag bitsSHALL<bcp14>SHALL</bcp14> be ignored by the receiver. </dd> <dt>Reason Code:</dt> <dd> A one-octet refusal reason code interpreted according to the descriptions in <xref target="tab-SESS_TERM-reasons"/>. </dd> </dl> <table align="center" anchor="tab-SESS_TERM-flags"> <name>SESS_TERM Flags</name> <thead> <tr> <th>Name</th> <th>Code</th> <th>Description</th> </tr> </thead> <tbody> <tr><td>REPLY</td><td><tt>REPLY</tt></td> <td>0x01</td> <td>If this bit is set, it indicates that this message is anacknowledgementacknowledgment of an earlier SESS_TERM message.</td> </tr> <tr> <td>Reserved</td> <td>others</td> <td/> </tr> </tbody> </table> <table align="center" anchor="tab-SESS_TERM-reasons"> <name>SESS_TERM Reason Codes</name> <thead> <tr> <th>Name</th> <th>Code</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td>Unknown</td> <td>0x00</td> <td>A termination reason is not available.</td> </tr> <tr> <td>Idle timeout</td> <td>0x01</td> <td>The session is being terminated due to idleness.</td> </tr> <tr> <td>Version mismatch</td> <td>0x02</td> <td>The entity cannot conform to the specified TCPCL protocol version.</td> </tr> <tr> <td>Busy</td> <td>0x03</td> <td>The entity is too busy to handle the current session.</td> </tr> <tr> <td>Contact Failure</td> <td>0x04</td> <td>The entity cannot interpret or negotiate a Contact Header or SESS_INIT option.</td> </tr> <tr> <td>Resource Exhaustion</td> <td>0x05</td> <td>The entity has run into some resource limit and cannot continue the session.</td> </tr> </tbody> </table> <t> The earliest a TCPCL session terminationMAY<bcp14>MAY</bcp14> occur is immediately after transmission of a Contact Header (and prior to any further messagetransmit).transmissions). This can, for example, be usedto notifyas a notification that the entity is currently not able or willing to communicate. However, an entityMUST<bcp14>MUST</bcp14> always send the Contact Header to its peer before sending a SESS_TERM message. </t> <t> Termination of the TCP connectionMAY<bcp14>MAY</bcp14> occur prior to receiving the ContactheaderHeader as discussed in <xref target="sec-tcp-connection"/>. If reception of the Contact Header itself somehow fails (e.g., an invalid"magic string"magic string is received), an entitySHALL<bcp14>SHALL</bcp14> close the TCP connection without sending a SESS_TERM message. </t> <t> If a session is to be terminated before the sending of a protocol message hascompleted being sent,completed, then the entityMUST NOT<bcp14>MUST NOT</bcp14> transmit the SESS_TERM message but stillSHALL<bcp14>SHALL</bcp14> close the TCP connection. Each TCPCL message is contiguous in the octet stream and has no ability to be cut short and/or preempted byan otheranother message. This is particularly important when large segment sizes are being transmitted; either the entire XFER_SEGMENT is sent before a SESS_TERM message or the connection is simply terminated mid-XFER_SEGMENT. </t> </section> <section anchor="sec-idle-terminate"> <name>Idle SessionShutdown</name>Termination</name> <t> The protocol includes a provision for clean termination of idle sessions. Determining the length of time to wait before terminating idle sessions, if they are to be terminated at all, is an implementation and configuration matter. </t> <t> If there is a configured time to terminate idle sessions and if no TCPCL messages (other than KEEPALIVE messages)hashave been received for at least that amount of time, then either entityMAY<bcp14>MAY</bcp14> terminate the session by transmitting a SESS_TERM messageindicating thewith a reason code of "Idle timeout" (as described in <xref target="tab-SESS_TERM-reasons"/>). </t> </section> </section> <sectionremoveInRFC="true"> <name>Implementation Status</name> <t> [NOTE to the RFC Editor: please remove this section before publication, as well as the reference to <xref target="RFC7942"/>, <xref target="github-dtn-demo-agent"/>, and <xref target="github-dtn-wireshark"/>.] </t> <t> This section records the status of known implementations of the protocol defined by this specification at the time of posting of this Internet-Draft, and is based on a proposal described in <xref target="RFC7942"/>. The description of implementations in this section is intended to assist the IETF in its decision processes in progressing drafts to RFCs. Please note that the listing of any individual implementation here does not imply endorsement by the IETF. Furthermore, no effort has been spent to verify the information presented here that was supplied by IETF contributors. This is not intended as, and must not be construed to be, a catalog of available implementations or their features. Readers are advised to note that other implementations can exist. </t> <t> An example implementation of the this draft of TCPCLv4 has been created as a GitHub project <xref target="github-dtn-demo-agent"/> and is intended to use as a proof-of-concept and as a possible source of interoperability testing. This example implementation uses D-Bus as the CL-BP Agent interface, so it only runs on hosts which provide the Python "dbus" library. </t> <t> A wireshark dissector for TCPCLv4 has been created as a GitHub project <xref target="github-dtn-wireshark"/> and has been kept in-sync with the latest encoding of this specification. </t> </section> <sectionanchor="sec-security"> <name>Security Considerations</name> <t> This section separates security considerations into threat categories based on guidanceof BCP 72provided in <xreftarget="RFC3552"/>.target="RFC3552">BCP 72</xref>. </t> <section> <name>Threat: Passive Leak of Node Data</name> <t> When used without TLS security, the TCPCL exposes theNodenode ID and other configuration data to passive eavesdroppers. This occurs even when no transfers occur within a TCPCL session. This can be avoided by always using TLS, even if authentication is not available (see <xref target="sec-security-tlsalt"/>). </t> </section> <section> <name>Threat: Passive Leak of Bundle Data</name> <t> The TCPCL can be used to provide point-to-point transport security, but it does not provide security ofdata-at-restdata at rest and does not guarantee end-to-end bundle security. The bundle security mechanisms defined in <xreftarget="I-D.ietf-dtn-bpsec"/>target="RFC9172"/> are to be used instead. </t> <t> When used without TLS security, the TCPCL exposes all bundle data to passive eavesdroppers. This can be avoided by always using TLS, even if authentication is not available (see <xref target="sec-security-tlsalt"/>). </t> </section> <section> <name>Threat: TCPCL Version Downgrade</name> <t> When a TCPCL entity supports multiple versions of theprotocolprotocol, it is possible for a malicious or misconfigured peer to use an older version of the TCPCLwhichprotocol that does not support transport security.AAn on-path attacker can also manipulate a Contact Header to present a lower protocol version than desired. </t> <t> It is up to security policies within each TCPCL entity to ensure that the negotiated TCPCL version meets transport security requirements. </t> </section> <section anchor="sec-threat-tls-strip"> <name>Threat: Transport Security Stripping</name> <t> When security policy allows non-TLS sessions, the TCPCL does not protect against active network attackers. It is possible foraan on-path attacker to set theCAN_TLS<tt>CAN_TLS</tt> flag to 0 on either side of the Contact Header exchange, which will cause the negotiationofdiscussed in <xref target="sec-contact-negotiate"/> to disable TLS. This leads to the "SSL Stripping" attack described in <xref target="RFC7457"/>. </t> <t> The purpose of theCAN_TLS<tt>CAN_TLS</tt> flag is to allow the use of the TCPCL on entitieswhichthat simply do not have a TLS implementation available. When TLS is available on an entity, it is strongly encouraged that the security policy disallow non-TLS sessions. This requires that the TLS handshakeoccurs,occur, regardless of the policy-driven parameters of the handshake and policy-driven handling of the handshake outcome. </t> <t> One mechanism to mitigate the possibility of TLSstrippingStripping is the use of DNS-based Authentication of Named Entities (DANE) <xref target="RFC6698"/> toward the passive peer. This mechanism relies on DNS and is unidirectional, so it doesn't help with applying policy toward the active peer, but it can be useful in an environment using opportunistic security. The configuration and use of DANE are outside of the scope of this document. </t> <t> The negotiated use of TLS is identical in behavior toSTARTTLSthe use of STARTTLS as described in <xref target="RFC2595"/>, <xref target="RFC4511"/>, and others. </t> </section> <section> <name>Threat: Weak TLS Configurations</name> <t> Even when using TLS to secure the TCPCL session, the actualciphersuitecipher suite negotiated between the TLS peers can be insecure. Recommendations forciphersuite useusing cipher suites are included inBCP 195<xreftarget="RFC7525"/>.target="RFC7525">BCP 195</xref>. It is up to security policies within each TCPCL entity to ensure that the negotiated TLSciphersuitecipher suite meets transport security requirements. </t> </section> <section anchor="sec-threat-untrust-cert"> <name>Threat: Untrusted End-Entity Certificate</name> <t> Theprofileauthentication method discussed in <xref target="sec-tls-authentication"/> uses end-entity certificates chainedupto a trusted root CA. During a TLS handshake, either entity can send a certificate setwhichthat does not contain the full chain, possibly excluding intermediate or root CAs. In an environment where peers are known to already contain needed root and intermediateCAsCAs, there is no need to include those CAs, but thishas acarries the risk of an entity not actually having one of the needed CAs. </t> </section> <section> <name>Threat: Certificate Validation Vulnerabilities</name> <t> Even when TLS itself is operatingproperlyproperly, an attacker can attempt to exploit vulnerabilities within certificate check algorithms or configuration to establish a secure TCPCL session using an invalid certificate. ABP agentBPA treats the peerNodenode ID within a TCPCL session asauthoritativeauthoritative, and exploitation via an invalid certificateexploitcould lead to bundle data leaking and/or denial of service to theNodenode ID being impersonated. </t> <t> There are many reasons, as described in <xref target="RFC5280"/> and <xref target="RFC6125"/>, why a certificate can fail to validate, including using the certificate outside of its valid time interval, using purposes for which it was not authorized, or using it after it has been revoked by its CA. Validating a certificate is a complex task and can require network connectivity outside of the primary TCPCL network path(s) if a mechanism such as OCSP <xref target="RFC6960"/> is used by the CA. The configuration and use of particular certificate validation methods are outside of the scope of this document. </t> </section> <section> <name>Threat: Symmetric Key Limits</name><t> Even<t>Even with a secure block cipher andsecurely-establishedsecurely established session keys, there are limits to the amount of plaintextwhichthat can be safely encrypted with a given set ofkeyskeys, as described in <xref target="AEAD-LIMITS"/>. When permitted by the negotiated TLS version (see <xref target="RFC8446"/>), it is advisable to take advantage of session key updates to avoid those limits. </t> </section> <section anchor="sec-threat-node-impersonation"> <name>Threat: BP Node Impersonation</name> <t> The certificates exchanged by TLS enable authentication of the peer DNS name andNodenode ID, but it is possible that either a peereitherdoes not provide a valid certificate orthatthe certificate does not validate either the DNS-ID/IPADDR-ID or NODE-ID of the peer (see <xref target="sec-pkix-env"/>). Having a CA-validated certificate does not alone guarantee the identity of the network host or BP node from which the certificate is provided; additional validation procedures as provided in <xreftarget="sec-tls-handshake"/>target="sec-tls-authentication"/> bind the DNS-ID/IPADDR-ID or NODE-ID based on the contents of the certificate. </t> <t> The DNS-ID/IPADDR-ID validation is a weaker form of authentication, because even if a peer is operating on an authenticated network DNS name or IP address it can provide an invalidNodenode ID and cause bundles to be "leaked" to an invalid node. Especially in DTN environments, network names and addresses of nodes can betime-variabletime-variable, so binding a certificate to aNodenode IDisresults in a more stable identity. </t> <t> NODE-ID validation ensures that the peer to which a bundle is transferred is in fact the nodewhichthat theBP AgentBPA expects it to be. In circumstances where certificates can only be issued to DNS names,Nodenode ID validation is notpossiblepossible, but it could be reasonable to assume that a trusted host is not going to present an invalidNodenode ID. Determining when a DNS-ID/IPADDR-ID authentication can be trusted to validate aNodenode ID is also a policy matter outside of the scope of this document. </t> <t> One mitigationtoregarding arbitrary entities with valid PKIX certificates impersonating arbitraryNodenode IDs is the use of the PKIXExtended Key UsageEKU key purpose <tt>id-kp-bundleSecurity</tt>(see <xref(<xref target="sec-pkix-oids"/>). When thisExtended Key UsageEKU is present in the certificate, it represents a stronger assertion that the private key holder should in fact be trusted to operate as aDTN Node.bundle node. </t> </section> <section> <name>Threat: Denial of Service</name> <t> The behaviors described in this section all amount to a potentialdenial-of-servicedenial of service to a TCPCL entity. Thedenial-of-servicedenial of service could be limited to an individual TCPCL session, could affect otherwell-behavingwell-behaved sessions on an entity, or could affect all sessions on a host. </t> <t> A malicious entity can trigger timeouts by continuallyestablishestablishing TCPCL sessions anddelaydelaying the sending of protocol-requireddata to trigger timeouts.data. The victim entity can block TCP connections from network peerswhichthat are thought tobebehave incorrectlybehavingwithin the TCPCL. </t> <t> An entity can send a large amount of data over a TCPCL session, requiring the receiving entity to handle the data. The victim entity can attempt to stop the flood of data by sendingana XFER_REFUSEmessage,message or can forcibly terminate the session. </t> <t>There is the possibility of aA "data dribble" attack is also possible, in which an entity presents a very small Segment MRUwhichthat causes transfers to be split amongana large number of very small segments and causes the resultant segmentation overhead to overwhelm the actual bundle data segments. Similarly, an entity can present a very small Transfer MRUwhichthat will cause resources to be wasted on establishment and upkeep of a TCPCL session over which a bundle could never be transferred. The victim entity can terminate the session duringtheparameter negotiationof <xref target="sec-session-negotiate"/>(<xref target="sec-session-negotiate"/>) if the MRUs are unacceptable. </t> <t>TheAn abusive entity could cause the keepalive mechanismcan be abusedto waste throughput within a network linkwhichthat would otherwise be usable for bundle transmissions. Due to the quantization of the Keepalive Intervalparameterparameter, the smallest Session Keepalive is one second, which should be long enough to not flood the link. The victim entity can terminate the session duringtheparameter negotiationof <xref target="sec-session-negotiate"/>(<xref target="sec-session-negotiate"/>) if the Keepalive Interval is unacceptable. </t> <t> Finally, an attacker or a misconfigured entity can cause issues at the TCP connectionwhichthat will cause unnecessary TCP retransmissions or connection resets, effectively denying the use of the overlying TCPCL session. </t> </section> <section anchor="sec-security-tls-mandate"> <name>Mandatory-to-Implement TLS</name> <t> Following IETF best current practice, TLS is mandatory to implement for all TCPCL implementations but TLS is optional to use for a given TCPCL session. Therecommended configuration ofpolicy recommendations in Sections <xref target="sec-contact-header" format="counter"/> and <xreftarget="sec-contact-header"/> is to alwaystarget="sec-contact-negotiate" format="counter"/> both enable TLS and require TLS, but entities are permitted to disable and not require TLS based on local configuration. The configuration to enable ordisablerequire TLS for an entity or a session is outside of the scope of this document. The configuration to disable TLS is different from the threat of TLSstrippingStripping as described in <xref target="sec-threat-tls-strip"/>. </t> </section> <section anchor="sec-security-tlsalt"> <name>Alternate Uses of TLS</name> <t> This specification makes use of PKIX certificate validation and authentication within TLS. There are alternate uses of TLSwhichthat are not necessarily incompatible with the security goals of thisspecification,specification but that are outside of the scope of this document. The following subsections give examples of alternate TLS uses. </t> <section anchor="sec-security-tlsnoauth"> <name>TLSWithoutwithout Authentication</name> <t> In environments where PKI is available but there are restrictions on the issuance of certificates (including the contents of certificates), it may be possible to make use of TLS in a waywhichthat authenticates only the passive entity of a TCPCL session orwhichthat does not authenticate either entity. Using TLS in a waywhichthat does not successfully authenticate some claim of both peer entities of a TCPCL session is outside of the scope of this document but does havesimilarproperties similar to the opportunistic security modelof<xref target="RFC7435"/>. </t> </section> <section anchor="sec-security-tlsnopki"><name>Non-Certificate<name>Non-certificate TLS Use</name> <t> In environments where PKI is unavailable, alternate uses of TLSwhichthat do not require certificates such as pre-shared key (PSK) authentication <xref target="RFC5489"/> and the use of raw public keys <xref target="RFC7250"/> are available and can be used to ensure confidentiality within the TCPCL. Using non-PKI node authentication methods is outside of the scope of this document. </t> </section> </section> <section anchor="sec-security-xferid"> <name>Predictability of Transfer IDs</name> <t> The only requirement on Transfer IDs is that they be uniquewithwithin each session from the sending peer only. The trivial algorithm of the first transfer starting at zero and later transfers incrementing by one causes absolutely predictable Transfer IDs. Even when a TCPCL session is not TLS secured and there isaan on-path attacker causing denial of service with XFER_REFUSE messages, it is not possible to preemptively refuse atransfertransfer, so there is no benefit in having unpredictable Transfer IDs within a session. </t> </section> </section> <section anchor="sec-iana"> <name>IANA Considerations</name> <t> Registration procedures referred to in this section (e.g., the RFC Required policy) are defined in <xref target="RFC8126"/>. </t> <t> Some of the registries have been defined as version specifictofor TCPCLv4, andimportsthese registries reuse some or all codepoints from TCPCLv3. This was done to disambiguate the use of these codepoints between TCPCLv3 and TCPCLv4 while preserving the semantics of some of the codepoints. </t> <section anchor="sec-iana-port"> <name>Port Number</name> <t> Within theport registry of"Service Name and Transport Protocol Port Number Registry" <xref target="IANA-PORTS"/>, TCP port number 4556has beenhad previously been assigned as the default port for theTCP convergence layer inTCPCL; see <xref target="RFC7242"/>. This assignment is unchanged by TCPCL version 4, but the assignment referenceishas been updated to point to this specification. Each TCPCL entity identifies its TCPCL protocol version in its initial contact (see Sections <xref target="sec-protocol-session" format="counter"/> and <xreftarget="sec-iana-protonum"/>),target="sec-iana-protonum" format="counter"/>), so there is no ambiguityaboutregarding what protocol is being used. The related assignments for UDP and DCCP port 4556 (both registered by <xref target="RFC7122"/>) are unchanged. <!-- RPC note: leave "TCP CL" as is here, per <https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.txt>, even though it looks odd, because of "UDP CL" and "DCCP CL" on the same page. --> </t> <table align="center"> <name>TCP Port Number for the TCPCL</name> <thead> <tr> <th>Parameter</th> <th>Value</th> </tr> </thead> <tbody> <tr> <td>Service Name:</td> <td>dtn-bundle</td> </tr> <tr> <td>Transport Protocol(s):</td> <td>TCP</td> </tr> <tr> <td>Assignee:</td> <td>IESG<iesg@ietf.org></td>(iesg@ietf.org)</td> </tr> <tr> <td>Contact:</td> <td>IESG<iesg@ietf.org></td>(iesg@ietf.org)</td> </tr> <tr> <td>Description:</td> <td>DTN Bundle TCP CL Protocol</td> </tr> <tr> <td>Reference:</td> <td>Thisspecification.</td>specification</td> </tr> <tr> <td>Port Number:</td> <td>4556</td> </tr> </tbody> </table> </section> <section anchor="sec-iana-protonum"> <name>Protocol Versions</name> <t> IANA hascreated, underregistered the following value in the"Bundle Protocol" registry <xref target="IANA-BUNDLE"/>, a sub-registry titled"Bundle Protocol TCP Convergence-Layer VersionNumbers". The version number table is updated to include this specification. The registration procedure is RFC Required.Numbers" registry <xref target="RFC7242"/>. </t> <table align="center"> <name>New TCPCL Version Number</name> <thead> <tr> <th>Value</th> <th>Description</th> <th>Reference</th> </tr> </thead> <tbody> <tr><td>0</td> <td>Reserved</td> <td> <xref target="RFC7242"/> </td> </tr> <tr> <td>1</td> <td>Reserved</td> <td> <xref target="RFC7242"/> </td> </tr> <tr> <td>2</td> <td>Reserved</td> <td> <xref target="RFC7242"/> </td> </tr> <tr> <td>3</td> <td>TCPCL</td> <td> <xref target="RFC7242"/> </td> </tr> <tr><td>4</td> <td>TCPCLv4</td> <td>Thisspecification.</td> </tr> <tr> <td>5-255</td> <td>Unassigned</td> <td/>specification</td> </tr> </tbody> </table> </section> <section anchor="sec-iana-session-extension-type"> <name>Session Extension Types</name><t>EDITOR NOTE: sub-registry to-be-created upon publication of this specification.</t><t>IANA will create, underUnder the "Bundle Protocol" registry <xref target="IANA-BUNDLE"/>,a sub-registry titledIANA has created the "Bundle Protocol TCP Convergence-Layer Version 4 Session Extension Types" registry andinitializepopulated it with the contents of <xref target="tab-iana-session-extension-type"/>. The registration procedure is Expert Review within the lower range0x0001--0x7FFF.0x0001-0x7FFF. Values in the range0x8000--0xFFFF0x8000-0xFFFF are reserved foruse on private networks for functionsPrivate or Experimental Use, which are notpublished to therecorded by IANA. </t> <t> Specifications of new session extension types need to define the encoding of the Item Value data as well as any meaning or restriction on the number of or order of instances of the type within an extension item list. Specifications need to define how the extension functions when no instance of the new extension type is received during session negotiation. </t> <t>Expert(s)Experts are encouraged to be biased towards approving registrations unless they are abusive, frivolous, or actively harmful (not merelyaesthetically displeasing,esthetically displeasing or architecturally dubious). </t> <table align="center" anchor="tab-iana-session-extension-type"> <name>Session Extension Type Codes</name> <thead> <tr> <th>Code</th> <th>Session Extension Type</th> </tr> </thead> <tbody> <tr> <td>0x0000</td> <td>Reserved</td> </tr> <tr><td>0x0001--0x7FFF</td><td>0x0001-0x7FFF</td> <td>Unassigned</td> </tr> <tr><td>0x8000--0xFFFF</td> <td>Private/Experimental<td>0x8000-0xFFFF</td> <td>Reserved for Private or Experimental Use</td> </tr> </tbody> </table> </section> <section anchor="sec-iana-transfer-extension-type"> <name>Transfer Extension Types</name><t>EDITOR NOTE: sub-registry to-be-created upon publication of this specification.</t><t>IANA will create, underUnder the "Bundle Protocol" registry <xref target="IANA-BUNDLE"/>,a sub-registry titledIANA has created the "Bundle Protocol TCP Convergence-Layer Version 4 Transfer Extension Types" registry andinitializepopulated it with the contents of <xref target="tab-iana-transfer-extension-type"/>. The registration procedure is Expert Review within the lower range0x0001--0x7FFF.0x0001-0x7FFF. Values in the range0x8000--0xFFFF0x8000-0xFFFF are reserved foruse on private networks for functionsPrivate or Experimental Use, which are notpublished to therecorded by IANA. </t> <t> Specifications of new transfer extension types need to define the encoding of the Item Value data as well as any meaning or restriction on the number of or order of instances of the type within an extension item list. Specifications need to define how the extension functions when no instance of the new extension type is received in a transfer. </t> <t>Expert(s)Experts are encouraged to be biased towards approving registrations unless they are abusive, frivolous, or actively harmful (not merelyaesthetically displeasing,esthetically displeasing or architecturally dubious). </t> <table align="center" anchor="tab-iana-transfer-extension-type"> <name>Transfer Extension Type Codes</name> <thead> <tr> <th>Code</th> <th>Transfer Extension Type</th> </tr> </thead> <tbody> <tr> <td>0x0000</td> <td>Reserved</td> </tr> <tr> <td>0x0001</td> <td>Transfer Length Extension</td> </tr> <tr><td>0x0002--0x7FFF</td><td>0x0002-0x7FFF</td> <td>Unassigned</td> </tr> <tr><td>0x8000--0xFFFF</td> <td>Private/Experimental<td>0x8000-0xFFFF</td> <td>Reserved for Private or Experimental Use</td> </tr> </tbody> </table> </section> <section anchor="sec-iana-message-types"> <name>Message Types</name><t>EDITOR NOTE: sub-registry to-be-created upon publication of this specification.</t><t>IANA will create, underUnder the "Bundle Protocol" registry <xref target="IANA-BUNDLE"/>,a sub-registry titledIANA has created the "Bundle Protocol TCP Convergence-Layer Version 4 Message Types" registry andinitializepopulated it with the contents of <xref target="tab-iana-message-types"/>. The registration procedure is RFC Required within the lower range0x01--0xEF.0x01-0xEF. Values in the range0xF0--0xFF0xF0-0xFF are reserved foruse on private networks for functionsPrivate or Experimental Use, which are notpublished to therecorded by IANA. </t> <t> Specifications of new message types need to define the encoding of the message data as well as the purpose and relationship of the new message to existing session/transfer state within the baseline message sequencing. The use of new message typesneedneeds to be negotiated between TCPCL entities within a session (using the session extension mechanism) so that the receiving entity can properly decode all message types used in the session. </t> <t>Expert(s)Experts are encouraged to favor new session/transfer extension types over new message types. TCPCL messages are not self-delimiting, so care must be taken in introducing new message types. If an entity receives an unknown messagetypetype, the only thing that can be done is to send a MSG_REJECT and close the TCP connection; not even a clean termination can be done at that point. </t> <table align="center" anchor="tab-iana-message-types"> <name>Message Type Codes</name> <thead> <tr> <th>Code</th> <th>Message Type</th> </tr> </thead> <tbody> <tr> <td>0x00</td> <td>Reserved</td> </tr> <tr> <td>0x01</td> <td>XFER_SEGMENT</td> </tr> <tr> <td>0x02</td> <td>XFER_ACK</td> </tr> <tr> <td>0x03</td> <td>XFER_REFUSE</td> </tr> <tr> <td>0x04</td> <td>KEEPALIVE</td> </tr> <tr> <td>0x05</td> <td>SESS_TERM</td> </tr> <tr> <td>0x06</td> <td>MSG_REJECT</td> </tr> <tr> <td>0x07</td> <td>SESS_INIT</td> </tr> <tr><td>0x08--0xEF</td><td>0x08-0xEF</td> <td>Unassigned</td> </tr> <tr><td>0xF0--0xFF</td> <td>Private/Experimental<td>0xF0-0xFF</td> <td>Reserved for Private or Experimental Use</td> </tr> </tbody> </table> </section> <section anchor="sec-iana-XFER_REFUSE-codes"> <name>XFER_REFUSE Reason Codes</name><t>EDITOR NOTE: sub-registry to-be-created upon publication of this specification.</t><t>IANA will create, underUnder the "Bundle Protocol" registry <xref target="IANA-BUNDLE"/>,a sub-registry titledIANA has created the "Bundle Protocol TCP Convergence-Layer Version 4 XFER_REFUSE Reason Codes" registry andinitializepopulated it with the contents of <xref target="tab-iana-XFER_REFUSE-codes"/>. The registration procedure is Specification Required within the lower range0x00--0xEF.0x00-0xEF. Values in the range0xF0--0xFF0xF0-0xFF are reserved foruse on private networks for functionsPrivate or Experimental Use, which are notpublished to therecorded by IANA. </t> <t> Specifications of new XFER_REFUSE reason codes need to define the meaning of the reason and disambiguate itwith pre-existingfrom preexisting reasons. Each refusal reason needs to be usable by the receivingBP AgentBPA to make retransmission orre-routingrerouting decisions. </t> <t>Expert(s)Experts are encouraged to be biased towards approving registrations unless they are abusive, frivolous, or actively harmful (not merelyaesthetically displeasing,esthetically displeasing or architecturally dubious). </t> <table align="center" anchor="tab-iana-XFER_REFUSE-codes"> <name>XFER_REFUSE Reason Codes</name> <thead> <tr> <th>Code</th> <th>Refusal Reason</th> </tr> </thead> <tbody> <tr> <td>0x00</td> <td>Unknown</td> </tr> <tr> <td>0x01</td> <td>Completed</td> </tr> <tr> <td>0x02</td> <td>No Resources</td> </tr> <tr> <td>0x03</td> <td>Retransmit</td> </tr> <tr> <td>0x04</td> <td>Not Acceptable</td> </tr> <tr> <td>0x05</td> <td>Extension Failure</td> </tr> <tr> <td>0x06</td> <td>Session Terminating</td> </tr> <tr><td>0x07--0xEF</td><td>0x07-0xEF</td> <td>Unassigned</td> </tr> <tr><td>0xF0--0xFF</td> <td>Private/Experimental<td>0xF0-0xFF</td> <td>Reserved for Private or Experimental Use</td> </tr> </tbody> </table> </section> <section anchor="sec-iana-SESS_TERM-codes"> <name>SESS_TERM Reason Codes</name><t>EDITOR NOTE: sub-registry to-be-created upon publication of this specification.</t><t>IANA will create, underUnder the "Bundle Protocol" registry <xref target="IANA-BUNDLE"/>,a sub-registry titledIANA has created the "Bundle Protocol TCP Convergence-Layer Version 4 SESS_TERM Reason Codes" registry andinitializepopulated it with the contents of <xref target="tab-iana-SESS_TERM-codes"/>. The registration procedure is Specification Required within the lower range0x00--0xEF.0x00-0xEF. Values in the range0xF0--0xFF0xF0-0xFF are reserved foruse on private networks for functionsPrivate or Experimental Use, which are notpublished to therecorded by IANA. </t> <t> Specifications of new SESS_TERM reason codes need to define the meaning of the reason and disambiguate itwith pre-existingfrom preexisting reasons. Each termination reason needs to be usable by the receivingBP AgentBPA to makere-connectionreconnection decisions. </t> <t>Expert(s)Experts are encouraged to be biased towards approving registrations unless they are abusive, frivolous, or actively harmful (not merelyaesthetically displeasing,esthetically displeasing or architecturally dubious). </t> <table align="center" anchor="tab-iana-SESS_TERM-codes"> <name>SESS_TERM Reason Codes</name> <thead> <tr> <th>Code</th> <th>Termination Reason</th> </tr> </thead> <tbody> <tr> <td>0x00</td> <td>Unknown</td> </tr> <tr> <td>0x01</td> <td>Idle timeout</td> </tr> <tr> <td>0x02</td> <td>Version mismatch</td> </tr> <tr> <td>0x03</td> <td>Busy</td> </tr> <tr> <td>0x04</td> <td>Contact Failure</td> </tr> <tr> <td>0x05</td> <td>Resource Exhaustion</td> </tr> <tr><td>0x06--0xEF</td><td>0x06-0xEF</td> <td>Unassigned</td> </tr> <tr><td>0xF0--0xFF</td> <td>Private/Experimental<td>0xF0-0xFF</td> <td>Reserved for Private or Experimental Use</td> </tr> </tbody> </table> </section> <section anchor="sec-iana-MSG_REJECT-codes"> <name>MSG_REJECT Reason Codes</name><t>EDITOR NOTE: sub-registry to-be-created upon publication of this specification.</t><t>IANA will create, underUnder the "Bundle Protocol" registry <xref target="IANA-BUNDLE"/>,a sub-registry titledIANA has created the "Bundle Protocol TCP Convergence-Layer Version 4 MSG_REJECT Reason Codes" registry andinitializepopulated it with the contents of <xref target="tab-iana-MSG_REJECT-codes"/>. The registration procedure is Specification Required within the lower range0x01--0xEF.0x01-0xEF. Values in the range0xF0--0xFF0xF0-0xFF are reserved foruse on private networks for functionsPrivate or Experimental Use, which are notpublished to therecorded by IANA. </t> <t> Specifications of new MSG_REJECT reason codes need to define the meaning of the reason and disambiguate itwith pre-existingfrom preexisting reasons. Each rejection reason needs to be usable by the receiving TCPCLEntityentity to make message sequencing and/or session termination decisions. </t> <t>Expert(s)Experts are encouraged to be biased towards approving registrations unless they are abusive, frivolous, or actively harmful (not merelyaesthetically displeasing,esthetically displeasing or architecturally dubious). </t> <table align="center" anchor="tab-iana-MSG_REJECT-codes"> <name>MSG_REJECT Reason Codes</name> <thead> <tr> <th>Code</th> <th>Rejection Reason</th> </tr> </thead> <tbody> <tr> <td>0x00</td><td>reserved</td><td>Reserved</td> </tr> <tr> <td>0x01</td> <td>Message Type Unknown</td> </tr> <tr> <td>0x02</td> <td>Message Unsupported</td> </tr> <tr> <td>0x03</td> <td>Message Unexpected</td> </tr> <tr><td>0x04--0xEF</td><td>0x04-0xEF</td> <td>Unassigned</td> </tr> <tr><td>0xF0--0xFF</td> <td>Private/Experimental<td>0xF0-0xFF</td> <td>Reserved for Private or Experimental Use</td> </tr> </tbody> </table> </section> <section anchor="sec-iana-smi-mod"> <name>Object Identifier for PKIX Module Identifier</name> <t> IANA hascreated, underregistered the following in the"Structure of Management Information (SMI) Numbers" registry <xref target="IANA-SMI"/>, a sub-registry titled"SMI Security for PKIX ModuleIdentifier". The table is updated to include a row "id-mod-dtn-tcpclv4-2021"Identifier" registry <xref target="IANA-SMI"/> for identifying the module described in <xreftarget="sec-asn1-mod"/> as in the following table.target="sec-asn1-mod"/>. </t> <table anchor="id-mod-dtn-tcpclv4-2021" align="center"> <name>New SMI Security Module</name> <thead> <tr> <th>Decimal</th> <th>Description</th> <th>References</th> </tr> </thead> <tbody> <tr><td>MOD-TBD</td><td>103</td> <td>id-mod-dtn-tcpclv4-2021</td> <td>Thisspecification.</td>specification</td> </tr> </tbody> </table> </section> <section anchor="sec-iana-pkix-on-oid"> <name>Object Identifier for PKIX Other Name Forms</name> <t> IANA hascreated, underregistered the following in the"Structure of Management Information (SMI) Numbers" registry <xref target="IANA-SMI"/>, a sub-registry titled"SMI Security for PKIX Other NameForms". The other name forms table is updated to include a row "id-on-bundleEID"Forms" registry <xref target="IANA-SMI"/> for identifyingDTN Endpoint IDs as in the following table.bundle endpoint IDs: </t> <table anchor="id-on-bundleEID" align="center"> <name>New PKIX Other Name Form</name> <thead> <tr> <th>Decimal</th> <th>Description</th> <th>References</th> </tr> </thead> <tbody> <tr><td>ON-TBD</td><td>11</td> <td>id-on-bundleEID</td> <td>Thisspecification.</td>specification</td> </tr> </tbody> </table><t> The<t>The formal structure of the associatedother name formOther Name Form is provided in <xref target="sec-asn1-mod"/>. The use of this OID is defined in<xref target="sec-tls-identification"/>Sections <xref target="sec-tls-identification" format="counter"/> and <xreftarget="sec-tcpcl-cert-profile"/>.target="sec-tcpcl-cert-profile" format="counter"/>. </t> </section> <section anchor="sec-iana-pkix-kp-oid"> <name>Object Identifier for PKIX Extended Key Usage</name> <t> IANA hascreated, underregistered the following in the"Structure of Management Information (SMI) Numbers" registry <xref target="IANA-SMI"/>, a sub-registry titled"SMI Security for PKIX Extended KeyPurpose". The extended key purpose table is updated to include a purpose "id-kp-bundleSecurity"Purpose" registry <xref target="IANA-SMI"/> foridentifying DTN endpoints as in the following table.securing BP bundles. </t> <table anchor="tbl-id-kp-bundleSecurity" align="center"> <name>New PKIX Extended Key Purpose</name> <thead> <tr> <th>Decimal</th> <th>Description</th> <th>References</th> </tr> </thead> <tbody> <tr><td>KP-TBD</td><td>35</td> <td>id-kp-bundleSecurity</td> <td>Thisspecification.</td>specification</td> </tr> </tbody> </table><t> The<t>The formal definition of this EKU is provided in <xref target="sec-asn1-mod"/>. The use of this OID is defined in <xreftarget="sec-tcpcl-cert-profile"/>. </t>target="sec-tcpcl-cert-profile"/>.</t> </section> </section><section anchor="sec-doc-ack"> <name>Acknowledgments</name> <t> This specification is based on comments on implementation of <xref target="RFC7242"/> provided from Scott Burleigh. </t> </section></middle> <back> <displayreference target="I-D.ietf-dtn-bibect" to="DTN-BIBECT"/> <references> <name>References</name> <references> <name>Normative References</name> <reference anchor="IANA-BUNDLE" target="https://www.iana.org/assignments/bundle/"> <front> <title>Bundle Protocol</title> <author> <organization>IANA</organization> </author> <date/> </front> </reference> <reference anchor="IANA-PORTS" target="https://www.iana.org/assignments/service-names-port-numbers/"> <front> <title>Service Name and Transport Protocol Port Number Registry</title> <author> <organization>IANA</organization> </author> <date/> </front> </reference> <reference anchor="IANA-SMI" target="https://www.iana.org/assignments/smi-numbers/"> <front> <title>Structure of Management Information (SMI)Numbers</title>Numbers (MIB Module Registrations)</title> <author> <organization>IANA</organization> </author> <date/> </front> </reference> <xi:includehref="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.0793.xml"/>href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.0793.xml"/> <xi:includehref="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.1122.xml"/>href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.1122.xml"/> <xi:includehref="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.2119.xml"/>href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.2119.xml"/> <xi:includehref="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.3986.xml"/>href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.3986.xml"/> <xi:includehref="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.5280.xml"/>href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.5280.xml"/> <xi:includehref="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.6066.xml"/>href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.6066.xml"/> <xi:includehref="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.6125.xml"/>href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.6125.xml"/> <xi:includehref="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.6960.xml"/>href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.6960.xml"/> <xi:includehref="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.7525.xml"/>href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.7525.xml"/> <xi:includehref="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.8126.xml"/>href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.8126.xml"/> <xi:includehref="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.8174.xml"/>href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.8174.xml"/> <xi:includehref="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.8446.xml"/> <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml3/reference.I-D.ietf-dtn-bpbis.xml"/>href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.8446.xml"/> <!-- draft-ietf-dtn-bpbis (RFC 9171) --> <reference anchor='RFC9171' target="https://www.rfc-editor.org/info/rfc9171"> <front> <title>Bundle Protocol Version 7</title> <author initials='S' surname='Burleigh' fullname='Scott Burleigh'> <organization /> </author> <author initials='K' surname='Fall' fullname='Kevin Fall'> <organization /> </author> <author initials="E." surname="Birrane, III" fullname="Edward J. Birrane, III"> <organization /> </author> <date month='January' year='2022' /> </front> <seriesInfo name="RFC" value="9171"/> <seriesInfo name="DOI" value="10.17487/RFC9171"/> </reference> <reference anchor="X.680"target="https://www.itu.int/rec/T-REC-X.680-201508-I/en">target="https://www.itu.int/rec/T-REC-X.680-202102-I/en"> <front> <title>Information technology--- Abstract Syntax Notation One (ASN.1): Specification of basic notation</title> <author> <organization>ITU-T</organization> </author> <datemonth="August" year="2015"/>month="February" year="2021"/> </front> <refcontent>ITU-T Recommendation X.680, ISO/IEC8824-1:2015</refcontent>8824-1:2021</refcontent> </reference> </references> <references> <name>Informative References</name> <reference anchor="AEAD-LIMITS"target="http://www.isg.rhul.ac.uk/~kp/TLS-AEbounds.pdf">target="https://www.isg.rhul.ac.uk/~kp/TLS-AEbounds.pdf"> <front> <title>Limits on Authenticated Encryption Use in TLS</title> <author initials="A." surname="Luykx"/> <author initials="K." surname="Paterson"/> <date month="August" year="2017"/> </front> </reference> <xi:includehref="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.2595.xml"/> <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.3552.xml"/> <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.4511.xml"/>href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.2595.xml"/> <xi:includehref="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.4838.xml"/>href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.3552.xml"/> <xi:includehref="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.5489.xml"/>href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.4511.xml"/> <xi:includehref="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.5912.xml"/>href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.4838.xml"/> <xi:includehref="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.6698.xml"/>href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.5489.xml"/> <xi:includehref="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.7122.xml"/>href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.5912.xml"/> <xi:includehref="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.7242.xml"/>href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.6698.xml"/> <xi:includehref="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.7250.xml"/>href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.7122.xml"/> <xi:includehref="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.7435.xml"/>href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.7242.xml"/> <xi:includehref="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.7457.xml"/>href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.7250.xml"/> <xi:includehref="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.7942.xml"/>href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.7435.xml"/> <xi:includehref="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.8555.xml"/>href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.7457.xml"/> <xi:includehref="https://xml2rfc.tools.ietf.org/public/rfc/bibxml3/reference.I-D.ietf-dtn-bpsec.xml"/> <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml3/reference.I-D.ietf-dtn-bibect.xml"/>href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.8555.xml"/> <!-- draft-ietf-dtn-bpsec (RFC 9172) --> <referenceanchor="github-dtn-demo-agent" target="https://github.com/BSipos-RKF/dtn-demo-agent/">anchor='RFC9172' target="https://www.rfc-editor.org/info/rfc9172"> <front><title>TCPCL Example Implementation</title><title>Bundle Protocol Security (BPSec)</title> <authorfullname="Brian Sipos" initials="B." surname="Sipos">initials="E." surname="Birrane, III" fullname="Edward J. Birrane, III"> <organizationabbrev="RKF Engineering"> RKF Engineering Solutions, LLC </organization>/> </author><date/> </front> </reference> <reference anchor="github-dtn-wireshark" target="https://github.com/BSipos-RKF/dtn-wireshark/"> <front> <title>TCPCL Wireshark Dissector</title><authorfullname="Brian Sipos" initials="B." surname="Sipos">initials='K' surname='McKeever' fullname='Kenneth McKeever'> <organizationabbrev="RKF Engineering"> RKF Engineering Solutions, LLC </organization>/> </author><date/><date month='January' year='2022' /> </front> <seriesInfo name="RFC" value="9172"/> <seriesInfo name="DOI" value="10.17487/RFC9172"/> </reference> <!-- draft-ietf-dtn-bibect (Expired) --> <xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml3/reference.I-D.ietf-dtn-bibect.xml"/> </references> </references> <section> <name>SignificantchangesChanges fromRFC7242</name>RFC 7242</name> <t> The areas in which changes from <xref target="RFC7242"/> have been made to existing headers and messagesare:are as follows: </t> <ul spacing="normal"> <li>Split Contact Header into pre-TLS protocol negotiation and SESS_INIT parameter negotiation. The Contact Header is nowfixed-length.</li>fixed length.</li> <li>Changed Contact Header content to limit number of negotiated options.</li> <li>Added session option to negotiate maximum segment size (per each direction).</li> <li>Renamed"Endpoint"endpoint ID" to"Node"node ID" to conform with BPv7 terminology.</li> <li>Added session extension capability.</li> <li>Added transfer extension capability. Moved transfer total length into an extension item.</li> <li>Defined new IANA registries for message / type / reason codes to allow renaming some codes for clarity.</li><li>Segments<li>Pointed out that segments of all new IANA registries are reserved for private/experimental use.</li> <li>Expanded Message Header to octet-aligned fields instead of bit-packing.</li> <li>Added a bundle transfer identification number to all bundle-related messages (XFER_SEGMENT, XFER_ACK, XFER_REFUSE).</li><li>Use<li>Added flags in XFER_ACK to mirror flags from XFER_SEGMENT.</li> <li>Removed all uses ofSDNVSelf-Delimiting Numeric Value (SDNV) fields and replaced with fixed-bit-length (network byte order)fields.</li>fields. </li> <li>Renamed SHUTDOWN to SESS_TERM to deconflict term "shutdown" related to TCP connections.</li> <li>Removed the notion of are-connectionreconnection delay parameter.</li> </ul> <t> The areas in which extensions from <xref target="RFC7242"/> have been made as new messages and codesare:are as follows: </t> <ul spacing="normal"> <li>Addedcontact negotiation failure SESS_TERM reason code.</li> <li>AddedMSG_REJECT message to indicate that an unknown or unhandled message was received.</li> <li>Added TLS connection security mechanism.</li> <li>Added "Not Acceptable", "Extension Failure", and "Session Terminating" XFER_REFUSE reason codes.</li> <li>Added "Contact Failure" (contact negotiation failure) and "Resource Exhaustion" SESS_TERM reasoncode.</li>codes.</li> </ul> </section> <section anchor="sec-asn1-mod"> <name>ASN.1 Module</name> <t> The following ASN.1 module formally specifies the <tt>BundleEID</tt> structure, its Other Nameform,Form, and the <tt>bundleSecurity</tt>Extended Key Usage in theEKU, using ASN.1 syntaxofper <xref target="X.680"/>. This specification uses the ASN.1 definitions from <xref target="RFC5912"/> with the 2002 ASN.1 notation used in that document. </t> <sourcecode markers="true" type="asn.1">DTN-TCPCLPv4-2021DTN-TCPCLv4-2021 { iso(1) identified-organization(3) dod(6) internet(1) security(5) mechanisms(5) pkix(7) id-mod(0)id-mod-dtn-tcpclv4-2021(MOD-TBD)id-mod-dtn-tcpclv4-2021(103) } DEFINITIONS IMPLICIT TAGS ::= BEGIN IMPORTS OTHER-NAME FROM PKIX1Implicit-2009 -- [RFC5912] { iso(1) identified-organization(3) dod(6) internet(1) security(5) mechanisms(5) pkix(7) id-mod(0) id-mod-pkix1-implicit-02(59) } id-pkix FROM PKIX1Explicit-2009 -- [RFC5912] { iso(1) identified-organization(3) dod(6) internet(1) security(5) mechanisms(5) pkix(7) id-mod(0) id-mod-pkix1-explicit-02(51) } ; id-kp OBJECT IDENTIFIER ::= { id-pkix 3 } id-on OBJECT IDENTIFIER ::= { id-pkix 8 } DTNOtherNames OTHER-NAME ::= { on-bundleEID, ... } -- The otherName definition forBundle EIDBundleEID on-bundleEID OTHER-NAME ::= { BundleEID IDENTIFIED BY { id-on-bundleEID } } id-on-bundleEID OBJECT IDENTIFIER ::= { id-onON-TBD11 } -- Same encoding as GeneralName of uniformResourceIdentifier BundleEID ::= IA5String -- The Extended Key Usage key for bundle security id-kp-bundleSecurity OBJECT IDENTIFIER ::= { id-kpKP-TBD35 } END </sourcecode> </section> <section> <name>Example of the BundleEID Other Name Form</name><t>EDITOR NOTE: The encoded hex part "0b" and OID segment "11" are to be replaced by ON-TBD allocated value. It was necessary to choose some OID value, so I chose the first not-allocated code point.</t><t> This non-normative example demonstrates an otherName with a name form of <tt>BundleEID</tt> to encode theNodenode ID "dtn://example/". </t> <t> The hexadecimal form of the DER encoding of the otherNameis:is as follows: </t> <sourcecode type="hex"> a01c06082b0601050507080ba010160e64746e3a2f2f6578616d706c652f </sourcecode> <t> And the text decoding in <xref target="fig-example-dtneid"/> is an output of Peter Gutmann's "dumpasn1" program. </t> <figure anchor="fig-example-dtneid"> <name>VisualizeddecodingDecoding of the<tt>on-bundleEID</tt></name>on-bundleEID</name> <artwork align="left" type="ascii-art"> 0 28: [0] { 2 8: OBJECT IDENTIFIER '1 3 6 1 5 5 7 8 11' 12 16: [0] { 14 14: IA5String 'dtn://example/' : } : } </artwork> </figure> </section> <section anchor="sec-doc-ack" numbered="false"> <name>Acknowledgments</name> <t> This specification is based on comments regarding the implementation of <xref target="RFC7242"/> as provided by <contact fullname="Scott Burleigh"/>. </t> <t> The ASN.1 module and its Other Name Form are based on a recommendation provided by Russ Housley. </t> </section> </back> </rfc>