Internet-Draft CPS URI Certificate Extension May 2026
Śliwa & Wendt Expires 7 November 2026 [Page]
Workgroup:
Secure Telephone Identity Revisited
Internet-Draft:
draft-sliwa-stir-cert-cps-ext-02
Published:
Intended Status:
Standards Track
Expires:
Authors:
R. Śliwa
Somos Inc.
C. Wendt
Somos Inc.

Call Placement Service (CPS) URI Certificate Extension for STI Certificates

Abstract

This document specifies a non-critical X.509 v3 certificate extension that conveys the HTTPS URI of a Call Placement Service (CPS) associated with the telephone numbers authorized in a STIR Certificate. The extension enables originators and verifiers of STIR PASSporTs to discover, with a single certificate lookup, where Out-of-Band (OOB) PASSporTs can be retrieved. The mechanism only provides a new way to discover the URI of CPS endpoint and is fully backward compatible with existing STIR certificates and OOB APIs.

About This Document

This note is to be removed before publishing as an RFC.

The latest revision of this draft can be found at https://github.com/appliedbits/draft-sliwa-stir-cert-cps-ext. Status information for this document may be found at https://datatracker.ietf.org/doc/draft-sliwa-stir-cert-cps-ext/.

Discussion of this document takes place on the Secure Telephone Identity Revisited Working Group mailing list (mailto:stir@ietf.org), which is archived at https://mailarchive.ietf.org/arch/browse/stir/. Subscribe at https://www.ietf.org/mailman/listinfo/stir/.

Source for this draft and an issue tracker can be found at https://github.com/appliedbits/draft-sliwa-stir-cert-cps-ext.

Status of This Memo

This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79.

Internet-Drafts are working documents of the Internet Engineering Task Force (IETF). Note that other groups may also distribute working documents as Internet-Drafts. The list of current Internet-Drafts is at https://datatracker.ietf.org/drafts/current/.

Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as "work in progress."

This Internet-Draft will expire on 7 November 2026.

Table of Contents

1. Introduction

The STIR (Secure Telephone Identity Revisited) framework provides a means of cryptographically asserting the identity of the calling party in a telephone call by using PASSporTs carried in SIP requests, as defined in [RFC8224] and [RFC8225]. To support deployment in environments where SIP Identity headers may be removed or are not end-to-end transmittable, such as in non-IP or hybrid telephony networks, the STIR Out-of-Band (OOB) mechanism was introduced in [RFC8816]. In OOB scenarios, PASSporTs are published to a Call Placement Service (CPS) where they may be retrieved independently of the SIP signaling path.

To enable discovery of the appropriate CPS for a given telephone number or SPC, this document defines a certificate extension that binds a CPS URI to the identity resources listed in the TNAuthList of the STI certificate. This CPS URI extension provides a verifiable association between a number resource and its corresponding CPS, enabling relying parties to discover CPS endpoints by observing STI Certificate Transparency (STI-CT) logs defined in [I-D.ietf-stir-certificate-transparency].

This specification defines the syntax and semantics of the CPS URI certificate extension, describes how it is encoded in [X.509] certificates also defined in [RFC5280], and outlines validation procedures for Certification Authorities and relying parties. This extension is intended to be used in conjunction with existing STIR certificates defined in [RFC8226] and delegate certificates defined in [RFC9060] infrastructure, and supports enhanced transparency and automation in OOB PASSporT routing.

1.1. Relationship to Other Specifications

This document defines the certificate extension data format for embedding CPS URIs in STIR certificates. It is designed to work within the broader STIR Out of Band ecosystem as follows:

  • [RFC8816] defines the OOB architecture and the CPS concept.

  • [I-D.ietf-stir-servprovider-oob] describes a service-provider-specific OOB deployment model and identifies, in its Section 4, the possibility of embedding CPS information directly in STIR certificates. This document also defines a discovery mechanism built on CT log monitoring that consumes this extension.

  • [I-D.ietf-stir-certificate-transparency] defines STI Certificate Transparency logs that can be used to publish and discover certificates containing this extension.

2. Conventions and Definitions

The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in BCP 14 [RFC2119] [RFC8174] when, and only when, they appear in all capitals, as shown here.

3. The id-pe-oobURI Certificate Extension

This [X.509] extension is non-critical, applicable only to end-entity certificates, and defined with ASN.1 [X.680] [X.681] [X.682] [X.683] later in this section.

This extension is intended for use in end-entity STI certificates [RFC8226] and delegate certificates [RFC9060] that include TNAuthList values authorizing the use of specific telephone numbers or Service Provider Codes (SPCs). The OOB URI extension provides a means for the certificate holder to declare the HTTPS endpoint of a Call Placement Service (CPS) defined in [RFC8816] that can be used to publish or retrieve PASSporTs for the covered resources.

The presence of this extension allows relying parties to discover the CPS associated with a given telephone number without relying on static configuration or bilateral agreements. This facilitates scalable and verifiable Out-of-Band PASSporT delivery as defined in [RFC8816], using information already published in publicly logged STI certificates.

The extension is encoded as a sequence of IA5Strings containing absolute HTTPS URIs and is identified by an object identifier (OID) assigned in the PKIX id-pe arc. Additional details about the encoding, semantics, and validation rules for the OOB URI list are defined in the sections below.

3.1. ASN.1 Module Syntax

The extension ASN.1 module is defined as follows:

OOB-CERT-EXTENSION
  { iso(1) identified-organization(3) dod(6) internet(1)
    security(5) mechanisms(5) pkix(7) id-mod(0)
    id-mod-cmw-collection-extn(TBD0) }

DEFINITIONS EXPLICIT TAGS ::=
BEGIN

IMPORTS
  EXTENSION
  FROM PKIX-CommonTypes-2009  -- RFC 5912
    { iso(1) identified-organization(3) dod(6) internet(1)
      security(5) mechanisms(5) pkix(7) id-mod(0)
      id-mod-pkixCommon-02(57) } ;

-- CPS URIs Certificate Extension

ext-OOBURIs EXTENSION ::= {
  SYNTAX OOBURIs
  IDENTIFIED BY id-pe-oobURI }

-- OOB CPS URI Extension Syntax

id-pe OBJECT IDENTIFIER ::=
  { iso(1) identified-organization(3) dod(6) internet(1)
    security(5) mechanisms(5) pkix(7) 1 }

id-pe-oobURI OBJECT IDENTIFIER ::= { id-pe TBD1 }

OOBURIs ::= SEQUENCE SIZE (1..MAX) OF IA5String

END

Certificates containing a OOBURI that is not an absolute HTTPS URI as defined in [RFC3986] MUST be considered invalid by relying parties.

Note: The numeric assignment TBD is temporary. IANA will allocate a permanent arc under "PKIX SubjectPublicKeyInfo Certificate Extensions" during RFC publication.

3.2. Extension Semantics

Each IA5String value in the sequence MUST be an absolute URI [RFC3986] that:

  • Uses the "https" scheme.

  • Identifies the root of the CPS HTTPS API interface (e.g., "https://cps.example.net/oob/v1").

The sequence MUST contain at least one URI. Producers MAY include multiple URIs to provide resiliency or geographic locality information.

3.3. Criticality

The extension MUST be marked non-critical so that implementations that do not understand it can still validate the certificate.

3.4. Processing Rules

  • A STIR Authentication Service (AS), defined in [RFC8224], that holds a Certificate containing id-pe-oobURI SHOULD publish OOB PASSporTs to the indicated CPS.

  • A STIR Verification Service (VS), defined in [RFC8224] that receives a PASSporT signed by such a certificate MAY derive the CPS endpoint by reading the extension, or MAY query an external discovery directory that is populated by monitoring the STI-CT logs.

  • If the extension and an external directory disagree, the resolution is a matter of local policy.

  • A STIR Verification Service (VS) that receives a SIP request without an in-band PASSporT MAY use the calling party's identity (e.g., from the From or P-Asserted-Identity headers) to query a local directory or STI-CT monitor to locate the associated certificate. Once the certificate is located, the VS can extract the OOB URI extension to discover the Call Placement Service and retrieve the PASSporT.

4. Use with Out-of-Band

Figure 1 shows the message flow when the extension is present:

  +------------+  (1) Request Delegate Cert   +---------+
  | Enterprise |  ---- w/ CPS URI ext ------> | CA / CT |
  | (AS/OOB-AS)|                              +---------+
  +------------+                                   |
       |    |                                      |
       |    | (2a) SIP INVITE                      |
       |    |      (may or may not carry PASSporT) |
       |    v                                      |
       |  [Terminating Network]                    |
       |                                           |
       |  (2b) POST PASSporT to CPS                |
       +------------------------------------------>|
                                              +---------+
                                              |   CPS   |
       +------- (3) GET PASSporT from CPS --->+---------+
       |
  +---------+    (4) Monitor CT logs     +-----------+
  |   VS    |<---------------------------| CT Monitor|
  +---------+                            +-----------+
Figure 1
  1. The enterprise obtains an STI certificate (either a STIR certificate or delegate certificate) containing the CPS URI. The CA submits the certificate to STI-CT. 2a. The AS sends a SIP INVITE toward the terminating network. The INVITE may or may not carry an in-band PASSporT. 2b. The OOB-AS submits the PASSporT to the CPS indicated by the extension.

  2. The terminating VS retrieves the PASSporT from the CPS.

  3. The VS (or a monitoring component) discovers the CPS URI by monitoring CT logs for certificates containing the extension.

Note: Although the figure depicts an enterprise scenario, the same mechanism applies when a service provider holds an STI certificate with the CPS URI extension.

5. Operational Considerations

6. Security Considerations

The CPS URI certificate extension introduces a mechanism for associating telephone number resources with CPS endpoints through STI certificates. The following considerations apply:

7. IANA Considerations

IANA is requested to assign a new object identifier (OID) for the CPS URI certificate extension in the "PKIX Extension Registry" as follows:

8. Normative References

[I-D.ietf-stir-certificate-transparency]
Wendt, C., Śliwa, R., Fenichel, A., and V. A. Gaikwad, "STI Certificate Transparency", Work in Progress, Internet-Draft, draft-ietf-stir-certificate-transparency-01, , <https://datatracker.ietf.org/doc/html/draft-ietf-stir-certificate-transparency-01>.
[I-D.ietf-stir-servprovider-oob]
Peterson, J., "Out-of-Band STIR for Service Providers", Work in Progress, Internet-Draft, draft-ietf-stir-servprovider-oob-08, , <https://datatracker.ietf.org/doc/html/draft-ietf-stir-servprovider-oob-08>.
[RFC2119]
Bradner, S., "Key words for use in RFCs to Indicate Requirement Levels", BCP 14, RFC 2119, DOI 10.17487/RFC2119, , <https://www.rfc-editor.org/rfc/rfc2119>.
[RFC3986]
Berners-Lee, T., Fielding, R., and L. Masinter, "Uniform Resource Identifier (URI): Generic Syntax", STD 66, RFC 3986, DOI 10.17487/RFC3986, , <https://www.rfc-editor.org/rfc/rfc3986>.
[RFC5280]
Cooper, D., Santesson, S., Farrell, S., Boeyen, S., Housley, R., and W. Polk, "Internet X.509 Public Key Infrastructure Certificate and Certificate Revocation List (CRL) Profile", RFC 5280, DOI 10.17487/RFC5280, , <https://www.rfc-editor.org/rfc/rfc5280>.
[RFC8174]
Leiba, B., "Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words", BCP 14, RFC 8174, DOI 10.17487/RFC8174, , <https://www.rfc-editor.org/rfc/rfc8174>.
[RFC8224]
Peterson, J., Jennings, C., Rescorla, E., and C. Wendt, "Authenticated Identity Management in the Session Initiation Protocol (SIP)", RFC 8224, DOI 10.17487/RFC8224, , <https://www.rfc-editor.org/rfc/rfc8224>.
[RFC8225]
Wendt, C. and J. Peterson, "PASSporT: Personal Assertion Token", RFC 8225, DOI 10.17487/RFC8225, , <https://www.rfc-editor.org/rfc/rfc8225>.
[RFC8226]
Peterson, J. and S. Turner, "Secure Telephone Identity Credentials: Certificates", RFC 8226, DOI 10.17487/RFC8226, , <https://www.rfc-editor.org/rfc/rfc8226>.
[RFC8816]
Rescorla, E. and J. Peterson, "Secure Telephone Identity Revisited (STIR) Out-of-Band Architecture and Use Cases", RFC 8816, DOI 10.17487/RFC8816, , <https://www.rfc-editor.org/rfc/rfc8816>.
[RFC9060]
Peterson, J., "Secure Telephone Identity Revisited (STIR) Certificate Delegation", RFC 9060, DOI 10.17487/RFC9060, , <https://www.rfc-editor.org/rfc/rfc9060>.
[X.509]
International Telecommunication Union, "Information technology - Open Systems Interconnection - The Directory: Public-key and attribute certificate frameworks", ITU-T Recommendation X.509, ISO/IEC 9594-8, , <https://www.itu.int/rec/T-REC-X.509>.
[X.680]
International Telecommunication Union, "Information Technology - Abstract Syntax Notation One (ASN.1): Specification of basic notation", ITU-T Recommendation X.680, ISO/IEC 8824-1, , <https://www.itu.int/rec/T-REC-X.680>.
[X.681]
International Telecommunication Union, "Information Technology - Abstract Syntax Notation One (ASN.1): Information object specification", ITU-T Recommendation X.681, ISO/IEC 8824-2, , <https://www.itu.int/rec/T-REC-X.681>.
[X.682]
International Telecommunication Union, "Information Technology - Abstract Syntax Notation One (ASN.1): Constraint specification", ITU-T Recommendation X.682, ISO/IEC 8824-3, , <https://www.itu.int/rec/T-REC-X.682>.
[X.683]
International Telecommunication Union, "Information Technology - Abstract Syntax Notation One (ASN.1): Parameterization of ASN.1 specifications", ITU-T Recommendation X.683, ISO/IEC 8824-4, , <https://www.itu.int/rec/T-REC-X.683>.

Acknowledgments

TODO acknowledge.

Authors' Addresses

Rob Śliwa
Somos Inc.
Chris Wendt
Somos Inc.