<?xml version="1.0" encoding="UTF-8"?>
  <?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
  <!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.34 (Ruby 4.0.6) -->


<!DOCTYPE rfc  [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">

]>


<rfc ipr="trust200902" docName="draft-ietf-stir-certificate-transparency-04" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true">
  <front>
    <title abbrev="STI CT">STI Certificate Transparency</title>

    <author fullname="Chris Wendt">
      <organization>Somos, Inc.</organization>
      <address>
        <postal>
          <country>US</country>
        </postal>
        <email>chris@appliedbits.com</email>
      </address>
    </author>
    <author fullname="Rob &#x015A;liwa">
      <organization>Somos, Inc.</organization>
      <address>
        <postal>
          <country>US</country>
        </postal>
        <email>robjsliwa@gmail.com</email>
      </address>
    </author>
    <author fullname="Alec Fenichel">
      <organization>TransNexus</organization>
      <address>
        <postal>
          <country>US</country>
        </postal>
        <email>alec.fenichel@transnexus.com</email>
      </address>
    </author>
    <author fullname="Vinit Anil Gaikwad">
      <organization>Twilio</organization>
      <address>
        <postal>
          <country>US</country>
        </postal>
        <email>vanilgaikwad@twilio.com</email>
      </address>
    </author>

    <date year="2026" month="August" day="17"/>

    <area>Applications and Real-Time</area>
    <workgroup>Secure Telephone Identity Revisited</workgroup>
    <keyword>stir</keyword> <keyword>certificates</keyword> <keyword>delegate certificates</keyword>

    <abstract>


<?line 59?>

<t>This document describes a framework for the use of the Certificate Transparency (CT) protocol for publicly logging the existence of Secure Telephone Identity (STI) certificates as they are issued or observed. This allows any interested party that is part of the STI ecosystem to audit STI certification authority (CA) activity and audit both the issuance of suspect certificates and the certificate logs themselves. The intent is to establish a level of trust within the STI ecosystem that relies on the verification of telephone numbers. This involves requiring STI certificates to be listed in an established log and refusing to honor those that are not. This effectively establishes the precedent that STI CAs must add all issued certificates to the logs and thus establishes unique association of STI certificates to an authorized provider or assignee of a telephone number resource. In the STI ecosystem, the primary role of CT is to provide verifiable trust by detecting the unauthorized issuance of duplicate telephone number level delegate certificates or provider level certificates.  This provides a robust auditable mechanism for the detection of unauthorized creation of certificate credentials for illegitimate spoofing of telephone numbers or service provider codes (SPC).</t>

<t>The framework borrows the log structure and API model from RFC6962 to enable public auditing and verifiability of certificate issuance. While the foundational mechanisms for log operation, Merkle Tree construction, and Signed Certificate Timestamps (SCTs) are aligned with RFC6962, this document contextualizes their application in the STIR ecosystem, focusing on verifiable control over telephone number or service provider code resources.</t>



    </abstract>

    <note title="About This Document" removeInRFC="true">
      <t>
        The latest revision of this draft can be found at <eref target="https://appliedbits.github.io/draft-ietf-stir-certificate-transparency/draft-ietf-stir-certificate-transparency.html"/>.
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-ietf-stir-certificate-transparency/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        Secure Telephone Identity Revisited Working Group mailing list (<eref target="mailto:stir@ietf.org"/>),
        which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/stir/"/>.
        Subscribe at <eref target="https://www.ietf.org/mailman/listinfo/stir/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/appliedbits/draft-ietf-stir-certificate-transparency"/>.</t>
    </note>


  </front>

  <middle>


<?line 65?>

<section anchor="introduction"><name>Introduction</name>

<t>Certificate Transparency (CT) aims to mitigate the problem of mis-issued certificates by providing append-only logs of issued certificates. The logs do not themselves prevent mis-issuance, but ensure that interested parties (particularly those named in legitimate certificates or certificate chains) can detect such mis-issuance. <xref target="RFC6962"/> describes the core protocols and mechanisms for use of CT for the purposes of public TLS server certificates associated with a domain name as part of the public domain name system (DNS). This document describes a conceptually similar framework that directly borrows concepts like transparency receipts in the form of SCTs and how they are used in certificates, and their specific use as part of the larger STIR framework for call authentication.  This framework is defined for the specific use with both Secure Telephone Identity (STI) certificates <xref target="RFC8226"/> and delegate certificates <xref target="RFC9060"/>.</t>

<t>Telephone numbers (TNs) and their management and assignment by telephone service providers and Responsible Organizations (RespOrgs) for toll-free numbers share many similarities to the Domain Name System (DNS) where there is a global uniqueness and established association of telephone numbers to regulatory jurisdictions that manage the allocation and assignment of telephone numbers under country codes and a set of numeric digits for routing telephone calls and messages over telephone networks. STI Certificates use a TNAuthList extension defined in <xref target="RFC8226"/> to specifically associate either telephone service providers or telephone numbers to the issuance of STI certificates and certificate chains that are intended to represent the authorized right to use a telephone number. This trusted association can be establish via mechanisms such as Authority tokens for TNAuthList defined in <xref target="RFC9448"/>. Certificate transparency and the concept of transparency is generally meant to provide a publicly verifiable and auditable representation of the creation of certificates in order to establish transparency and trust to interested parties as part of a STIR related ecosystem.</t>

<t>There are three primary roles in the certificate transparency framework. The first role is the STI Certification Authorities (CAs) that submit all certificates to be issued to one or more transparency append-only log services. The log services are network services that implement the protocol operations for submissions of STI certificates and subsequent queries. They are hosted by interested parties in the STI ecosystem and can accept certificate log submissions from any other CA participant. The second role is the monitors that monitor the CT logs to check for potential mis-issuance as well as auditing of the log services. This role can be played by any STI ecosystem participant interested in the trust of the ecosystem or the integrity of the telephone number or provider level certificates produced in the ecosystem. CT provides a mechanism of a receipt or Signed Certificate Timestamp (SCT) that is provided as a result of submitting a certificate to the append-only log. The third role is the ecosystem participants that can send and receive receipt(s) or SCT(s) to prove and validate that a certificate was submitted to a log(s) and optionally query the log directly for further validation.</t>

<t>The details that follow in this document will detail the specific protocols and framework for Certificate Transparency associated with STI certificates. Most of the details borrow many of the concepts of certificate transparency defined in <xref target="RFC6962"/> used in web browser and web PKI environments, but provide a specific framework designed for STI certificates and their specific issuance and usage in a telecommunications and telephone number dependent ecosystem.</t>

<t>This general mechanism could also be used for transparently logging other important STIR related metadata associations perhaps via JWTClaimConstraints defined in <xref target="RFC8226"/> and <xref target="RFC9118"/> or other ways defined in potential future extensions of this document.</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="the-use-of-certificate-transparency-for-sti-certificates"><name>The Use of Certificate Transparency for STI Certificates</name>

<t>CT log(s) contains certificate chains, which can be submitted by any CA authorized in a STIR ecosystem. It is expected that these CAs will contribute all their newly issued certificates to one or more logs.  Note, in <xref target="RFC6962"/> it is possible for certificate holders and interested third parties to contribute certificate chains, however because STIR ecosystems generally consist of entities that are authorized to be assigned telephone number resources, this does not seem to be a likely scenario. Generally, many STIR ecosystems have a controlled set of CAs that are authorized to participate as valid trust anchors. Each chain submitted to a log is required to end in a trust anchor that the log accepts. The set of trust anchors a log accepts is either the set authorized in the ecosystem or a subset of that set. When a chain is accepted by a log, a signed timestamp is returned, which is later used to provide evidence to STIR verification services (VS), defined in <xref target="RFC8224"/>, that the chain has been submitted. A VS can thus require that all certificates they accept as valid are accompanied by signed timestamps.</t>

<t>Those concerned about mis-issuance of STIR certificates can monitor the logs, checking them regularly for all new entries, and can thus check whether the service provider codes or telephone numbers for which they are responsible have had certificates issued that they did not expect. What they do with this information, particularly when they find that a mis-issuance has happened, is beyond the scope of this document. However, broadly speaking, because many existing STI ecosystems have a connection to regulated and industry environments that govern the issuance of STI certificates, they can invoke existing mechanisms for dealing with issues such as mis-issued certificates, such as working with the CA to get the certificate revoked or with maintainers of trust anchor lists to get the CA removed.</t>

</section>
<section anchor="terminology"><name>Terminology</name>

<t>This section defines key terms used throughout the STI-CT framework to ensure clarity and consistency.</t>

<section anchor="authentication-service-as"><name>Authentication Service (AS)</name>

<t>A service defined in <xref target="RFC8224"/> that signs the identity of a telephone call using Secure Telephone Identity (STI) certificates, ensuring the authenticity of the caller information. It ensures that STI Certificates contain SCTs.</t>

</section>
<section anchor="certificate-transparency-ct"><name>Certificate Transparency (CT)</name>

<t>A framework designed to provide an open and verifiable log of issued certificates. It aims to detect and prevent the misuse or mis-issuance of certificates by maintaining append-only logs that can be audited by any interested party.</t>

</section>
<section anchor="delegate-certificate"><name>Delegate Certificate</name>

<t>A type of STI certificate defined in <xref target="RFC9060"/> that associates a specific telephone number or a range of telephone numbers with a particular entity used to delegate the right to use these numbers.</t>

</section>
<section anchor="log"><name>Log</name>

<t>An append-only, cryptographically verifiable structure used in Certificate Transparency to record precertificate entries. Logs accept submissions, generate Signed Certificate Timestamps (SCTs), and maintain the integrity of the entries through a Merkle Tree structure.</t>

</section>
<section anchor="merkle-tree"><name>Merkle Tree</name>

<t>A cryptographic data structure used in logs to ensure the integrity and consistency of the entries. It is built by hashing individual log entries and combining them into a single root hash that represents the state of the entire log.</t>

</section>
<section anchor="precertificate"><name>Precertificate</name>

<t>A certificate issued by an CA that is intended to be submitted to a Certificate Transparency log before the final certificate is issued. The precertificate includes a special extension (the poison extension) that prevents it from being used as a valid certificate on its own.</t>

</section>
<section anchor="signed-certificate-timestamp-sct"><name>Signed Certificate Timestamp (SCT)</name>

<t>A data structure provided by a Certificate Transparency log in response to a precertificate submission. The SCT serves as a promise from the log to include the submitted precertificate in the log within a specified time frame (Maximum Merge Delay). It is included in the final certificate to prove that it has been logged.</t>

</section>
<section anchor="sti-certification-authority-sti-ca"><name>STI Certification Authority (STI-CA)</name>

<t>An entity responsible for issuing STI certificates in the Secure Telephone Identity ecosystem. The CA can also issue precertificates, which are submitted to CT logs before the final certificate is issued.</t>

</section>
<section anchor="sti-subordinate-certification-authority-sti-sca"><name>STI Subordinate Certification Authority (STI-SCA)</name>

<t>An entity authorized by an CA to issue STI certificates under the authority of the STI-CA. The STI-SCA can also issue precertificates for submission to CT logs.</t>

</section>
<section anchor="signed-tree-head-sth"><name>Signed Tree Head (STH)</name>

<t>A cryptographically signed data structure that represents the current state of a Certificate Transparency log. It includes the root hash of the Merkle Tree and the number of entries in the log, allowing auditors to verify the integrity and consistency of the log.</t>

</section>
<section anchor="tbscertificate-to-be-signed-certificate"><name>TBSCertificate (To Be Signed Certificate)</name>

<t>A component of an X.509 certificate that contains all the information about the certificate except the actual digital signature. The TBSCertificate includes fields such as the version, serial number, issuer, validity period, subject, and the subject's public key information. This component is signed by the certificate authority (CA) to create the final certificate. In the context of Certificate Transparency, the TBSCertificate of a precertificate is submitted to the log for inclusion.</t>

</section>
<section anchor="verification-service-vs"><name>Verification Service (VS)</name>

<t>A service defined in <xref target="RFC8224"/> that verifies the authenticity of a telephone call by checking the validity of the PASSporT token, including verification that certificate contains valid SCTs.</t>

</section>
</section>
<section anchor="sti-certificate-transparency-framework"><name>STI Certificate Transparency Framework</name>

<t>This section describes the format and operational procedures for logs in the STI Certificate Transparency (CT) framework.</t>

<section anchor="log-entries"><name>Log Entries</name>

<t>Logs in the STI CT framework are append-only structures that store entries in a Merkle Tree and use SHA-256 for data hashing. The entries consist of precertificates submitted by STI Certification Authorities (STI-CAs) or Subordinate Certification Authorities (STI-SCAs). The log entries help ensure that all issued STI certificates can be audited for legitimacy.</t>

</section>
<section anchor="precertificate-submission"><name>Precertificate Submission</name>

<t>An STI-CA/STI-SCA submits a precertificate to a log before the actual STI certificate is issued. The precertificate submission <bcp14>MUST</bcp14> include all necessary intermediate certificates to validate the chain up to an accepted root certificate. The root certificate may be omitted from the submission.</t>

<t>When a precertificate is submitted:</t>

<t><list style="symbols">
  <t>The log verifies the chain of the precertificate up to a trusted root.</t>
  <t>If valid, the log generates and returns a Signed Certificate Timestamp (SCT) to the submitter.</t>
  <t>The SCT serves as a promise from the log that the precertificate will be included in the Merkle Tree within a defined Maximum Merge Delay (MMD).</t>
</list></t>

<t>Logs <bcp14>MUST</bcp14> publish a list of accepted root certificates, which aligns with those trusted in the STIR ecosystem. The inclusion of SCTs in the actual STI certificates is critical, as Verification Services (VS) will only accept certificates that include valid SCTs.</t>

<t>Note: The data structures (e.g., LogEntry, SignedCertificateTimestamp, TreeHeadSignature) in this section follow the definitions provided in <xref target="RFC6962"/>.</t>

</section>
<section anchor="log-entry"><name>Log Entry</name>

<t>Logs may impose a limit on the length of the certificate chain they will accept. The log verifies the validity of the precertificate chain up to an accepted root and, upon acceptance, stores the entire chain for future auditing.</t>

</section>
<section anchor="signed-certificate-timestamp-sct-1"><name>Signed Certificate Timestamp (SCT)</name>

<t>The SCT is included in the final STI certificate, and VS services will check the presence and validity of SCTs to verify the legitimacy of the certificate.</t>

</section>
<section anchor="merkle-tree-structure"><name>Merkle Tree Structure</name>

<t>Logs use a Merkle Tree structure, with each leaf corresponding to a MerkleTreeLeaf entry. The leaves are hashed to form the tree, which is continuously updated as new entries are added.</t>

<t>The root hash of the Merkle Tree represents the state of the log at a given time and can be used to verify the inclusion of specific entries.</t>

</section>
<section anchor="signed-tree-head-sth-1"><name>Signed Tree Head (STH)</name>

<t>The log periodically signs the root of the Merkle Tree, producing a Signed Tree Head (STH), which ensures the integrity of the log over time.</t>

<t>Logs <bcp14>MUST</bcp14> produce an STH within the Maximum Merge Delay (MMD) to confirm that all SCTs issued have been incorporated into the Merkle Tree. Auditors and monitors can use the STH to verify that the log is operating correctly and that no entries have been tampered with.</t>

</section>
</section>
<section anchor="sti-ct-apis"><name>STI-CT APIs</name>

<t>STI-CT re-uses the REST endpoints defined in Section 4 of <xref target="RFC6962"/> (the "/ct/v1/" namespace) with no semantic changes.  For operational clarity it is <bcp14>RECOMMENDED</bcp14> deployments expose them under a path <spanx style="verb">/stict/v1/</spanx> but the request/response formats are compatible with <xref target="RFC6962"/>.</t>

</section>
<section anchor="clients"><name>Clients</name>

<t>This section describes various roles clients of STI-CT perform. Any inconsistency detected by clients could serve as evidence that a log has not behaved correctly, and the signatures on the data structures prevent the log from denying any misbehavior.</t>

<section anchor="submitters-sti-casti-sca"><name>Submitters (STI-CA/STI-SCA)</name>

<t>Submitters in the STI-CT framework are typically STI Certification Authorities (STI-CAs) or Subordinate Certification Authorities (STI-SCAs). These entities submit precertificates to the log as described in the APIs section. The returned Signed Certificate Timestamp (SCT) can then be used to construct the final STI certificate, which includes one or more SCTs.</t>

</section>
<section anchor="use-of-scts-by-authentication-and-verification-services"><name>Use of SCTs by Authentication and Verification Services</name>

<t>This specification defines the STI ecosystem rely exclusively on the precertificate chain method defined in <xref target="RFC6962"/>; therefore every Certificate issued for call signing <bcp14>MUST</bcp14> already carry one or more embedded SCTs in the SignedCertificateTimestampList X.509 extension at issuance time.</t>

<t>Because the SCT is delivered in-band with the Certificate, neither the AS nor the VS perform any network round-trips to Certificate Transparency (CT) logs on the call path.</t>

<section anchor="authentication-service-processing"><name>Authentication Service Processing</name>

<t><list style="numbers" type="1">
  <t>Optional local SCT validation - For each embedded SCT the AS <bcp14>MAY</bcp14>:
  <list style="symbols">
      <t>compute the hash of the TBSCertificate as defined in Section 3.2 of <xref target="RFC6962"/> and verify the SCT signature with the cached public key of the issuing CT log;</t>
      <t>verify that now() &gt;= SCT.timestamp advertised by that log.</t>
      <t>Implementations are strongly encouraged to pre-compute and cache these checks at certificate activation time so that per-call signing incurs only an O(1) lookup.</t>
    </list></t>
  <t>PASSporT construction - The PASSporT header and payload are produced per <xref target="RFC8224"/> using the Certificate’s private key; the Certificate (with its SCT list) is conveyed in the 'x5u' or 'x5c' parameter.</t>
  <t>Optional Failure handling - If no SCT validates, the AS <bcp14>MAY</bcp14> treat the Certificate as unusable and refuse to sign the call.</t>
</list></t>

</section>
<section anchor="vs-processing"><name>Verification Service Processing</name>

<t>Upon receipt of a SIP INVITE bearing an Identity header, the VS <bcp14>MUST</bcp14> perform the steps below before relying on the certificate. All of them are deliberately offline to avoid adding call-path latency.</t>

<t><list style="numbers" type="1">
  <t>Verify PASSporT signature with DC public key.</t>
  <t>Validate DC chain to an accepted STI trust anchor.</t>
  <t>For each embedded SCT:
  <list style="symbols">
      <t>Verify signature against a log public key the VS trusts.</t>
      <t>Ensure now() &gt;= SCT.timestamp <strong>or</strong> defer to asynchronous auditor.</t>
    </list></t>
</list></t>

<t>Implementations are strongly encouraged to cache certificates and validated SCT objects for the lifetime of the certificates' notAfter field to amortize step 3 across many calls.</t>

</section>
<section anchor="performance-and-scalability-guidelines"><name>Performance and Scalability Guidelines</name>

<t><list style="symbols">
  <t>No synchronous log queries - Embedded SCTs guarantee log commitment; therefore, AS/VS <bcp14>MUST NOT</bcp14> fetch proofs on the call path.</t>
  <t>Key caching - Log public keys are static and should be loaded at process start-up; reload only on key-roll events signaled via CT or operator policy.</t>
</list></t>

</section>
</section>
<section anchor="monitor"><name>Monitor</name>

<t>Monitors in the STI-CT framework play a crucial role in maintaining the integrity and trust of the ecosystem. They ensure that no certificates are mis-issued, particularly concerning the TNAuthList field, which lists the telephone numbers an entity is authorized to use.</t>

<section anchor="monitor-workflow"><name>Monitor Workflow</name>

<t><list style="numbers" type="1">
  <t>Initialize Monitor:
Set up the Monitor to periodically query the transparency logs for new entries. The Monitor <bcp14>MUST</bcp14> be configured with the base URL of each log it intends to monitor.
Configure the Monitor with a list of telephone numbers (TNs) and/or associated SPC represented entities to track.</t>
  <t>Retrieve Latest STH:
The Monitor retrieves the latest Signed Tree Head (STH) from each log to determine the current state of the log.
<br /><br />API Call: GET https://&lt;log server&gt;/stict/v1/get-sth</t>
  <t>Retrieve New Entries from Log:
Using the STH, the Monitor retrieves new entries from the log that have been added since the last known state.
<br /><br />API Call: GET https://&lt;log server&gt;/stict/v1/get-entries?start=last_known_index&amp;end=current_sth_index</t>
  <t>Decode and Verify Certificates:
Decode each retrieved certificate and verify its validity using the provided certificate chain. Extract the entity name and TNAuthList from the certificate.</t>
  <t>Check for Mis-issuance:
Compare the TNAuthList and entity name from the newly issued certificate with the Monitor's configured list. Alarm if a certificate is issued in the name of a different entity for the same TNs.</t>
  <t>Alarm and Reporting:
If a mis-issuance is detected, raise an alarm and log the details for further investigation. Notify relevant stakeholders to rectify any confirmed mis-issuance.</t>
  <t>Maintain State and Continuity:
Update the Monitor's last known state with the current STH index to ensure continuity in monitoring.</t>
  <t>STH Verification and Consistency Check:
After retrieving a new STH, verify the STH signature.
If not keeping all log entries, fetch a consistency proof for the new STH with the previous STH (GET https://&lt;log server&gt;/stict/v1/get-sth-consistency) and verify it.
Go to Step 5 and repeat the process.</t>
</list></t>

</section>
</section>
<section anchor="auditor"><name>Auditor</name>

<t>Auditors are responsible for verifying the consistency and correctness of the log, ensuring that the log behaves according to the expected protocol. Auditors can operate as standalone services or as part of another client role, such as a monitor or an VS.</t>

<section anchor="auditor-functions"><name>Auditor Functions</name>

<t><list style="numbers" type="1">
  <t>STH Verification:
Auditors can fetch STHs periodically and verify their signatures to ensure the log is maintaining its integrity.
<br /><br />API Call: GET https://&lt;log server&gt;/stict/v1/get-sth</t>
  <t>Consistency Proof Verification:
Auditors verify the consistency of a log over time by requesting a consistency proof between two STHs.
<br /><br />API Call: GET https://&lt;log server&gt;/stict/v1/get-sth-consistency</t>
  <t>Audit Proof Verification:
A certificate accompanied by an SCT can be verified against any STH dated after the SCT timestamp + the Maximum Merge Delay by requesting a Merkle audit proof.
<br /><br />API Call: GET https://&lt;log server&gt;/stict/v1/get-proof-by-hash</t>
  <t>Cross-Checking Logs:
Auditors can cross-check entries across different logs by comparing SCTs and verifying that entries are consistently logged across the ecosystem.</t>
  <t>Error and Inconsistency Detection:
Any discrepancies or failures in verification processes can be logged as evidence of potential log misbehavior, and appropriate actions can be taken based on the findings.</t>
</list></t>

</section>
</section>
</section>
<section anchor="relationship-to-rfc6962"><name>Relationship to RFC6962</name>
<t>This document profiles the Certificate Transparency (CT) protocol as defined in <xref target="RFC6962"/> for use within the STIR ecosystem. All log data structures (e.g., LogEntry, SignedCertificateTimestamp, TreeHeadSignature) and API endpoints (e.g., add-pre-chain, get-sth, get-entries, etc.) are adopted directly from <xref target="RFC6962"/>.</t>

<t>The main differences are:</t>

<t><list style="symbols">
  <t>The expected certificate types are STI certificates as defined in <xref target="RFC8226"/> and <xref target="RFC9060"/>, with TNAuthList extensions.</t>
  <t>Submitters are limited to STI Certification Authorities and Subordinate Certification Authorities.</t>
  <t>Monitoring and auditing are focused on detection of mis-issued telephone number or service provider codes (SPCs).</t>
  <t>The client roles (e.g., VS, AS) interact with certificates and logs in ways specific to SIP call authentication.</t>
</list></t>

</section>
<section anchor="security-considerations"><name>Security Considerations</name>

<t>As this specification follows the guidance of <xref target="RFC6962"/>, it also inherits the security considerations defined therein. The criteria for accepting a log are ecosystem policy and are outside the scope of this document.</t>

<t>Verification of the embedded Signed Certificate Timestamps (SCTs) is required of a Verification Service (VS) before a certificate is relied upon, as specified in <xref target="vs-processing"/>, and <bcp14>MAY</bcp14> also be performed by an Authentication Service (AS) before signing. A log public key obtained without the authenticity assurance applied to trust anchors does not distinguish a valid SCT from a forged one.</t>

<t>An SCT proves that a certificate was logged, not that it was issued legitimately; a certificate mis-issued by a participating CA receives a valid SCT like any other. Mis-issuance is detected only where logs are monitored for certificates asserting telephone numbers or service provider codes outside their holder's authorization (see <xref target="monitor"/>), and where Signed Tree Heads are audited for consistency (see <xref target="auditor"/>). SCTs from an unaudited log are not evidence that a certificate appears in the record monitors observe.</t>

<t>Log entries are public, so a certificate discloses the association between the telephone numbers or service provider codes in its TNAuthList and the entity named in it. Where that association is sensitive and the deployment does not require certificates scoped to individual telephone numbers, a service provider code or a telephone number range <bcp14>SHOULD</bcp14> be used instead.</t>

</section>
<section anchor="IANA"><name>IANA Considerations</name>

<t>None at this time.</t>

</section>


  </middle>

  <back>



    <references title='Normative References' anchor="sec-normative-references">



<reference anchor="RFC6962">
  <front>
    <title>Certificate Transparency</title>
    <author fullname="B. Laurie" initials="B." surname="Laurie"/>
    <author fullname="A. Langley" initials="A." surname="Langley"/>
    <author fullname="E. Kasper" initials="E." surname="Kasper"/>
    <date month="June" year="2013"/>
    <abstract>
      <t>This document describes an experimental protocol for publicly logging the existence of Transport Layer Security (TLS) certificates as they are issued or observed, in a manner that allows anyone to audit certificate authority (CA) activity and notice the issuance of suspect certificates as well as to audit the certificate logs themselves. The intent is that eventually clients would refuse to honor certificates that do not appear in a log, effectively forcing CAs to add all issued certificates to the logs.</t>
      <t>Logs are network services that implement the protocol operations for submissions and queries that are defined in this document.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="6962"/>
  <seriesInfo name="DOI" value="10.17487/RFC6962"/>
</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="RFC8226">
  <front>
    <title>Secure Telephone Identity Credentials: Certificates</title>
    <author fullname="J. Peterson" initials="J." surname="Peterson"/>
    <author fullname="S. Turner" initials="S." surname="Turner"/>
    <date month="February" year="2018"/>
    <abstract>
      <t>In order to prevent the impersonation of telephone numbers on the Internet, some kind of credential system needs to exist that cryptographically asserts authority over telephone numbers. This document describes the use of certificates in establishing authority over telephone numbers, as a component of a broader architecture for managing telephone numbers as identities in protocols like SIP.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="8226"/>
  <seriesInfo name="DOI" value="10.17487/RFC8226"/>
</reference>
<reference anchor="RFC9060">
  <front>
    <title>Secure Telephone Identity Revisited (STIR) Certificate Delegation</title>
    <author fullname="J. Peterson" initials="J." surname="Peterson"/>
    <date month="September" year="2021"/>
    <abstract>
      <t>The Secure Telephone Identity Revisited (STIR) certificate profile provides a way to attest authority over telephone numbers and related identifiers for the purpose of preventing telephone number spoofing. This specification details how that authority can be delegated from a parent certificate to a subordinate certificate. This supports a number of use cases, including those where service providers grant credentials to enterprises or other customers capable of signing calls with STIR.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="9060"/>
  <seriesInfo name="DOI" value="10.17487/RFC9060"/>
</reference>
<reference anchor="RFC9118">
  <front>
    <title>Enhanced JSON Web Token (JWT) Claim Constraints for Secure Telephone Identity Revisited (STIR) Certificates</title>
    <author fullname="R. Housley" initials="R." surname="Housley"/>
    <date month="August" year="2021"/>
    <abstract>
      <t>RFC 8226 specifies the use of certificates for Secure Telephone Identity Credentials; these certificates are often called "Secure Telephone Identity Revisited (STIR) Certificates". RFC 8226 provides a certificate extension to constrain the JSON Web Token (JWT) claims that can be included in the Personal Assertion Token (PASSporT), as defined in RFC 8225. If the PASSporT signer includes a JWT claim outside the constraint boundaries, then the PASSporT recipient will reject the entire PASSporT. This document updates RFC 8226; it provides all of the capabilities available in the original certificate extension as well as an additional way to constrain the allowable JWT claims. The enhanced extension can also provide a list of claims that are not allowed to be included in the PASSporT.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="9118"/>
  <seriesInfo name="DOI" value="10.17487/RFC9118"/>
</reference>
<reference anchor="RFC9448">
  <front>
    <title>TNAuthList Profile of Automated Certificate Management Environment (ACME) Authority Token</title>
    <author fullname="C. Wendt" initials="C." surname="Wendt"/>
    <author fullname="D. Hancock" initials="D." surname="Hancock"/>
    <author fullname="M. Barnes" initials="M." surname="Barnes"/>
    <author fullname="J. Peterson" initials="J." surname="Peterson"/>
    <date month="September" year="2023"/>
    <abstract>
      <t>This document defines a profile of the Automated Certificate Management Environment (ACME) Authority Token for the automated and authorized creation of certificates for Voice over IP (VoIP) telephone providers to support Secure Telephone Identity (STI) using the TNAuthList defined by STI certificates.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="9448"/>
  <seriesInfo name="DOI" value="10.17487/RFC9448"/>
</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>




<?line 317?>

<section numbered="false" anchor="acknowledgments"><name>Acknowledgments</name>

<t>The authors would like to thank the authors and contributors to the protocols and ideas around Certificate Transparency <xref target="RFC6962"/> which sets the basis for the STI ecosystem to adopt in a very straight forward way, providing trust and transparency in the telephone number world.</t>

</section>


  </back>

<!-- ##markdown-source:
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

-->

</rfc>

