<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.17 (Ruby 3.0.2) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-wang-sidrops-fcbgp-protocol-00" category="std" consensus="true" submissionType="IETF" version="3">
  <!-- xml2rfc v2v3 conversion 3.21.0 -->
  <front>
    <title abbrev="FC-BGP">FC-BGP Protocol Specification</title>
    <seriesInfo name="Internet-Draft" value="draft-wang-sidrops-fcbgp-protocol-00"/>
    <author fullname="Ke Xu">
      <organization>Tsinghua University</organization>
      <address>
        <postal>
          <city>Beijing</city>
          <country>China</country>
        </postal>
        <email>xuke@tsinghua.edu.cn</email>
      </address>
    </author>
    <author fullname="Xiaoliang Wang">
      <organization>Tsinghua University</organization>
      <address>
        <postal>
          <city>Beijing</city>
          <country>China</country>
        </postal>
        <email>wangxiaoliang0623@foxmail.com</email>
      </address>
    </author>
    <author fullname="Zhuotao Liu">
      <organization>Tsinghua University</organization>
      <address>
        <postal>
          <city>Beijing</city>
          <country>China</country>
        </postal>
        <email>zhuotaoliu@tsinghua.edu.cn</email>
      </address>
    </author>
    <author fullname="Qi Li">
      <organization>Tsinghua University</organization>
      <address>
        <postal>
          <city>Beijing</city>
          <country>China</country>
        </postal>
        <email>qli01@tsinghua.edu.cn</email>
      </address>
    </author>
    <author fullname="Jianping Wu">
      <organization>Tsinghua University</organization>
      <address>
        <postal>
          <city>Beijing</city>
          <country>China</country>
        </postal>
        <email>jianping@cernet.edu.cn</email>
      </address>
    </author>
    <author initials="Y." surname="Guo" fullname="Yangfei Guo">
      <organization>Zhongguancun Laboratory</organization>
      <address>
        <postal>
          <city>Beijing</city>
          <country>China</country>
        </postal>
        <email>guoyangfei@zgclab.edu.cn</email>
      </address>
    </author>
    <date year="2024" month="July" day="01"/>
    <workgroup>sidrops</workgroup>
    <abstract>
      <?line 98?>

<!-- TODO: Is FC-BGP proposed for AS_PATH security only?
Then the last sentence says it will process with the data plane.
It is better to revise this abstract to make it more accurate. -->
<t>This document defines an extension, Forwarding Commitment BGP (FC-BGP), to the Border Gateway Protocol (BGP). FC-BGP provides security for the path of Autonomous Systems (ASs) through which a BGP UPDATE message passes. Forwarding Commitment (FC) is a cryptographically signed segment to certify an AS's routing intent on its directly connected hops. Based on FC, FC-BGP aims to build a secure inter-domain system that can simultaneously authenticate the AS_PATH attribute in the BGP UPDATE message. The extension is backward compatible, which means a router that supports the extension can interoperate with a router that doesn't support the extension.</t>
    </abstract>
  </front>
  <middle>
    <?line 106?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>The FC-BGP mechanism described in this document aims to ensure that advertised routes in BGP <xref target="RFC4271"/> are authentic. FC-BGP accomplishes this by introducing a new optional, transitive, and extended length path attribute called FC (Forwarding Commitment) to the BGP UPDATE message. This attribute can be used by an FC-BGP-compliant BGP speaker (referred to hereafter as an FC-BGP speaker) to generate, propagate, and validate BGP UPDATE messages to enhance security. In other words, when the BGP UPDATE message travels through an FC-BGP-enabled AS, it adds a new FC based on the AS order in AS_PATH. Subsequent ASs can then utilize the list of FCs in the BGP UPDATE message to ensure that the advertised path is consistent with the AS_PATH attribute.</t>
      <t>BGPsec is a path-level authentication approach described in <xref target="RFC8205"/>. It replaces the AS_PATH attribute, which is used to record the sequence of autonomous systems (ASes) that a BGP update has traversed, with the non-transitive BGPsec_Path attribute. However, when a peer does not support BGPsec, the BGPsec_Path attribute will be downgraded to the standard AS_PATH attribute, losing the security benefits provided by BGPsec. In contrast, FC-BGP (Forwarding Commitment Driven BGP) preserves the AS_PATH attribute and introduces an additional list of signed messages called Forwarding Commitments. Each Forwarding Commitment (FC) is a publicly verifiable code certifying the correctness of a three-hop pathlet. FC-BGP builds its path authentication based on these FCs.</t>
      <t>FC-BGP and BGPsec offer different levels of security benefits in the case of partial deployment, even though they achieve the same security benefits when fully deployed. BGPsec tightly couples path authentication with the BGP path construction process, requiring each AS to iteratively verify the signatures of each prior hop before extending the authentication chain. Consequently, a single legacy AS that does not support BGPsec can break the authentication chain, preventing subsequent BGPsec-aware ASes from reviving the authentication process. As a result, in partial deployment scenarios, BGPsec is often downgraded to the legacy BGP protocol, losing its security benefits.</t>
      <t>In contrast to BGPsec, FC-BGP treats partial deployability as a first-class citizen. It adopts a pathlet-driven authentication paradigm, in which the authenticity of an AS-path can be incrementally built based on authenticated pathlets.  This design ensures that downstream FC-BGP-aware ASes can use the authenticated pathlets provided by upstream upgraded ASes, even if the full AS-path traverses legacy ASes that do not support FC-BGP. By allowing the authentication of sub-paths, FC-BGP enables incremental deployment and provides security benefits to the FC-BGP-aware ASes, regardless of the deployment status of other ASes on the path.</t>
      <t>Similar to BGPsec, FC-BGP relies on RPKI to perform route origin validation <xref target="RFC6483"/>. Additionally, any FC-BGP speaker that wishes to process the FC path attribute along with BGP UPDATE messages <bcp14>MUST</bcp14> obtain a router certificate and store it in the RPKI repository. This certificate is associated with its AS number. The router key generation here follows <xref target="RFC8208"/> and <xref target="RFC8635"/>.</t>
      <t>It is <bcp14>NOT RECOMMENDED</bcp14> to enable both BGPsec and FC-BGP simultaneously in a BGP network. However, if a BGP update message contains both BGPsec and FC-BGP features, the BGP speaker should process the message properly. In such cases, the BGP speaker should prioritize BGPsec over FC-BGP. This means that if a BGP update message includes the BGPsec_PATH attribute, a BGP speaker that supports both BGPsec and FC-BGP should use the Secure_Path instead of the AS_PATH to generate or verify the FC segments. This prioritization ensures that the security benefits of BGPsec are not compromised by the presence of FC-BGP in the same update message.</t>
      <section anchor="requirements-language">
        <name>Requirements Language</name>
        <t>The key words "<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 "<bcp14>OPTIONAL</bcp14>" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>
        <?line -18?>

</section>
      <section anchor="definitions-and-acronyms">
        <name>Definitions, and Acronyms</name>
        <t>The following terms are used with a specific meaning:</t>
        <dl newline="true">
          <dt>BGP neighbor:</dt>
          <dd>
            <t>Also just 'neighbor'. Two BGP speakers that communicate using the BGP protocols are neighbors. It can be divided into iBGP neighbor and eBGP neighbor.</t>
          </dd>
          <dt>BGP speaker:</dt>
          <dd>
            <t>A device, usually a router, exchanging routes with other BGP speakers using the BGP protocol.</t>
          </dd>
          <dt>BGP UPDATE:</dt>
          <dd>
            <t>The message is generated with several path attributes to advertise routes.</t>
          </dd>
          <dt>iBGP:</dt>
          <dd>
            <t>iBGP neighbor, internal BGP neighbor, or internal neighbor. Internal neighbors are in the same AS.</t>
          </dd>
          <dt>eBGP:</dt>
          <dd>
            <t>eBGP neighbor, external BGP neighbor, or external neighbor. External neighbors are in different ASs.</t>
          </dd>
          <dt>Router:</dt>
          <dd>
            <t>In this document, the router always refers to a BGP speaker.</t>
          </dd>
        </dl>
        <t>In addition to the list above, the following terms are used in this document:</t>
        <dl newline="true">
          <dt>FC:</dt>
          <dd>
            <t>Forwarding Commitment, i.e., FC segment. It contains several fields and a digital signature to protect the current path.</t>
          </dd>
          <dt>FCList:</dt>
          <dd>
            <t>An ordered list of FC segments to protect the whole AS-Path in the BGP UPDATE message. The order of FCs follows the order of AS numbers in the AS-Path. All FC-BGP-enabled BGP speakers <bcp14>SHOULD</bcp14> add their FCs to the BGP UPDATE message.</t>
          </dd>
          <dt>FC path attribute:</dt>
          <dd>
            <t>The optional, transitive, extended length path attribute is defined in this document to obtain BGP security.</t>
          </dd>
          <dt>FC-BGP UPDATE:</dt>
          <dd>
            <t>A BGP UPDATE message carries the FC path attribute.</t>
          </dd>
          <dt>FC-BGP speaker:</dt>
          <dd>
            <t>A BGP speaker that enables the FC-BGP feature. It can generate, propagate, and validate FC-BGP UPDATE messages.</t>
          </dd>
        </dl>
      </section>
    </section>
    <section anchor="fc-bgp-negotiation">
      <name>FC-BGP Negotiation</name>
      <!-- TODO -->
<t>FC-BGP does not need to negotiate with neighbors since it is considered a transitive path attribute within the BGP UPDATE message. BGP speakers that do not recognize the FC path attribute or do not support FC-BGP, <bcp14>SHOULD</bcp14> still transmit the FC path attribute to their neighbors. As a result, there is no need to establish a new BGP capability as defined in <xref target="RFC5492"/>.</t>
    </section>
    <section anchor="fc-path-attribute">
      <name>FC Path Attribute</name>
      <t>Unlike BGPsec, FC-BGP does not modify the AS_PATH. Instead, FC is enclosed in a BGP UPDATE message as an optional, transitive, and extended length path attribute. This document registers a new attribute type code for this attribute: TBD, see <xref target="iana-considerations"/> for more information.</t>
      <t>The FC path attribute includes the digital signatures that protect the pathlet information. We refer to those update messages that contain the FC path attribute as "FC-BGP UPDATE messages". Although FC-BGP would not modify the AS_PATH path attribute, it is <bcp14>REQUIRED</bcp14> to never use the AS_SET or AS_CONFED_SET in FC-BGP according to <xref target="RFC6472"/>.</t>
      <t>The format of the FC path attribute is shown in <xref target="figure1"/> and <xref target="figure2"/>. <xref target="figure1"/> shows the format of FC path attribute and <xref target="figure2"/> shows the FC segment format.</t>
      <figure anchor="figure1">
        <name>Format of FC path attribute.</name>
        <artwork><![CDATA[
 0                   1                   2                   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
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|      Flags    |      Type     |         FCList Length         |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
~                            FCList                             ~
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
      </figure>
      <t>FC path attribute includes the following parts:</t>
      <dl newline="true">
        <dt>Flags (1 octet):</dt>
        <dd>
          <t>The current value is 0b11010000, representing the FC path attribute as optional, transitive, partial, and extended-length.</t>
        </dd>
        <dt>Type (1 octet):</dt>
        <dd>
          <t>The current value is TBD. Refer to <xref target="iana-considerations"/> for more information.</t>
        </dd>
        <dt>FCList Length (2 octets):</dt>
        <dd>
          <t>The value is the total length of the FCList in octets.</t>
        </dd>
        <dt>FCList (variable length):</dt>
        <dd>
          <t>The value is a sequence of FC segments, in order. The definition of the FC segment format is shown in <xref target="figure2"/>. It does not conflict with the AS_PATH attribute. That means the FC-BGP path attribute and AS_PATH attribute can coexist in the same FC-BGP UPDATE message.</t>
        </dd>
      </dl>
      <figure anchor="figure2">
        <name>Format of FC segment.</name>
        <artwork><![CDATA[
 0                   1                   2                   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
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                Previous Autonomous System Number              |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                 Current Autonomous System Number              |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                 Nexthop Autonomous System Number              |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
~                     Subject Key Identifier                    ~
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Algorithm ID  |      Flags    |       Signature Length        |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
~                          Signature                            ~
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
      </figure>
      <t>In FC-BGP, all ASs <bcp14>MUST</bcp14> use 4-byte AS numbers in FC segments. Existing 2-byte AS numbers are converted into 4-byte AS numbers by setting the two high-order octets of the 4-octet field to 0 <xref target="RFC6793"/>.</t>
      <t>FC segment includes the following parts. (See <xref target="fcbgp-update"/> for more details on populating these fields.)</t>
      <dl newline="true">
        <dt>Previous Autonomous System Number (PASN, 4 octets):</dt>
        <dd>
          <t>The PASN is the AS number of the previous hop AS from whom the FC-BGP speaker receives the FC-BGP UPDATE message. If the current AS has no previous AS hop, it <bcp14>MUST</bcp14> be filled with 0. It will be discussed more at <xref target="sec-three-asn"/>.</t>
        </dd>
        <dt>Current Autonomous System Number (CASN, 4 octets):</dt>
        <dd>
          <t>The CASN is the AS number of the FC-BGP speaker that added this FC segment to the FC path attribute.</t>
        </dd>
        <dt>Nexthop Autonomous System Number (NASN, 4 octets):</dt>
        <dd>
          <t>The NASN is the AS number of the next hop AS to whom the FC-BGP speaker will send the BGP UPDATE message.</t>
        </dd>
        <dt>Subject Key Identifier (SKI, 20 octets):</dt>
        <dd>
          <t>The SKI in the RPKI router certificate is a unique identifier for the public key used for signature verification. If the SKI length exceeds 20 octets, it should retrieve the leftmost 20 octets.</t>
        </dd>
      </dl>
      <!-- TODO: Different from BGPsec as each FC segment has its algorithm ID, there is no need to set more than one FC segment for each hop. Hope so. -->

<dl newline="true">
        <dt>Algorithm ID (1 octet):</dt>
        <dd>
          <t>The current assigned value is 1, indicating that SHA256 is used to hash the content to be signed, and ECDSA is used for signing. It follows the algorithm suite defined in <xref target="RFC8208"/> and its updates. Each FC segment has an Algorithm ID, so there is no need to worry about sudden changes in its algorithm suite. The key in FC-BGP uses the BGPsec Router Key, so its generation and management follow <xref target="RFC8635"/>.</t>
        </dd>
      </dl>
      <!-- TODO: Flags in BGPsec used to indicate the AS_CONFED_SEQUENCE. But the pCount field is omitted here. We may merge Flags field and pCount field. However, in BGPsec, setting the pCount field to a value greater than 1 has the same semantics as repeating an AS number multiple times in the AS_PATH of a non-BGPsec UPDATE message (e.g., for traffic engineering purposes). If 0, it means this is for IXP Route Server. And the leftmost bit in Flags is the Confed_Segment flag to indicate the BGPsec speaker that constructed this Secure_Path Segment is sending the UPDATE message to a peer AS within the same AS confederation [RFC5065]. I have no idea how to deal with Confed_Segment/AS confederation. -->

<dl newline="true">
        <dt>Flags (1 octet):</dt>
        <dd>
          <t>Several flag bits. The leftmost bit of the Flags field in <xref target="figure2"/> is the Confed_Segment flag (Flags-CS). The Flags-CS flag is set to 1 to indicate that the FC-BGP speaker that constructed this FC segment is sending the UPDATE message to a peer AS within the same AS confederation <xref target="RFC5065"/>. (That is, a sequence of consecutive Confed_Segment flags are set in an FC-BGP UPDATE message whenever, in a non-FC-BGP UPDATE message, an AS_PATH segment of type AS_CONFED_SEQUENCE occurs.) In all other cases, the Flags-CS flag is set to 0. The second leftmost bit (i.e., the second highest) of the Flags field in <xref target="figure2"/> is the Route_Server flag (Flags-RS). The Flags-RS flag is set to 1 to indicate that the FC segment is added by a route server, but the AS number will never appear in the AS_PATH attribute. The remaining 6-bit of the Flags field are unassigned. They <bcp14>MUST</bcp14> be set to 0 by the sender and ignored by the receiver.</t>
        </dd>
        <dt>Signature Length (2 octets):</dt>
        <dd>
          <t>It only contains the length of the Signature field in octets, not including other fields.</t>
        </dd>
      </dl>
      <!-- TODO: I don't know if it should distinguish IPv4 and IPv6 in calculating signature -->

<dl newline="true">
        <dt>Signature (variable length):</dt>
        <dd>
          <t>The signature content and order are Signature=ECDSA(SHA256(PASN, CASN, NASN, Prefix, Prefix Length)), where the Prefix is the IP address prefix which is encapsulated in the BGP UPDATE, i.e. NLRI, and only one prefix is used each time. When hashing and signing, the full IP address and IP prefix length are used, i.e., IPv4 uses 4 octets and IPv6 uses 16 octets.</t>
        </dd>
      </dl>
    </section>
    <section anchor="fcbgp-update">
      <name>FC-BGP UPDATE Messages</name>
      <section anchor="generation">
        <name>Generation</name>
        <t>This part defines the generation of the FC path attribute and the FC segment. An FC-BGP speaker <bcp14>SHOULD</bcp14> generate a new FC segment or even a new FC path attribute when it propagates a route to its external neighbors. For internal neighbors, the FC path attribute in the BGP UPDATE message remains unchanged.</t>
        <!-- TODO: Improve the last sentence. I don't know if it has a ruleset for the insertion position of optional transitive (FC) path attributes. Out of efficiencies, the FC path attribute should be placed as the last path attribute as there are several variable-length signatures. -->
<t>The FC-BGP speaker follows a specific process to create the FC path attribute for the ongoing UPDATE message. Firstly, it generates a new FC Segment containing the necessary information for the FC path. This new FC Segment is then added to the FCList of the outer format defined in <xref target="figure1"/>. It is important to note that if the FC-BGP speaker is not the origin AS and there is already an existing FC path attribute of the UPDATE message, it <bcp14>MUST</bcp14> prepend its new FC segment to the FCList of the existing FC path attribute like the insertion process of ASN in AS_PATH attribute. This allows the FC-BGP speaker to contribute to its own FC segment while maintaining the existing FC path information. Otherwise, if it is the source AS, the FC-BGP speaker generates the FC path attribute defined in <xref target="figure1"/> and inserts it into the UPDATE message.</t>
        <t>There are three AS numbers in one FC segment as <xref target="figure2"/> shows. The populating of the Current AS number (CASN) within the FC segment is like the AS number in BGPsec, it <bcp14>MUST</bcp14> match the AS number in the Subject field of the RPKI router certificate that will be used to verify the FC segment constructed by this FC-BGP speaker (see <xref section="3.1.1" sectionFormat="of" target="RFC8209"/> and <xref target="RFC6487"/>). The Previous AS number (PASN) is typically set to the AS number from which the UPDATE message receives. However, if the FC-BGP speaker is located in the origin AS, the PASN <bcp14>SHOULD</bcp14> be filled with 0. The Nexthop AS number (NASN) is set to the AS number of the peer to whom the route is advertised. So if there are several neighbors, the FC-BGP speaker should generate separate FCs for different neighbors. But it would never generate a new FC segment for the iBGP neighbor.</t>
        <t>The Subject Key Identifier field (SKI) within the new FC segment is populated with the identifier found in the Subject Key Identifier extension of the RPKI router certificate associated with the FC-BGP speaker. This identifier serves as a crucial piece of information for recipients of the route advertisement. It enables them to identify the appropriate certificate to employ when verifying the signatures in FC segments attached to the route advertisement. This practice adheres to the guidelines outlined in <xref target="RFC8209"/>.</t>
        <!-- TODO: Flags or pCount
The following several paragraphs discuss these two fields in BGPsec. But, we don't need pCount field if it only means for multiple AS in AS_PATH. Because the AS_PATH attribute has remained in FC-BGP. We should separate Flags into different bits for different usages.
It needs more discussion for RS.
The second highest/leftmost one is representative of pCount in RS. The last sentence is not really. It is correct in BGPsec but not in FC-BGP. -->
<t>Typically, the Flags field is set to 0.</t>
        <t>A route server (RS) is a third-party brokering system that interconnects three or more BGP-speaking routers using eBGP in IXPs <xref target="RFC7947"/>. Typically, RS performs like a transit AS except that it does not insert its AS number to the AS_PATH attribute. The route server also can participate in the FC-BGP process. If the RS is an FC-BGP-enabled RS, it may choose to set the Flags-RS bit to 1 when it populates its FC segment. However, when the RS chooses to add its AS number to the AS_PATH attribute, the Flags-RS bit <bcp14>SHOULD</bcp14> be set to 0. If the RS is a non-FC-BGP RS, it propagates the FC-BGP UPDATE message directly. Anyway, the AS number of RS would be used in the FC segment no matter if it appears in the AS_PATH attribute.</t>
        <t>AS Path Prepending is a traffic engineering mechanism in BGP to deprioritize a route or alternate path, which will prepend the local AS number multiple times to the AS_PATH attribute <xref target="ASPP"/>. To minimize unnecessary processing load during the validation of FC segments, an FC-BGP speaker <bcp14>SHOULD NOT</bcp14> generate multiple consecutive FC segments with the same AS number. Instead, the FC-BGP speaker <bcp14>SHOULD</bcp14> aim to produce a single FC segment once, even if the intention is to achieve the semantics of prepending the same AS number multiple times.</t>
        <!-- TODO: It is difficult to guarantee its neighbors support multiple algorithm suites.
The following parts are copied from BGPsec. We may not need to consider AS migration, carefully.
The following definitions in BGPsec {{RFC8205}} also apply to this document. See {{RFC8206}} for a discussion of setting pCount to 0 to facilitate AS Number migration. Also, see Section 4.3 for the use of pCount=0 in the context of an AS confederation.  See Section 7.2 for operational guidance for configuring a BGPsec router for setting pCount=0 and/or accepting pCount=0 from a neighbor. -->
<t>The Algorithm ID field is set to 1. FC-BGP only supports one algorithm suite in this document as BGPsec Algorithm defined in <xref target="RFC8208"/>. That is the signature algorithm used <bcp14>MUST</bcp14> be the Elliptic Curve Digital Signature Algorithm (ECDSA) with curve P-256 and the hash algorithm used <bcp14>MUST</bcp14> be SHA-256. If it transits from one algorithm suite to another, the FC-BGP speaker <bcp14>MUST</bcp14> place its router certificate in the RPKI repository first and then specify the Algorithm ID in the FC segment.</t>
        <t>The Signature Length field is populated with the length (in octets) of the value in the Signature field.</t>
        <t>The Signature field in the new FC segment is a variable length field. It contains a digital signature encapsulated in DER format that binds the prefix, its length, and triplet &lt;PASN, CASN, NASN&gt; to the RPKI router certificate corresponding to the FC-BGP speaker. The digital signature is computed as follows: Signature=ECDSA(SHA256(PASN, CASN, NASN, Prefix, Prefix Length))
<!-- TODO: this is not a good way to clarify the calculation of Signature. More details are needed, such as AFI, SAFI, and NLRI in Figure 8 in RFC8205. -->
        </t>
        <t>The signatures within the FC segments of an FC-BGP UPDATE message ensure the protection of crucial information including the AS number of the neighbor involved in the message exchange. This information is explicitly included in the generated FC segment. Consequently, if an FC-BGP speaker intends to transmit an FC-BGP UPDATE message to multiple BGP neighbors, it <bcp14>MUST</bcp14> generate a distinct FC-BGP UPDATE message for each unique neighbor AS to whom the UPDATE message is being sent.</t>
        <t>Indeed, an FC-BGP UPDATE message is <bcp14>REQUIRED</bcp14> to advertise a route to just one prefix. This is because if an FC-BGP speaker receives an UPDATE message containing multiple prefixes, it would be unable to construct a valid FC-BGP UPDATE message, including valid path signatures, with a subset of the received prefixes. To advertise routes to multiple prefixes, the FC-BGP speaker <bcp14>MUST</bcp14> generate individual FC-BGP UPDATE messages for each prefix. This ensures the proper construction of valid path signatures for each advertised prefix.
<!-- TODO: we don't use this rule though I don't know why BGPsec uses it. Additionally, an FC-BGP UPDATE message MUST use the MP_REACH_NLRI attribute {{RFC4760}} to encode the prefix. -->
        </t>
        <t>All FC-BGP UPDATE messages <bcp14>MUST</bcp14> conform to BGP's maximum message size. If the resulting message exceeds the maximum message size, then the guidelines in <xref section="9.2" sectionFormat="of" target="RFC4271"/> <bcp14>MUST</bcp14> be followed.</t>
      </section>
      <section anchor="propagation">
        <name>Propagation</name>
        <t>Any BGP speaker should propagate the optional transitive FC path attribute encapsulated in the FC-BGP UPDATE message, even though they do not support the FC-BGP feature. However, it is important to note that an FC-BGP speaker <bcp14>SHOULD NOT</bcp14> make any attestation regarding the validation state of the FC-BGP UPDATE message it receives. They <bcp14>MUST</bcp14> verify the FC path attribute themselves.</t>
        <!-- The last part is for iBGP and eBGP. -->
<t>To incorporate or create a new FC segment for an FC-BGP UPDATE message using a specific algorithm suite, the FC-BGP speaker <bcp14>MUST</bcp14> possess an appropriate private key capable of generating signatures for that particular algorithm suite. Moreover, this private key <bcp14>MUST</bcp14> correspond to the public key found in a valid RPKI End Entity (EE) certificate. The AS number resource extension within this certificate should include the FC-BGP speaker's AS number as specified in <xref target="RFC8209"/>. It is worth noting that these new segments are only prepended to an FC-BGP UPDATE message when the FC-BGP speaker generates the UPDATE message for transmission to an external neighbor. In other words, this occurs when the AS number of the neighbor differs from the AS number of the FC-BGP speaker.</t>
        <t>The RPKI allows the legitimate holder of IP address prefix(es) to issue a digitally signed object known as a Route Origin Authorization (ROA). This ROA authorizes a specific AS to originate routes for a particular set of prefixes <xref target="RFC6482"/>. It is anticipated that most Relying Parties (RPs) will combine FC-BGP with origin validation <xref target="RFC6483"/> and <xref target="RFC6811"/>. Therefore, it is strongly <bcp14>RECOMMENDED</bcp14> that an FC-BGP speaker only advertises a route for a given prefix in an FC-BGP UPDATE message if there is a valid ROA that authorizes the FC-BGP speaker's AS to originate routes for that specific prefix.</t>
        <t>If an FC-BGP router receives a non-FC-BGP UPDATE message from an external neighbor, meaning that the origin BGP speaker does not support FC-BGP, the router processes the UPDATE message as a regular BGP UPDATE message typically. In this case, it <bcp14>SHOULD NOT</bcp14> add its own FC segment to the UPDATE message. On the other hand, when the FC-BGP speaker advertises routes belonging to its local AS and receives them from an internal neighbor, it <bcp14>MUST</bcp14> add its FC segment to the UPDATE message if it decides to propagate those routes. Furthermore, if the FC-BGP router receives an FC-BGP UPDATE message from a neighbor for a specific prefix and chooses to propagate that neighbor's route for the prefix, it <bcp14>MUST</bcp14> propagate the route as an FC-BGP UPDATE message containing the FC path attribute.</t>
        <!-- TODO: if an received UPDATE message contains AS_SET or AS_CONFED_SET, how can FC-BGP speaker processes that message. IN BGPSEC: the BGPsec speaker MUST remove any existing BGPsec_PATH in the received advertisement(s) for this prefix and produce a traditional (non-BGPsec) UPDATE message. What's more, in the mixed scenario, both AS_SET and FC path attributes are contained in one UPDATE message, how to process it. The second issue pertains to the aggregation of routes following the setting of the FC path attribute. -->

<t>When an FC-BGP speaker sends an FC-BGP UPDATE message to an iBGP (internal BGP) neighbor, the process is straightforward. When the FC-BGP speaker originates a new route advertisement and sends it to an iBGP neighbor, it <bcp14>MUST NOT</bcp14> include the FC path attribute of the UPDATE message. In other words, the FC-BGP speaker omits the FC path attribute. Similarly, when an FC-BGP speaker decides to forward an FC-BGP UPDATE message to an iBGP neighbor, it <bcp14>MUST</bcp14> refrain from adding a new FC segment to the FC-BGP UPDATE message.</t>
        <t>When an FC-BGP speaker receives an FC-BGP UPDATE message containing an FC path attribute (with one or more FC segments) from an (internal or external) neighbor, it may choose to propagate the route advertisement by sending it to its other (internal or external) neighbors. When sending the route advertisement to an internal FC-BGP-speaking neighbor, the FC path attribute <bcp14>SHALL NOT</bcp14> be modified. When sending the route advertisement to an external FC-BGP-speaking neighbor, the following procedures are used to form or update the FC path attribute.</t>
      </section>
      <section anchor="processing-instructions-for-as-confederation-members">
        <name>Processing Instructions for AS Confederation Members</name>
        <!-- TODO: need more study.
1. AS-CONFED-SET and AS-CONFED-SEQUENCE
-->

<t>Members of AS Confederation <xref target="RFC5065"/> <bcp14>MUST</bcp14> additionally follow the instructions in this section for processing FC-BGP UPDATE messages.</t>
        <t>When an FC-BGP speaker in an AS confederation receives an FC-BGP UPDATE message from a neighbor that is external to the confederation and chooses to propagate the UPDATE message within the confederation, it first adds an FC segment and the signature signed to its own Member-AS (i.e., the 'Current AS Number' is the FC-BGP speaker's Member-AS Number). In this internally modified UPDATE message, the newly added FC segment contains the public AS number (i.e., Confederation Identifier), and the segment's Confed_Segment flag is set to 1. The newly added signature is generated using a private key corresponding to the public AS number of the confederation. The FC-BGP speaker propagates the modified UPDATE message to its peers within the confederation. (Note: In this document, intra-Member-AS peering is regarded as iBGP, and inter-Member-AS peering is regarded as eBGP. The latter is also known as confederation-eBGP.)</t>
        <t>Within a confederation, the verification of FC-BGP signatures added by other members of the confederation is optional. Note that if a confederation chooses not to verify digital signatures within the confederation, then FC-BGP is not able to provide any assurances about the integrity of the Member-AS Numbers placed in FC segments where the Confed_Segment flag is set to 1.</t>
        <t>When a confederation member receives an FC-BGP UPDATE message from a peer within the confederation and propagates it to a peer outside the confederation, it needs to remove all of the FC segments added by confederation members when it removes all path segments of the AS_PATH with the type of AS_CONFED_SEQUENCE or AS_CONFED_SET. To do this, the confederation members propagated the route outside the confederation the following:</t>
        <ol spacing="normal" type="1"><li>
            <t>Starting with the most recently added FC segment, remove FC segments whose Flags-CS bit is 1. Stop this process once an FC segment that has its Confed_Segment flags set to 0 is reached.</t>
          </li>
          <li>
            <t>Add an FC segment containing, in the CASN field, the AS Confederation Identifier (the public AS number of the confederation).  Note that all fields other than the CASN field are populated.</t>
          </li>
        </ol>
        <t>Finally, as discussed above, an AS confederation <bcp14>MAY</bcp14> optionally decide that its members will not verify digital signatures added by members. In such a confederation, when an FC-BGP speaker runs the algorithm in <xref target="validation-steps"/>, the FC-BGP speaker, during the process of signature verifications, first checks whether the Confed_Segment flag in an FC segment is set to 1. If the flag is set to 1, the FC-BGP speaker skips the verification for the corresponding signature and immediately moves on to the next FC segment. It is an error when an FC-BGP speaker receives, from a neighbor who is not in the same AS confederation, an FC-BGP UPDATE message containing a Confed_Segment flag set to 1.</t>
      </section>
    </section>
    <section anchor="processing-a-received-fc-bgp-update-message">
      <name>Processing a Received FC-BGP UPDATE Message</name>
      <section anchor="overview">
        <name>Overview</name>
        <t>When receiving an FC-BGP UPDATE message from an external BGP neighbor carrying the FC path attribute, an FC-BGP speaker <bcp14>SHOULD</bcp14> first validate the message to determine the authenticity of the path information. Same as BGPsec, an FC-BGP speaker will wish to perform origin validation (see <xref target="RFC6483"/> and <xref target="RFC6811"/>) on an incoming FC-BGP UPDATE message, but such validation is independent of the validation described in this section.</t>
        <t>After the validation, the FC-BGP speaker may want to send the FC-BGP UPDATE message to neighbors according to local route policies. Then It <bcp14>SHOULD</bcp14> update the FC path attributes and continue advertising the BGP route.</t>
        <t>For the origin AS who launches the advertisement, the FC-BGP speaker only needs to generate the FC-BGP UPDATE message other than the validation.</t>
        <t>The FC-BGP speaker stores the router certificates in the RPKI repository, and any changes in the RPKI state can impact the validity of the UPDATE messages. That means the validity of FC-BGP UPDATE messages relies on the current state of the RPKI repository. When an FC-BGP speaker becomes aware of a change in the RPKI state, such as through an RPKI validating cache using the RTR protocol (as specified in <xref target="RFC8210"/>), it is <bcp14>REQUIRED</bcp14> to rerun validation on all affected UPDATE messages stored in its Adj-RIB-In <xref target="RFC4271"/>. For instance, if a specific RPKI router certificate becomes invalid due to expiration or revocation, all FC-BGP UPDATE messages containing an FC segment with an SKI matching the SKI in the affected certificate must be reassessed to determine their current validity. If the reassessment reveals a change in the validity state of an UPDATE message, the FC-BGP speaker, depending on its local policy, <bcp14>SHOULD</bcp14> need to rerun the best path selection process. This allows for the appropriate handling of the updated information and ensures that the most valid and suitable paths are chosen for routing purposes.</t>
      </section>
      <section anchor="validation">
        <name>Validation</name>
        <t>When verifying the authenticity of an FC-BGP UPDATE message, information from the RPKI router certificates is utilized. The RPKI router certificates provide the data including the triplet &lt;AS Number, Public Key, Subject Key Identifier&gt; to verify the AS_PATH and FC path attributes. As a prerequisite, the recipient <bcp14>SHOULD</bcp14> have access to these RPKI router certificates.</t>
        <!-- TODO: this is the origin BGPsec description except replacing BGPsec with FC-BGP. Anything to update? -->
<t>Note that the FC-BGP speaker could perform the validation of RPKI router certificates on its own and extract the required data, or it could receive the same data from a trusted cache that performs RPKI validation on behalf of (some set of) FC-BGP speakers. (For example, the trusted cache could deliver the necessary validity information to the FC-BGP speaker by using the Router Key PDU (Protocol Data Unit) for the RPKI-Router protocol <xref target="RFC8210"/>.)</t>
        <!-- TODO: If it is reasonable to separate the validation steps and the description. It seems that here is the overview, but {{validation-steps}} describes the validation steps. -->
<t>The recipient validates an FC-BGP UPDATE message containing the FC path attribute and obtains one result of two states: 'Valid' and 'Not Valid'. We will describe the validation procedure in <xref target="validation-steps"/> in this document. The validation result will be used at BGP route selection, thus it will be discussed at <xref target="BGP-route-selection"/>.</t>
        <t>As the FC-BGP UPDATE message generates at the eBGP router, the FC-BGP validation needs only to be performed at the eBGP router. The iBGP route plays a crucial role in the FC-BGP UPDATE message propagation and distribution. The function of iBGP is to convey the validation status of an FC-BGP UPDATE message from an ingress edge router to an egress edge router within an AS. The specific mechanisms used to convey the validation status can vary depending on the implementation and local policies of the AS. By propagating this information through iBGP, the eBGP router, and other routers within the AS, can be aware of the validation status of the FC-BGP UPDATE messages and make routing decisions accordingly. As stated in <xref target="fcbgp-update"/>, when an FC-BGP speaker decides to forward a syntactically correct FC-BGP UPDATE message, it is <bcp14>RECOMMENDED</bcp14> to do so while preserving the FC path attribute. This recommendation applies regardless of the validation state of the UPDATE message.</t>
        <t>Ultimately, the decision to forward the FC-BGP UPDATE message with the FC path intact and the choice to perform independent validation at the egress router are both determined by local policies implemented within the AS. Note that the decision to perform validation on the received FC-BGP UPDATE message is left to the discretion of the egress router, which is the router receiving the message within its own AS. The egress router has the freedom to choose whether or not it wants to independently validate the FC path attribute based on its local policy, even if the FC path attribute has already been validated by the ingress router. This additional validation performed at the egress router helps ensure the integrity and security of the received FC-BGP UPDATE message.</t>
        <section anchor="validation-steps">
          <name>Validation Algorithm</name>
          <t>This section specifies the concrete validation algorithm of FC-BGP UPDATE messages. A compliant implementation <bcp14>MUST</bcp14> have an FC-BGP UPDATE validation algorithm that behaves the same as the specified algorithm. This ensures consistency and security in validating FC-BGP UPDATE messages across different implementations. It allows for interoperability and standardized communication between FC-BGP-enabled networks.</t>
          <t>First, the integrity of the FC-BGP UPDATE message <bcp14>MUST</bcp14> be checked. Both syntactical and protocol violation errors are checked. The FC path attribute <bcp14>MUST</bcp14> be present when an FC-BGP UPDATE message is received from an external FC-BGP neighbor and also when such an UPDATE message is propagated to an internal FC-BGP neighbor. The error checks specified in <xref section="6.3." sectionFormat="of" target="RFC4271"/> are performed, except that for FC-BGP UPDATE messages the checks on the FC path attribute do not apply and instead, the following checks on the FC path attribute are performed:</t>
          <ol spacing="normal" type="1"><li>
              <t>Check to ensure that the entire FC path attribute is syntactically correct (conforms to the specification in this document).</t>
            </li>
            <li>
              <t>Check that the triplet &lt;PASN, CASN, NASN&gt; fields in each FC segment follow the order in AS_PATH.</t>
            </li>
            <li>
              <t>Check that each FC segment contains one signature with the supported Algorithm ID.</t>
            </li>
            <li>
              <t>If the UPDATE message was received from an FC-BGP neighbor that is not a member of the FC-BGP speaker's AS confederation, check to ensure that none of the FC Segments contain a Flags field with the Confed_Segment flag set to 1. <!-- TODO: need more study of AS confederation -->
              </t>
            </li>
            <li>
              <t>If the UPDATE message was received from an FC-BGP neighbor that is a member of the FC-BGP speaker's AS confederation, check to ensure that the FC Segment corresponding to that peer contains a Flags field with the Confed_Segment flag set to 1. <!-- TODO: need more study of AS confederation. -->
              </t>
            </li>
            <li>
              <t>If the UPDATE message was received from a neighbor that is not expected to set Flags-RS bit to 1 (see <xref target="fcbgp-update"/>), then check to ensure that the Flags-RS bit in the most recently added FC Segment is not equal to 0. <!-- TODO: (Note: See Section XXX for router configuration guidance related to this item.) -->
              </t>
            </li>
          </ol>
          <t>If any of the checks for the FC path attribute fail, indicating a syntactical or protocol error, it is considered an error. In such cases, FC speakers are <bcp14>REQUIRED</bcp14> to handle these errors using the "treat-as-withdraw" approach as defined in <xref target="RFC7606"/>. This approach means that the FC-BGP speaker <bcp14>SHOULD</bcp14> treat the FC path attribute as if it were a withdraw message, effectively removing the route from consideration. It's worth noting that when a transparent route server is involved, and its AS number appears in the FC (with the Flags-RS bit set to 1), the route server has the option to check if its local AS is listed in the FC. This additional check can be included as part of the loop-detection mechanism mentioned earlier in the specification.</t>
          <!-- TODO: in BGPsec, it will extract and reconstruct the AS_PATH attribute when it encounters an unsupported algorithm, i.e., downgrade from BGPsec to BGP. How about FC-BGP? Downgrade or propagate? -->
<t>Next, the FC-BGP speaker iterates through the FC segments. Once the FC-BGP speaker has examined the signature field in the FC attribute, it proceeds to validate the signature using the supported algorithm suites. However, if the FC-BGP speaker encounters a signature corresponding to an algorithm suite indexed by an Algorithm ID that it does not support, that particular signature is not considered in the validation process. If there are no signatures corresponding to any algorithm suites supported by the FC-BGP speaker, a specific action is taken to ensure the continuity of the route selection process. To consider the UPDATE message in the route selection process, the FC-BGP speaker has to treat the message as if it were received as an unsigned BGP UPDATE message. By treating the UPDATE message as unsigned, the FC-BGP speaker acknowledges that it cannot verify the integrity and authenticity of the message through the provided signatures. However, it still allows the message to be considered for route selection, ensuring that important routing information is not disregarded solely due to the lack of supported signature algorithms.</t>
          <t>For each remaining signature corresponding to an algorithm suite supported by the FC-BGP speaker, the FC-BGP speaker processes FC-BGP UPDATE message validation with the following steps. As different FC segments are independent, it is recommended to verify FC segments parallelly.</t>
          <!-- TODO: need more details or figures -->
<ul spacing="normal">
            <li>
              <t>Step 1: Locate the public key needed to verify the signature in the current FC segment. To do this, consult the valid RPKI router certificate data and look up all valid &lt;AS Number, Public Key, Subject Key Identifier&gt; triples in which the AS matches the Current AS Number (CASN) in the corresponding FC segment. Of these triples that match the AS number, check whether there is a SKI that matches the value in the Subject Key Identifier field of the FC segment.  If this check finds no such matching SKI value, then mark the entire FC segment as 'Not Valid' and stop.</t>
            </li>
            <li>
              <t>Step 2: Compute the digest function (for the given algorithm suite) on the appropriate data. To verify the digital signature in the FC segment, construct the sequence of octets to be hashed. Note that this sequence is the same sequence that was used by AS that created the FC Segment (see <xref target="fcbgp-update"/>). The elements in this sequence <bcp14>MUST</bcp14> be ordered exactly as shown in the generation process. Note that if an FC-BGP speaker uses multiple AS Numbers (e.g., the FC-BGP speaker is a member of a confederation), the AS number used here <bcp14>MUST</bcp14> be the AS number announced in the OPEN message for the BGP session over which the FC-BGP UPDATE message was received. All three AS numbers in one FC segment follow this rule.</t>
            </li>
            <li>
              <t>Step 3: Use the signature validation algorithm (for the given algorithm suite) to verify the signature in the current segment. That is, invoke the signature validation algorithm on the following three inputs: the value of the signature field in the current FC segment, the digest value computed in Step 2 above, and the public key obtained from the valid RPKI data in Step 1 above. If the signature validation algorithm determines that the signature is invalid, then mark the entire FC segment as 'Not Valid' and stop.  If the signature validation algorithm determines that the signature is valid, then the FC segment is marked as 'Valid' and continues to process the following FC segments.</t>
            </li>
          </ul>
          <t>If all FC segments are marked as 'Valid', then the validation algorithm terminates and the FC-BGP UPDATE message is deemed 'Valid'. Otherwise, the FC-BGP UPDATE message is deemed 'Not Valid'.</t>
          <!-- TODO: This example can be placed in the appendix. It may be not proper here.
An FC-BGP speaker SHOULD no longer propagate an FC-BGP UPDATE message only after completing the first two steps (i.e., validation and best path selection. But they have been removed). For the sake of discussion, we assume that AS 65537 receives an FC-BGP UPDATE message for prefix 192.0.2.0/24, with an originating AS of 65536 and a next hop of 65538. All three ASs support FC-BGP.

The FC-BGP speaker in AS 65537, upon receiving an UPDATE message, retrieves the FC path attribute and extracts the FC list. It then finds the FC with CASN = 65536 and checks if NASN is equal to 65537. If so, it uses the SKI field to find the public key and calculates the signature using the algorithm specified in the Algorithm ID. If the calculated signature matches the signature in the message, then the AS-Path hop associated with the AS 65536 is verified. This process repeats for all FCs and AS-Paths in the FC list. If AS 65537 does not support FC-BGP, it simply forwards the BGP UPDATE to its neighbors when propagating this BGP route.

FC-BGP speakers need to generate different UPDATE messages for different neighbors. Each UPDATE announcement contains only one route prefix and cannot be aggregated. This is because different route prefixes may have different announcement paths due to different routing policies. Multiple aggregated route prefixes may cause FC generation and verification errors. When multiple route prefixes need to be announced, the FC-BGP speaker needs to generate different UPDATE messages for each route prefix.

When the AS-PATH uses AS_SEQUENCE in the BGP UPDATE, the FC-BGP function will not be enabled. In other cases, the FC-BGP speaker router will enable the FC-BGP function and update the FC path attribute after verifying the AS_PATH attribute and selecting the preferable BGP path.
All FC-BGP UPDATE messages must comply with the maximum BGP message size. If the final message exceeds the maximum message size, then it must follow the processing of {{Section 9.2 of RFC4271}}.

The FC-BGP speaker in AS 65537 will encapsulate each prefix to be sent to AS 65538 in a single UPDATE message, add the FC path attribute, and sign the path content using its private key. Afterwards, AS65537 will prepend its own FC on the top of the FC List. The FC path attribute uses the message format shown in {{figure1}} and {{figure2}} and should be signed with the RPKI router certificate. When signing the FC attribute, the FC-BGP speaker computes the  SHA256 hash in the order of (PASN ( 0 if absent), CASN, NASN, IP Prefix Address, and IP Prefix Length) firstly. Afterward, the FC-BGP speaker should calculate the digest information Digest, sign the Digest with ECDSA, and then fill the Signature field and FC fields. At this point, the processing of FC path attributes by the FC-BGP speaker is complete. The subsequent processing of BGP messages follows the standard BGP process.
-->

</section>
      </section>
    </section>
    <section anchor="implementations-operations-and-management-considerations">
      <name>Implementations, Operations, and Management Considerations</name>
      <section anchor="algorithms-and-extensibility">
        <name>Algorithms and Extensibility</name>
        <t>The content of Algorithm Suite Considerations defined in <xref section="6.1" sectionFormat="of" target="RFC8205"/> and content of Considerations for the SKI Size defined in <xref section="6.2" sectionFormat="of" target="RFC8205"/> are indeed applicable in this context of FC-BGP.</t>
        <t>But the algorithm suite transition in FC-BGP is straightforward: As each FC segment has an Algorithm ID field, just populate this field with a feasible and consensus value that all FC-BGP speaker supports when transitioning.</t>
      </section>
      <section anchor="speedup-and-early-termination-of-signature-verification">
        <name>Speedup and Early Termination of Signature Verification</name>
        <t>It is advantageous for an implementation to establish a parallel verification process for FC-BGP if the router's processor supports such operations. As each FC segment contains the integral data that needs to be verified, parallel verification can significantly enhance the efficiency and speed of the validation process. By utilizing parallel processing capabilities, an implementation can simultaneously verify multiple FC segments, thereby reducing the overall verification time. This is particularly beneficial in scenarios where the FC path attribute contains a substantial number of segments or in high-traffic networks with a large volume of FC-BGP UPDATE messages. Implementations that leverage parallel verification take advantage of the processing power available in modern router processors. This allows for more efficient and faster verification, ensuring that the FC-BGP UPDATE messages are promptly validated and routed accordingly.</t>
        <t>However, it's important to note that the feasibility of parallel verification depends on the specific capabilities and constraints of the router's processor. Implementations <bcp14>SHOULD</bcp14> consider factors such as available resources, concurrency limitations, and the impact on overall system performance when implementing parallel verification processes. Overall, setting up a parallel verification process for FC-BGP, if feasible, can contribute to improved performance and responsiveness in validating FC segments, further enhancing the reliability and efficiency of the FC-BGP protocol.</t>
        <t>During the validation of an FC-BGP UPDATE message, route processor performance speedup can be achieved by incorporating the following observations. These observations provide valuable insights into optimizing the validation process and reducing the workload on the route processor. One of the key observations is that an FC-BGP UPDATE message is considered 'Valid' only if all FC segments are marked as 'Valid' in the validation steps. This means that if an FC segment is marked as 'Not Valid', there is no need to continue verifying the remaining unverified FC segments. This optimization can significantly reduce the processing time and workload on the route processor. Furthermore, when the FC-BGP UPDATE message is selected as the best path, the FC-BGP speaker appends its own FC segment, including the appropriate signature generated with the corresponding algorithm, to the FC path attribute. This ensures that the updated path is propagated correctly.</t>
        <t>Additionally, an FC-BGP UPDATE message is considered as 'Not Valid' if at least one signature in each of the FC segments is invalid. Thus, the verification process for an FC segment can terminate early as soon as the first invalid signature is encountered. There is no need to continue validating the remaining signatures in that FC segment.</t>
        <t>By incorporating these observations, an FC-BGP implementation can achieve significant performance improvements and reduce the computational burden on the route processor. It allows for more efficient validation of FC-BGP UPDATE messages, ensuring the integrity and security of the routing information while maximizing system resources.</t>
      </section>
      <section anchor="defering-validation">
        <name>Defering Validation</name>
        <t>When an FC-BGP speaker receives an exceptionally large number of UPDATE messages simultaneously, though it can use parallel verification to speed up the validation, it can be beneficial to defer the validation of incoming FC-BGP UPDATE messages. The decision to defer the validation process may depend on the local policy of the FC-BGP speaker, taking into account factors such as available resources and system load.</t>
        <t>By deferring the validation of these messages, the FC-BGP speaker can prioritize its processing power and resources to handle other critical tasks or ongoing operations. Deferring the validation allows the FC-BGP speaker to temporarily postpone the resource-intensive validation process until it can allocate sufficient resources to handle the influx of incoming messages effectively.</t>
        <t>The implementation <bcp14>SHOULD</bcp14> provide visibility to the operator regarding the deferment of validation and the status of the deferred messages. This visibility enables the operator to have awareness of the deferred messages and understand the current state of the system. This information is crucial for monitoring and managing the FC-BGP speaker's behavior, ensuring that the operator can make informed decisions based on the system's status.</t>
      </section>
      <section anchor="BGP-route-selection">
        <name>BGP Route Selection</name>
        <!-- TODO: An expert says the ROV takes the highest level in BGP route selection. Need confirmation. -->

<t>While FC-BGP does modify the BGP route selection result, it is not the primary intention of FC-BGP to modify the BGP route selection process itself. Instead, FC-BGP focuses on providing an additional layer of validation and verification for BGP UPDATE messages.</t>
        <t>However, the handling of FC-BGP validation states, as well as the integration of FC-BGP with the BGP route selection, is indeed a matter of local policy. FC-BGP implementations <bcp14>SHOULD</bcp14> provide mechanisms that allow operators to define and configure their own local policies on a per-session basis. This flexibility enables operators to customize the behavior of FC-BGP based on their specific requirements and preferences.</t>
        <t>By allowing operators to set local policies, FC-BGP implementations empower them to control how the validation status of FC-BGP UPDATE messages influences the BGP route selection process. Operators may choose to treat FC-BGP validation status differently for UPDATE messages received over different BGP sessions, based on their network's needs and security considerations.</t>
        <t>To ensure consistency and interoperability, it is <bcp14>RECOMMENDED</bcp14> that FC-BGP implementations treat the priority of FC-BGP UPDATE messages at the same level as Route Origin Validation (ROV). This means that the validation status of FC-BGP UPDATE messages should be considered alongside other route selection criteria, such as path attributes, AS path length, and local preference.</t>
      </section>
      <section anchor="non-deterministic-signature-algorithms">
        <name>Non-deterministic Signature Algorithms</name>
        <t>The non-deterministic nature of many signature algorithms can introduce variations in the signatures produced, even when signing the same data with the same key. This means that if an FC-BGP router receives two FC-BGP UPDATE messages from the same peer, for the same prefix, with the same FC path attribute except the signature fields, the signature fields <bcp14>MAY</bcp14> differ when using a non-deterministic signature algorithm. Note that if the sender caches and reuses the previous signature, the two sets of signature fields will not differ. This applies specifically to deterministic signature algorithms, where the signature fields between the two UPDATE messages <bcp14>MUST</bcp14> be identical.</t>
        <t>Considering these observations, an FC-BGP implementation <bcp14>MAY</bcp14> incorporate optimizations in the UPDATE validation processing. These optimizations can take advantage of the non-deterministic nature of signature algorithms to reduce computational overhead. For example, if an FC-BGP router has already validated an FC segment and its corresponding signature in a previous UPDATE message from the same peer, it may choose to cache and reuse the previous validation result. This can help avoid redundant computations for subsequent UPDATE messages with the same FC path attribute and SKIs, as long as the sender does not generate new signatures.</t>
        <t>By incorporating such optimizations, an implementation can reduce the computational load and processing time needed for validating FC-BGP UPDATE messages. However, it is important to ensure that the implementation adheres to the requirements and specifications of the FC-BGP protocol while considering the performance benefits of these optimizations.</t>
      </section>
      <section anchor="private-as-numbers">
        <name>Private AS Numbers</name>
        <!-- TODO: need more study about AS confederation and private AS number -->
<t>The process of Private AS Numbers used in BGPsec speaker defined in <xref section="7.5." sectionFormat="of" target="RFC8205"/> also applies here.</t>
      </section>
      <section anchor="robustness-considerations-for-accessing-rpki-data">
        <name>Robustness Considerations for Accessing RPKI Data</name>
        <t>As there is a mature RPKI to Router protocol <xref target="RFC8210"/>, the implementation is <bcp14>REQUIRED</bcp14> to use this protocol to access the RPKI data. The content defined in <xref section="7.6." sectionFormat="of" target="RFC8205"/> also applies here.</t>
      </section>
      <section anchor="graceful-restart">
        <name>Graceful Restart</name>
        <t>During Graceful Restart (GR), restarting and receiving FC-BGP speakers <bcp14>MUST</bcp14> follow the procedures specified in <xref target="RFC4724"/> for restarting and receiving BGP speakers, respectively. In particular, the behavior of retaining the forwarding state for the routes in the Loc-RIB <xref target="RFC4271"/> and marking them as stale, as well as not differentiating between stale routing information and other information during forwarding, will be the same as the behavior specified in <xref target="RFC4724"/>.</t>
      </section>
      <section anchor="robustness-of-secret-random-number-in-ecdsa">
        <name>Robustness of Secret Random Number in ECDSA</name>
        <t>As both FC-BGP and BGPsec use ECDSA, the content of Robustness of Secret Random Number in ECDSA defined in <xref section="7.8." sectionFormat="of" target="RFC8205"/> applies here.</t>
        <!-- TODO: check and rewrite the following parts copied from BGPsec -->

</section>
      <section anchor="comparison">
        <name>Incremental/Partial Deployment Considerations</name>
        <t>The core difference between FC-BGP and BGPsec is that BGPsec is a path-level authentication approach whereas FC-BGP is a pathlet-driven authentication approach.</t>
        <t>In design, FC-BGP does not modify the AS_PATH attribute. It defines a new transitive path attribute to transport the FC segments so that the legacy ASes can forward this attribute to its peers. Thus, FC-BGP is natively compatible with the BGP and supports partial deployment. It differs from BGPsec which replaces the AS_PATH attribute with a new Secure_Path information of BGPsec_Path attribute.</t>
        <t>As for incremental/partial deployment considerations, in Section 5.1.1 of <xref target="ARXIV"/>, we have proved that the adversary cannot forge a valid AS path when FC-BGP is universally deployed. Section 5.1.2 of <xref target="ARXIV"/> analyzes the benefits of FC-BGP in case of partial deployment. The results show that FC-BGP provides more benefits than BGPsec in partial deployment. As a result, attackers are forced to pretend to be at least two hops away from the destination AS, which reduces the probability of successful path hijacks.</t>
      </section>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <section anchor="security-guarantees">
        <name>Security Guarantees</name>
        <!-- TODO: Here these guarantees are different with BGPsec, from path to path segment -->
<t>TBD.</t>
        <t>When FC-BGP is used in conjunction with origin validation, the following security guarantees can be achieved:</t>
        <ul spacing="normal">
          <li>
            <t>The source AS in a route announcement is authorized.</t>
          </li>
          <li>
            <t>FC-BGP speakers on the AS-Path are authorized to propagate the route announcements.</t>
          </li>
          <li>
            <t>The forwarding path of packets is consistent with the routing path announced by the FC-BGP speakers.</t>
          </li>
        </ul>
        <t>FC-BGP is designed to enhance the security of control plane routing in the Internet at the network layer. Specifically, FC-BGP allows an AS to independently prove its BGP routing decisions with publicly verifiable cryptography commitments, based on which any on-path AS can verify the authenticity of a BGP path. More crucially, the above security guarantees offered by FC-BGP are not binary, i.e., secure or non-secure. Instead, the security benefits are strictly monotonically increasing as the deployment rate of FC-BGP (i.e., the percentage of ASs that are upgraded to support FC-BGP) increases.</t>
      </section>
      <section anchor="mitigation-of-denial-of-service-attacks">
        <name>Mitigation of Denial-of-Service Attacks</name>
        <!-- This is also mentioned at IETF 118 by Keyur: you may think about decentralizing this to solve different kinds of DoS attacks.
https://github.com/FCBGP/fcbgp-protocol/discussions/8 for more information. -->
<t>The FC-BGP UPDATE process, due to its involvement in numerous cryptographic operations, becomes vulnerable to Denial-of-Service (DoS) attacks targeting FC-BGP speakers. This section addresses the mitigation strategies tailored for the specific DoS threats the FC-BGP protocol poses. To prevent the Denial-of-Service (DoS) attacks faced by the FC-BGP control plane mechanism, there is no need to put in more effort than BGPsec.</t>
        <t>To reduce the impact of DoS attacks, FC-BGP speakers <bcp14>SHOULD</bcp14> employ an UPDATE validation algorithm that prioritizes inexpensive checks (such as syntax checks) before proceeding to more resource-intensive operations (like signature verification). The validation algorithm described in <xref target="validation-steps"/> is designed to sequence checks in order of likely expense, starting with less costly operations. However, the actual cost of executing these validation steps can vary across different implementations, and the algorithm in <xref target="validation-steps"/> may not offer the optimal level of DoS protection for all cases.</t>
        <t>Moreover, the transmission of UPDATE messages with the FC path attribute, which entails a multitude of signatures, is a potential vector for denial-of-service attacks. To counter this, implementations of the validation algorithm must cease signature verification immediately upon encountering an invalid signature. This prevents prolonged sequences of invalid signatures from being exploited for DoS purposes. Additionally, implementations can further mitigate such attacks by limiting validation efforts to only those UPDATE messages that, if found to be valid, would be chosen as the best path. In other words, if an UPDATE message includes a route that would be disqualified by the best path selection process for some reason (such as an excessively long AS path), it is OPTIONALLY to determine its FC-BGP validity status.</t>
      </section>
      <section anchor="additional-security-considerations">
        <name>Additional Security Considerations</name>
        <section anchor="sec-three-asn">
          <name>Three AS Numbers</name>
          <!-- TODO: prove that insertion of 0 does not include route loop/BGP dispute in security consideration. Question asked by Keyur. See [Discussions: IETF119](https://github.com/FCBGP/fcbgp-protocol/discussions/10) for more information. -->

<t>An FC segment contains only partial path information and FCs in the FCList are independent. To prevent BGP Path Splicing attacks, we propose to use the triplet &lt;Previous AS Number, Current AS Number, Nexthop AS Number&gt; to locate the pathlet information.</t>
          <t>But if there is no previous hop, i.e., this is the origin AS that tries to add its FC segment to the BGP UPDATE message, the Previous AS Number <bcp14>SHOULD</bcp14> be populated with 0. But, carefully, AS 0 <bcp14>SHOULD</bcp14> only be used in this case.</t>
          <t>In the context of BGP <xref target="RFC4271"/>, to detect an AS routing loop, it scans the full AS path (as specified in the AS_PATH attribute) and checks that the autonomous system number of the local system does not appear in the AS path. As outlined in <xref target="RFC7607"/>, Autonomous System 0 was listed in the IANA Autonomous System Number Registry as "Reserved - May be used to identify non-routed networks". So, there should be no AS 0 in the AS_PATH attribute of the BGP UPDATE message. Therefore, AS 0 could be used to populate the PASN field when no previous AS hops in the AS path.</t>
        </section>
        <section anchor="misc">
          <name>MISC</name>
          <t>For a discussion of the BGPsec threat model and related security considerations, please see <xref target="RFC7132"/>. The security considerations of <xref target="RFC4272"/> also apply to FC-BGP.</t>
        </section>
      </section>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>TBD. Wait for IANA to assign FC-BGP-UPDATE-PATH-ATTRIBUTE-TYPE.</t>
      <t>TBD. Regist Flags. The leftmost bit is the Confed_Segment flag and the second highest/leftmost bit is the Route_Server flag in this document.</t>
      <t>AS number 0 is used here to populate the PASN in an FC segment where there is no previous hop for an AS, i.e., the origin AS when adding the FC segment to the FC-BGP UPDATE message.</t>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC4271">
          <front>
            <title>A Border Gateway Protocol 4 (BGP-4)</title>
            <author fullname="Y. Rekhter" initials="Y." role="editor" surname="Rekhter"/>
            <author fullname="T. Li" initials="T." role="editor" surname="Li"/>
            <author fullname="S. Hares" initials="S." role="editor" surname="Hares"/>
            <date month="January" year="2006"/>
            <abstract>
              <t>This document discusses the Border Gateway Protocol (BGP), which is an inter-Autonomous System routing protocol.</t>
              <t>The primary function of a BGP speaking system is to exchange network reachability information with other BGP systems. This network reachability information includes information on the list of Autonomous Systems (ASes) that reachability information traverses. This information is sufficient for constructing a graph of AS connectivity for this reachability from which routing loops may be pruned, and, at the AS level, some policy decisions may be enforced.</t>
              <t>BGP-4 provides a set of mechanisms for supporting Classless Inter-Domain Routing (CIDR). These mechanisms include support for advertising a set of destinations as an IP prefix, and eliminating the concept of network "class" within BGP. BGP-4 also introduces mechanisms that allow aggregation of routes, including aggregation of AS paths.</t>
              <t>This document obsoletes RFC 1771. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4271"/>
          <seriesInfo name="DOI" value="10.17487/RFC4271"/>
        </reference>
        <reference anchor="RFC4724">
          <front>
            <title>Graceful Restart Mechanism for BGP</title>
            <author fullname="S. Sangli" initials="S." surname="Sangli"/>
            <author fullname="E. Chen" initials="E." surname="Chen"/>
            <author fullname="R. Fernando" initials="R." surname="Fernando"/>
            <author fullname="J. Scudder" initials="J." surname="Scudder"/>
            <author fullname="Y. Rekhter" initials="Y." surname="Rekhter"/>
            <date month="January" year="2007"/>
            <abstract>
              <t>This document describes a mechanism for BGP that would help minimize the negative effects on routing caused by BGP restart. An End-of-RIB marker is specified and can be used to convey routing convergence information. A new BGP capability, termed "Graceful Restart Capability", is defined that would allow a BGP speaker to express its ability to preserve forwarding state during BGP restart. Finally, procedures are outlined for temporarily retaining routing information across a TCP session termination/re-establishment.</t>
              <t>The mechanisms described in this document are applicable to all routers, both those with the ability to preserve forwarding state during BGP restart and those without (although the latter need to implement only a subset of the mechanisms described in this document). [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4724"/>
          <seriesInfo name="DOI" value="10.17487/RFC4724"/>
        </reference>
        <reference anchor="RFC5656">
          <front>
            <title>Elliptic Curve Algorithm Integration in the Secure Shell Transport Layer</title>
            <author fullname="D. Stebila" initials="D." surname="Stebila"/>
            <author fullname="J. Green" initials="J." surname="Green"/>
            <date month="December" year="2009"/>
            <abstract>
              <t>This document describes algorithms based on Elliptic Curve Cryptography (ECC) for use within the Secure Shell (SSH) transport protocol. In particular, it specifies Elliptic Curve Diffie-Hellman (ECDH) key agreement, Elliptic Curve Menezes-Qu-Vanstone (ECMQV) key agreement, and Elliptic Curve Digital Signature Algorithm (ECDSA) for use in the SSH Transport Layer protocol. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5656"/>
          <seriesInfo name="DOI" value="10.17487/RFC5656"/>
        </reference>
        <reference anchor="RFC6480">
          <front>
            <title>An Infrastructure to Support Secure Internet Routing</title>
            <author fullname="M. Lepinski" initials="M." surname="Lepinski"/>
            <author fullname="S. Kent" initials="S." surname="Kent"/>
            <date month="February" year="2012"/>
            <abstract>
              <t>This document describes an architecture for an infrastructure to support improved security of Internet routing. The foundation of this architecture is a Resource Public Key Infrastructure (RPKI) that represents the allocation hierarchy of IP address space and Autonomous System (AS) numbers; and a distributed repository system for storing and disseminating the data objects that comprise the RPKI, as well as other signed objects necessary for improved routing security. As an initial application of this architecture, the document describes how a legitimate holder of IP address space can explicitly and verifiably authorize one or more ASes to originate routes to that address space. Such verifiable authorizations could be used, for example, to more securely construct BGP route filters. This document is not an Internet Standards Track specification; it is published for informational purposes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6480"/>
          <seriesInfo name="DOI" value="10.17487/RFC6480"/>
        </reference>
        <reference anchor="RFC6482">
          <front>
            <title>A Profile for Route Origin Authorizations (ROAs)</title>
            <author fullname="M. Lepinski" initials="M." surname="Lepinski"/>
            <author fullname="S. Kent" initials="S." surname="Kent"/>
            <author fullname="D. Kong" initials="D." surname="Kong"/>
            <date month="February" year="2012"/>
            <abstract>
              <t>This document defines a standard profile for Route Origin Authorizations (ROAs). A ROA is a digitally signed object that provides a means of verifying that an IP address block holder has authorized an Autonomous System (AS) to originate routes to one or more prefixes within the address block. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6482"/>
          <seriesInfo name="DOI" value="10.17487/RFC6482"/>
        </reference>
        <reference anchor="RFC6483">
          <front>
            <title>Validation of Route Origination Using the Resource Certificate Public Key Infrastructure (PKI) and Route Origin Authorizations (ROAs)</title>
            <author fullname="G. Huston" initials="G." surname="Huston"/>
            <author fullname="G. Michaelson" initials="G." surname="Michaelson"/>
            <date month="February" year="2012"/>
            <abstract>
              <t>This document defines the semantics of a Route Origin Authorization (ROA) in terms of the context of an application of the Resource Public Key Infrastructure to validate the origination of routes advertised in the Border Gateway Protocol. This document is not an Internet Standards Track specification; it is published for informational purposes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6483"/>
          <seriesInfo name="DOI" value="10.17487/RFC6483"/>
        </reference>
        <reference anchor="RFC6487">
          <front>
            <title>A Profile for X.509 PKIX Resource Certificates</title>
            <author fullname="G. Huston" initials="G." surname="Huston"/>
            <author fullname="G. Michaelson" initials="G." surname="Michaelson"/>
            <author fullname="R. Loomans" initials="R." surname="Loomans"/>
            <date month="February" year="2012"/>
            <abstract>
              <t>This document defines a standard profile for X.509 certificates for the purpose of supporting validation of assertions of "right-of-use" of Internet Number Resources (INRs). The certificates issued under this profile are used to convey the issuer's authorization of the subject to be regarded as the current holder of a "right-of-use" of the INRs that are described in the certificate. This document contains the normative specification of Certificate and Certificate Revocation List (CRL) syntax in the Resource Public Key Infrastructure (RPKI). This document also specifies profiles for the format of certificate requests and specifies the Relying Party RPKI certificate path validation procedure. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6487"/>
          <seriesInfo name="DOI" value="10.17487/RFC6487"/>
        </reference>
        <reference anchor="RFC6793">
          <front>
            <title>BGP Support for Four-Octet Autonomous System (AS) Number Space</title>
            <author fullname="Q. Vohra" initials="Q." surname="Vohra"/>
            <author fullname="E. Chen" initials="E." surname="Chen"/>
            <date month="December" year="2012"/>
            <abstract>
              <t>The Autonomous System number is encoded as a two-octet entity in the base BGP specification. This document describes extensions to BGP to carry the Autonomous System numbers as four-octet entities. This document obsoletes RFC 4893 and updates RFC 4271. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6793"/>
          <seriesInfo name="DOI" value="10.17487/RFC6793"/>
        </reference>
        <reference anchor="RFC7606">
          <front>
            <title>Revised Error Handling for BGP UPDATE Messages</title>
            <author fullname="E. Chen" initials="E." role="editor" surname="Chen"/>
            <author fullname="J. Scudder" initials="J." role="editor" surname="Scudder"/>
            <author fullname="P. Mohapatra" initials="P." surname="Mohapatra"/>
            <author fullname="K. Patel" initials="K." surname="Patel"/>
            <date month="August" year="2015"/>
            <abstract>
              <t>According to the base BGP specification, a BGP speaker that receives an UPDATE message containing a malformed attribute is required to reset the session over which the offending attribute was received. This behavior is undesirable because a session reset would impact not only routes with the offending attribute but also other valid routes exchanged over the session. This document partially revises the error handling for UPDATE messages and provides guidelines for the authors of documents defining new attributes. Finally, it revises the error handling procedures for a number of existing attributes.</t>
              <t>This document updates error handling for RFCs 1997, 4271, 4360, 4456, 4760, 5543, 5701, and 6368.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7606"/>
          <seriesInfo name="DOI" value="10.17487/RFC7606"/>
        </reference>
        <reference anchor="RFC7947">
          <front>
            <title>Internet Exchange BGP Route Server</title>
            <author fullname="E. Jasinska" initials="E." surname="Jasinska"/>
            <author fullname="N. Hilliard" initials="N." surname="Hilliard"/>
            <author fullname="R. Raszuk" initials="R." surname="Raszuk"/>
            <author fullname="N. Bakker" initials="N." surname="Bakker"/>
            <date month="September" year="2016"/>
            <abstract>
              <t>This document outlines a specification for multilateral interconnections at Internet Exchange Points (IXPs). Multilateral interconnection is a method of exchanging routing information among three or more External BGP (EBGP) speakers using a single intermediate broker system, referred to as a route server. Route servers are typically used on shared access media networks, such as IXPs, to facilitate simplified interconnection among multiple Internet routers.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7947"/>
          <seriesInfo name="DOI" value="10.17487/RFC7947"/>
        </reference>
        <reference anchor="RFC8205">
          <front>
            <title>BGPsec Protocol Specification</title>
            <author fullname="M. Lepinski" initials="M." role="editor" surname="Lepinski"/>
            <author fullname="K. Sriram" initials="K." role="editor" surname="Sriram"/>
            <date month="September" year="2017"/>
            <abstract>
              <t>This document describes BGPsec, an extension to the Border Gateway Protocol (BGP) that provides security for the path of Autonomous Systems (ASes) through which a BGP UPDATE message passes. BGPsec is implemented via an optional non-transitive BGP path attribute that carries digital signatures produced by each AS that propagates the UPDATE message. The digital signatures provide confidence that every AS on the path of ASes listed in the UPDATE message has explicitly authorized the advertisement of the route.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8205"/>
          <seriesInfo name="DOI" value="10.17487/RFC8205"/>
        </reference>
        <reference anchor="RFC8208">
          <front>
            <title>BGPsec Algorithms, Key Formats, and Signature Formats</title>
            <author fullname="S. Turner" initials="S." surname="Turner"/>
            <author fullname="O. Borchert" initials="O." surname="Borchert"/>
            <date month="September" year="2017"/>
            <abstract>
              <t>This document specifies the algorithms, algorithm parameters, asymmetric key formats, asymmetric key sizes, and signature formats used in BGPsec (Border Gateway Protocol Security). This document updates RFC 7935 ("The Profile for Algorithms and Key Sizes for Use in the Resource Public Key Infrastructure").</t>
              <t>This document also includes example BGPsec UPDATE messages as well as the private keys used to generate the messages and the certificates necessary to validate those signatures.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8208"/>
          <seriesInfo name="DOI" value="10.17487/RFC8208"/>
        </reference>
        <reference anchor="RFC8209">
          <front>
            <title>A Profile for BGPsec Router Certificates, Certificate Revocation Lists, and Certification Requests</title>
            <author fullname="M. Reynolds" initials="M." surname="Reynolds"/>
            <author fullname="S. Turner" initials="S." surname="Turner"/>
            <author fullname="S. Kent" initials="S." surname="Kent"/>
            <date month="September" year="2017"/>
            <abstract>
              <t>This document defines a standard profile for X.509 certificates used to enable validation of Autonomous System (AS) paths in the Border Gateway Protocol (BGP), as part of an extension to that protocol known as BGPsec. BGP is the standard for inter-domain routing in the Internet; it is the "glue" that holds the Internet together. BGPsec is being developed as one component of a solution that addresses the requirement to provide security for BGP. The goal of BGPsec is to provide full AS path validation based on the use of strong cryptographic primitives. The end entity (EE) certificates specified by this profile are issued to routers within an AS. Each of these certificates is issued under a Resource Public Key Infrastructure (RPKI) Certification Authority (CA) certificate. These CA certificates and EE certificates both contain the AS Resource extension. An EE certificate of this type asserts that the router or routers holding the corresponding private key are authorized to emit secure route advertisements on behalf of the AS(es) specified in the certificate. This document also profiles the format of certification requests and specifies Relying Party (RP) certificate path validation procedures for these EE certificates. This document extends the RPKI; therefore, this document updates the RPKI Resource Certificates Profile (RFC 6487).</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8209"/>
          <seriesInfo name="DOI" value="10.17487/RFC8209"/>
        </reference>
        <reference anchor="RFC8210">
          <front>
            <title>The Resource Public Key Infrastructure (RPKI) to Router Protocol, Version 1</title>
            <author fullname="R. Bush" initials="R." surname="Bush"/>
            <author fullname="R. Austein" initials="R." surname="Austein"/>
            <date month="September" year="2017"/>
            <abstract>
              <t>In order to verifiably validate the origin Autonomous Systems and Autonomous System Paths of BGP announcements, routers need a simple but reliable mechanism to receive Resource Public Key Infrastructure (RFC 6480) prefix origin data and router keys from a trusted cache. This document describes a protocol to deliver them.</t>
              <t>This document describes version 1 of the RPKI-Router protocol. RFC 6810 describes version 0. This document updates RFC 6810.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8210"/>
          <seriesInfo name="DOI" value="10.17487/RFC8210"/>
        </reference>
        <reference anchor="RFC8635">
          <front>
            <title>Router Keying for BGPsec</title>
            <author fullname="R. Bush" initials="R." surname="Bush"/>
            <author fullname="S. Turner" initials="S." surname="Turner"/>
            <author fullname="K. Patel" initials="K." surname="Patel"/>
            <date month="August" year="2019"/>
            <abstract>
              <t>BGPsec-speaking routers are provisioned with private keys in order to sign BGPsec announcements. The corresponding public keys are published in the Global Resource Public Key Infrastructure (RPKI), enabling verification of BGPsec messages. This document describes two methods of generating the public-private key pairs: router-driven and operator-driven.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8635"/>
          <seriesInfo name="DOI" value="10.17487/RFC8635"/>
        </reference>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="RFC4272">
          <front>
            <title>BGP Security Vulnerabilities Analysis</title>
            <author fullname="S. Murphy" initials="S." surname="Murphy"/>
            <date month="January" year="2006"/>
            <abstract>
              <t>Border Gateway Protocol 4 (BGP-4), along with a host of other infrastructure protocols designed before the Internet environment became perilous, was originally designed with little consideration for protection of the information it carries. There are no mechanisms internal to BGP that protect against attacks that modify, delete, forge, or replay data, any of which has the potential to disrupt overall network routing behavior.</t>
              <t>This document discusses some of the security issues with BGP routing data dissemination. This document does not discuss security issues with forwarding of packets. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4272"/>
          <seriesInfo name="DOI" value="10.17487/RFC4272"/>
        </reference>
        <reference anchor="RFC5065">
          <front>
            <title>Autonomous System Confederations for BGP</title>
            <author fullname="P. Traina" initials="P." surname="Traina"/>
            <author fullname="D. McPherson" initials="D." surname="McPherson"/>
            <author fullname="J. Scudder" initials="J." surname="Scudder"/>
            <date month="August" year="2007"/>
            <abstract>
              <t>The Border Gateway Protocol (BGP) is an inter-autonomous system routing protocol designed for Transmission Control Protocol/Internet Protocol (TCP/IP) networks. BGP requires that all BGP speakers within a single autonomous system (AS) must be fully meshed. This represents a serious scaling problem that has been well documented in a number of proposals.</t>
              <t>This document describes an extension to BGP that may be used to create a confederation of autonomous systems that is represented as a single autonomous system to BGP peers external to the confederation, thereby removing the "full mesh" requirement. The intention of this extension is to aid in policy administration and reduce the management complexity of maintaining a large autonomous system.</t>
              <t>This document obsoletes RFC 3065. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5065"/>
          <seriesInfo name="DOI" value="10.17487/RFC5065"/>
        </reference>
        <reference anchor="RFC5492">
          <front>
            <title>Capabilities Advertisement with BGP-4</title>
            <author fullname="J. Scudder" initials="J." surname="Scudder"/>
            <author fullname="R. Chandra" initials="R." surname="Chandra"/>
            <date month="February" year="2009"/>
            <abstract>
              <t>This document defines an Optional Parameter, called Capabilities, that is expected to facilitate the introduction of new capabilities in the Border Gateway Protocol (BGP) by providing graceful capability advertisement without requiring that BGP peering be terminated.</t>
              <t>This document obsoletes RFC 3392. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5492"/>
          <seriesInfo name="DOI" value="10.17487/RFC5492"/>
        </reference>
        <reference anchor="RFC6472">
          <front>
            <title>Recommendation for Not Using AS_SET and AS_CONFED_SET in BGP</title>
            <author fullname="W. Kumari" initials="W." surname="Kumari"/>
            <author fullname="K. Sriram" initials="K." surname="Sriram"/>
            <date month="December" year="2011"/>
            <abstract>
              <t>This document recommends against the use of the AS_SET and AS_CONFED_SET types of the AS_PATH in BGPv4. This is done to simplify the design and implementation of BGP and to make the semantics of the originator of a route more clear. This will also simplify the design, implementation, and deployment of ongoing work in the Secure Inter-Domain Routing Working Group. This memo documents an Internet Best Current Practice.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="172"/>
          <seriesInfo name="RFC" value="6472"/>
          <seriesInfo name="DOI" value="10.17487/RFC6472"/>
        </reference>
        <reference anchor="RFC6811">
          <front>
            <title>BGP Prefix Origin Validation</title>
            <author fullname="P. Mohapatra" initials="P." surname="Mohapatra"/>
            <author fullname="J. Scudder" initials="J." surname="Scudder"/>
            <author fullname="D. Ward" initials="D." surname="Ward"/>
            <author fullname="R. Bush" initials="R." surname="Bush"/>
            <author fullname="R. Austein" initials="R." surname="Austein"/>
            <date month="January" year="2013"/>
            <abstract>
              <t>To help reduce well-known threats against BGP including prefix mis- announcing and monkey-in-the-middle attacks, one of the security requirements is the ability to validate the origination Autonomous System (AS) of BGP routes. More specifically, one needs to validate that the AS number claiming to originate an address prefix (as derived from the AS_PATH attribute of the BGP route) is in fact authorized by the prefix holder to do so. This document describes a simple validation mechanism to partially satisfy this requirement. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6811"/>
          <seriesInfo name="DOI" value="10.17487/RFC6811"/>
        </reference>
        <reference anchor="RFC7132">
          <front>
            <title>Threat Model for BGP Path Security</title>
            <author fullname="S. Kent" initials="S." surname="Kent"/>
            <author fullname="A. Chi" initials="A." surname="Chi"/>
            <date month="February" year="2014"/>
            <abstract>
              <t>This document describes a threat model for the context in which External Border Gateway Protocol (EBGP) path security mechanisms will be developed. The threat model includes an analysis of the Resource Public Key Infrastructure (RPKI) and focuses on the ability of an Autonomous System (AS) to verify the authenticity of the AS path info received in a BGP update. We use the term "PATHSEC" to refer to any BGP path security technology that makes use of the RPKI. PATHSEC will secure BGP, consistent with the inter-AS security focus of the RPKI.</t>
              <t>The document characterizes classes of potential adversaries that are considered to be threats and examines classes of attacks that might be launched against PATHSEC. It does not revisit attacks against unprotected BGP, as that topic has already been addressed in the BGP-4 standard. It concludes with a brief discussion of residual vulnerabilities.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7132"/>
          <seriesInfo name="DOI" value="10.17487/RFC7132"/>
        </reference>
        <reference anchor="RFC7607">
          <front>
            <title>Codification of AS 0 Processing</title>
            <author fullname="W. Kumari" initials="W." surname="Kumari"/>
            <author fullname="R. Bush" initials="R." surname="Bush"/>
            <author fullname="H. Schiller" initials="H." surname="Schiller"/>
            <author fullname="K. Patel" initials="K." surname="Patel"/>
            <date month="August" year="2015"/>
            <abstract>
              <t>This document updates RFC 4271 and proscribes the use of Autonomous System (AS) 0 in the Border Gateway Protocol (BGP) OPEN, AS_PATH, AS4_PATH, AGGREGATOR, and AS4_AGGREGATOR attributes in the BGP UPDATE message.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7607"/>
          <seriesInfo name="DOI" value="10.17487/RFC7607"/>
        </reference>
        <reference anchor="RFC8416">
          <front>
            <title>Simplified Local Internet Number Resource Management with the RPKI (SLURM)</title>
            <author fullname="D. Ma" initials="D." surname="Ma"/>
            <author fullname="D. Mandelberg" initials="D." surname="Mandelberg"/>
            <author fullname="T. Bruijnzeels" initials="T." surname="Bruijnzeels"/>
            <date month="August" year="2018"/>
            <abstract>
              <t>The Resource Public Key Infrastructure (RPKI) is a global authorization infrastructure that allows the holder of Internet Number Resources (INRs) to make verifiable statements about those resources. Network operators, e.g., Internet Service Providers (ISPs), can use the RPKI to validate BGP route origin assertions. ISPs can also use the RPKI to validate the path of a BGP route. However, ISPs may want to establish a local view of exceptions to the RPKI data in the form of local filters and additions. The mechanisms described in this document provide a simple way to enable INR holders to establish a local, customized view of the RPKI, overriding global RPKI repository data as needed.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8416"/>
          <seriesInfo name="DOI" value="10.17487/RFC8416"/>
        </reference>
        <reference anchor="ASPP">
          <front>
            <title>AS Path Prepending</title>
            <author fullname="Mike McBride" initials="M." surname="McBride">
              <organization>Futurewei</organization>
            </author>
            <author fullname="Doug Madory" initials="D." surname="Madory">
              <organization>Kentik</organization>
            </author>
            <author fullname="Jeff Tantsura" initials="J." surname="Tantsura">
              <organization>Nvidia</organization>
            </author>
            <author fullname="Robert Raszuk" initials="R." surname="Raszuk">
              <organization>NTT Network Innovations</organization>
            </author>
            <author fullname="Hongwei Li" initials="H." surname="Li">
              <organization>HPE</organization>
            </author>
            <author fullname="Jakob Heitz" initials="J." surname="Heitz">
              <organization>Cisco</organization>
            </author>
            <author fullname="Gyan Mishra" initials="G. S." surname="Mishra">
              <organization>Verizon Inc.</organization>
            </author>
            <date day="20" month="June" year="2024"/>
            <abstract>
              <t>   AS Path Prepending provides a tool to manipulate the BGP AS_PATH
   attribute through prepending multiple entries of an ASN.  AS Path
   Prepending is used to deprioritize a route or alternate path.  By
   prepending the local ASN multiple times, ASs can make advertised AS
   paths appear artificially longer.  Excessive AS Path Prepending has
   caused routing issues in the Internet.  This document provides
   guidance for the use of AS Path Prepending, including alternative
   solutions, in order to avoid negatively affecting the Internet.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-grow-as-path-prepending-13"/>
        </reference>
        <reference anchor="ARXIV" target="https://arxiv.org/abs/2309.13271">
          <front>
            <title>Secure Inter-domain Routing and Forwarding via Verifiable Forwarding Commitments</title>
            <author>
              <organization/>
            </author>
            <date year="2023" month="September"/>
          </front>
        </reference>
      </references>
    </references>
    <?line 557?>

<!-- TODO: This chapter can be dropped totally but carefully. There are lots of chapters that refer to the comparison.
The biggest advantage of FC-BGP, compared with BGPsec, is the partial deployment. But it can be compared in the 'Incremental/Partial Deployment Considerations' section. -->

<!--
# Appendix

## Comparison with BGPsec {#comparison}

### Partial Deployment and Full Deployment

TBD.
-->

<section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <!-- It is better to update this part gradually with the completion of this document. -->
<t>TODO acknowledge.
Many many thanks to Keyur Patel and BGPsec authors.</t>
    </section>
  </back>
  <!-- ##markdown-source:
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

-->

</rfc>
