<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.27 (Ruby 3.0.0) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-hardman-verifiable-voice-protocol-06" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.28.0 -->
  <front>
    <title abbrev="VVP">Verifiable Voice Protocol</title>
    <seriesInfo name="Internet-Draft" value="draft-hardman-verifiable-voice-protocol-06"/>
    <author fullname="Daniel Hardman">
      <organization>Provenant, Inc</organization>
      <address>
        <email>daniel.hardman@gmail.com</email>
      </address>
    </author>
    <date year="2026" month="March" day="18"/>
    <keyword>voip</keyword>
    <keyword>telecom</keyword>
    <keyword>telco</keyword>
    <keyword>telephone number</keyword>
    <keyword>vetting</keyword>
    <keyword>KYC</keyword>
    <abstract>
      <?line 146?>

<t>Verifiable Voice Protocol (VVP) authenticates and authorizes organizations and individuals making and/or receiving telephone calls. This eliminates trust gaps that malicious parties exploit. Like related technologies such as SHAKEN, RCD, and BCID, VVP uses STIR to bind cryptographic evidence to a SIP INVITE, and verify this evidence downstream. VVP can also let evidence flow the other way, proving things about the callee. VVP builds from different technical and governance assumptions than alternatives, and uses richer, stronger evidence. This allows VVP to cross jurisdictional boundaries easily and robustly. It also makes VVP simpler, more decentralized, cheaper to deploy and maintain, more private, more scalable, and higher assurance. Because it is easier to adopt, VVP can plug gaps or build bridges between other approaches, functioning as glue in hybrid ecosystems. For example, it may justify an A attestation in SHAKEN, or an RCD passport for branded calling, when a call originates outside SHAKEN or RCD ecosystems. VVP also works well as a standalone mechanism, independent of other solutions. An extra benefit is that VVP enables two-way evidence sharing with verifiable text and chat (e.g., RCS and vCon), as well as with other industry verticals that need verifiability in non-telco contexts.</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        The latest revision of this draft can be found at <eref target="https://dhh1128.github.io/vvp/draft-hardman-verifiable-voice-protocol.html"/>.
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-hardman-verifiable-voice-protocol/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/dhh1128/vvp"/>.</t>
    </note>
  </front>
  <middle>
    <?line 150?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>When we get phone calls, we want to know who's calling, and why. Often, we want similar information when we <em>make</em> calls as well, to confirm that we've truly reached who we intend. Strangers abuse expectations in either direction, far too often.</t>
      <t>Regulators have mandated protections, and industry has responded. However, existing solutions have several drawbacks:</t>
      <ul spacing="normal">
        <li>
          <t>Assurance of callers derives only from the signatures of originating service providers, with no independently verifiable proof of what they assert.</t>
        </li>
        <li>
          <t>Proving the identity of the callee is not supported.</t>
        </li>
        <li>
          <t>Each jurisdiction has its own governance and its own set of signers. Sharing information across boundaries is fraught with logistical and regulatory problems.</t>
        </li>
        <li>
          <t>Deployment and maintenance costs are high.</t>
        </li>
        <li>
          <t>Market complexities such as the presence of aggregators, wholesalers, and call centers that proxy a brand are difficult to model safely.</t>
        </li>
        <li>
          <t>What might work for enterprises offers few benefits and many drawbacks for individual callers.</t>
        </li>
      </ul>
      <t>VVP solves these problems by applying crucial innovations in evidence scope, evidence format, and vetting mechanisms. These innovations profoundly upgrade what is provable in an ecosystem, as well as what is cacheable and what must be centralized. However, they have only subtle effects on the content of a STIR PASSporT, so they are explored outside this spec.</t>
    </section>
    <section anchor="conventions-and-definitions">
      <name>Conventions and Definitions</name>
      <t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>
      <?line -18?>

</section>
    <section anchor="overview">
      <name>Overview</name>
      <t>Fundamentally, VVP requires identified parties (callers and/or callees) to curate a dossier (<xref target="TOIP-DOSSIER"/>) of stable evidence that proves things about them. This is done once or occasionally, in advance, as a configuration precondition. Then, for each call, participants decide whether to share this evidence. Callers share evidence by creating an ephemeral STIR-compatible VVP PASSporT (<xref target="RFC8225"/>) that cites (<xref format="counter" target="citing"/>) their preconfigured dossier. This passport travels along the delivery route as an <tt>Identity</tt> header in a SIP INVITE. Callees share evidence by adding an analogous passport to an attribute line in the SDP <xref target="RFC8866"/> body of their SIP response. This passes a signed citation to their dossier in the other direction. Verifiers anywhere along the route check the citation(s) and corresponding dossier(s), including realtime revocation status, to make decisions (<xref format="counter" target="verifying"/>).</t>
      <t>A VVP call may carry assurance in either or both directions. Compliant implementations may choose to support only assurance about the caller, only assurance about the callee, or both.</t>
      <section anchor="roles">
        <name>Roles</name>
        <t>Understanding the workflow in VVP requires a careful definition of roles related to the protocol. The terms that follow have deep implications for the mental model, and their meaning in VVP may not match casual usage.</t>
        <section anchor="callee">
          <name>Callee</name>
          <t>For a given phone call, a <em>callee</em> receives the SIP INVITE. Typically one callee is targeted, but multiparty SIP flows allow INVITEs to multiple callees, either directly or via a conference server (see <xref target="RFC4353"/> and <xref target="RFC4575"/>). A callee can be an individual consumer or an organization. The direct service provider of the callee is the <em>terminating service provider</em> (<em>TSP</em>). In many use cases for VVP, callers attempt to prove things to callees, and callees and their service providers use VVP primarily with a verifier mindset. However, enterprises or call centers that accept inbound calls from individuals may want assurance to flow the other direction; hence, VVP supports optional evidence about callees as well.</t>
        </section>
        <section anchor="OP">
          <name>Originating Party</name>
          <t>An <em>originating party</em> (<em>OP</em>) controls the first <em>session border controller</em> (<em>SBC</em>) that processes an outbound call, and therefore builds the VVP passport that cites evidence about the caller.</t>
          <t>It may be tempting to equate the OP with "the caller", and in some perspectives this could be true. However, this simple equivalence lacks nuance and doesn't always hold. In a VVP context, it is more accurate to say that the OP creates a SIP INVITE <xref target="RFC3261"/> with explicit, provable authorization from the party accountable for calls on the originating phone number. The OP originates the VVP protocol, but not always the call on the handset.</t>
          <t>It may also be tempting to associate the OP with an organizational identity like "Company X". While this is not wrong, the precise cryptographic identity of an OP should be narrower. It typically corresponds to a single service operated by an IT department within (or outsourced but operating at the behest of) Company X, rather than to Company X generically. This narrowness limits cybersecurity risk, because a single service operated by Company X needs far fewer privileges than the company as a whole. Failing to narrow identity appropriately creates vulnerabilities in some alternative approaches. The evidence securing VVP <bcp14>MUST</bcp14> therefore prove a valid relationship between the OP's narrow identity and the broader legal entities that stakeholders more naturally assume and understand.</t>
          <t>The service provider associated with an OP is called the <em>originating service provider</em> (<em>OSP</em>). For a given phone call, there may be complexity between the hardware that begins a call and the SBC of the OP -- and there may also be many layers, boundaries, and transitions between OSP and TSP.</t>
        </section>
        <section anchor="AP">
          <name>Accountable Party</name>
          <t>For a given call, the <em>accountable party</em> (<em>AP</em>) is the organization or individual that has the right to use the originating phone number, according to the regulator of that number. When a callee asks, "Who's calling?", they have little interest in the technicalities of the OP, and it is almost always the AP that they want to identify. The AP is accountable for the call, and thus "the caller", as far as the regulator and the callee are concerned.</t>
          <t>APs can operate their own SBCs and therefore be their own OPs. However, APs can also use a UCaaS provider that makes the AP-OP relationship indirect. Going further, a business can hire a call center, and delegate to the call center the right to use its phone number. In such a case, the business is the AP, but the call center is the OP that makes calls on its behalf. None of these complexities alter the fact that, from the callee's perspective, the AP is "the caller". The callee chooses to answer or not, based on their desire to interact with the AP. If the callee's trust is abused, the regulator and the callee both want to hold the AP accountable.</t>
          <t>In order to verify a caller, VVP requires an AP to prepare a dossier of evidence that documents a basis for imposing this accountability on them. Only the owner of a given dossier can prove they intend to initiate a VVP call that cites their dossier. Therefore, if a verifier confirms that a particular call properly matches its dossier, the verifier is justified in considering the owner of that dossier the AP for the call. Otherwise, someone is committing fraud. Accountability, and the basis for it, are both unambiguous.</t>
        </section>
        <section anchor="VP">
          <name>Verified Party</name>
          <t>A <em>verified party</em> (<em>VP</em>) is a party that uses VVP to prove assertions about itself and its delegation decisions. When VVP provides assurance about callers, the AP is a VP. When VVP provides assurance about callees, the callee is a VP. Some characteristics of proxies, delegates, and service providers may be proved by a dossier, but these parties are not VPs. They don't create dossiers, and dossiers are not focused on them.</t>
        </section>
        <section anchor="verifier">
          <name>Verifier</name>
          <t>A <em>verifier</em> is a party that wants to know who's calling or being called, and maybe why -- and that evaluates the answers to these questions by examining formal evidence. Callees, callers, TSPs, OSPs, government regulators, law enforcement doing lawful intercept, auditors, and even APs or OPs can be verifiers. Each may need to see different views of the evidence about a particular phone call, and it may be impossible to comply with various regulations unless these views are kept distinct -- yet each wants similar and compatible assurance.</t>
          <t>In addition to checking the validity of cryptographic evidence, the verifier role in VVP <bcp14>MAY</bcp14> also consider how that evidence matches business rules and external conditions. For example, a verifier can begin its analysis by deciding whether Call Center Y has the right, in the abstract, to make or receive calls on behalf of Organization X using a given phone number. However, VVP evidence allows a verifier to go further: it can also consider whether Y is allowed to exercise this right at the particular time of day when a call occurs, or in a particular jurisdiction, given the business purpose asserted in a particular call.</t>
        </section>
      </section>
      <section anchor="lifecycle">
        <name>Lifecycle</name>
        <t>VVP depends on three interrelated activities with evidence:</t>
        <ul spacing="normal">
          <li>
            <t>Curating</t>
          </li>
          <li>
            <t>Citing</t>
          </li>
          <li>
            <t>Verifying</t>
          </li>
        </ul>
        <t>Chronologically, evidence must be curated before it can be cited or verified. In addition, some vulnerabilities in existing approaches occur because evidence requirements are too loose. Therefore, understanding the nature of backing evidence, and how that evidence is created and maintained, is a crucial consideration for VVP.</t>
        <t>However, curating does not occur in realtime during phone calls, and is out of scope for a network protocol specification. Citing and verifying are the heart of VVP, and implementers will approach VVP from the standpoint of SIP flows <xref target="RFC3261"/>, <xref target="RFC5626"/>. Therefore, we leave the question of curation to separate document (for example, <xref target="TOIP-DOSSIER"/>).</t>
      </section>
    </section>
    <section anchor="citing">
      <name>Citing</name>
      <section anchor="citing-the-aps-dossier">
        <name>Citing the AP's dossier</name>
        <t>A VVP call that makes the caller verifiable begins when the OP (<xref format="counter" target="OP"/>) generates a new VVP passport <xref target="RFC8225"/> that complies with STIR <xref target="RFC8224"/> requirements. In its compact-serialized JWT <xref target="RFC7519"/> form, this passport is then passed as an <tt>Identity</tt> header in a SIP INVITE <xref target="RFC3261"/>. The passport <em>constitutes</em> lightweight, direct, and ephemeral evidence; it <em>cites</em> and therefore depends upon comprehensive, indirect, and long-lived evidence (the AP's dossier). Safely and efficiently citing stronger evidence in a dossier is one way that VVP differs from alternatives.</t>
        <section anchor="questions-answered-by-an-aps-passport">
          <name>Questions answered by an AP's passport</name>
          <t>The passport directly answers at least the following questions:</t>
          <ul spacing="normal">
            <li>
              <t>What is the cryptographic identity of the OP?</t>
            </li>
            <li>
              <t>How can a verifier determine the OP's key state at the time the passport was created?</t>
            </li>
            <li>
              <t>How can a verifier identify and fetch more evidence that connects the OP to the asserted AP?</t>
            </li>
            <li>
              <t>What brand attributes are asserted to accompany the call?</t>
            </li>
          </ul>
          <t>The first two answers come from the <tt>kid</tt> header. The third answer is communicated in the required <tt>evd</tt> claim. The fourth answer is communicated in the optional <tt>card</tt> and <tt>goal</tt> claims.</t>
          <t>More evidence can then be fetched to indirectly answer the following additional questions:</t>
          <ul spacing="normal">
            <li>
              <t>What is the legal identity of the AP?</t>
            </li>
            <li>
              <t>Does the AP have the right to use the originating phone number?</t>
            </li>
            <li>
              <t>Does the AP intend the OP to sign passports on its behalf?</t>
            </li>
            <li>
              <t>Does the AP have the right to use the brand attributes asserted for the call?</t>
            </li>
          </ul>
          <t>Dossiers can be further expanded to answer even more questions; such dynamic expansion of the scope of proof is compatible with but not specified by VVP.</t>
        </section>
        <section anchor="sample-passport">
          <name>Sample passport</name>
          <t>An example will help. In its JSON-serialized form, a typical VVP passport for an AP (with some long CESR-encoded hashes shortened by ellipsis for readability) might look like this:</t>
          <sourcecode type="json"><![CDATA[
{
  "header": {
    "alg": "EdDSA",
    "typ": "passport",
    "ppt": "vvp",
    "kid": "https://agentsrus.net/oobi/EMC.../agent/EAx..."
  },
  "payload": {
    "orig": {"tn": ["+33612345678"]},
    "dest": {"tn": ["+33765432109"]},
    "card": ["NICKNAME:Monde d'Exemples",
      "CHATBOT:https://example.com/chatwithus",
      "LOGO;HASH=EK2...;VALUE=URI:https://example.com/ico64x48.png"],
    "goal": "negotiate.schedule",
    "call-reason": "planifier le prochain rendez-vous",
    "evd": "https://fr.example.com/dossiers/E0F....cesr",
    "origId": "e0ac7b44-1fc3-4794-8edd-34b83c018fe9",
    "iat": 1699840000,
    "exp": 1699840030,
    "jti": "70664125-c88d-49d6-b66f-0510c20fc3a6"
  }
}
]]></sourcecode>
          <t>The semantics of the fields are:</t>
          <ul spacing="normal">
            <li>
              <t><tt>alg</tt> <em>(required)</em> <bcp14>MUST</bcp14> be either "EdDSA" (<xref target="RFC8032"/>, <xref target="FIPS186-4"/>), or (for post-quantum) "FN-DSA-512" or "FN-DSA-1024" (<xref target="FN-DSA"/>). Standardizing on best-in-class schemes prevents weaker cryptography from degrading the security guarantees of the ecosystem. The RSA, HMAC, and ES256 algorithms <bcp14>MUST NOT</bcp14> be used. (EdDSA is motivated by compatibility with the vLEI and its associated ACDC ecosystem, which currently uses the Montgomery-to-Edwards transformation.)</t>
            </li>
            <li>
              <t><tt>typ</tt> <em>(required)</em> Per <xref target="RFC8225"/>, <bcp14>MUST</bcp14> be "passport".</t>
            </li>
            <li>
              <t><tt>ppt</tt> <em>(required)</em> Per <xref target="RFC8225"/>, <bcp14>MUST</bcp14> identify the specific PASSporT type -- in this case, "vvp".</t>
            </li>
            <li>
              <t><tt>kid</tt> <em>(required)</em> <bcp14>MUST</bcp14> be the OOBI of an AID (<xref target="TOIP-KERI"/>) controlled by the OP (<xref format="counter" target="OP"/>). An OOBI is a special URL that facilitates ACDC's viral discoverability goals. It returns IANA content-type <tt>application/json+cesr</tt>, which provides some important security guarantees. The content for this particular OOBI <bcp14>MUST</bcp14> be a KEL (<xref target="TOIP-KERI"/>). Typically the AID in question does not identify the OP as a legal entity, but rather software running on or invoked by the SBC operated by the OP. (The AID that identifies the OP as a legal entity may be controlled by a multisig scheme and thus require multiple humans to create a signature. The AID for <tt>kid</tt> <bcp14>MUST</bcp14> be single-sig and, in the common case where it is not the legal entity AID, <bcp14>MUST</bcp14> have a delegate relationship with the legal entity AID that's proved through formal evidence.)</t>
            </li>
            <li>
              <t><tt>orig</tt> <em>(required)</em> Although VVP does not depend on SHAKEN, the format of this field <bcp14>MUST</bcp14> conform to SHAKEN requirements (<xref target="ATIS-1000074"/>), for interoperability reasons. It <bcp14>MUST</bcp14> also satisfy one additional constraint, which is that only one phone number is allowed. Despite the fact that a containing SIP INVITE may allow multiple originating phone numbers, only one can be tied to evidence evaluated by verifiers.</t>
            </li>
            <li>
              <t><tt>dest</tt> <em>(required)</em> For interoperability reasons, <bcp14>MUST</bcp14> conform to SHAKEN requirements.</t>
            </li>
            <li>
              <t><tt>card</tt> <em>(optional)</em> Contains one or more brand attributes. These are analogous to <xref target="RFC9796"/> or <xref target="CTIA-BCID"/> data, but differ in that they <bcp14>MUST</bcp14> be justified by evidence in the dossier. Because of this strong foundation that interconnects with formal legal identity, they can be used to derive other brand evidence (e.g., an RCD passport) as needed. Individual attributes <bcp14>MUST</bcp14> conform to the VCard standard <xref target="RFC6350"/>.</t>
            </li>
            <li>
              <t><tt>goal</tt> <em>(optional)</em> A machine-readable, localizable goal code, as described informally by <xref target="ARIES-RFC-0519"/>. If present, the dossier <bcp14>MUST</bcp14> prove that the OP is authorized by the AP to initiate calls with this particular goal.</t>
            </li>
            <li>
              <t><tt>call-reason</tt> <em>(optional)</em> A human-readable, arbitrary phrase that describes the self-asserted intent of the caller. This claim is largely redundant with <tt>goal</tt>; most calls will either omit both, or choose one or the other. Since <tt>call-reason</tt> cannot be analyzed or verified in any way, and since it may communicate in a human language that is not meaningful to the callee, use of this field is discouraged. However it is not formally deprecated. It is included in VVP to facilitate the construction of derivative RCD passports which have the property.</t>
            </li>
            <li>
              <t><tt>evd</tt> <em>(required)</em> <bcp14>MUST</bcp14> be the OOBI of a bespoke ACDC (the dossier, <xref target="TOIP-ACDC"/>) that constitutes a verifiable data graph of all evidence justifying belief in the identity and authorization of the AP, the OP, and any relevant delegations. This URL can be hosted on any convenient web server, and is somewhat analogous to the <tt>x5u</tt> header in X509 contexts. See below for details.</t>
            </li>
            <li>
              <t><tt>origId</tt> <em>(optional)</em> Follows SHAKEN semantics.</t>
            </li>
            <li>
              <t><tt>iat</tt> <em>(required)</em> Follows standard JWT semantics (see <xref target="RFC7519"/>).</t>
            </li>
            <li>
              <t><tt>exp</tt> <em>(required)</em> Follows standard JWT semantics. As this sets a window for potential replay attacks between the same two phone numbers, a recommended expiration <bcp14>SHOULD</bcp14> be 15 seconds (just long enough for an INVITE to be routed and trigger ringing on a handset), and <bcp14>MUST NOT</bcp14> exceed 60 seconds.</t>
            </li>
            <li>
              <t><tt>jti</tt> <em>(optional)</em> Follows standard JWT semantics.</t>
            </li>
          </ul>
        </section>
      </section>
      <section anchor="citing-a-callees-dossier">
        <name>Citing a callee's dossier</name>
        <t>Optionally, evidence in VVP can also flow from callee to caller. For privacy reasons, individuals who receive phone calls may choose not to use VVP in this way. However, enterprises and call centers may find it useful as a reassurance to their customers about who they've reached.</t>
        <t>In such cases, the callee must have curated a dossier. The format of the callee dossier is identical in schema to that used by a caller. It may therefore introduce evidence of the callee's legal identity, right to use a brand, right to use a TN, delegated authority to a call center proxy or an AI, and so forth. (A callee's dossier might differ in one minor way that doesn't affect the schema: it could prove the right to use a TN that has a DNO flag.)</t>
        <t>A reference to the callee's dossier is conveyed by adding a special <tt>a=callee-passport:X</tt> attribute line to the SDP <xref target="RFC8866"/> body of the callee's <tt>200 OK</tt> response. (Optionally, the lines <bcp14>MAY</bcp14> also be added to a <tt>180 Ringing</tt> response, to make the callee verifiable earlier, but it <bcp14>MUST</bcp14> appear on the <tt>200 OK</tt> response.) The value of this line is a JWT in compact form, with the <tt>;type=vvp</tt> suffix. This is exactly compliant with the format used by callers to convey VVP passports in <tt>Identity</tt> headers. However, <tt>Identity</tt> headers are not used for callees because existing SIP tooling does not expect or preserve <tt>Identity</tt> headers on responses. Furthermore, the identity of a callee is primarily of interest to the caller, who is willing to parse the SDP body; it does not need the same full-route auditability as the identity of a caller.</t>
        <t>Although dossiers are identical in either direction, the callee JWT has a slightly different schema than a caller's VVP passport. The headers of the JWT match, but <tt>kid</tt> contains the OOBI of the callee, not of the OP. Two new claims are added to the JWT payload: <tt>call-id</tt> and <tt>cseq</tt>. These <bcp14>MUST</bcp14> contain the values of the <tt>Call-ID</tt> and <tt>CSeq</tt> values on the preceding SIP INVITE. The <tt>iat</tt> claim <bcp14>MUST</bcp14> also be present and <bcp14>MUST</bcp14> contain a value from the system clock of the callee. The <tt>exp</tt> field <bcp14>MAY</bcp14> also be present and use a value chosen by the callee; if it is missing, this communicates the callee's intention to impose no new timeout logic on the call. The <tt>evd</tt> field <bcp14>MUST</bcp14> also be present, and <bcp14>MUST</bcp14> contain the OOBI of the callee's dossier. The <tt>card</tt> and <tt>goal</tt> claims are also allowed. Other claims <bcp14>MAY</bcp14> be present, but <bcp14>MUST</bcp14> be ignored by compliant implementations that do not understand them. (Because the callee references the specific SIP dialog via <tt>call-id</tt> and <tt>cseq</tt>, there is no point in repeating fields that describe the dialog, like <tt>orig</tt>, <tt>dest</tt>, and so forth.)</t>
      </section>
    </section>
    <section anchor="verifying">
      <name>Verifying</name>
      <section anchor="verifying-the-caller">
        <name>Verifying the caller</name>
        <section anchor="algorithm">
          <name>Algorithm</name>
          <t>When a verifier encounters a VVP passport, they <bcp14>SHOULD</bcp14> verify by using an algorithm similar to the following. Optimizations may combine or reorder operations, but <bcp14>MUST</bcp14> achieve all of the same guarantees, in order to be compliant implementations.</t>
          <ol spacing="normal" type="1"><li>
              <t>Analyze the <tt>iat</tt> and <tt>exp</tt> claims to evaluate timing. Confirm that <tt>exp</tt> is greater than <tt>iat</tt> and also greater than the reference time for analysis (e.g., <em>now</em>), and that <tt>iat</tt> is close enough to the reference time to satisfy the verifier's tolerance for replays. (A replay attack would have to call from the same <tt>orig</tt> to the same <tt>dest</tt> with the same <tt>iat</tt>, within whatever window the verifier accepts. Thirty seconds is a recommended default value.)</t>
            </li>
            <li>
              <t>Confirm that the <tt>orig</tt>, <tt>dest</tt>, and <tt>iat</tt> claims match contextual observations and other SIP metadata. That is, the passport appears aligned with what is known about the call from external sources.</t>
            </li>
            <li>
              <t>Extract the <tt>kid</tt> header.</t>
            </li>
            <li>
              <t>Fetch the key state for the OP at the reference time from the OOBI in <tt>kid</tt>. Caches may be used to optimize this, as long as they meet the freshness requirements of the verifier.</t>
            </li>
            <li>
              <t>Use the public key of the OP to verify that the signature on the passport is valid for that key state. On success, the verifier knows that the OP is at least making an assertion about the identity and authorizations of the AP. (When reference time is now, this is approximately the level of assurance provided by existing alternatives to VVP.)</t>
            </li>
            <li>
              <t>Extract the <tt>evd</tt> field, which references the dossier that constitutes backing evidence.</t>
            </li>
            <li>
              <t>Use the SAID (<xref target="TOIP-CESR"/>) of the dossier as a lookup key to see whether the dossier has already been fully validated. Since dossiers are highly stable, caching dossier validations is recommended.</t>
            </li>
            <li>
              <t>If the dossier requires full validation, perform it. Validation includes checking the signature on each ACDC in the dossier's data graph against the key state of its respective issuer at the time the issuance occurred. Key state is proved by the KEL (<xref target="TOIP-KERI"/>), and checked against independent witnesses.  </t>
              <t>
Issuance is recorded explicitly in the KEL's overall event sequence, so this check does not require guesses about how to map issuance timestamps to key state events. Subsequent key rotations do not invalidate this analysis.  </t>
              <t>
Validation also includes comparing data structure and values against the declared schema, plus a full traversal of all chained cryptographically verifiable evidence, back to the root of trust for each artifact. The verifier <bcp14>MUST</bcp14> accept the root of trust as a valid authority on the vital question answered by each credential that depends upon it. The correct relationships among evidence artifacts <bcp14>MUST</bcp14> also be checked (e.g., proving that the issuer of one piece is the issuee of another piece).</t>
            </li>
            <li>
              <t>Check to see whether the revocation status of the dossier and each item it depends on has been tested recently enough, at the reference time, to satisfy the verifier's freshness requirements. If no, check for revocations anywhere in the data graph of the dossier. Revocations are not the same as key rotations. They can be checked much more quickly than doing a full validation. Revocation checks can also be cached, possibly with a different freshness threshold than the main evidence.</t>
            </li>
            <li>
              <t>Assuming that the dossier is valid and has no breakages due to revocation, confirm that the OP is authorized to sign the passport. If there is no delegation evidence, the AP and the OP <bcp14>MUST</bcp14> be identical, and the OP <bcp14>MUST</bcp14> be the issuee of the identity credential; otherwise, the OP <bcp14>MUST</bcp14> be the issuee of a delegated signing credential for which the issuer is the AP.</t>
            </li>
            <li>
              <t>Extract the <tt>orig</tt> field and compare it to the TNAlloc credential cited in the dossier to confirm that the AP (<xref format="counter" target="AP"/>) -- or, if OP is not equal to AP and OP is using their own number, the OP (<xref format="counter" target="OP"/>) -- has the right to originate calls with this number.</t>
            </li>
            <li>
              <t>If the passport includes non-null values for the optional <tt>card</tt> claim, extract that information and check that the brand attributes claimed for the call are justified by a brand credential in the dossier.</t>
            </li>
            <li>
              <t>Check any business logic. For example, if the passport includes a non-null value for the optional <tt>goal</tt> claim, confirm that the verifier is willing to accept a call with that goal. Or, if the delegated signer credential says that the OP can only call on behalf of the AP during certain hours, or in certain geos, check those attributes of the call.</t>
            </li>
          </ol>
        </section>
      </section>
      <section anchor="verifying-the-callee">
        <name>Verifying the callee</name>
        <t>The callee is verified with an algorithm that <bcp14>MAY</bcp14> be optimized but <bcp14>MUST</bcp14> achieve the same security guarantees as this:</t>
        <ol spacing="normal" type="1"><li>
            <t>Confirm that the <tt>call-id</tt> and <tt>cseq</tt> claims match the values of <tt>Call-ID</tt> and <tt>CSeq</tt> from the preceding SIP INVITE.</t>
          </li>
          <li>
            <t>Confirm that the <tt>iat</tt> claim matches contextual observations and other SIP metadata. That is, the timing described by the callee appears aligned with what is known about the call from external sources.</t>
          </li>
          <li>
            <t>If the <tt>exp</tt> claim is present, analyze the <tt>iat</tt> and <tt>exp</tt> claims to evaluate timeout.</t>
          </li>
          <li>
            <t>Extract the <tt>kid</tt> header.</t>
          </li>
          <li>
            <t>Fetch the key state for the callee at the reference time from the OOBI in <tt>kid</tt>. Caches may be used to optimize this, as long as they meet the freshness requirements of the verifier.</t>
          </li>
          <li>
            <t>Use the public key of the callee to verify that the signature on the passport is valid for that key state.</t>
          </li>
          <li>
            <t>Extract the <tt>evd</tt> field, which references the dossier that constitutes backing evidence.</t>
          </li>
          <li>
            <t>Use the SAID (<xref target="TOIP-CESR"/>) of the dossier as a lookup key to see whether the dossier has already been fully validated. Since dossiers are highly stable, caching dossier validations is recommended.</t>
          </li>
          <li>
            <t>Confirm that the dossier was signed (issued) by the same AID that appears in the <tt>kid</tt> header.</t>
          </li>
          <li>
            <t>If the dossier requires full validation, perform it.</t>
          </li>
          <li>
            <t>Check to see whether the revocation status of the dossier and each item it depends on has been tested recently enough, at the reference time, to satisfy the verifier's freshness requirements.</t>
          </li>
          <li>
            <t>Compare the callee's TN to the TNAlloc credential cited in the dossier to confirm that the callee has the right to accept calls at this number.</t>
          </li>
          <li>
            <t>If the passport includes non-null values for the optional <tt>card</tt> claim, extract that information and check that the brand attributes claimed for the call are justified by a brand credential in the dossier.</t>
          </li>
          <li>
            <t>Check any business logic. For example, if the passport includes a non-null value for the optional <tt>goal</tt> claim, and the preceding INVITE included a VVP passport that also declared a goal, confirm that the callee's and caller's goals overlap (one must be a subset of the other). Or, if the delegated signer credential says that a call center or an AI can accept calls during certain hours, or in certain geos, check those attributes of the call.</t>
          </li>
        </ol>
      </section>
      <section anchor="planning-for-efficiency">
        <name>Planning for efficiency</name>
        <t>A complete verification of either caller or callee passport, from scratch, is quite rigorous. With no caches, it may take several seconds, much like a thorough validation of a certificate chain. However, much VVP evidence is stable for long periods of time and lends itself to caching, subject to the proviso that revocation freshness must be managed wisely. Since the same dossier is used to add assurance to many calls -- perhaps thousands or millions of calls, for busy call centers -- and many dossiers will reference the same issuers and issuees and their associated key states and KELs (<xref target="TOIP-KERI"/>), caching will produce huge benefits.</t>
        <t>Furthermore, because SAIDs and their associated data (including links to other nodes in a data graph) have a tamper-evident relationship, any party can perform validation and compile their results, then share the data with verifiers that want to do less work. Validators like this are not oracles, because consumers of such data need not trust shared results blindly. They can always directly recompute some or all of it from a passport, to catch deception. However, they can do this lazily or occasionally, per their preferred balance of risk/effort.</t>
        <t><em>In toto</em>, these characteristics mean that no centralized registry is required in any given ecosystem. Data can be fetched directly from its source, across jurisdictional boundaries. Because it is fetched from its source, it comes with consent. Privacy can be tuned. Simple opportunistic, uncoordinated reuse (e.g., in or across the datacenters of TSPs) will arise spontaneously and will dramatically improve the scale and efficiency of the system.</t>
      </section>
      <section anchor="historical-analysis">
        <name>Historical analysis</name>
        <t>Normally, a verification algorithm determines whether the passport verifies <em>now</em>. (This is the only evaluation that's valid for most JWTs, because they depend on ephemeral key state fetched just in time from <tt>x5u</tt>). However, a VVP passport can do more. Its <tt>kid</tt> header references a KEL for the signer's AID (<xref target="TOIP-KERI"/>), and its <tt>evd</tt> header references a dossier issued by either the AID of the AP or the AID of the callee. Thence it connects to a KEL (<xref target="TOIP-KERI"/>). These data structures provide key state transitions that are timestamped -- both by the controllers of the AIDs, and by their independent witnesses. Although the timestamps are not guaranteed to be perfectly synchronized, they can be compared to establish rough transition times and to detect duplicity.</t>
        <t>Using this historical information, it becomes possible to ask whether a VVP passport would have verified at an arbitrary moment in the past. In such framings, the reference time from the verification algorithm is <em>then</em>, not <em>now</em>. In the normal case where <em>then</em> falls outside a fuzzy range, answers about key state are clear to all observers. In the rare cases where <em>then</em> falls inside a fuzzy range, a state transition was underway but not yet universally known, and a verifier can compute the key state (and thence, the outcome of the verification algorithm) according to their preferred interpretation.</t>
      </section>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>Complying with a specification may forestall certain easy-to-anticipate attacks. However, <em>it does not mean that vulnerabilities don't exist, or that they won't be exploited</em>. The overall assurance of VVP requires reasonable vigilance. Given that a major objective of VVP is to ensure security, implementers are strongly counseled to understand the underlying principles, the assumptions, and the ways that choices by their own or other implementations could introduce risk.</t>
      <t>Like most cryptographic mechanisms, VVP depends on the foundational assumption that human stakeholders will manage cryptographic keys carefully. VVP enforces this assumption more thoroughly than many existing solutions:</t>
      <ul spacing="normal">
        <li>
          <t>Parties that issue credentials <bcp14>MUST</bcp14> be identified with AIDs (<xref target="TOIP-KERI"/>) that use witnesses. This guarantees a non-repudiable, publicly accessible audit log of how their key state evolves, and it makes key rotation easy. It also offers compromise and duplicity detection. Via prerotation, it enables recovery from key compromise. AIDs can be upgraded to use quantum-proof signing algorithms without changing the identifier.</t>
        </li>
        <li>
          <t>Parties that issue credentials <bcp14>MUST</bcp14> do so using ACDCs (<xref target="TOIP-ACDC"/>) signed by their AID rather than a raw key. This makes evidence revocable. It also makes it stable across key rotation, and prevents retrograde attacks by allowing verifiers to map an issuance or revocation event to an unambiguous key state in the KEL (<xref target="TOIP-KERI"/>).</t>
        </li>
        <li>
          <t>Parties that issue credentials <bcp14>SHOULD</bcp14> employ threshold-based multi-signature schemes. This enhances security by distributing signing authority across multiple key holders, reducing the risk of single-point compromise. Threshold-based signatures ensure that no single key compromise undermines the system’s integrity while enabling controlled key recovery and rotation without disrupting credential validity.</t>
        </li>
      </ul>
      <t>Nonetheless, it is still possible to make choices that weaken the security posture of the ecosystem, including at least the following:</t>
      <ul spacing="normal">
        <li>
          <t>Sharing keys or controlling access to them carelessly</t>
        </li>
        <li>
          <t>Issuing credentials with a flimsy basis for trust</t>
        </li>
        <li>
          <t>Delegating authority to untrustworthy parties</t>
        </li>
        <li>
          <t>Delegating authority without adequate constraints</t>
        </li>
        <li>
          <t>Failing to fully verify evidence</t>
        </li>
      </ul>
      <t>Generally understood best practices in cybersecurity will avoid many of these problems. In addition, the following policies that are specific to VVP are strongly recommended:</t>
      <ol spacing="normal" type="1"><li>
          <t>Passports <bcp14>SHOULD</bcp14> have an aggressive timeout (e.g., 30 seconds). Signatures on passports are not anchored in a KEL, and must therefore be evaluated for age with respect to the time they were received. Overly old passports could be a replay attack (a purported second call with the same orig and dest numbers, using the same backing evidence, soon after the first.)</t>
        </li>
        <li>
          <t>Witnesses (which <bcp14>MUST</bcp14> be used) <bcp14>SHOULD</bcp14> be used in such a way that high availability is guaranteed, and in such a way that duplicity by the controller of an AID is detected. (Verifiers will be able to see the witness policy of each AID controller, and <bcp14>SHOULD</bcp14> decide for themselves whether the party is reliable, depending on what they observe.)</t>
        </li>
        <li>
          <t>Revocations <bcp14>SHOULD</bcp14> be timely, and the timeliness guarantees of issuers <bcp14>SHOULD</bcp14> be published.</t>
        </li>
        <li>
          <t>Watchers <bcp14>SHOULD</bcp14> propagate events to local caches with a low latency, and <bcp14>MUST</bcp14> provide information that allows verifiers to decide whether that latency meets their freshness requirements.</t>
        </li>
      </ol>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>This document defines a new SDP <xref target="RFC8866"/> session-level attribute:</t>
      <t>Attribute name:      callee-passport
   Long-form description: Contains a STIR-compatible passport that references a dossier of evidence about the callee's identity, brand, and related attributes. Used in 200 OK and/or 180 Ringing responses.
   Type of attribute:   session-level
   Subject to charset:  No
   Reference:           This document</t>
      <t>This specification also depends on OOBIs (<xref target="TOIP-KERI"/>) being served as web resources with IANA content type <tt>application/cesr</tt>.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC3261">
          <front>
            <title>SIP: Session Initiation Protocol</title>
            <author fullname="J. Rosenberg" initials="J." surname="Rosenberg"/>
            <author fullname="H. Schulzrinne" initials="H." surname="Schulzrinne"/>
            <author fullname="G. Camarillo" initials="G." surname="Camarillo"/>
            <author fullname="A. Johnston" initials="A." surname="Johnston"/>
            <author fullname="J. Peterson" initials="J." surname="Peterson"/>
            <author fullname="R. Sparks" initials="R." surname="Sparks"/>
            <author fullname="M. Handley" initials="M." surname="Handley"/>
            <author fullname="E. Schooler" initials="E." surname="Schooler"/>
            <date month="June" year="2002"/>
            <abstract>
              <t>This document describes Session Initiation Protocol (SIP), an application-layer control (signaling) protocol for creating, modifying, and terminating sessions with one or more participants. These sessions include Internet telephone calls, multimedia distribution, and multimedia conferences. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3261"/>
          <seriesInfo name="DOI" value="10.17487/RFC3261"/>
        </reference>
        <reference anchor="RFC4353">
          <front>
            <title>A Framework for Conferencing with the Session Initiation Protocol (SIP)</title>
            <author fullname="J. Rosenberg" initials="J." surname="Rosenberg"/>
            <date month="February" year="2006"/>
            <abstract>
              <t>The Session Initiation Protocol (SIP) supports the initiation, modification, and termination of media sessions between user agents. These sessions are managed by SIP dialogs, which represent a SIP relationship between a pair of user agents. Because dialogs are between pairs of user agents, SIP's usage for two-party communications (such as a phone call), is obvious. Communications sessions with multiple participants, generally known as conferencing, are more complicated. This document defines a framework for how such conferencing can occur. This framework describes the overall architecture, terminology, and protocol components needed for multi-party conferencing. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4353"/>
          <seriesInfo name="DOI" value="10.17487/RFC4353"/>
        </reference>
        <reference anchor="RFC4575">
          <front>
            <title>A Session Initiation Protocol (SIP) Event Package for Conference State</title>
            <author fullname="J. Rosenberg" initials="J." surname="Rosenberg"/>
            <author fullname="H. Schulzrinne" initials="H." surname="Schulzrinne"/>
            <author fullname="O. Levin" initials="O." role="editor" surname="Levin"/>
            <date month="August" year="2006"/>
            <abstract>
              <t>This document defines a conference event package for tightly coupled conferences using the Session Initiation Protocol (SIP) events framework, along with a data format used in notifications for this package. The conference package allows users to subscribe to a conference Uniform Resource Identifier (URI). Notifications are sent about changes in the membership of this conference and optionally about changes in the state of additional conference components. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4575"/>
          <seriesInfo name="DOI" value="10.17487/RFC4575"/>
        </reference>
        <reference anchor="RFC4648">
          <front>
            <title>The Base16, Base32, and Base64 Data Encodings</title>
            <author fullname="S. Josefsson" initials="S." surname="Josefsson"/>
            <date month="October" year="2006"/>
            <abstract>
              <t>This document describes the commonly used base 64, base 32, and base 16 encoding schemes. It also discusses the use of line-feeds in encoded data, use of padding in encoded data, use of non-alphabet characters in encoded data, use of different encoding alphabets, and canonical encodings. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4648"/>
          <seriesInfo name="DOI" value="10.17487/RFC4648"/>
        </reference>
        <reference anchor="RFC5626">
          <front>
            <title>Managing Client-Initiated Connections in the Session Initiation Protocol (SIP)</title>
            <author fullname="C. Jennings" initials="C." role="editor" surname="Jennings"/>
            <author fullname="R. Mahy" initials="R." role="editor" surname="Mahy"/>
            <author fullname="F. Audet" initials="F." role="editor" surname="Audet"/>
            <date month="October" year="2009"/>
            <abstract>
              <t>The Session Initiation Protocol (SIP) allows proxy servers to initiate TCP connections or to send asynchronous UDP datagrams to User Agents in order to deliver requests. However, in a large number of real deployments, many practical considerations, such as the existence of firewalls and Network Address Translators (NATs) or the use of TLS with server-provided certificates, prevent servers from connecting to User Agents in this way. This specification defines behaviors for User Agents, registrars, and proxy servers that allow requests to be delivered on existing connections established by the User Agent. It also defines keep-alive behaviors needed to keep NAT bindings open and specifies the usage of multiple connections from the User Agent to its registrar. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5626"/>
          <seriesInfo name="DOI" value="10.17487/RFC5626"/>
        </reference>
        <reference anchor="RFC5763">
          <front>
            <title>Framework for Establishing a Secure Real-time Transport Protocol (SRTP) Security Context Using Datagram Transport Layer Security (DTLS)</title>
            <author fullname="J. Fischl" initials="J." surname="Fischl"/>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla"/>
            <date month="May" year="2010"/>
            <abstract>
              <t>This document specifies how to use the Session Initiation Protocol (SIP) to establish a Secure Real-time Transport Protocol (SRTP) security context using the Datagram Transport Layer Security (DTLS) protocol. It describes a mechanism of transporting a fingerprint attribute in the Session Description Protocol (SDP) that identifies the key that will be presented during the DTLS handshake. The key exchange travels along the media path as opposed to the signaling path. The SIP Identity mechanism can be used to protect the integrity of the fingerprint attribute from modification by intermediate proxies. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5763"/>
          <seriesInfo name="DOI" value="10.17487/RFC5763"/>
        </reference>
        <reference anchor="RFC5764">
          <front>
            <title>Datagram Transport Layer Security (DTLS) Extension to Establish Keys for the Secure Real-time Transport Protocol (SRTP)</title>
            <author fullname="D. McGrew" initials="D." surname="McGrew"/>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla"/>
            <date month="May" year="2010"/>
            <abstract>
              <t>This document describes a Datagram Transport Layer Security (DTLS) extension to establish keys for Secure RTP (SRTP) and Secure RTP Control Protocol (SRTCP) flows. DTLS keying happens on the media path, independent of any out-of-band signalling channel present. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5764"/>
          <seriesInfo name="DOI" value="10.17487/RFC5764"/>
        </reference>
        <reference anchor="RFC8032">
          <front>
            <title>Edwards-Curve Digital Signature Algorithm (EdDSA)</title>
            <author fullname="S. Josefsson" initials="S." surname="Josefsson"/>
            <author fullname="I. Liusvaara" initials="I." surname="Liusvaara"/>
            <date month="January" year="2017"/>
            <abstract>
              <t>This document describes elliptic curve signature scheme Edwards-curve Digital Signature Algorithm (EdDSA). The algorithm is instantiated with recommended parameters for the edwards25519 and edwards448 curves. An example implementation and test vectors are provided.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8032"/>
          <seriesInfo name="DOI" value="10.17487/RFC8032"/>
        </reference>
        <reference anchor="RFC8224">
          <front>
            <title>Authenticated Identity Management in the Session Initiation Protocol (SIP)</title>
            <author fullname="J. Peterson" initials="J." surname="Peterson"/>
            <author fullname="C. Jennings" initials="C." surname="Jennings"/>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla"/>
            <author fullname="C. Wendt" initials="C." surname="Wendt"/>
            <date month="February" year="2018"/>
            <abstract>
              <t>The baseline security mechanisms in the Session Initiation Protocol (SIP) are inadequate for cryptographically assuring the identity of the end users that originate SIP requests, especially in an interdomain context. This document defines a mechanism for securely identifying originators of SIP requests. It does so by defining a SIP header field for conveying a signature used for validating the identity and for conveying a reference to the credentials of the signer.</t>
              <t>This document obsoletes RFC 4474.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8224"/>
          <seriesInfo name="DOI" value="10.17487/RFC8224"/>
        </reference>
        <reference anchor="RFC8225">
          <front>
            <title>PASSporT: Personal Assertion Token</title>
            <author fullname="C. Wendt" initials="C." surname="Wendt"/>
            <author fullname="J. Peterson" initials="J." surname="Peterson"/>
            <date month="February" year="2018"/>
            <abstract>
              <t>This document defines a method for creating and validating a token that cryptographically verifies an originating identity or, more generally, a URI or telephone number representing the originator of personal communications. The Personal Assertion Token, PASSporT, is cryptographically signed to protect the integrity of the identity of the originator and to verify the assertion of the identity information at the destination. The cryptographic signature is defined with the intention that it can confidently verify the originating persona even when the signature is sent to the destination party over an insecure channel. PASSporT is particularly useful for many personal-communications applications over IP networks and other multi-hop interconnection scenarios where the originating and destination parties may not have a direct trusted relationship.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8225"/>
          <seriesInfo name="DOI" value="10.17487/RFC8225"/>
        </reference>
        <reference anchor="RFC8866">
          <front>
            <title>SDP: Session Description Protocol</title>
            <author fullname="A. Begen" initials="A." surname="Begen"/>
            <author fullname="P. Kyzivat" initials="P." surname="Kyzivat"/>
            <author fullname="C. Perkins" initials="C." surname="Perkins"/>
            <author fullname="M. Handley" initials="M." surname="Handley"/>
            <date month="January" year="2021"/>
            <abstract>
              <t>This memo defines the Session Description Protocol (SDP). SDP is intended for describing multimedia sessions for the purposes of session announcement, session invitation, and other forms of multimedia session initiation. This document obsoletes RFC 4566.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8866"/>
          <seriesInfo name="DOI" value="10.17487/RFC8866"/>
        </reference>
        <reference anchor="FIPS186-4" target="https://doi.org/10.6028/NIST.FIPS.186-4">
          <front>
            <title>Digital Signature Standard (DSS)</title>
            <author>
              <organization>National Institute of Standards and Technology (NIST)</organization>
            </author>
            <date year="2013" month="July"/>
          </front>
        </reference>
        <reference anchor="TOIP-CESR" target="https://trustoverip.github.io/tswg-cesr-specification/">
          <front>
            <title>Composable Event Streaming Representation (CESR)</title>
            <author initials="S." surname="Smith" fullname="Sam Smith">
              <organization/>
            </author>
            <author initials="K." surname="Griffin" fullname="Kevin Griffin" role="editor">
              <organization/>
            </author>
            <author>
              <organization>Trust Over IP Foundation</organization>
            </author>
            <date year="2023" month="November"/>
          </front>
        </reference>
        <reference anchor="TOIP-KERI" target="https://trustoverip.github.io/tswg-keri-specification/">
          <front>
            <title>Key Event Receipt Infrastructure (KERI)</title>
            <author initials="S." surname="Smith" fullname="Sam Smith">
              <organization/>
            </author>
            <author initials="K." surname="Griffin" fullname="Kevin Griffin" role="editor">
              <organization/>
            </author>
            <author>
              <organization>Trust Over IP Foundation</organization>
            </author>
            <date year="2024" month="January"/>
          </front>
        </reference>
        <reference anchor="TOIP-ACDC" target="https://trustoverip.github.io/tswg-acdc-specification/">
          <front>
            <title>Authentic Chained Data Containers (ACDC)</title>
            <author initials="S." surname="Smith" fullname="Sam Smith">
              <organization/>
            </author>
            <author initials="P." surname="Feairheller" fullname="Phil Feairheller">
              <organization/>
            </author>
            <author initials="K." surname="Griffin" fullname="Kevin Griffin" role="editor">
              <organization/>
            </author>
            <author>
              <organization>Trust Over IP Foundation</organization>
            </author>
            <date year="2023" month="November"/>
          </front>
        </reference>
        <reference anchor="TOIP-DOSSIER" target="https://trustoverip.github.io/kswg-dossier-specification/">
          <front>
            <title>Verifiable Dossiers</title>
            <author initials="D." surname="Hardman" fullname="Daniel Hardman">
              <organization/>
            </author>
            <date year="2025" month="September"/>
          </front>
        </reference>
        <reference anchor="ATIS-1000074" target="https://atis.org/resources/signature-based-handling-of-asserted-information-using-tokens-shaken-atis-1000074-e/">
          <front>
            <title>Signature-Based Handling of Asserted Information Using toKENs (SHAKEN)</title>
            <author>
              <organization>Alliance for Telecommunications Industry Solutions</organization>
            </author>
            <date year="2019" month="February"/>
          </front>
        </reference>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="FN-DSA" target="https://csrc.nist.gov/presentations/2025/fips-206-fn-dsa-falcon">
          <front>
            <title>FIPS 206: FN-DSA (Falcon)</title>
            <author>
              <organization>NIST</organization>
            </author>
            <date year="2025" month="September"/>
          </front>
        </reference>
        <reference anchor="RFC6350">
          <front>
            <title>vCard Format Specification</title>
            <author fullname="S. Perreault" initials="S." surname="Perreault"/>
            <date month="August" year="2011"/>
            <abstract>
              <t>This document defines the vCard data format for representing and exchanging a variety of information about individuals and other entities (e.g., formatted and structured name and delivery addresses, email address, multiple telephone numbers, photograph, logo, audio clips, etc.). This document obsoletes RFCs 2425, 2426, and 4770, and updates RFC 2739. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6350"/>
          <seriesInfo name="DOI" value="10.17487/RFC6350"/>
        </reference>
        <reference anchor="RFC7519">
          <front>
            <title>JSON Web Token (JWT)</title>
            <author fullname="M. Jones" initials="M." surname="Jones"/>
            <author fullname="J. Bradley" initials="J." surname="Bradley"/>
            <author fullname="N. Sakimura" initials="N." surname="Sakimura"/>
            <date month="May" year="2015"/>
            <abstract>
              <t>JSON Web Token (JWT) is a compact, URL-safe means of representing claims to be transferred between two parties. The claims in a JWT are encoded as a JSON object that is used as the payload of a JSON Web Signature (JWS) structure or as the plaintext of a JSON Web Encryption (JWE) structure, enabling the claims to be digitally signed or integrity protected with a Message Authentication Code (MAC) and/or encrypted.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7519"/>
          <seriesInfo name="DOI" value="10.17487/RFC7519"/>
        </reference>
        <reference anchor="RFC9796">
          <front>
            <title>SIP Call-Info Parameters for Rich Call Data</title>
            <author fullname="C. Wendt" initials="C." surname="Wendt"/>
            <author fullname="J. Peterson" initials="J." surname="Peterson"/>
            <date month="July" year="2025"/>
            <abstract>
              <t>This document specifies a usage of the SIP Call-Info header field that incorporates Rich Call Data (RCD) associated with the identity of the originating party in order to provide to the terminating party a description of the caller (including details about the reason for the session). RCD includes information about the caller beyond the telephone number (such as a calling name, logo, photo, or jCard object representing the caller), which can help the called party decide how to handle the session request.</t>
              <t>This document defines three new parameters 'call-reason', 'verified', and 'integrity' for the SIP Call-Info header field and also a new token ("jcard") for the 'purpose' parameter of the Call-Info header field. It also provides guidance on the use of the Call-Info 'purpose' parameter token, "icon".</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9796"/>
          <seriesInfo name="DOI" value="10.17487/RFC9796"/>
        </reference>
        <reference anchor="CTIA-BCID" target="https://api.ctia.org/wp-content/uploads/2022/11/Branded-Calling-Best-Practices.pdf">
          <front>
            <title>Branded Calling ID Best Practices</title>
            <author>
              <organization>CTIA</organization>
            </author>
            <date year="2022" month="November"/>
          </front>
        </reference>
        <reference anchor="ARIES-RFC-0519" target="https://github.com/hyperledger/aries-rfcs/blob/main/concepts/0519-goal-codes/README.md">
          <front>
            <title>Aries RFC 0519: Goal Codes</title>
            <author initials="D." surname="Hardman" fullname="Daniel Hardman">
              <organization/>
            </author>
            <date year="2021" month="April"/>
          </front>
        </reference>
        <reference anchor="LE-VLEI-SCHEMA" target="https://github.com/GLEIF-IT/vLEI-schema/blob/main/legal-entity-vLEI-credential.json">
          <front>
            <title>Legal Entity vLEI Credential</title>
            <author>
              <organization>GLEIF</organization>
            </author>
            <date year="2023" month="November"/>
          </front>
        </reference>
        <reference anchor="TN-ALLOC-SCHEMA" target="https://github.com/provenant-dev/public-schema/blob/main/tn-alloc/tn-alloc.schema.json">
          <front>
            <title>TN Allocation Credential</title>
            <author>
              <organization>Provenant</organization>
            </author>
            <date year="2024" month="December"/>
          </front>
        </reference>
        <reference anchor="BRAND-SCHEMA" target="https://github.com/provenant-dev/public-schema/blob/brand-owner/brand-owner/brand-owner.schema.json">
          <front>
            <title>Brand Credential</title>
            <author initials="D." surname="Hardman" fullname="Daniel Hardman">
              <organization/>
            </author>
            <date year="2024" month="December"/>
          </front>
        </reference>
      </references>
    </references>
    <?line 410?>

<section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>Much of the cybersecurity infrastructure used by VVP depends on KERI, which was invented by Sam Smith, and first implemented by Sam plus Phil Fairheller, Kevin Griffin, and other technical staff at GLEIF. Thanks to logistical support from Trust Over IP and the Linux Foundation, and to a diverse community of technical experts in those communities and in the Web of Trust group.</t>
      <t>Techniques that apply KERI to telco use cases were developed by Daniel Hardman, Randy Warshaw, and Ruth Choueka, with additional contributions from Dmitrii Tychinin, Yaroslav Lazarev, Arshdeep Singh, and many other staff members at Provenant, Inc. Thanks as well to Ed Eykholt for multiple editorial improvements.</t>
    </section>
  </back>
  <!-- ##markdown-source:
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
AA==

-->

</rfc>
