<?xml version="1.0" encoding="US-ASCII"?>
<!--
vim:et:ts=2:sw=2:spell:spelllang=en:tw=80
-->
<!-- This template is for creating an Internet Draft using xml2rfc,
    which is available here: http://xml.resource.org. --> version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc SYSTEM "rfc2629.dtd" [

<!ENTITY I-D.ietf-modern-teri SYSTEM "http://xml.resource.org/public/rfc/bibxml3/reference.I-D.ietf-modern-teri.xml">
<!ENTITY I-D.ietf-stir-passport-divert SYSTEM "http://xml.resource.org/public/rfc/bibxml3/reference.I-D.ietf-stir-passport-divert.xml">
<!ENTITY I-D.ietf-tls-subcerts SYSTEM "http://xml.resource.org/public/rfc/bibxml3/reference.I-D.ietf-tls-subcerts.xml">
<!ENTITY I-D.privacy-pass SYSTEM "http://xml.resource.org/public/rfc/bibxml3/reference.I-D.privacy-pass.xml">
<!ENTITY I-D.jennings-vipr-overview SYSTEM "http://xml.resource.org/public/rfc/bibxml3/reference.I-D.jennings-vipr-overview.xml">
<!ENTITY RFC2119 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.2119.xml">
<!ENTITY RFC2560 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.2560.xml">
<!ENTITY RFC5636 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.5636.xml">
<!ENTITY RFC3261 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.3261.xml">
<!ENTITY RFC6116 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.6116.xml">
<!ENTITY RFC6940 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.6940.xml">
<!ENTITY RFC7340 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.7340.xml">
<!ENTITY RFC7258 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.7258.xml">
<!ENTITY RFC7748 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.7748.xml">
<!ENTITY RFC8174 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.8174.xml">
<!ENTITY RFC8446 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.8446.xml">
<!ENTITY RFC8224 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.8224.xml">
<!ENTITY RFC8225 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.8225.xml">
<!ENTITY RFC8226 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.8226.xml">

]>
<!--?xml-stylesheet type='text/xsl' href='rfc2629.xslt' ?-->
<!-- used by XSLT processors -->
<!-- For a complete list and description of processing instructions (PIs),
    please see http://xml.resource.org/authoring/README.html. -->
<!-- Below are generally applicable Processing Instructions (PIs) that most I-Ds might want to use.
    (Here they are set differently than their defaults in xml2rfc v1.32) -->
<!--?rfc strict="yes" ?-->
<!-- give errors regarding ID-nits and DTD validation -->
<!-- control the table of contents (ToC) -->
<?rfc toc="yes"?>
<!-- generate a ToC -->
<?rfc tocdepth="4"?>
<!-- the number of levels of subsections in ToC. default: 3 -->
<!-- control references -->
<?rfc symrefs="yes"?>
<!-- use symbolic references tags, i.e, [RFC2119] instead of [1] -->
<?rfc sortrefs="yes" ?>
<!-- sort the reference entries alphabetically -->
<!-- control vertical white space
    (using these PIs as follows is recommended by the RFC Editor) -->
<?rfc compact="no" ?>
<!-- do not start each main section on a new page -->
<?rfc subcompact="no" ?>
<!-- keep one blank line between list items -->
<!-- end of list of popular I-D processing instructions --> "rfc2629-xhtml.ent">

<rfc category="info" xmlns:xi="http://www.w3.org/2001/XInclude"
number="8816"
docName="draft-ietf-stir-oob-07"
     ipr="trust200902">
  <!-- category values: std, bcp, info, exp, and historic
    ipr values: trust200902, noModificationTrust200902, noDerivativesTrust200902,
       or pre5378Trust200902
    you can add the attributes updates="NNNN" and obsoletes="NNNN"
    they will automatically be output with "(if approved)" -->
ipr="trust200902"
obsoletes=""
updates=""
submissionType="IETF"
category="info"
consensus="true"
xml:lang="en"
tocInclude="true"
tocDepth="4"
symRefs="true"
sortRefs="true"
version="3">

  <!-- ***** FRONT MATTER ***** xml2rfc v2v3 conversion 2.41.0 -->

  <front>
    <!-- The abbreviated title is used in the page header - it is only necessary if the
         full title is longer than 39 characters -->

    <title abbrev="STIR Out-of-Band">STIR Out-of-Band">Secure Telephone Identity Revisited (STIR) Out-of-Band Architecture and Use Cases</title>
    <seriesInfo name="RFC" value="8816"/>
    <author fullname="Eric Rescorla" initials="E.K." initials="E." surname="Rescorla">
      <organization>Mozilla</organization>
      <address>
        <email>ekr@rtfm.com</email>
      </address>
    </author>
    <author initials="J." surname="Peterson" fullname="Jon Peterson">
      <organization abbrev="Neustar">Neustar, Inc.</organization>
      <address>
        <postal>
          <street>1800 Sutter St Suite 570</street>
          <city>Concord</city>
          <region>CA</region>
          <code>94520</code>
                    <country>US</country>
          <country>United States of America</country>
        </postal>
        <email>jon.peterson@team.neustar</email>
      </address>
    </author>
    <date year="2020" />

    <!--    <area>
    ART
    </area>--> month="August" year="2020"/>
    <keyword>SIP</keyword>
    <abstract>
      <t>
	    The PASSporT
      <t>The Personal Assertion Token (PASSporT) format defines
a token that can be carried by signaling protocols, including SIP,
to cryptographically attest the identify identity of callers.
		Not
However, not all telephone calls use Internet signaling protocols, however,
and some calls use them for only part of their signaling
path, or while some cannot reliably deliver SIP header fields end-to-end.
This document describes use cases that require the delivery of
PASSporT objects outside of the signaling path, and defines
architectures and semantics to provide
this functionality.
      </t>
    </abstract>
  </front>
  <middle>
    <section title="Introduction">
	<t>
	The numbered="true" toc="default">
      <name>Introduction</name>

      <t>The STIR problem statement <xref target="RFC7340"/> target="RFC7340" format="default"/>
describes widespread problems enabled by impersonation in the telephone network,
including illegal robocalling, voicemail hacking, and swatting.
As telephone services are increasingly migrating onto the Internet,
and using Voice over IP (VoIP) protocols such as <xref target="RFC3261">SIP</xref>, target="RFC3261" format="default">SIP</xref>,
it is necessary for these protocols to support stronger identity mechanisms to prevent impersonation.
For example, <xref target="RFC8224"/> target="RFC8224" format="default"/> defines a SIP Identity header field
capable of carrying <xref target="RFC8225">PASSporT</xref> objects target="RFC8225" format="default">PASSporT objects</xref>
in SIP as a means to cryptographically attest that the originator of a
telephone call is authorized to use the calling party number (or, for native SIP cases,
SIP URI) associated with the originator of the call.
		</t><t>
	Not
      </t>
      <t>Not all telephone calls use SIP today, however, and even those that do use SIP do not always carry SIP signaling end-to-end.
   Calls from telephone numbers still routinely traverse the Public Switched Telephone Network (PSTN) at some
   point.  Broadly, calls fall into one of three categories:
	</t><t><list style="numbers"><t>
      </t>
      <ol spacing="normal" type="1">
        <li>
	One or both of the endpoints is actually a PSTN endpoint.
	 </t><t>
	Both
	 </li>
        <li>Both of the endpoints are non-PSTN (SIP, Jingle, ...) etc.) but the call transits the PSTN at some point.
	 </t><t>
	Non-PSTN
	 </li>
        <li>Non-PSTN calls which that do not transit the PSTN at all (such as native SIP end-to-end calls).
	</t></list></t><t>
	The
	</li>
      </ol>
      <t>The first two categories represent the  majority of telephone calls associated with problems like illegal robocalling: many robocalls today originate on the Internet but terminate at PSTN endpoints.
   However, the core network elements that operate the PSTN are legacy devices that
   are unlikely to be upgradable at this point to support an in-band authentication system.
   As such, those devices largely cannot be modified to pass signatures originating on the Internet--or Internet -- or indeed any inband in-band signaling
   data--intact.
   data -- intact.  Even if fields for tunneling arbitrary data can be found in traditional PSTN signaling, in some cases legacy elements would strip the signatures from those fields; in
   others, they might damage them to the point where they cannot be
   verified.  For those first two categories above, any in-band authentication scheme does not
   seem practical in the current environment.
   	</t><t>
	While
      </t>
      <t>While the core network of the PSTN remains fixed, the endpoints of
   the telephone network are becoming increasingly programmable and
   sophisticated.  Landline "plain old telephone service" deployments,
   especially in the developed world, are shrinking, and increasingly
   being replaced by three classes of intelligent devices:  smart
   phones, IP PBXs, Private Branch Exchanges (PBXs), and terminal adapters.  All three are general
   purpose computers, and typically all three have Internet access as
   well as access to the PSTN; they may be used for residential, mobile, or enterprise telephone services.
   Additionally, various kinds of gateways increasingly front for
   deployments of legacy PBX and PSTN switches. All of this provides a potential avenue for
   building an authentication system that implements stronger identity while leaving PSTN systems intact.
      	</t><t>
      </t>
      <t> This capability also provides an ideal transitional technology while in-band STIR adoption is ramping up. It permits early adopters to use the technology even when intervening network
elements are not yet STIR-aware, and through various kinds of gateways, it may allow providers with a significant PSTN investment to still secure their calls with STIR.
		</t><t>
	The
      </t>
      <t>The techniques described in this document therefore build on the
<xref target="RFC8225">PASSporT</xref> target="RFC8225" format="default">PASSporT</xref> mechanism and the work of <xref target="RFC8224"/> target="RFC8224" format="default"/> to describe a way that
a PASSporT object created in the originating network of a call can reach the terminating network even when it cannot be carried end-to-end in-band in the call signaling. This relies on
a new service defined in this document called a Call Placement Service (CPS) that permits the PASSporT object to be stored during call processing and retrieved for verification purposes.
    </t><t>
        Potential
      </t>
      <t>Potential implementors should note that this document merely defines the operating environments in which this
       out-of-band STIR mechanism is intended to operate.  It provides use cases, gives a broad description of the components components, and a potential solution architecture.
Various environments may have their own security requirements: a public deployment of out-of-band STIR faces far greater challenges than a constrained
		intranetwork intra-network deployment.
        To flesh out the storage and retrieval of PASSporTs in the CPS within this
        context, this document includes a strawman protocol suitable for that purpose. Deploying this framework in any given environment
        would require additional specification outside the scope of the current this document.
      </t>
    </section>
    <section title="Terminology">
        <t>TThe numbered="true" toc="default">
      <name>Terminology</name>
        <t>
    The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
            "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
    NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
    "<bcp14>MAY</bcp14>", and
            "OPTIONAL" "<bcp14>OPTIONAL</bcp14>" in this document are to be interpreted as
    described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/>
    when, and only when, they appear in all capitals, as shown here.</t> here.
        </t>
    </section>
    <section title="Operating Environments">
      <t>
	     This numbered="true" toc="default">
      <name>Operating Environments</name>
      <t>This section describes the environments in which the proposed out-of-band STIR mechanism is intended to operate.  In the simplest setting, Alice is
   calling
   calls Bob, and her call is routed through some set of gateways and/or the PSTN
   which
   that do not support end-to-end delivery of STIR.  Both Alice
   and Bob have smart devices which that can access the Internet (perhaps enterprise devices, or even end user end-user ones), but they do not have
   a clear telephone signaling connection between them:  Alice cannot inject any data into
   signaling which that Bob can read, with the exception of the asserted destination and origination
   E.164 numbers. The calling party number might originate from her own device or from the network.  These numbers are effectively the only data that can be used for coordination between the endpoints.
      </t>
	<figure>
     <artwork><![CDATA[
      <artwork name="" type="" align="left" alt=""><![CDATA[
                            +---------+
                           /           \
                       +---             +---+
  +----------+        /                      \        +----------+
  |          |       |        Gateways        |       |          |
  |   Alice  |<----->|         and/or         |<----->|    Bob   |
  | (caller) |       |          PSTN          |       | (callee) |
  +----------+        \                      /        +----------+
                       +---             +---+
                           \           /
                            +---------+
]]></artwork>
     </figure>
	 		 <t>
			    In
      <t>In a more complicated setting, Alice and/or Bob may not have a smart or
   programmable device, but instead just a traditional telephone. However, one or both of them are behind a STIR-aware gateway that can participate in out-of-band coordination, as shown below:
      </t>

	 	<figure>
     <artwork><![CDATA[
      <artwork name="" type="" align="left" alt=""><![CDATA[
                           +---------+
                          /           \
                      +---             +---+
+----------+  +--+   /                      \   +--+  +----------+
|          |  |  |  |        Gateways        |  |  |  |          |
|   Alice  |<-|GW|->|         and/or         |<-|GW|->|    Bob   |
| (caller) |  |  |  |          PSTN          |  |  |  | (callee) |
+----------+  +--+   \                      /   +--+  +----------+
                      +---             +---+
                          \           /
                           +---------+
]]></artwork>
     </figure>

		 <t>
		    In
      <t>In such a case, Alice might have an analog (e.g., PSTN) connection to her gateway/
   gateway or switch which that is responsible for her identity.  Similarly, the gateway
   would verify Alice's identity, generate the right calling party number
   information
   information, and provide that number to Bob using ordinary
   Plain Ol' Old Telephone Service (POTS) mechanisms.
      </t>
    </section>
    <section anchor="data" title="Dataflows"> numbered="true" toc="default">
      <name>Dataflows</name>
      <t>Because in these operating environments environments, endpoints cannot pass cryptographic information to one another directly
  through signaling, any solution must
   involve some rendezvous mechanism to allow endpoints to communicate.
   We call this rendezvous service a "call placement service" Call Placement Service (CPS), a service where a record of call placement,
   in this case a PASSporT, can be stored for future retrieval.  In
   principle
   principle, this service could communicate any information, but minimally we
   expect it to include a full-form PASSporT that attests
   the caller, callee, and the time of the call.  The callee can use the
   existence of a PASSporT for a given incoming call as rough validation of
   the asserted origin of that call.  (See <xref target="lookup"/> target="lookup" format="default"/> for limitations of
   this design.)
   	  	 </t><t>
	This
      </t>
      <t>This architecture does not mandate that any particular sort
of entity operate a CPS, CPS or mandate any means to discover a CPS. A CPS
could be run internally within a network, network or made publicly available.
One or more CPSes could be run by a carrier, as repositories for PASSporTs
for calls sent to its customers, or a CPS could be built-in to built into an enterprise PBX,
PBX or even a smartphone. To the degree possible, it is
specified here generically, generically as an idea that may have applicability to a variety of STIR deployments.
	  	 </t><t>
	There
      </t>
      <t>There are roughly two plausible dataflow architectures for the CPS:
	</t><t><list style="numbers"><t>
	 The
      </t>

      <ol spacing="normal" type="1">
        <li>The callee registers with the CPS.  When the caller wishes to
      place a call to the callee, it sends the PASSporT to the CPS, which immediately
      forwards it to the callee, or,
	  	 </t><t>
	  The callee.
	  	 </li>
        <li>The caller stores the PASSporT with the CPS at the time of call
      placement.  When the callee receives the call, it contacts the CPS
      and retrieves the PASSporT.
	</t></list></t><t>
	   While
	</li>
      </ol>
      <t>While the first architecture is roughly isomorphic to current VoIP
   protocols, it shares their drawbacks.  Specifically, the callee must
   maintain a full-time connection to the CPS to serve as a notification
   channel.  This comes with the usual networking costs to the callee
   and is especially problematic for mobile endpoints. Indeed, if the endpoints had the capabilities
   to implement such an architecture, they could surely just use SIP or some other
   protocol to set up a secure session; even if the media were going through the traditional PSTN, a
   "shadow" SIP session could convey the PASSporT. Thus, we focus
   on the second architecture in which the PSTN incoming call serves as
   the notification channel channel, and the callee can then contact the CPS to
   retrieve the PASSporT. In specialized environments, for example example, a call center that receives a large volume of
   incoming calls that originated in the PSTN, the notification channel approach might be viable.
      </t>
    </section>
    <section anchor="uses" title="Use Cases">
	<t>
	The numbered="true" toc="default">
      <name>Use Cases</name>
      <t>The following are the motivating use cases for this mechanism. Bear in mind that that,
just as in <xref target="RFC8224"/> target="RFC8224" format="default"/>, there may be multiple Identity headers header fields in a single SIP
INVITE, so there may be multiple PASSporTs in this out-of-band mechanism associated with a single call. For example, a SIP user agent might create a PASSporT for a call with an end user end-user
credential, and as the call exits the originating administrative domain domain,
the network authentication service might create its own PASSporT for the same call. As such, these use cases may overlap
in the processing of a single call.
      </t>
      <section anchor="case-ip-pstn" title="Case numbered="true" toc="default">
        <name>Case 1: VoIP to PSTN Call">
		<t>
		A Call</name>
        <t>A call originates in a SIP environment in a STIR-aware administrative domain. The local authentication service for that administrative domain creates a PASSporT which that is carried
in band in the call per <xref target="RFC8224"/>. target="RFC8224" format="default"/>. The call is routed out of the originating administrative domain and reaches a gateway to the PSTN.
Eventually, the call will terminate on a mobile smartphone that supports this out-of-band mechanism.
		</t><t>
            In
        </t>
        <t>In this use case, the originating authentication service
can store the PASSporT with the appropriate CPS (per the practices of
<xref target="cps"/>) target="cps" format="default"/>) for the target telephone number
as a fallback in case SIP signaling will not reach end-to-end. When
the destination mobile smartphone receives the call over the PSTN, it
consults the CPS and discovers a PASSporT from the originating telephone number waiting for it.
It uses this PASSporT to verify the calling party number.
        </t>
      </section>
      <section anchor="case-pstn-pstn-gw" title="Case numbered="true" toc="default">
        <name>Case 2: Two Smart PSTN endpoints">
		<t>
		A Endpoints</name>
        <t>A call originates with an enterprise PBX that has both
Internet access and a built-in gateway to the PSTN, which communicates
through traditional telephone signaling protocols.
The PBX immediately routes the call to the PSTN, but before it does,
it provisions a PASSporT on the CPS associated with the target telephone number.
		</t><t>
		After
        </t>
        <t>After normal PSTN routing, the call lands on a smart mobile handset that supports the STIR out-of-band mechanism. It queries the appropriate CPS over the Internet to determine if a call has been placed to it
by a STIR-aware device. It finds the PASSporT provisioned by the
enterprise PBX and uses it to verify the calling party number.
        </t>
      </section>
      <section anchor="case-pstn-ip" title="Case numbered="true" toc="default">
        <name>Case 3: PSTN to VoIP Call">
		<t>
		A Call</name>
        <t>A call originates with an enterprise PBX that has both
Internet access and a built-in gateway to the PSTN. It will immediately
route the call to the PSTN, but before it does, it provisions
a PASSporT with the CPS associated with the target telephone number.
However, it turns out that the call will eventually route through
the PSTN to an Internet gateway, which will translate this into a SIP
call and deliver it to an administrative domain with a STIR verification service.
		</t><t>
		In
        </t>
        <t>In this case, there are two subcases for how the PASSporT
might be retrieved. In subcase 1, the Internet gateway that receives
the call from the PSTN could query the appropriate CPS to determine
if the original caller created and provisioned a PASSporT for this call. If so,
it can retrieve the PASSporT and, when it creates a SIP INVITE for
this call, add a corresponding Identity header field per
<xref target="RFC8224"/>. target="RFC8224" format="default"/>. When the SIP INVITE reaches
the destination administrative domain, it will be able to verify the
PASSporT normally. Note that to avoid discrepancies with the Date
header field value, only a full-form PASSporT should be used for this purpose. In
subcase 2, the gateway does not retrieve the PASSporT itself, but
instead the verification service at the destination administrative
domain does so. Subcase 1 would perhaps be valuable for deployments where
the destination administrative domain supports in-band STIR but not out-of-band STIR.
        </t>
      </section>
      <section anchor="case-gateways" title="Case numbered="true" toc="default">
        <name>Case 4: Gateway Out-of-band">
		<t>
		A Out-of-Band</name>
        <t>A call originates in the SIP world in a STIR-aware administrative domain.
The local authentication service for that administrative domain creates a PASSporT which that is carried
in band in the call per <xref target="RFC8224"/>. target="RFC8224" format="default"/>. The call is routed
out of the originating administrative domain and eventually reaches a gateway to the PSTN.
		</t><t>
		In
        </t>
        <t>In this case, the originating authentication service does not support the out-of-band mechanism, so instead the gateway to the PSTN extracts the PASSporT from the SIP request and provisions it to the CPS. (When the call reaches the gateway to the PSTN, the gateway might first check the CPS to see if a PASSporT object had already been provisioned for this call, and only provision a PASSporT if none is present).
		</t><t>
		Ultimately,
        </t>
        <t>Ultimately, the call may terminate on the PSTN, PSTN or be routed back to a SIP environment. In the former case, perhaps the destination endpoint queries the CPS to retrieve the PASSporT provisioned by the first gateway. Or if If the call ultimately returns to a SIP environment, it might be the gateway from the PSTN back to the Internet that retrieves the PASSporT from the CPS and attaches it to the new SIP INVITE it creates, or it might be the terminating administrative domain's verification service that checks the CPS when an INVITE arrives with no Identity header field. Either way way, the PASSporT can survive the gap in SIP coverage caused by the PSTN leg of the call.
        </t>
      </section>
      <section anchor="case-enterprise" title="Case numbered="true" toc="default">
        <name>Case 5: Enterprise Call Center">
		<t>
		A Center</name>
        <t>A call originates from a mobile user, and a STIR authentication service operated by their carrier creates a PASSporT for the call. As the carrier forwards the call via SIP, it attaches the PASSporT to the SIP call with an Identity header field. As a fallback in case the call will not go end-to-end over SIP, the carrier also stores the PASSporT in a CPS.
		</t><t>
		The
        </t>
        <t>The call is then routed over SIP for a time, before it
transitions to the PSTN and ultimately is handled by a legacy PBX at a
high-volume call center. The call center supports the out-of-band service,
and has a high-volume interface to a CPS to retrieve PASSporTs for incoming
calls; agents at the call center use a general purpose computer to manage
inbound calls and can receive STIR notifications through it. When the PASSporT
arrives at the CPS, it is sent through a subscription/notification interface
to a system that can correlate incoming calls with valid PASSporTs. The call
center agent sees that a valid call from the originating number has arrived.
        </t>
      </section>
    </section>
    <section anchor="authz" title="Storing numbered="true" toc="default">
      <name>Storing and Retrieving PASSporTs"> PASSporTs</name>
      <t>The use cases show a variety of entities accessing the CPS to
store and retrieve PASSporTs. The question of how the CPS authorizes the
storage and retrieval of PASSporT PASSporTs is thus a key design decision in the architecture.
The STIR architecture assumes that service providers and and, in some cases end user cases,
end-user devices will have credentials suitable for attesting authority
over telephone numbers per <xref target="RFC8226"/>. target="RFC8226" format="default"/>.
These credentials provide the most obvious way that a CPS can authorize
the storage and retrieval of PASSporTs. However, as use cases 3, 4 4, and 5
in <xref target="uses"/> target="uses" format="default"/> show, it may sometimes make sense
for the entity storing or retrieving PASSporTs to be an intermediary rather
than a device associated with either the originating or terminating side of
a call, and call; those intermediaries often would not have access to STIR
credentials covering the telephone numbers in question. Requiring authorization
based on a credential to store PASSporTs is therefore undesirable, though
potentially acceptable if sufficient steps are taken to mitigate any privacy
risk of leaking data.
	  </t><t>
	  It
      </t>
      <t>It is an explicit design goal of this mechanism to minimize
the potential privacy exposure of using a CPS. Ideally, the out-of-band
 mechanism should not result in a worse privacy situation than in-band
STIR <xref target="RFC8224"/> STIR: target="RFC8224" format="default"/>: for in-band, we might say
that a SIP entity is authorized to receive a PASSporT if it is an intermediate
or final target of the routing of a SIP request. As the originator of a
call cannot necessarily predict the routing path a call will follow, an
out-of-band mechanism could conceivably even improve on the privacy story.
	  </t><t>
	  Broadly,
      </t>
      <t>Broadly, the architecture recommended here thus is one focused
on permitting any entity to store encrypted PASSporTs at the CPS, indexed
under the called number. PASSporTs will be encrypted with a public key
associated with the called number, so these PASSporTs may safely be retrieved
by any entity, as entity because only holders of the corresponding private key will be
able to decrypt the PASSporT.  This also prevents the CPS itself from
learning the contents of PASSporTs, and thus metadata about calls in
progress, which makes the CPS a less attractive target for pervasive
monitoring (see <xref target="RFC7258"/>). target="RFC7258" format="default"/>). As a first
step, transport-level security can provide confidentiality from eavesdroppers
for both the storing and retrieval of PASSporTs. To bolster the privacy story,
to prevent denial-of-service flooding of the CPS, and to complicate traffic
analysis, a few additional mechanisms are also recommended below.
      </t>
      <section anchor="stor" title="Storage">
	  <t>
	  There numbered="true" toc="default">
        <name>Storage</name>
        <t>There are a few dimensions to authorizing the storage of PASSporTs.
Encrypting PASSporTs prior to storage entails that a CPS has no way to tell
if a PASSporT is valid; it simply conveys encrypted blocks that it cannot
access itself, itself and can make no authorization decision based on the PASSporT
contents. There is certainly no prospect for the CPS to verify the PASSporTs itself.
	  </t><t>
	  Note
        </t>
        <t>Note that this architecture requires clients that store PASSporTs
to have access to an encryption key associated with the intended called party
to be used to encrypt the PASSporT. Discovering this key requires the existence
of a key lookup service (see <xref target="lookup"/>); target="lookup" format="default"/>),
depending on how the CPS is architected, architected; however, some kind of key store or
repository could be implemented adjacent to it, it and perhaps even incorporated
into its operation. Key discovery is made more complicated by the fact that
there can potentially be multiple entities that have
 authority over a telephone number: a carrier, a reseller, an enterprise,
and an end user might all have credentials permitting them to attest that they
are allowed to originate calls from a number, say. PASSporTs for out-of-band use
therefore might need to be encrypted with multiple keys in the hopes that one
will be decipherable by the relying party.
	  </t><t>
	  Again,
        </t>
        <t>Again, the most obvious way to authorize storage is to require
the originator to authenticate themselves to the CPS with their STIR credential.
However, since the call is indexed at the CPS under the called number,
this can weaken the privacy story of the architecture, as it reveals to
the CPS both the identity of the caller and the callee. Moreover, it does not work
for the gateway use cases described above; to support those use cases, we must
effectively allow any entity to store PASSporTs at a CPS. This does not degrade
the anti-impersonation security of STIR, because entities who do not possess
the necessary credentials to sign the PASSporT will not be able to create
PASSporTs that will be treated as valid by verifiers. In this architecture,
it does not matter whether the CPS received a PASSporT from the authentication
service that created it or from an intermediary gateway downstream in the
routing path as in case 4 above. However, if literally anyone can store
PASSporTs in the CPS, an attacker could easily flood the CPS with millions
of bogus PASSporTs indexed under a calling number, and thereby prevent the called
party from finding a valid PASSporT for an incoming call buried in a haystack of fake entries.
	  	  </t><t>
	  The
        </t>
        <t>The solution architecture must therefore include some sort of traffic
control system to prevent flooding. Preferably, this should not require
authenticating the source, as this will reveal to the CPS both the source and
destination of traffic. A potential solution is discussed below in <xref target="rate-control"/>. target="rate-control" format="default"/>.
        </t>
      </section>
      <section anchor="retr" title="Retrieval">
	  <t>
	  For numbered="true" toc="default">
        <name>Retrieval</name>
        <t>For retrieval of PASSporTs, this architecture assumes that clients will
contact the CPS through some sort of polling or notification interface to receive all
 current PASSporTs for calls destined to a particular telephone number, or block of numbers.
        </t>
	  <t>
	  As
        <t>As PASSporTs stored at the CPS are encrypted with a key belonging
to the intended destination, the CPS can safely allow anyone to download PASSporTs
for a called number without much fear of compromising private information
about calls in progress - -- provided that the CPS always returns at least one
encrypted blob in response to a request, even if there was no call in progress.
Otherwise, entities could poll the CPS constantly, or eavesdrop on traffic,
to learn whether or not calls were in progress. The CPS MUST <bcp14>MUST</bcp14> generate
at least one unique and plausible encrypted response to all retrieval requests,
and these dummy encrypted PASSporTs MUST NOT <bcp14>MUST NOT</bcp14> be repeated for
later calls. An encryption scheme needs to be carefully chosen to make messages
look indistinguishable from random when encrypted, so that information about the
called party is not discoverable from legitimate encrypted PASSporTs.
	  </t><t>
	  Because
        </t>
        <t>Because the entity placing a call may discover multiple keys
associated with the called party number, multiple valid PASSporTs may be
stored in the CPS. A particular called party who retrieves PASSporTs from
the CPS may have access to only one of those keys. Thus, the presence of
one or more PASSporTs that the called party cannot decrypt - -- which would
be indistinguishable from the "dummy" PASSporTS PASSporTs created by the CPS when
no calls are in progress - does not entail that there is no call in progress.
A retriever likely will need to decrypt all PASSporTs retrieved from the CPS,
and may find only one that is valid.
	  </t><t>
In
        </t>
        <t>In order to prevent the CPS from learning the numbers that a callee
controls, callees might also request PASSporTs for numbers that they do not own,
that they have no hope of decrypting. Implementations could even allow a callee
to request PASSporTs for a range or prefix of numbers: a trade-off where that
callee is willing to sift through bulk quantities of undecryptable PASSporTs
for the sake of hiding from the CPS what which numbers it controls.
	  </t><t>
	  Note
        </t>
        <t>Note that in out-of-band call forwarding cases, special behavior is
required to manage the relationship between PASSporTs using the diversion
extension <xref target="I-D.ietf-stir-passport-divert"/>. target="I-D.ietf-stir-passport-divert" format="default"/>.
The originating authentication service would encrypt encrypts the initial PASSporT with the
public encryption key of the intended destination, but once a call is forwarded,
it may go to a destination that does not possess the corresponding private key
and thus could not decrypt the original PASSporT. This requires the retargeting
entity to generate encrypted PASSporTs that show a secure chain of diversion:
a retargeting storer SHOULD <bcp14>SHOULD</bcp14> use the "div-o" PASSporT type,
with its "opt" extension, as specified in
<xref target="I-D.ietf-stir-passport-divert"/> target="I-D.ietf-stir-passport-divert" format="default"/>, in order to nest
the original PASSporT within the encrypted diversion PASSporT.
        </t>
      </section>
    </section>
    <section anchor="arch" title="Solution Architecture"> numbered="true" toc="default">
      <name>Solution Architecture</name>
      <t>In this section, we discuss a high-level architecture for providing the service
   described in the previous sections.  This discussion is deliberately
   sketchy, focusing on broad concepts and skipping over details.  The
   intent here is merely to provide an overall architecture, not an implementable
   specification. A more concrete example of how this might be specified is given in <xref target="web"/>. target="web" format="default"/>.
      </t>
      <section anchor="phone" title="Credentials numbered="true" toc="default">
        <name>Credentials and Phone Numbers">
		<t>
   We Numbers</name>
        <t>We start from the premise of the
   <xref target="RFC7340">STIR target="RFC7340" format="default">STIR problem statement</xref> that phone numbers can be
   associated with credentials which that can be used to attest
   ownership of numbers.  For purposes of exposition, we will assume
   that ownership is associated with the endpoint (e.g., a smartphone) smartphone),
   but it might well be associated with a provider or gateway acting for the
   endpoint instead.  It might be the case that multiple entities are
   able to act for a given number, provided that they have the
   appropriate authority. <xref target="RFC8226"/> target="RFC8226" format="default"/> describes
   a credential system suitable for this purpose; the question of how an entity is determined
   to have control of a given number is out of scope for the current this document.
        </t>
      </section>
      <section anchor="solve" title="Call Flow">
		<t>
		An numbered="true" toc="default">
        <name>Call Flow</name>
        <t>An overview of the basic calling and verification process is shown
   below.  In this diagram, we assume that Alice has the number
   +1.111.555.1111 and Bob has the number +2.222.555.2222.
        </t>
			 	<figure>
     <artwork><![CDATA[
        <artwork name="" type="" align="left" alt=""><![CDATA[
Alice                    Call Placement Service                  Bob
--------------------------------------------------------------------

Store Encrhypted Encrypted PASSporT for 2.222.555.2222 ->

Call from 1.111.555.1111 ------------------------------------------>

                                 <-------------- Request PASSporT(s)
                                  for 2.222.555.2222

                                 Obtain Encrypted PASSporT -------->
                                    (2.222.555.2222, 1.111.555.1111)

                                  [Ring phone with verified callerid
                                                   = 1.111.555.1111]
]]></artwork>
     </figure>
	 		<t>
   When
        <t>When Alice wishes to make a call to Bob, she contacts the CPS and
   stores an encrypted PASSporT on
   the CPS indexed under Bob's number. The CPS then awaits retrievals for
   that number.
        </t>
		<t>
	When
        <t>When Alice places the call, Bob's phone would usually ring and display
   Alice's number (+1.111.555.1111), which is informed by the existing
   PSTN mechanisms for relaying a calling party number (e.g., the CIN
   Calling Party's Number (CIN) field of
   the IAM). Initial Address Message (IAM)).  Instead,
   Bob's phone transparently contacts the CPS and requests any current
   PASSporTs for calls to his number.  The CPS responds with any such PASSporTs
   (or dummy PASSporTs if no relevant ones are currently stored).
If such a PASSporT exists, and the verification service in Bob's phone decrypts it using
   his private key, validates it, then
   Bob's phone can present the calling party number
   information as valid.  Otherwise, the call is unverifiable.  Note
   that this does not necessarily mean that the call is bogus; because
   we expect incremental deployment, many legitimate calls will be
   unverifiable.
        </t>
      </section>
      <section anchor="sec" title="Security Analysis">
		<t>
   The numbered="true" toc="default">
        <name>Security Analysis</name>

        <t>The primary attack we seek to prevent is an attacker convincing the
   callee that a given call is from some other caller C. There are two
   scenarios to be concerned with:
	</t><t><list style="numbers"><t>
	 The
        </t>
        <ol spacing="normal" type="1">
          <li>The attacker wishes to impersonate a target when no call from that
	 target is in progress.
	  	 </t><t>
	  The
	  	 </li>
          <li>The attacker wishes to substitute himself for an existing call setup.
	</t></list></t><t>
   If
	</li>
        </ol>
        <t>If an attacker can inject fake PASSporTs into the CPS or in the
   communication from the CPS to the callee, he can mount either attack.
   As PASSporTs should be
   digitally signed by an appropriate authority for the number and verified by the callee
   (see <xref target="phone"/>), target="phone" format="default"/>), this should not arise in ordinary operations.
   Any attacker who is aware of calls in progress can attempt to mount a race to subtitute substitute themselves
   as described in <xref target="sub"/>. target="sub" format="default"/>. For privacy and robustness reasons,
   using <xref target="RFC8446">TLS</xref> target="RFC8446" format="default">TLS</xref> on the originating
   side when storing the PASSporT at the CPS is RECOMMENDED.
   	  	 </t><t>
		 The <bcp14>RECOMMENDED</bcp14>.
        </t>
        <t>The entire system depends on the security of the credential
   infrastructure.  If the authentication credentials for a given number
   are compromised, then an attacker can impersonate calls from that
   number. However, that is no different from in-band STIR <xref target="RFC8224"/> STIR.
      	</t><t>
	A target="RFC8224" format="default"/>.
        </t>
        <t>A secondary attack we must also prevent is denial-of-service against the CPS, which requires some form of rate control solution that will not degrade the privacy properties of the architecture.
        </t>
      </section>
      <section anchor="sub" title="Substitution Attacks">
		<t>
   All numbered="true" toc="default">
        <name>Substitution Attacks</name>
        <t>All that the receipt of the PASSporT from the CPS proves to the called party
   is that Alice is trying to call
   Bob (or at least was as of very recently) - -- it does not prove that
   any particular incoming call is from Alice.  Consider the scenario
   in which we have a service which that provides an automatic callback to a
   user-provided number.  In that case, the attacker can try to arrange for a
   false caller-id value, as shown below:</t>
			 	<figure>
     <artwork><![CDATA[
        <artwork name="" type="" align="left" alt=""><![CDATA[
 Attacker            Callback Service           CPS               Bob
 --------------------------------------------------------------------
 Place call to Bob ---------->
  (from 111.555.1111)
                             Store PASSporT for
                             CS:Bob ------------->

 Call from Attacker (forged CS caller-id info)  -------------------->

                             Call from CS ------------------------> X

                                                <-- Retrieve PASSporT
                                                           for CS:Bob

                        PASSporT for CS:Bob ------------------------>

                                         [Ring phone with callerid =
                                            111.555.1111]
]]></artwork>
     </figure><t>
		 In
        <t>In order to mount this attack, the attacker contacts the Callback
   Service (CS) and provides it with Bob's number.  This causes the CS
   to initiate a call to Bob. As before, the CS contacts the CPS to
   insert an appropriate PASSporT and then initiates a call to Bob. Because
   it is a valid CS injecting the PASSporT, none of the security checks
   mentioned above help.  However, the attacker simultaneously initiates
   a call to Bob using forged caller-id information corresponding to the
   CS.  If he wins the race with the CS, then Bob's phone will attempt
   to verify the attacker's call (and succeed since they are
   indistinguishable)
   indistinguishable), and the CS's call will go to busy/voice mail/call
   waiting.
   </t><t>
        </t>
        <t>
   In order to prevent a passive attacker from using traffic analysis or
   similar means to learn precisely when a call is placed, it is essential
   that the connection between the caller and the CPS be encrypted as recommended above.
   Authentication services could store dummy PASSporTs at the CPS at random intervals in order
   to make it more difficult for an eavesdropper to use traffic analysis to determine
   that a call was about to be placed.
   </t><t>
        </t>
        <t>
   Note that in a SIP environment, the callee might notice that
   there were multiple INVITEs and thus detect this attack, but in some PSTN
   interworking scenarios, or highly intermediated networks, only one call setup
   attempt will reach the target. Also note that the success of this substitution
   attack depends on the attacker landing their call within the narrow window
   that the PASSporT is retained in the CPS, so
   shortening that window will reduce the
   opportunity for the attack. Finally, smart endpoints could implement some sort of
   state coordination to ensure that both sides believe the call is in progress, though
   methods of supporting that are outside the scope of this document.
        </t>
      </section>
      <section anchor="rate-control" title="Rate numbered="true" toc="default">
        <name>Rate Control for CPS Storage">
		<t>
	  In Storage</name>
        <t>In order to prevent the flooding of a CPS with bogus PASSporTs,
we propose the use of "blind signatures" (see <xref target="RFC5636"/>). target="RFC5636" format="default"/>).
A sender will initially authenticate to the CPS using its STIR credentials, credentials
and acquire a signed token from the CPS that will be presented later
when storing a PASSporT. The flow looks as follows:
        </t>
	  	 <figure>
     <artwork><![CDATA[
        <artwork name="" type="" align="left" alt=""><![CDATA[
    Sender                                 CPS

    Authenticate to CPS --------------------->
    Blinded(K_temp) ------------------------->
    <------------- Sign(K_cps, Blinded(K_temp))
    [Disconnect]

    Sign(K_cps, K_temp)
    Sign(K_temp, E(K_receiver, PASSporT)) --->
]]></artwork>
     </figure>
	  <t>
At
        <t>At an initial time when no call is yet in progress, a potential client connects to the CPS, authenticates,
and sends a blinded version of a freshly generated public key. The
CPS returns a signed version of that blinded key. The sender can
then unblind the key and gets get a signature on K_temp from the CPS.
	  </t><t>
        </t>
        <t>
Then later, when a client wants to store a PASSporT, it connects
to the CPS anonymously (preferably over a network connection that cannot be correlated with the token acquisition) and
sends both the signed K_temp and its own signature over the
encrypted PASSporT. The CPS verifies both signatures and and, if they
verify, stores the encrypted passport (discarding the signatures).
	  </t><t>
        </t>
        <t>
This design lets the CPS rate limit how many PASSporTs a given
sender can store just by counting how many times K_temp appears;
perhaps CPS policy might reject storage attempts and require acquisition
of a new K_temp after storing more than a certain number of PASSporTs
indexed under the same destination number in a short interval.
This does not not, of course course, allow the CPS to tell when bogus data
is being provisioned by an attacker,
simply the rate at which data is being provisioned. Potentially,
feedback mechanisms could be developed that would allow the called
parties to tell the CPS when they are receiving unusual or bogus
PASSporTs.
	  </t><t>
        </t>
        <t>
This architecture also assumes that the CPS will age out PASSporTs.
A CPS SHOULD NOT <bcp14>SHOULD NOT</bcp14> keep any stored PASSporT for no longer
than a value that might be selected for the verification service recommended freshness
policy for freshness of the "iat" value as described in
<xref target="RFC8224"/> (i.e. target="RFC8224" format="default"/> (i.e., sixty seconds). seconds)
unless some local policy for a CPS deployment requires a longer or shorter interval.
Any reduction in this window makes substitution attacks
(see <xref target="sub"/>) target="sub" format="default"/>) harder to mount,
but making the window too small might conceivably age PASSporTs out
while a heavily redirected call is still alerting.
</t><t>
</t>
        <t>
An alternative potential approach to blind signatures would be
the use of verifiable oblivious pseudorandom functions (VOPRFs, per
<xref target="I-D.privacy-pass"/>), target="I-D.privacy-pass" format="default"/>), which move may prove faster.
        </t>
      </section>
    </section>
    <section anchor="u8224" title="Authentication numbered="true" toc="default">
      <name>Authentication and Verification Service Behavior for Out-of-Band"> Out-of-Band</name>
      <t>
<xref target="RFC8224"/> target="RFC8224" format="default"/> defines an authentication service and a verification service as functions that act in the context of SIP requests and responses. This specification thus provides a more generic description of authentication service and verification service behavior that might or might not involve any SIP transactions, but depends only on placing a request for communications from
an originating identity to one or more destination identities.
      </t>
      <section anchor="as" title="Authentication numbered="true" toc="default">
        <name>Authentication Service (AS)"> (AS)</name>
        <t>
Out-of-band authentication services perform steps similar to those defined in <xref target="RFC8224"/> target="RFC8224" format="default"/> with some exceptions:
	</t><t>
        </t>
        <t>
Step 1: The authentication service MUST <bcp14>MUST</bcp14> determine whether it is
    authoritative for the identity of the originator of the request, that is, the identity it will populate in the "orig" claim of the PASSporT.
It can do so only if it possesses the private key of one or more credentials that can be used
    to sign for that identity, be it a domain or a telephone number or some other identifier. For example, the authentication service could hold the private key associated with a <xref target="RFC8225">STIR target="RFC8225" format="default">STIR certificate</xref>.
	</t><t>
        </t>
        <t>
Step 2: The authentication service MUST <bcp14>MUST</bcp14> determine that the
originator of communications can claim the originating identity. This is a policy
decision made by the authentication service that depends on its relationship to
the originator. For an out-of-band application built-in to built into the
calling device, for example, this is the same check performed in Step 1: does the
calling device hold a private key, one corresponding to a STIR certificate,
that can sign for the originating identity?
	</t><t>
        </t>
        <t anchor="as-step3">
Step 3: The authentication service MUST <bcp14>MUST</bcp14> acquire the public encryption key
of the destination, which will be used to encrypt the PASSporT (see <xref target="lookup"/>). target="lookup" format="default"/>).
It MUST <bcp14>MUST</bcp14> also discover (see <xref target="cps"/>) target="cps" format="default"/>)
the CPS associated with the destination. The authentication service
may already have the encryption key and destination CPS cached, or may need
to query a service to acquire the key. Note that per <xref target="rate-control"/> target="rate-control" format="default"/>,
the authentication service may also need to acquire a token for PASSporT
storage from the CPS upon CPS discovery. It is anticipated that the discovery mechanism
(see <xref target="cps"/>) target="cps" format="default"/>) used to find the appropriate
CPS will also find the proper key server for the public key of the destination.
In some cases, a destination may have multiple public encryption keys associated with it.
In that case, the authentication service MUST <bcp14>MUST</bcp14> collect all of those keys.
	</t><t>
        </t>
        <t>
Step 4: The authentication service MUST <bcp14>MUST</bcp14> create the PASSporT object. This includes acquiring the system time to populate the "iat" claim, and populating the "orig" and "dest" claims as
described in <xref target="RFC8225"/>. target="RFC8225" format="default"/>. The authentication service MUST <bcp14>MUST</bcp14> then encrypt the PASSporT. If in Step 3 the authentication service discovered multiple public keys for the destination, it
	MUST
	<bcp14>MUST</bcp14> create one encrypted copy for each public key it discovered.
	</t><t>
        </t>
        <t>
Finally, the authentication service stores the encrypted PASSporT(s) at the CPS
discovered in Step 3. Only after that is completed should any call be initiated.
Note that a call might be initiated over SIP, and the authentication
service would place the same PASSporT in the Identity header field value of the SIP request - --
though SIP would carry a cleartext version rather than an encrypted version
sent to the CPS. In that case, out-of-band would serve as a fallback mechanism in case
if the request was not conveyed over SIP end-to-end. Also, note that the
authentication service MAY <bcp14>MAY</bcp14> use a compact form of the PASSporT
for a SIP request, whereas the version stored at the CPS MUST <bcp14>MUST</bcp14>
always be a full form full-form PASSporT.
        </t>
      </section>
      <section anchor="vs" title="Verification numbered="true" toc="default">
        <name>Verification Service (VS)"> (VS)</name>
        <t>
When a call arrives, an out-of-band verification service performs steps similar to those defined in <xref target="RFC8224"/> target="RFC8224" format="default"/> with some exceptions:
	</t><t>
        </t>
        <t anchor="vs-step1">
Step 1: The verification service contacts the CPS and requests all current PASSporTs for its destination number; or alternatively it may receive PASSporTs through a push interface from the CPS in some deployments. The verification service MUST <bcp14>MUST</bcp14> then decrypt all PASSporTs using its private key. Some PASSporTs may not be decryptable for any number of reasons: they may be intended for a different verification service, or they may be "dummy" values inserted by the CPS for privacy purposes. The next few steps will narrow down the set of PASSporTs that the verification service will examine from that initial decryptable set.
	</t><t>
        </t>
        <t>
Step 2: The verification service MUST <bcp14>MUST</bcp14> determine if any "ppt" extensions in the PASSporTs are unsupported. It takes only the set of supported PASSporTs and applies the next step to them.
	</t><t>
        </t>
        <t>
Step 3: The verification service MUST <bcp14>MUST</bcp14> determine if there is an overlap between the calling party number presented in call signaling and the "orig" field of any decrypted PASSporTs. It takes the set of matching PASSporTs and applies the next step to them.
	</t><t>
        </t>
        <t>
Step 4: The verification service MUST <bcp14>MUST</bcp14> determine if the credentials that signed each PASSporT are valid, and if the verification service trusts the CA that issued the credentials. It takes the set
of trusted PASSporTs to the next step.
	</t><t>
        </t>
        <t>
Step 5: The verification service MUST <bcp14>MUST</bcp14> check the freshness of the "iat" claim of each PASSporT. The exact interval of time that determines freshness is left to local policy. It takes the set of fresh PASSporTs to the next step.
	</t><t>
        </t>
        <t>
Step 6: The verification service MUST <bcp14>MUST</bcp14> check the validity of the signature over each PASSporT, as described in <xref target="RFC8225"/>.
	</t><t> target="RFC8225" format="default"/>.
        </t>
        <t>
Finally, the verification service will end up with one or more valid PASSporTs corresponding to the call it has received. In keeping with baseline STIR, this document does not dictate any particular treatment of calls that have valid PASSporTs associated with them; the handling of the call
   after the verification process depends on how the verification
   service is implemented and on local policy. However, it is anticipated that local policies could involve
   making different forwarding decisions in intermediary
   implementations, or changing how the user is alerted or how identity
   is rendered in UA user agent implementations.
        </t>
      </section>
      <section anchor="hybrid" title="Gateway numbered="true" toc="default">
        <name>Gateway Placement Services"> Services</name>
        <t>
The STIR out-of-band mechanism also supports the presence of gateway placement services, which do not create PASSporTs themselves, but instead take PASSporTs out of signaling protocols and store them at a CPS before gatewaying to a protocol that cannot carry PASSporTs itself. For example, a SIP gateway that sends calls to the PSTN could receive a call with an Identity header field, extract a PASSporT from the Identity header field, and store that PASSporT at a CPS.
	</t><t>
        </t>
        <t>
To place a PASSporT at a CPS, a gateway MUST <bcp14>MUST</bcp14> perform Step 3
<xref target="as-step3" format="none">Step 3</xref> of <xref target="as"/> target="as" format="default"/> above:
that is, it must discover the CPS and public key associated with the
destination of the call, and may need to acquire a PASSporT storage token
(see <xref target="stor"/>). target="stor" format="default"/>). Per Step 3 <xref target="as-step3" format="none">Step 3</xref>
of <xref target="as"/> target="as" format="default"/>, this may entail discovering several keys.
The gateway then collects the in-band PASSporT(s) from the in-band signaling,
encrypts the PASSporT(s), and stores them at the CPS.
	</t><t>
        </t>
        <t>
A similar service could be performed by a gateway that retrieves PASSporTs from a CPS and inserts them into signaling protocols that support carrying PASSporTS PASSporTs in-band. This behavior may be defined by future specifications.
        </t>
      </section>
    </section>
    <section anchor="web" title="Example numbered="true" toc="default">
      <name>Example HTTPS Interface to the CPS"> CPS</name>
      <t>
As a rough example, we show a Call Placement Service CPS implementation here which that uses a REST
Representational State Transfer (REST) API <xref target="REST"/> to store and retrieve objects at the CPS.
The calling party stores the PASSporT at the CPS prior to initiating the call; the
PASSporT is stored at a location at the CPS that corresponds to the called number.
Note that it is possible for multiple parties to be calling a number at the same time, and that for called
numbers such as large call centers, many PASSporTs could legitimately be stored
simultaneously, and it might prove difficult to correlate these with incoming calls.
      </t>
      <t>
Assume that an authentication service has created the following PASSporT for a call to the telephone number 2.222.555.2222 (note that these are dummy values):
      </t>
	<figure>
        <artwork><![CDATA[
      <artwork name="" type="" align="left" alt=""><![CDATA[
   eyJhbGciOiJFUzI1NiIsInR5cCI6InBhc3Nwb3J0IiwieDV1IjoiaHR0cHM6Ly9
   jZXJ0LmV4YW1wbGUub3JnL3Bhc3Nwb3J0LmNlciJ9.eyJkZXN0Ijp7InRuIjpbI
   jIyMjI1NTUyMjIyIl19LCJpYXQiOiIxNTgzMjUxODEwIiwib3JpZyI6eyJ0biI6
   IjExMTE1NTUxMTExIn19.pnij4IlLHoR4vxID0u3CT1e9Hq4xLngZUTv45Vbxmd
   3IVyZug4KOSa378yfP4x6twY0KTdiDypsereS438ZHaQ
]]></artwork>
     </figure>
      <t>
Through some discovery mechanism (see <xref target="cps"/>), target="cps" format="default"/>), the authentication service discovers the network location of a web service that acts as the CPS for 2.222.555.2222. Through the same mechanism, we will say that it has also discovered one public encryption key for that destination. It uses that encryption key to encrypt the PASSporT, resulting in the encrypted PASSporT:
      </t>
	<figure>
        <artwork><![CDATA[
      <artwork name="" type="" align="left" alt=""><![CDATA[
   rlWuoTpvBvWSHmV1AvVfVaE5pPV6VaOup3Ajo3W0VvjvrQI1VwbvnUE0pUZ6Yl9w
   MKW0YzI4LJ1joTHho3WaY3Oup3Ajo3W0YzAypvW9rlWxMKA0Vwc7VaIlnFV6JlWm
   nKN6LJkcL2INMKuuoKOfMF5wo20vKK0fVzyuqPV6VwR0AQZlZQtmAQHvYPWipzyaV
   wc7VaEhVwbvZGVkAGH1AGRlZGVvsK0ed3cwG1ubEjnxRTwUPaJFjHafuq0-mW6S1
   IBtSJFwUOe8Dwcwyx-pcSLcSLfbwAPcGmB3DsCBypxTnF6uRpx7j
]]></artwork>
     </figure>
      <t>
Having concluded the numbered steps in <xref target="as"/>, target="as" format="default"/>, including acquiring any token (per <xref target="stor"/>) target="stor" format="default"/>) needed to store the PASSporT at the CPS, the authentication service then stores the encrypted PASSporT:
      </t>
		<figure>
        <artwork><![CDATA[
      <artwork name="" type="" align="left" alt=""><![CDATA[
   POST /cps/2.222.555.2222/ppts HTTP/1.1
   Host: cps.example.com
   Content-Type: application/passport

   rlWuoTpvBvWSHmV1AvVfVaE5pPV6VaOup3Ajo3W0VvjvrQI1VwbvnUE0pUZ6Yl9w
   MKW0YzI4LJ1joTHho3WaY3Oup3Ajo3W0YzAypvW9rlWxMKA0Vwc7VaIlnFV6JlWm
   nKN6LJkcL2INMKuuoKOfMF5wo20vKK0fVzyuqPV6VwR0AQZlZQtmAQHvYPWipzyaV
   wc7VaEhVwbvZGVkAGH1AGRlZGVvsK0ed3cwG1ubEjnxRTwUPaJFjHafuq0-mW6S1
   IBtSJFwUOe8Dwcwyx-pcSLcSLfbwAPcGmB3DsCBypxTnF6uRpx7j
]]></artwork>
     </figure>
      <t>
The web service assigns a new location for this encrypted PASSporT in the collection, returning a 201 OK with the location of /cps/2.222.222.2222/ppts/ppt1.
Now the authentication service can place the call, which may be signaled by various protocols. Once the call arrives at the terminating side, a verification service
contacts its CPS to ask for the set of incoming calls for its telephone number (2.222.222.2222).
      </t>
	 <figure>
        <artwork><![CDATA[
      <artwork name="" type="" align="left" alt=""><![CDATA[
   GET /cps/2.222.555.2222/ppts
   Host: cps.example.com
]]></artwork>
     </figure>
      <t>
 This returns to the verification service a list of the PASSporTs currently in the collection, which currently consists of only /cps/2.222.222.2222/ppts/ppt1. The verification
 service then sends a new GET for /cps/2.222.555.2222/ppts/ppt1/ which yields:
      </t>
	 <figure>
        <artwork><![CDATA[
      <artwork name="" type="" align="left" alt=""><![CDATA[
   HTTP/1.1 200 OK
   Content-Type: application/passport
   Link: <https://cps.example.com/cps/2.222.555.2222/ppts>

   rlWuoTpvBvWSHmV1AvVfVaE5pPV6VaOup3Ajo3W0VvjvrQI1VwbvnUE0pUZ6Yl9w
   MKW0YzI4LJ1joTHho3WaY3Oup3Ajo3W0YzAypvW9rlWxMKA0Vwc7VaIlnFV6JlWm
   nKN6LJkcL2INMKuuoKOfMF5wo20vKK0fVzyuqPV6VwR0AQZlZQtmAQHvYPWipzyaV
   wc7VaEhVwbvZGVkAGH1AGRlZGVvsK0ed3cwG1ubEjnxRTwUPaJFjHafuq0-mW6S1
   IBtSJFwUOe8Dwcwyx-pcSLcSLfbwAPcGmB3DsCBypxTnF6uRpx7j
]]></artwork>
     </figure>
      <t>
 That concludes Step 1 <xref target="vs-step1" format="none">Step 1</xref> of <xref target="vs"/>; target="vs" format="default"/>; the verification service then goes on to the next step, processing that PASSporT through its various checks. A complete protocol description for CPS interactions is left to future work.
      </t>
    </section>
    <section anchor="cps" title="CPS Discovery"> numbered="true" toc="default">
      <name>CPS Discovery</name>
      <t>
In order for the two ends of the out-of-band dataflow to coordinate, they must agree on a way to discover a CPS and retrieve PASSporT objects from it
based solely on the rendezvous information available: the calling party number and the called number. Because the storage of PASSporTs in this architecture is indexed
by the called party number, it makes sense to discover a CPS based on the called party number as well.
There are a number of potential service discovery mechanisms that could be used for
this purpose. The means of service discovery may vary by use case.
	</t><t>
      </t>
      <t>
 Although the discussion above is written largely in terms of a single CPS, having a significant fraction of all telephone calls result in storing and retrieving PASSporTs at a single monolithic CPS
    has obvious scaling problems, and would as well allow the CPS to
    gather metadata about a very wide set of callers and callees.  These issues can be alleviated by operational models with a
   federated CPS; any service discovery mechanism for out-of-band STIR
should enable federation of the CPS function. Likely models include ones
   where a carrier operates one or more CPS instances on behalf of its customers, enterprises run
an enterprise runs a CPS instance on behalf of their its PBX users, or where a third-party service providers offer provider
offers a CPS as a cloud service.
   </t><t>
      </t>
      <t>
   Some service discovery possibilities under consideration include the following:
      <list><t>
      </t>
      <ul empty="true" spacing="normal">
        <li>
   For some deployments in closed (e.g. intranetwork) (e.g., intra-network) environments, the CPS location can simply
   be provisioned in implementations, obviating the need for a discovery protocol.
          </t><t>
          </li>
        <li>
   If a credential lookup service is already available (see <xref target="lookup"/>), target="lookup" format="default"/>),
   the CPS location can also be recorded in the callee's credentials;
an extension to <xref target="RFC8226"/> could target="RFC8226" format="default"/> could, for example example,
provide a link to the location of the CPS
   where PASSporTs should be stored for a destination.
   </t><t>
   </li>
        <li>
There exist a number of common directory systems that might be used to translate
telephone numbers into the URIs of a CPS.
<xref target="RFC6116">ENUM</xref> target="RFC6116" format="default">ENUM</xref> is commonly implemented,
though no "golden root" central ENUM administration exists that could be easily
reused today to help the endpoints discover a common CPS. Other protocols associated
with queries for telephone numbers, such as the
<xref target="I-D.ietf-modern-teri">TeRI</xref> protocol, target="I-D.ietf-modern-teri" format="default">Telephone-Related Information (TeRI) protocol</xref>,
could also serve for this application.
	</t><t>
	</li>
        <li>
Another possibility is to use a single distributed service for this function.
<xref target="I-D.jennings-vipr-overview">VIPR</xref> target="I-D.jennings-vipr-overview" format="default">Verification Involving PSTN Reachability (VIPR)</xref> proposed a
<xref target="RFC6940">RELOAD</xref> target="RFC6940" format="default">REsource LOcation And Discovery (RELOAD)</xref> usage for telephone numbers to help direct calls to enterprises on the Internet. It would be possible to describe a similar RELOAD usage
to identify the CPS where calls for a particular telephone number should be stored.
One advantage that the STIR architecture has over VIPR is that it assumes a credential system
that proves authority over telephone numbers; those credentials could be used to determine
whether or not a CPS could legitimately claim to be the proper store for a given telephone
number.
    </t></list></t><t>
    </li>
      </ul>
      <t>
This document does not prescribe any single way to do service discovery for a CPS;
it is envisioned that initial deployments will provision the location of the CPS
at the Authentication Service authentication service and Verification Service. verification service.
      </t>
    </section>
    <section anchor="lookup" title="Encryption numbered="true" toc="default">
      <name>Encryption Key Lookup"> Lookup</name>
      <t>
   In order to encrypt a PASSporT (see <xref target="stor"/>), target="stor" format="default"/>), the caller needs access to the callee's
   public encryption key. Note that because STIR uses ECDSA the Elliptic Curve Digital Signature Algorithm (ECDSA)
   for signing PASSporTs, the public key used to
   verify PASSporTs is not suitable for this function, and thus the encryption key
   must be discovered separately. This requires some sort
   of directory/lookup system.
   </t><t>
      </t>
      <t>
   Some initial STIR deployments have fielded certificate repositories so that verification services
can acquire the signing credentials for PASSporTs, which are linked through a URI in the "x5u" element of the PASSporT.
These certificate repositories could clearly be repurposed for allowing authentication services to download
the public encryption key for the called party - -- provided they can be discovered by calling parties.
   This document does not specify any
   particular discovery scheme, but instead offers some general guidance about potential approaches.
	     	  	 </t><t>
      </t>
      <t>
   It is a desirable property that the public encryption key for a given party
be linked to their STIR credential. An <xref target="RFC7748">ECDH</xref> target="RFC7748" format="default">Elliptic Curve Diffie-Hellman (ECDH)</xref>
public-private key pair might be generated for a
<xref target="I-D.ietf-tls-subcerts">subcert</xref> target="I-D.ietf-tls-subcerts" format="default">subcert</xref> of the STIR credential.
That subcert could be looked up along with the STIR credential of the called party.
Further details of this subcert, and the exact lookup mechanism involved, are deferred for future protocol work.
   </t><t>
      </t>
      <t>
   Obviously, if there is a single central database that the caller and
   callee each access in real time to download the other's
   keys, then this represents a real privacy risk, as the central
   key database learns about each call.  A number of mechanisms are
   potentially available to mitigate this:
   	</t><t><list><t>
      </t>
      <ul empty="true" spacing="normal">
        <li>
 Have endpoints pre-fetch keys for potential counterparties
      (e.g., their address book or the entire database).
	  	 </t><t>
	  	 </li>
        <li>
  Have caching servers in the user's network that proxy their
      fetches and thus conceal the relationship between the user and the
      keys they are fetching.
	</t></list></t><t>
	</li>
      </ul>
      <t>
  Clearly, there is a privacy/timeliness tradeoff trade-off in that getting
    up-to-date knowledge about credential validity requires
   contacting the credential directory in real-time (e.g., via the
   <xref target="RFC2560">OCSP</xref>). target="RFC6960" format="default">Online Certificate Status Protocol (OCSP)</xref>).
   This is somewhat mitigated for the caller's credentials in that he
   can get short-term credentials right before placing a call which only
   reveals his calling rate, but not who he is calling.  Alternately,
   the CPS can verify the caller's credentials via OCSP, though of
   course this requires the callee to trust the CPS's verification.
   This approach does not work as well for the callee's credentials, but
   the risk there is more modest since an attacker would need to both
   have the callee's credentials and regularly poll the database for
   every potential caller.
   	     	  	 </t><t>
      </t>
      <t>
   We consider the exact best point in the tradeoff trade-off space to be an open
   issue.
      </t>
    </section>
    <section anchor="Acknowledgments" title="Acknowledgments">
      <t>The ideas
   in this document come out of discussions with Richard Barnes and Cullen
   Jennings. We'd also like to thank Russ Housley, Chris Wendt, Eric Burger, Mary Barnes, Ben Campbell, Ted Huang,
          Jonathan Rosenberg and Robert Sparks for helpful suggestions.</t>
    </section>

    <section anchor="IANA" title="IANA Considerations"> numbered="true" toc="default">
      <name>IANA Considerations</name>
      <t>This memo includes document has no request to IANA.</t> IANA actions.</t>
    </section>
    <section anchor="priv" title="Privacy Considerations"> numbered="true" toc="default">
      <name>Privacy Considerations</name>
      <t>
    Delivering PASSporTs out-of-band offers a different set of privacy properties
than traditional in-band STIR. In-band operations convey
PASSporTs as headers in SIP messages in cleartext, which any
forwarding intermediaries can potentially inspect. By contrast, out-of-band
    STIR stores these PASSporTs at a service after encrypting them
as described in <xref target="authz"/>, target="authz" format="default"/>, effectively creating a path
    between the authentication and verification service in which the CPS
is the sole intermediary, but the CPS cannot read the PASSporTs.
    Potentially, out-of-band PASSporT delivery could thus improve on the privacy story of STIR.
    </t><t>
      </t>
      <t>
    The principle actors in the operation of out-of-band are the
AS, VS, and CPS. The
AS and VS functions differ from baseline behavior <xref target="RFC8224"/> behavior, target="RFC8224" format="default"/>,
in that they interact with an a CPS over a non-SIP interface,
of which the REST interface in <xref target="web"/> target="web" format="default"/> serves as an example.
Some out-of-band deployments may also require a discovery service for the
CPS itself (<xref target="cps"/>) target="cps" format="default"/>) and/or encryption keys
(<xref target="lookup"/>). target="lookup" format="default"/>). Even with encrypted PASSporTs,
the network interactions by which the AS and VS interact with the CPS, and
to a lesser extent any discovery services, thus create potential opportunities
for data leakage about calling and called parties.
    </t><t>
      </t>
      <t>
    The process of storing and retrieving PASSporTs at a CPS can itself
reveal information about calls being placed. The mechanism takes
    care not to require that the AS authenticate itself to the CPS,
relying instead on a blind signature mechanism for flood control prevention.
<xref target="sub"/> target="sub" format="default"/>
    discusses the practice of storing "dummy" PASSporTs at random intervals
to thwart traffic analysis, and as <xref target="vs"/> target="vs" format="default"/> notes, a CPS is required to
    return a dummy PASSporT even if there is no PASSporT indexed for
that calling number, which similarly enables the retrieval side to
    randomly request PASSporTs when there are no calls in progress.
These measures can help to mitigiate mitigate information disclosure in the system.
In implementations that require service discovery
(see <xref target="cps"/>), target="cps" format="default"/>), perhaps through key discovery
(<xref target="lookup"/>), target="lookup" format="default"/>), similar measures could be used
to make sure that service discovery does not itself disclose information about calls.
    </t><t>
      </t>
      <t>
    Ultimately, this document only provides a framework for future implementation
of out-of-band systems, and the privacy properties of a given implementation will
depend on architectural assumptions made in those environments. More closed
systems for intranet operations may adopt a weaker security posture but
otherwise mitigate the risks of information disclosure, where whereas more open environment environments
will require careful implementation of the practices described here.
    </t><t>
      </t>
      <t>
    For general privacy risks associated with the operations of STIR,
also see the Privacy Considerations of privacy considerations covered in <xref target="RFC8224"/>. target="RFC8224" section="11" sectionFormat="of" format="default"/>.
      </t>
    </section>
    <section anchor="Security" title="Security Considerations"> numbered="true" toc="default">
      <name>Security Considerations</name>
      <t>This entire document is about security, but the detailed security
   properties will vary depending on how the framework is applied and deployed. General guidance for dealing
      with the most obvious security challenges posed by this framework is given in
Sections <xref target="sec"/> target="sec" format="counter"/> and <xref target="sub"/>, target="sub" format="counter"/>,
along proposed solutions for problems like denial-of-service attacks or traffic analysis against the CPS.</t>
      <t>Although there are considerable security challenges associated with
widespread deployment of a public CPS, those must be weighed against the
potential usefulness of a service that delivers a STIR assurance without
requiring the passage of end-to-end SIP. Ultimately, the security properties
of this mechanism are at least comparable to in-band
  STIR: the substitution attack documented in <xref target="sub"/> target="sub" format="default"/>
could be implemented by any in-band SIP intermediary or eavesdropper who
happened to see the PASSporT in transit, say, and launch launched its own call with a
copy of that PASSporT to race against the original to the destination.
      </t>
    </section>
  </middle>

  <back>

<displayreference target="I-D.ietf-stir-passport-divert" to="PASSPORT-DIVERT"/>
<displayreference target="I-D.ietf-modern-teri" to="MODERN-TERI"/>
<displayreference target="I-D.ietf-tls-subcerts" to="TLS-SUBCERTS"/>
<displayreference target="I-D.privacy-pass" to="PRIVACY-PASS"/>
<displayreference target="I-D.jennings-vipr-overview" to="VIPR-OVERVIEW"/>

    <references>
      <name>Informative References</name>
      <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.2119.xml"/>
      <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.6960.xml"/>
      <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.5636.xml"/>
      <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.7340.xml"/>
      <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.7258.xml"/>
      <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.3261.xml"/>
      <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.6116.xml"/>
      <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.6940.xml"/>
      <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.7748.xml"/>
      <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.8224.xml"/>
      <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.8225.xml"/>
      <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.8226.xml"/>
      <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.8174.xml"/>
      <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.8446.xml"/>

<!--  [I-D.draft-ietf-stir-passport-divert] IANA state as of Sep 28 -->
      <xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml3/reference.I-D.ietf-stir-passport-divert.xml"/>

<!--  *****BACK MATTER *****  [I-D.draft-ietf-modern-teri] WG doc expired 2018 December -->

  <back>
      <xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml3/reference.I-D.ietf-modern-teri.xml"/>

<!-- References split into informative and normative  [I-D.draft-ietf-tls-subcerts] Active WG document, expires 2020 Dec -->
      <xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml3/reference.I-D.ietf-tls-subcerts.xml"/>

<!-- There are 2 ways to insert reference entries from the citation libraries:
    1. define an ENTITY at the top,  [I-D.draft-privacy-pass] Individual draft expired 2020 May -->
      <xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml3/reference.I-D.privacy-pass.xml"/>

<!--  [I-D.draft-jennings-vipr-overview] Individual draft expired 2014 June -->
      <xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml3/reference.I-D.jennings-vipr-overview.xml"/>

<reference anchor='REST'>
   <front>
      <title>Architectural Styles and use "ampersand character"RFC2629; here (as shown)
    2. simply use a PI "less than character"?rfc include="reference.RFC.2119.xml"?> here
       (for I-Ds: include="reference.I-D.narten-iana-considerations-rfc2434bis.xml")

    Both are cited textually in the same manner: by using xref elements.
    If you use the PI option, xml2rfc will, by default, try to find included files Design of Network-based Software Architectures,
             Chapter 5: Representational State Transfer</title>
       <author initials='R' surname='Fielding' fullname="Roy Fielding">
          <organization />
       </author>
       <date year='2010' />
    </front>
    <seriesInfo name='Ph.D. Dissertation,' value='University of California, Irvine' />
    <format type="pdf" target='http://www.ics.uci.edu/~fielding/pubs/dissertation/fielding_dissertation.pdf'/>
</reference>

    </references>

    <section anchor="Acknowledgments" numbered="false" toc="default">
      <name>Acknowledgments</name>
      <t>The ideas
   in the same
    directory as the including file. You can also define the XML_LIBRARY environment variable
    with a value containing a set this document came out of directories discussions with <contact fullname="Richard Barnes"/> and
   <contact fullname="Cullen Jennings"/>. We'd also like to search.  These can be either in the local
    filing system or remote ones accessed by http (http://domain/dir/... ).-->

    <references title="Informative References">
&RFC2119;
&RFC2560;
&RFC5636;
&RFC7340;
&RFC7258;
&RFC3261;
&RFC6116;
&RFC6940;
&RFC7748;
&RFC8224;
&RFC8225;
&RFC8226;
&RFC8174;
&RFC8446;
&I-D.ietf-stir-passport-divert;
&I-D.ietf-modern-teri;
&I-D.ietf-tls-subcerts;
&I-D.privacy-pass;
&I-D.jennings-vipr-overview;

    </references> thank
   <contact fullname="Russ Housley"/>, <contact fullname="Chris Wendt"/>,
   <contact fullname="Eric Burger"/>, <contact fullname="Mary Barnes"/>,
   <contact fullname="Ben Campbell"/>, <contact fullname="Ted Huang"/>,
   <contact fullname="Jonathan Rosenberg"/>, and <contact fullname="Robert Sparks"/>
   for helpful suggestions.</t>
    </section>
  </back>
</rfc>