<?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-rfc2629 version 1.5.26 (Ruby 2.3.7) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-lamps-5g-nftypes-01" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.14.2 -->
  <front>
    <title abbrev="5G NFType in X.509 Certificates">X.509 Certificate Extension for 5G Network Function Types</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-lamps-5g-nftypes-01"/>
    <author initials="R." surname="Housley" fullname="Russ Housley">
      <organization abbrev="Vigil Security">Vigil Security, LLC</organization>
      <address>
        <postal>
          <city>Herndon, VA</city>
          <country>US</country>
        </postal>
        <email>housley@vigilsec.com</email>
      </address>
    </author>
    <author initials="S." surname="Turner" fullname="Sean Turner">
      <organization>sn3rd</organization>
      <address>
        <postal>
          <city>Washington, DC</city>
          <country>US</country>
        </postal>
        <email>sean@sn3rd.com</email>
      </address>
    </author>
    <author initials="J. P." surname="Mattsson" fullname="John Preuß Mattsson">
      <organization>Ericsson</organization>
      <address>
        <postal>
          <city>Kista</city>
          <country>Sweden</country>
        </postal>
        <email>john.mattsson@ericsson.com</email>
      </address>
    </author>
    <author initials="D." surname="Migault" fullname="Daniel Migault">
      <organization>Ericsson</organization>
      <address>
        <postal>
          <city>Saint Laurent, QC</city>
          <country>Canada</country>
        </postal>
        <email>daniel.migault@ericsson.com</email>
      </address>
    </author>
    <date year="2022" month="September" day="06"/>
    <area>Security</area>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <t>This document specifies the certificate extension for including
Network Function Types (NFTypes) for the 5G System in X.509v3 public
key certificates as profiled in RFC 5280.</t>
    </abstract>
  </front>
  <middle>
    <section anchor="intro">
      <name>Introduction</name>
      <t>The 3rd Generation Partnership Project (3GPP) has specified several
Network Functions (NFs) as part of the service-based architecture within
the 5G System.  The 49 NF types that are defined for 3GPP Release 17 listed
in Table 6.1.6.3.3-1 of <xref target="TS29.510"/>, and each NF type is identified
by a short ASCII string.</t>
      <t>Operators of 5G systems make use of an internal PKI to identify
interface instances in the NFs in a 5G system.  X.509v3 public key
certificates <xref target="RFC5280"/> are used, and the primary function of a
certificate is to bind a public key to the identity of an entity that
holds the corresponding private key, known as the certificate subject.
The certificate subject and the subjectAltName certificate extension can
be used to support identity-based access control decisions.</t>
      <t>This document specifies the NFTypes certificate extension, which provides
a list of NF Types associated with the certificate subject.  The NFTypes
certificate extension can be used to support role-based access control
decisions.</t>
      <t>The certificate extension supports many different forms of role-based
access control as the various types of NF are trusted to perform their
activities in the overall system.  An activity might include the
implementation of filtering policies.  Another activity might provide
an access controlled resource.  These example illustrate differing levels
of confidence that are needed in the proper assignment of the NFType in
the overall security of the 5G system.</t>
    </section>
    <section anchor="terms">
      <name>Terminology</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>
    </section>
    <section anchor="cert-ident">
      <name>Certificate Subject Identification</name>
      <t>The Network Domain Security (NDS) Authentication Framework (AF) for 3GPP
Release 17 <xref target="TS33.310"/> provides several patterns for certificate subject
names.  For example, the certificate subject name for an NF instance
follows one of these patterns:</t>
      <artwork><![CDATA[
  (c=<country>), o=<Organization Name>, cn=<Some distinguishing name>

  cn=<hostname>, (ou=<servers>), dc=<domain>, dc=<domain>
]]></artwork>
      <t>When either pattern is used, the cn= portion is a DirectoryString;
however, <xref section="4.1.2.6" sectionFormat="of" target="RFC5280"/>, limits the character set to
either PrintableString or UTF8String.  Note that the PrintableString
has a much more limited set of characters that can be represented.</t>
      <t>When the first pattern is used, the o= portion of the name contains
the home domain as specified in <xref target="TS23.003"/> to identify the public
land mobile network, and it takes the following form:</t>
      <artwork><![CDATA[
  5gc.mnc<MNC>.mcc<MCC>.3gppnetwork.org
]]></artwork>
      <t>where MNC designates the Mobile Network Code, and MCC designates the
Mobile Country Code.</t>
      <t>The certificates are expected to include the SubjectAltName certificate
extension that contains a fully qualified domain name (FQDN), where
the FQDN designates the NF as defined in <xref target="TS23.003"/>.  For example, the
SubjectAltName certificate extension for an NF instance implementing
the AMF might include these FQDNs:</t>
      <artwork><![CDATA[
  amf1.cluster1.net2.amf.5gc.mnc012.mcc345.3gppnetwork.org

  amf1.callback.cluster1.net2.amf.5gc.mnc012.mcc345.3gppnetwork.org
]]></artwork>
      <t>The certificates for entities that can act as TLS clients or servers are
also expected to include a uniformResourceIdentifier in the SubjectAltName
certificate extension that contains the NF Instance ID as specified in
Clause 5.3.2 of <xref target="TS29.571"/>.  For example, the SubjectAltName certificate
extension for an NF Instance ID might be:</t>
      <artwork><![CDATA[
  urn:uuid:f81d4fae-7dec-11d0-a765-00a0c91e6bf6
]]></artwork>
      <t>Following these patterns facilitates the use of the certificate subject
and the subjectAltName certificate extension to support identity-based
access control decisions.</t>
      <t>When the second pattern is used, the dc= portion of the name contains
a single domain component.  For example, hostname.example.net would
appear in the certificate subject as:</t>
      <artwork><![CDATA[
  cn=hostname, dc=example, dc=net
]]></artwork>
    </section>
    <section anchor="extn">
      <name>Network Functions Certificate Extension</name>
      <t>This section specifies the NFTypes certificate extension, which provides
a list of NF Types associated with the certificate subject.</t>
      <t>The NFTypes certificate extension <bcp14>MAY</bcp14> be included in public key certificates
<xref target="RFC5280"/>.  The NFTypes extension <bcp14>MUST</bcp14> be identified by the following object
identifier:</t>
      <artwork><![CDATA[
  id-pe-nftypes  OBJECT IDENTIFIER  ::=
     { iso(1) identified-organization(3) dod(6) internet(1)
       security(5) mechanisms(5) pkix(7) id-pe(1) TBD1 }
]]></artwork>
      <t>This extension <bcp14>MUST NOT</bcp14> be marked critical.</t>
      <t>The NFTypes extension <bcp14>MUST</bcp14> have the following syntax:</t>
      <artwork><![CDATA[
  NFTypes ::= SEQUENCE SIZE (1..MAX) OF NFType

  NFType ::= IA5String (SIZE (1..32))
]]></artwork>
      <t>The NFTypes <bcp14>MUST</bcp14> contain only the ASCII strings.</t>
      <t>The NFTypes <bcp14>MUST</bcp14> contain at least one NFType.</t>
      <t>The NFTypes <bcp14>MUST NOT</bcp14> contain the same NFType more than once.</t>
      <t>Each NFType <bcp14>MUST</bcp14> contain at least one ASCII character, and each NFType
<bcp14>MUST NOT</bcp14> contain more than 32 ASCII characters.</t>
      <t>The NFType is of type IA5String to permit inclusion of the character
underscore character ('_'), which is not part of the PrintableString
character set.</t>
    </section>
    <section anchor="asn1-mod">
      <name>ASN.1 Module</name>
      <t>This appendix provides an ASN.1 module <xref target="X.680"/> for the NFTypes
certificate extension, and it follows the conventions established
in <xref target="RFC5912"/> and <xref target="RFC6268"/>.</t>
      <sourcecode type="asn.1" markers="true"><![CDATA[
  NFTypeCertExtn
    { iso(1) identified-organization(3) dod(6) internet(1)
      security(5) mechanisms(5) pkix(7) id-mod(0)
      id-mod-nftype(TBD2) }

  DEFINITIONS IMPLICIT 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) } ;


  -- NFTypes Certificate Extension

  ext-NFType EXTENSION ::= {
    SYNTAX NFTypes
    IDENTIFIED BY id-pe-nftype }

  -- NFTypes Certificate Extension OID

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

  -- NFTypes Certificate Extension Syntax

  NFTypes ::= SEQUENCE SIZE (1..MAX) OF NFType

  NFType ::= IA5String (SIZE (1..32))
 
  END
]]></sourcecode>
    </section>
    <section anchor="sec-cons">
      <name>Security Considerations</name>
      <t>The Security Considerations of <xref target="RFC5280"/> are applicable to this document.</t>
      <t>The ASCII strings that specify the NF Types are not standard; an operator
<bcp14>MAY</bcp14> build its own NF Type.  Since the NF Type is used for role-based access
control decisions, the operator that specifies their own ASCII string for an
NF Type <bcp14>MUST</bcp14> ensure that the new NF Type does not match an existing one.</t>
      <t>The NFType can be used for various purposes.  For example, access to a
particular resource might only be provided to a subset of NFTypes.  In
another example, the NFTypes might be an input to a filtering decision.
These different uses of the NFType values have different requirements on
the level of trust in the NFType values carried in the certificate extension.
Granting access to a resource based on the NFType in the certificate extension
requires a great deal of confidence that the NFType is set properly. On the
other hand, filtering decisions primarily address misconfiguration, and they
require less confidence. As a result, different trust models might apply to
the NFTypes certificate extension.</t>
    </section>
    <section anchor="priv-cons">
      <name>Privacy Considerations</name>
      <t>In some security protocols, such as TLS 1.2 <xref target="RFC5246"/>, certificates are
exchanged in the clear.  In other security protocols, sucha as TLS 1.3 <xref target="RFC8446"/>,
the certificates are encrypted.  The inclusion of NFType certificate extension
can help an observer determine which systems are of most interest based on
the plaintext certificate transmission.</t>
    </section>
    <section anchor="iana">
      <name>IANA Considerations</name>
      <t>For the NFType certificate extension in <xref target="extn"/>, IANA is requested
to assign an object identifier (OID) for the certificate extension.  The
OID for the certificate extension should be allocated in the "SMI Security
for PKIX Certificate Extension" registry (1.3.6.1.5.5.7.1).</t>
      <t>For the ASN.1 Module in <xref target="asn1-mod"/>, IANA is requested to assign an
object identifier (OID) for the module identifier. The OID for the module
should be allocated in the "SMI Security for PKIX Module Identifier"
registry (1.3.6.1.5.5.7.0).</t>
    </section>
    <section anchor="acknowledgements">
      <name>Acknowledgements</name>
      <t>Many thanks to Ben Smeets and Michael Li for their review and comments.</t>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references>
        <name>Normative References</name>
        <reference anchor="RFC5280" target="https://www.rfc-editor.org/info/rfc5280">
          <front>
            <title>Internet X.509 Public Key Infrastructure Certificate and Certificate Revocation List (CRL) Profile</title>
            <author fullname="D. Cooper" initials="D." surname="Cooper">
              <organization/>
            </author>
            <author fullname="S. Santesson" initials="S." surname="Santesson">
              <organization/>
            </author>
            <author fullname="S. Farrell" initials="S." surname="Farrell">
              <organization/>
            </author>
            <author fullname="S. Boeyen" initials="S." surname="Boeyen">
              <organization/>
            </author>
            <author fullname="R. Housley" initials="R." surname="Housley">
              <organization/>
            </author>
            <author fullname="W. Polk" initials="W." surname="Polk">
              <organization/>
            </author>
            <date month="May" year="2008"/>
            <abstract>
              <t>This memo profiles the X.509 v3 certificate and X.509 v2 certificate revocation list (CRL) for use in the Internet.  An overview of this approach and model is provided as an introduction.  The X.509 v3 certificate format is described in detail, with additional information regarding the format and semantics of Internet name forms.  Standard certificate extensions are described and two Internet-specific extensions are defined.  A set of required certificate extensions is specified.  The X.509 v2 CRL format is described in detail along with standard and Internet-specific extensions.  An algorithm for X.509 certification path validation is described.  An ASN.1 module and examples are provided in the appendices.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5280"/>
          <seriesInfo name="DOI" value="10.17487/RFC5280"/>
        </reference>
        <reference anchor="X.680" target="https://www.itu.int/rec/T-REC-X.680">
          <front>
            <title>Information technology -- Abstract Syntax Notation One (ASN.1): Specification of basic notation</title>
            <author>
              <organization>ITU-T</organization>
            </author>
            <date year="2021" month="February"/>
          </front>
          <seriesInfo name="ITU-T Recommendation" value="X.680"/>
          <seriesInfo name="ISO/IEC" value="8824-1:2021"/>
        </reference>
        <reference anchor="TS29.510" target="https://www.3gpp.org/ftp/Specs/archive/29_series/29.510/29510-h50.zip">
          <front>
            <title>5G System; Network Function Repository Services; Stage 3 (Release 17)</title>
            <author>
              <organization>3rd Generation Partnership Project</organization>
            </author>
            <date year="2022" month="March"/>
          </front>
          <seriesInfo name="3GPP TS:29.510 V17.5.0" value=""/>
        </reference>
        <reference anchor="TS33.310" target="https://www.3gpp.org/ftp/Specs/archive/33_series/33.310/33310-h20.zip">
          <front>
            <title>Network Domain Security (NDS); Authentication Framework (AF) (Release 17)</title>
            <author>
              <organization>3rd Generation Partnership Project</organization>
            </author>
            <date year="2022" month="March"/>
          </front>
          <seriesInfo name="3GPP TS:33.310 V17.2.0" value=""/>
        </reference>
        <reference anchor="RFC2119" target="https://www.rfc-editor.org/info/rfc2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner">
              <organization/>
            </author>
            <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" target="https://www.rfc-editor.org/info/rfc8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba">
              <organization/>
            </author>
            <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>
        <name>Informative References</name>
        <reference anchor="RFC5246" target="https://www.rfc-editor.org/info/rfc5246">
          <front>
            <title>The Transport Layer Security (TLS) Protocol Version 1.2</title>
            <author fullname="T. Dierks" initials="T." surname="Dierks">
              <organization/>
            </author>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla">
              <organization/>
            </author>
            <date month="August" year="2008"/>
            <abstract>
              <t>This document specifies Version 1.2 of the Transport Layer Security (TLS) protocol.  The TLS protocol provides communications security over the Internet.  The protocol allows client/server applications to communicate in a way that is designed to prevent eavesdropping, tampering, or message forgery.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5246"/>
          <seriesInfo name="DOI" value="10.17487/RFC5246"/>
        </reference>
        <reference anchor="RFC5912" target="https://www.rfc-editor.org/info/rfc5912">
          <front>
            <title>New ASN.1 Modules for the Public Key Infrastructure Using X.509 (PKIX)</title>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman">
              <organization/>
            </author>
            <author fullname="J. Schaad" initials="J." surname="Schaad">
              <organization/>
            </author>
            <date month="June" year="2010"/>
            <abstract>
              <t>The Public Key Infrastructure using X.509 (PKIX) certificate format, and many associated formats, are expressed using ASN.1.  The current ASN.1 modules conform to the 1988 version of ASN.1.  This document updates those ASN.1 modules to conform to the 2002 version of ASN.1. There are no bits-on-the-wire changes to any of the formats; this is simply a change to the syntax.  This document is not an Internet  Standards Track specification; it is published for informational  purposes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5912"/>
          <seriesInfo name="DOI" value="10.17487/RFC5912"/>
        </reference>
        <reference anchor="RFC6268" target="https://www.rfc-editor.org/info/rfc6268">
          <front>
            <title>Additional New ASN.1 Modules for the Cryptographic Message Syntax (CMS) and the Public Key Infrastructure Using X.509 (PKIX)</title>
            <author fullname="J. Schaad" initials="J." surname="Schaad">
              <organization/>
            </author>
            <author fullname="S. Turner" initials="S." surname="Turner">
              <organization/>
            </author>
            <date month="July" year="2011"/>
            <abstract>
              <t>The Cryptographic Message Syntax (CMS) format, and many associated formats, are expressed using ASN.1.  The current ASN.1 modules conform to the 1988 version of ASN.1.  This document updates some auxiliary ASN.1 modules to conform to the 2008 version of ASN.1; the 1988 ASN.1 modules remain the normative version.  There are no bits- on-the-wire changes to any of the formats; this is simply a change to the syntax.  This document is not an Internet Standards Track  specification; it is published for informational purposes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6268"/>
          <seriesInfo name="DOI" value="10.17487/RFC6268"/>
        </reference>
        <reference anchor="RFC8446" target="https://www.rfc-editor.org/info/rfc8446">
          <front>
            <title>The Transport Layer Security (TLS) Protocol Version 1.3</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla">
              <organization/>
            </author>
            <date month="August" year="2018"/>
            <abstract>
              <t>This document specifies version 1.3 of the Transport Layer Security (TLS) protocol.  TLS allows client/server applications to communicate over the Internet in a way that is designed to prevent eavesdropping, tampering, and message forgery.</t>
              <t>This document updates RFCs 5705 and 6066, and obsoletes RFCs 5077, 5246, and 6961.  This document also specifies new requirements for TLS 1.2 implementations.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8446"/>
          <seriesInfo name="DOI" value="10.17487/RFC8446"/>
        </reference>
        <reference anchor="TS29.571" target="https://www.3gpp.org/ftp/Specs/archive/29_series/29.571/29571-h50.zip">
          <front>
            <title>5G System; Common Data Types for Service Based Interfaces; Stage 3 (Release 17)</title>
            <author>
              <organization>3rd Generation Partnership Project</organization>
            </author>
            <date year="2022" month="March"/>
          </front>
          <seriesInfo name="3GPP TS:29.571 V17.5.0" value=""/>
        </reference>
        <reference anchor="TS23.003" target="https://www.3gpp.org/ftp/Specs/archive/23_series/23.003/23003-h50.zip">
          <front>
            <title>Technical Specification Group Core Network and Terminals; Numbering, addressing and identification (Release 17)</title>
            <author>
              <organization>3rd Generation Partnership Project</organization>
            </author>
            <date year="2022" month="March"/>
          </front>
          <seriesInfo name="3GPP TS:23.003 V17.5.0" value=""/>
        </reference>
      </references>
    </references>
    <section anchor="nftypes">
      <name>Appendix A. NFType Strings</name>
      <t>Each NFType is identified by an ASCII string. Table 6.1.6.3.3-1 of <xref target="TS29.510"/>
defines the ASCII strings for the NF Types specified in 3GPP documents,
which are listed below in alphabetical order.  This list is not exhaustive.</t>
      <artwork><![CDATA[
    "5G_DDNMF"        "ICSCF"           "SCEF"
    "5G_EIR"          "IMS_AS"          "SCP"
    "AANF"            "LMF"             "SCSAS"
    "ADRF"            "MB-SMF"          "SCSCF"
    "AF"              "MB-UPF"          "SEPP"
    "AMF"             "MFAF"            "SMF"
    "AUSF"            "MME"             "SMSF"
    "BSF"             "N3IWF"           "SOR_AF"
    "CBCF"            "NEF"             "SPAF"
    "CEF"             "NRF"             "TSCTSF"
    "CHF"             "NSACF"           "UCMF"
    "DCCF"            "NSSAAF"          "UDM"
    "DRA"             "NSSF"            "UDR"
    "EASDF"           "NSWOF"           "UDSF"
    "GBA_BSF"         "NWDAF"           "UPF"
    "GMLC"            "PCF"
    "HSS"             "PCSCF"
]]></artwork>
    </section>
  </back>
  <!-- ##markdown-source:
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
deEgH113S8xr7T7k//8LEZjPgs8wAAA=

-->

</rfc>
