<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE rfc SYSTEM 'rfc2629.dtd' []>
<rfc ipr="trust200902" category="std" docName="draft-ietf-sidrops-https-tal-08" obsoletes="7730">
<?rfc toc="yes"?>
<?rfc symrefs="yes"?>
<?rfc sortrefs="yes"?>
<?rfc compact="yes"?>
<?rfc subcompact="no"?>
<?rfc private=""?>
<?rfc topblock="yes"?>
<?rfc comments="no"?>
<front>
<title abbrev="https-tals">Resource Public Key Infrastructure (RPKI) Trust Anchor Locator</title>

<author initials="G." surname="Huston" fullname="Geoff Huston">
<organization>APNIC</organization>
<address>
<postal>
<street></street>
<city></city>
<code></code>
<country></country>
<region></region>
</postal>
<phone></phone>
<email>gih@apnic.net</email>
<uri>https://www.apnic.net</uri>
</address>
</author>
<author initials="S." surname="Weiler" fullname="Samuel Weiler">
<organization>W3C/MIT</organization>
<address>
<postal>
<street></street>
<city></city>
<code></code>
<country></country>
<region></region>
</postal>
<phone></phone>
<email>weiler@csail.mit.edu</email>
<uri></uri>
</address>
</author>
<author initials="G." surname="Michaelson" fullname="George Michaelson">
<organization>APNIC</organization>
<address>
<postal>
<street></street>
<city></city>
<code></code>
<country></country>
<region></region>
</postal>
<phone></phone>
<email>ggm@apnic.net</email>
<uri>https://www.apnic.net</uri>
</address>
</author>
<author initials="S." surname="Kent" fullname="Stephen Kent">
<organization>Unaffiliated</organization>
<address>
<postal>
<street></street>
<city></city>
<code></code>
<country></country>
<region></region>
</postal>
<phone></phone>
<email>kent@alum.mit.edu</email>
<uri></uri>
</address>
</author>
<author initials="T." surname="Bruijnzeels" fullname="Tim Bruijnzeels">
<organization>NLnet Labs</organization>
<address>
<postal>
<street></street>
<city></city>
<code></code>
<country></country>
<region></region>
</postal>
<phone></phone>
<email>tim@nlnetlabs.nl</email>
<uri>https://www.nlnetlabs.nl</uri>
</address>
</author>
<date year="2019" month="April" day="30"/>

<area>Internet</area>
<workgroup></workgroup>


<abstract>
<t>This document defines a Trust Anchor Locator (TAL) for the Resource
Public Key Infrastructure (RPKI). TALs allow Relying Parties in the
RPKI to download the current Trust Anchor (TA) CA certificate from one
or more locations, and verify that the key of this self-signed
certificate matches the key on the TAL. Thus, Relying Parties can be
configured with TA keys, but allow these TAs to change the content
of their CA certificate. In particular it allows TAs to change the
set of IP Address Delegations and/or Autonomous System Identifier
Delegations included in the RFC3779 extension of their certificate.
</t>
<t>This document obsoletes the previous definition of Trust Anchor
Locators in RFC 7730 by adding support for RFC3986 Uniform Resource
Identifiers (URIs) that use HTTPS as the scheme.
</t>
</abstract>


</front>

<middle>

<section anchor="introduction" title="Introduction">
<t>This document defines a Trust Anchor Locator (TAL) for the Resource
Public Key Infrastructure (RPKI) <xref target="RFC6480"/>.  This format may be used
to distribute trust anchor material using a mix of out-of-band and
online means.  Procedures used by Relying Parties (RPs) to verify
RPKI signed objects SHOULD support this format to facilitate
interoperability between creators of trust anchor material and RPs.
This document obsoletes <xref target="RFC7730"/> by adding support for HTTPS URIs
<xref target="RFC7230"/> in a TAL.
</t>

<section anchor="terminology" title="Terminology">
<t>The key words &quot;MUST&quot;, &quot;MUST NOT&quot;, &quot;REQUIRED&quot;, &quot;SHALL&quot;, &quot;SHALL NOT&quot;, &quot;SHOULD&quot;,
&quot;SHOULD NOT&quot;, &quot;RECOMMENDED&quot;, &quot;NOT RECOMMENDED&quot;, &quot;MAY&quot;, and &quot;OPTIONAL&quot; 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>
</section>

<section anchor="changes-from-rfc7730" title="Changes from RFC7730">
<t>The TAL format defined in this document differs from the definition
in <xref target="RFC7730"/> in that:
</t>
<t>
<list style="symbols">
<t>it allows for the use of the HTTPS scheme in URIs <xref target="RFC7230"/>; and</t>
<t>it allows for the inclusion of an optional comment section.</t>
</list>
</t>
<t>Note that current Relying Parties may not support this new format yet.
Therefore it is RECOMMENDED that a Trust Anchor operator maintains
a <xref target="RFC7730"/> TAL file for a time as well until they are satisfied that RP tooling
has been updated.
</t>
</section>
</section>

<section anchor="trust-anchor-locator" title="Trust Anchor Locator">

<section anchor="trust-anchor-locator-motivation" title="Trust Anchor Locator Motivation">
<t>This document does not propose a new format for trust anchor
material.  A trust anchor in the RPKI is represented by a self-signed
X.509 Certification Authority (CA) certificate, a format commonly
used in PKIs and widely supported by RP software.  This document
specifies a format for data used to retrieve and verify the
authenticity of a trust anchor in a very simple fashion.  That data
is referred to as the TAL.
</t>
<t>The motivation for defining the TAL is to enable selected data in the
trust anchor to change, without needing to redistribute
the trust anchor per se.
</t>
<t>In the RPKI, certificates contain an RFC3779 extension, that can
contain a set of IP Address Delegations and/or Autonomous System
Identifier Delegations. In this document we refer to these delegations
as the Internet Number Resources (INR) contained in an RPKI
certificate.
</t>
<t>The set of INRs associated with an entity acting as a trust anchor is
likely to change over time.  Thus, if one were to use the common PKI
convention of distributing a trust anchor to RPs in a secure fashion,
then this procedure would need to be repeated whenever the INR set
for the entity acting as a trust anchor changed.  By distributing the
TAL (in a secure fashion), instead of distributing the trust anchor,
this problem is avoided, i.e., the TAL is constant so long as the
trust anchor's public key and its location do not change.
</t>
<t>The TAL is analogous to the TrustAnchorInfo data structure specified
in <xref target="RFC5914"/>, which is on the Standards Track.  That specification
could be used to represent the TAL, if one defined an rsync or HTTPS
URI extension for that data structure.  However, the TAL format was
adopted by RPKI implementors prior to the PKIX trust anchor work, and
the RPKI implementer community has elected to utilize the TAL format,
rather than define the requisite extension.  The community also
prefers the simplicity of the ASCII encoding of the TAL, versus the
binary (ASN.1) encoding for TrustAnchorInfo.
</t>
</section>

<section anchor="trust-anchor-locator-file-format" title="Trust Anchor Locator File Format">
<t>In this document we define a Trust Anchor URI as a URI that can be
used to retrieved a current Trust Anchor certificate. This URI MUST
be either an rsync URI <xref target="RFC5781"/>, or an HTTPS URI <xref target="RFC7230"/>.
</t>
<t>The TAL is an ordered sequence of:
</t>
<t>
<list style="numbers">
<t>an optional comment section consisting of one or more lines
each starting with the '#' character, followed by human readable
informational UTF-8 text, conforming to the restrictions defined
in section 2 of <xref target="RFC5198"/>, and ending with a line break,</t>
<t>a URI section, that is comprised of one or more ordered lines,
each containing a Trust Anchor URI, and ending with a line break,</t>
<t>a line break,</t>
<t>a subjectPublicKeyInfo <xref target="RFC5280"/> in DER format <xref target="X.509"/>,
encoded in Base64 (see Section 4 of <xref target="RFC4648"/>).  To avoid long
lines, line breaks MAY be inserted into the Base64-encoded string.</t>
</list>
</t>
<t>Note that line breaks in this file can use either <spanx style="verb">&lt;CRLF&gt;</spanx> or
<spanx style="verb">&lt;LF&gt;</spanx>.
</t>
</section>

<section anchor="tal-and-trust-anchor-certificate-considerations" title="TAL and Trust Anchor Certificate Considerations">
<t>Each Trust Anchor URI in the TAL MUST reference a single object. It
MUST NOT reference a directory or any other form of collection of
objects. The referenced object MUST be a self-signed CA certificate that
conforms to the RPKI certificate profile <xref target="RFC6487"/>.  This certificate
is the trust anchor in certification path discovery <xref target="RFC4158"/> and
validation <xref target="RFC5280"/> <xref target="RFC3779"/>.
</t>
<t>The validity interval of this trust anchor is chosen such that the
&quot;notBefore&quot; time predates the moment that this certificate is published,
and the &quot;notAfter&quot; time is after the planned time of re-issuance of
this certificate.
</t>
<t>The INR extension(s) of this trust anchor MUST contain a non-empty
set of number resources.  It MUST NOT use the &quot;inherit&quot; form of the
INR extension(s).  The INR set described in this certificate is the
set of number resources for which the issuing entity is offering
itself as a putative trust anchor in the RPKI <xref target="RFC6480"/>.
</t>
<t>The public key used to verify the trust anchor MUST be the same as
the subjectPublicKeyInfo in the CA certificate and in the TAL.
</t>
<t>The trust anchor MUST contain a stable key which does not change when
the certificate is reissued due to changes in the INR extension(s),
when the certificate is renewed prior to expiration.
</t>
<t>Because the public key in the TAL and the trust anchor MUST be stable,
this motivates operation of that CA in an offline mode. In that case a
subordinate CA certificate containing the same INRs, or in theory any
sub-set of INRs, can be issued  for online operations. This allows the
entity that issues the trust anchor to keep the corresponding private
key of this certificate offline, while issuing all relevant child
certificates under the immediate subordinate CA.  This measure also
allows the Certificate Revocation List (CRL) issued by that entity to
be used to revoke the subordinate CA certificate in the event of
suspected key compromise of this online operational key pair that is
potentially more vulnerable.
</t>
<t>The trust anchor MUST be published at a stable URI.  When the trust
anchor is reissued for any reason, the replacement CA certificate
MUST be accessible using the same URI.
</t>
<t>Because the trust anchor is a self-signed certificate, there is no
corresponding CRL that can be used to revoke it, nor is there a
manifest <xref target="RFC6486"/> that lists this certificate.
</t>
<t>If an entity wishes to withdraw a self-signed CA certificate as a
putative trust anchor, for any reason, including key rollover, the
entity MUST remove the object from the location referenced in the
TAL.
</t>
<t>Where the TAL contains two or more Trust Anchor URIs, then the same
self-signed CA certificate MUST be found at each referenced location.
In order to increase operational resilience, it is RECOMMENDED that
the domain name parts of each of these URIs resolve to distinct IP
addresses that are used by a diverse set of repository publication
points, and these IP addresses be included in distinct Route Origin
Authorizations (ROAs) objects signed by different CAs.
</t>
</section>

<section anchor="example" title="Example">

<figure align="center"><artwork align="center" type="ascii-art">
    # This TAL is intended for documentation purposes only.
    # Do not attempt to use this in a production setting.
    rsync://rpki.example.org/rpki/hedgehog/root.cer
    https://rpki.example.org/rpki/hedgehog/root.cer
    
    MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAovWQL2lh6knDx
    GUG5hbtCXvvh4AOzjhDkSHlj22gn/1oiM9IeDATIwP44vhQ6L/xvuk7W6
    Kfa5ygmqQ+xOZOwTWPcrUbqaQyPNxokuivzyvqVZVDecOEqs78q58mSp9
    nbtxmLRW7B67SJCBSzfa5XpVyXYEgYAjkk3fpmefU+AcxtxvvHB5OVPIa
    BfPcs80ICMgHQX+fphvute9XLxjfJKJWkhZqZ0v7pZm2uhkcPx1PMGcrG
    ee0WSDC3fr3erLueagpiLsFjwwpX6F+Ms8vqz45H+DKmYKvPSstZjCCq9
    aJ0qANT9OtnfSDOS+aLRPjZryCNyvvBHxZXqj5YCGKtwIDAQAB
</artwork></figure>
</section>
</section>

<section anchor="RP_USE" title="Relying Party Use">
<t>In order to use the TAL to retrieve and validate a (putative) trust
anchor, an RP SHOULD:
</t>
<t>
<list style="numbers">
<t>Retrieve the object referenced by (one of) the Trust Anchor URI(s)
contained in the TAL.</t>
<t>Confirm that the retrieved object is a current, self-signed RPKI
CA certificate that conforms to the profile as specified in
<xref target="RFC6487"/>.</t>
<t>Confirm that the public key in the TAL matches the public key in
the retrieved object.</t>
<t>Perform other checks, as deemed appropriate (locally), to ensure
that the RP is willing to accept the entity publishing this self-
signed CA certificate to be a trust anchor.  These tests apply to
the validity of attestations made in the context of the RPKI
relating to all resources described in the INR extension of this
certificate.</t>
</list>
</t>
<t>An RP SHOULD perform these functions for each instance of TAL that it
is holding for this purpose every time the RP performs a
resynchronization across the local repository cache.  In any case, an
RP also SHOULD perform these functions prior to the expiration of the
locally cached copy of the retrieved trust anchor referenced by the
TAL.
</t>
<t>In the case where a TAL contains multiple Trust Anchor URIs, an RP MAY
use a locally defined preference rule to select the URI to retrieve
the self-signed RPKI CA certificate that is to be used as a trust
anchor. Some examples are:
</t>
<t>
<list style="symbols">
<t>Using the order provided in the TAL</t>
<t>Selecting the Trust Anchor URI randomly from the available list</t>
<t>Creating a prioritized list of URIs based on RP-specific
parameters, such as connection establishment delay</t>
</list>
</t>
<t>If the connection to the preferred URI fails, or the retrieved CA
certificate public key does not match the TAL public key, the RP
SHOULD retrieve the CA certificate from the next URI, according to
the local preference ranking of URIs.
</t>
</section>

<section anchor="uri-scheme-considerations" title="URI Scheme Considerations">
<t>Please note that the RSYNC protocol provides neither transport security
nor any means by which the Relying Party can validate that they are
connected to the proper host. There it is RECOMMENDED that HTTPS is
used as the preferred scheme.
</t>
<t>Note that, although a Man in the Middle (MITM) cannot produce a CA
certificate that would be considered valid according to the process
described in Section 3, this attack can prevent that the Relying Party
learns about an updated CA certificate.
</t>
<t>Relying Parties MUST do TLS certificate and host name validation when
they fetch a CA certificate using an HTTPS URI on a TAL. RPs SHOULD
log any TLS certificate or host name validation issues found, so that
an operator can investigate the cause.
</t>
<t>It is RECOMMENDED that Relying Parties and Repository Servers follow
the Best Current Practices outlined in <xref target="RFC7525"/> on the use of HTTP
over TLS (HTTPS) <xref target="RFC7230"/>.  Relying Parties SHOULD do TLS
certificate and host name validation using subjectAltName dNSName
identities as described in <xref target="RFC6125"/>.  The rules and guidelines
defined in <xref target="RFC6125"/> apply here, with the following considerations:
</t>
<t>
<list style="symbols">
<t>Relying Parties and Repository Servers SHOULD support the DNS-ID
  identifier type.  The DNS-ID identifier type SHOULD be present in
  Repository Server certificates.</t>
<t>DNS names in Repository Server certificates SHOULD NOT contain the
  wildcard character &quot;*&quot;.</t>
<t>A Common Name (CN) field may be present in a Repository Server
  certificate's subject name but SHOULD NOT be used for
  authentication within the rules described in <xref target="RFC6125"/>.</t>
<t>This protocol does not require the use of SRV-IDs.</t>
<t>This protocol does not require the use of URI-IDs.</t>
</list>
</t>
</section>

<section anchor="security-considerations" title="Security Considerations">
<t>Compromise of a trust anchor private key permits unauthorized parties
to masquerade as a trust anchor, with potentially severe consequences.
Reliance on an inappropriate or incorrect trust anchor has similar
potentially severe consequences.
</t>
<t>This TAL does not directly provide a list of resources covered by the
referenced self-signed CA certificate.  Instead, the RP is referred
to the trust anchor itself and the INR extension(s) within this
certificate.  This provides necessary operational flexibility, but it
also allows the certificate issuer to claim to be authoritative for
any resource.  Relying parties should either have great confidence in
the issuers of such certificates that they are configuring as trust
anchors, or they should issue their own self-signed certificate as a
trust anchor and, in doing so, impose constraints on the subordinate
certificates.
</t>
</section>

<section anchor="iana-considerations" title="IANA Considerations">
<t>This document has no actions for IANA.
</t>
</section>

<section anchor="acknowledgements" title="Acknowledgements">
<t>This approach to trust anchor material was originally described by
Robert Kisteleki.
</t>
<t>The authors acknowledge the contributions of Rob Austein and Randy
Bush, who assisted with drafting this document and with helpful
review comments.
</t>
<t>The authors acknowledge work of Roque Gagliano, Terry Manderson,
and Carlos Martinez Cagnazzo in developing the ideas behind the
inclusion of multiple URIs in the TAL.
</t>
<t>The authors acknowledge Job Snijders for suggesting the inclusion
of comments at the start of the TAL.
</t>
</section>

</middle>
<back>
<references title="Normative References">
<?rfc include="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.2119.xml"?>
<?rfc include="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.3779.xml"?>
<?rfc include="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.4648.xml"?>
<?rfc include="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.5198.xml"?>
<?rfc include="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.5280.xml"?>
<?rfc include="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.5781.xml"?>
<?rfc include="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.6125.xml"?>
<?rfc include="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.6480.xml"?>
<?rfc include="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.6487.xml"?>
<?rfc include="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.7230.xml"?>
<?rfc include="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.7525.xml"?>
<?rfc include="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.7730.xml"?>
<?rfc include="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.8174.xml"?>
<reference anchor='X.509'>
    <front>
        <title>The Directory: Public-key and attribute certificate frameworks</title>
        <author fullname='ITU-T'>
            <organization>TU-T Recommendation X.509</organization>
        </author>
        <date month='October' year='2012'/>
    </front>
</reference>
</references>
<references title="Informative References">
<?rfc include="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.4158.xml"?>
<?rfc include="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.5914.xml"?>
<?rfc include="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.6486.xml"?>
</references>

</back>
</rfc>
