<?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-07" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.15.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-07"/>
    <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="November" day="07"/>
    <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.  There are 49 NF Types defined for 3GPP Release 17; they
are 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 to support
role-based access control decisions by providing a list of NF Types
associated with the certificate subject.  The NFTypes certificate
extension can be used by operators of 5G systems or later.</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="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 certificate 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) 34 }
]]></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 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 only an ASCII string; however, the
string <bcp14>MUST NOT</bcp14> include control characters (values 0 through 31),
the space character (value 32), or the delete character (value 127).</t>
      <t>Each NFType <bcp14>MUST</bcp14> contain at least one ASCII character and
<bcp14>MUST NOT</bcp14> contain more than 32 ASCII characters.</t>
      <t>The NFType uses the IA5String type to permit inclusion of the underscore
character ('_'), which is not part of the PrintableString character set.</t>
    </section>
    <section anchor="asn1-mod">
      <name>ASN.1 Module</name>
      <t>This section 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(106) }

  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) 34 }

  -- 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>Some of the ASCII strings that specify the NF Types are standard.  See
Appendix A for values defined in 3GPP.  Additionally, an operator <bcp14>MAY</bcp14>
assign its own NF Types for use in their own network.  Since the NF Type
is used for role-based access control decisions, an operator-assigned
NF Type <bcp14>MUST NOT</bcp14> overlap with a value already defined in the commonly
defined set.  Use of the same ASCII string by two different operators
for different roles could lead to confusion or incorrect access control
decisions.  The mechanism for an operator to determine whether an ASCII
string associated with a NF Type is unique across operators is outside
the scope of this document.</t>
      <t>The certificate extension supports many different forms of role-based
access control to support the diversity of activities that NFs are
trusted to perform in the overall system.  Different levels of confidence
that the NFTypes were properly assigned might be needed to contribute to the
overall security of the 5G system.  For example, more confidence might be
needed to make access control decisions related to a scarce resource than
implementation of filtering policies.  As a result, different operators
might have different trust models for 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, such 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, Michael Li, Tim Hollebeek, Roman Danyliw,
and Bernie Volz for their review, comments, and assistance.</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="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>
        <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>
      </references>
    </references>
    <section anchor="nftypes">
      <name>NFType Strings</name>
      <t>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>
    <section anchor="example">
      <name>Example Certificate Containing a NFTypes Extension</name>
      <t>The example certificate conformes to certificate profile in
Table 6.1.3c.3-1 of <xref target="TS33.310"/>.  In addition, the NFTypes
certificate is included with only one NFType, and it is "AMF".  The
SubjectAltName certificate extension contains a fully qualified domain
names (FQDN) and a uniformResourceIdentifier, which carries the
NF Instance ID as specified in Clause 5.3.2 of <xref target="TS29.571"/>.</t>
      <artwork><![CDATA[
-----BEGIN CERTIFICATE-----
MIIC0DCCAlagAwIBAgIUbZoY923zOE0+ZIkjG4ehhCGoVXYwCgYIKoZIzj0EAwMw
FTETMBEGA1UECgwKRXhhbXBsZSBDQTAeFw0yMjEwMTkxNjMyMzZaFw0yMzEwMTkx
NjMyMzZaMDkxCzAJBgNVBAYTAlVTMSowKAYDVQQKEyE1Z2MubW5jNDAwLm1jYzMx
MS4zZ3BwbmV0d29yay5vcmcwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAATJ6IFHI683
q/JJjsJUfEiRFqGQ6uKDGJ0oqDP6wEhRAuvyEyz5pgRmz/7Mze1+s1qcnPU9mo1v
rIW9rjKhb/Hm8H9TPvnMQwCRCtKvCD90MkWvc/G8qyCBpCms3zNOJOijggFBMIIB
PTATBggrBgEFBQcBIgQHMAUWA0FNRjAXBgNVHSAEEDAOMAwGCmCGSAFlAwIBMDAw
DgYDVR0PAQH/BAQDAgeAMBMGA1UdJQQMMAoGCCsGAQUFBwMBMB0GA1UdDgQWBBRM
Z5KgwYlYn885mKID55ZcEznIBzAfBgNVHSMEGDAWgBSIf6IE6QtqjXR2+p/xCtRh
4PqzNTAxBgNVHR8EKjAoMCagJKAihiBodHRwOi8vZXhhbXBsZS5jb20vZXhhbXBs
ZWNhLmNybDB1BgNVHREBAf8EazBpgjhhbWYxLmNsdXN0ZXIxLm5ldDIuYW1mLjVn
Yy5tbmM0MDAubWNjMzExLjNncHBuZXR3b3JrLm9yZ4YtdXJuOnV1aWQ6ZjgxZDRm
YWUtN2RlYy0xMWQwLWE3NjUtMDBhMGM5MWU2YmY2MAoGCCqGSM49BAMDA2gAMGUC
MQDCBp4Fb/1/ffZGEVDWdx1XeFjg1KEmfnBGkNC+GHtan1gbnBnDIfD1MD0ctWWf
/zQCMDUmAAk2gM3QohfVsfhGQBm1N2hRz34oHSfhIH+EJFW1rSIG/93r27j09x5C
SG8e0g==
-----END CERTIFICATE-----
]]></artwork>
      <t>The following shows the example certificate.  The values on the left
are the ASN.1 tag (in hexadecimal) and the length (in decimal).</t>
      <artwork><![CDATA[
30 720: SEQUENCE {
30 598:  SEQUENCE {
A0   3:   [0] {
02   1:    INTEGER 2
      :     }
02  20:   INTEGER
      :    6D 9A 18 F7 6D F3 38 4D 3E 64 89 23 1B 87 A1 84
      :    21 A8 55 76
30  10:   SEQUENCE {
06   8:    OBJECT IDENTIFIER ecdsaWithSHA384 (1 2 840 10045 4 3 3)
      :     }
30  21:   SEQUENCE {
31  19:    SET {
30  17:     SEQUENCE {
06   3:      OBJECT IDENTIFIER organizationName (2 5 4 10)
0C  10:      UTF8String 'Example CA'
      :       }
      :      }
      :     }
30  30:   SEQUENCE {
17  13:    UTCTime 19/10/2022 16:32:36 GMT
17  13:    UTCTime 19/10/2023 16:32:36 GMT
      :     }
30  57:   SEQUENCE {
31  11:    SET {
30   9:     SEQUENCE {
06   3:      OBJECT IDENTIFIER countryName (2 5 4 6)
13   2:      PrintableString 'US'
      :       }
      :      }
31  42:    SET {
30  40:     SEQUENCE {
06   3:      OBJECT IDENTIFIER organizationName (2 5 4 10)
13  33:      PrintableString '5gc.mnc400.mcc311.3gppnetwork.org'
      :       }
      :      }
      :     }
30 118:   SEQUENCE {
30  16:    SEQUENCE {
06   7:     OBJECT IDENTIFIER ecPublicKey (1 2 840 10045 2 1)
06   5:     OBJECT IDENTIFIER secp384r1 (1 3 132 0 34)
      :      }
03  98:    BIT STRING
      :     04 C9 E8 81 47 23 AF 37 AB F2 49 8E C2 54 7C 48
      :     91 16 A1 90 EA E2 83 18 9D 28 A8 33 FA C0 48 51
      :     02 EB F2 13 2C F9 A6 04 66 CF FE CC CD ED 7E B3
      :     5A 9C 9C F5 3D 9A 8D 6F AC 85 BD AE 32 A1 6F F1
      :     E6 F0 7F 53 3E F9 CC 43 00 91 0A D2 AF 08 3F 74
      :     32 45 AF 73 F1 BC AB 20 81 A4 29 AC DF 33 4E 24
      :     E8
      :     }
A3 321:   [3] {
30 317:    SEQUENCE {
30  19:     SEQUENCE {
06   8:      OBJECT IDENTIFIER nfTypes (1 3 6 1 5 5 7 1 34)
04   7:      OCTET STRING, encapsulates {
30   5:       SEQUENCE {
16   3:        IA5String 'AMF'
      :         }
      :        }
      :       }
30  23:     SEQUENCE {
06   3:      OBJECT IDENTIFIER certificatePolicies (2 5 29 32)
04  16:      OCTET STRING, encapsulates {
30  14:       SEQUENCE {
30  12:        SEQUENCE {
06  10:         OBJECT IDENTIFIER '2 16 840 1 101 3 2 1 48 48'
      :          }
      :         }
      :        }
      :       }
30  14:     SEQUENCE {
06   3:      OBJECT IDENTIFIER keyUsage (2 5 29 15)
01   1:      BOOLEAN TRUE
04   4:      OCTET STRING, encapsulates {
03   2:       BIT STRING 7 unused bits
      :        '1'B (bit 0)
      :        }
      :       }
30  19:     SEQUENCE {
06   3:      OBJECT IDENTIFIER extKeyUsage (2 5 29 37)
04  12:      OCTET STRING, encapsulates {
30  10:       SEQUENCE {
06   8:        OBJECT IDENTIFIER serverAuth (1 3 6 1 5 5 7 3 1)
      :         }
      :        }
      :       }
30  29:     SEQUENCE {
06   3:      OBJECT IDENTIFIER subjectKeyIdentifier (2 5 29 14)
04  22:      OCTET STRING, encapsulates {
04  20:       OCTET STRING
      :        4C 67 92 A0 C1 89 58 9F CF 39 98 A2 03 E7 96 5C
      :        13 39 C8 07
      :        }
      :       }
30  31:     SEQUENCE {
06   3:      OBJECT IDENTIFIER authorityKeyIdentifier (2 5 29 35)
04  24:      OCTET STRING, encapsulates {
30  22:       SEQUENCE {
80  20:        [0]
      :        88 7F A2 04 E9 0B 6A 8D 74 76 FA 9F F1 0A D4 61
      :        E0 FA B3 35
      :         }
      :        }
      :       }
30  49:     SEQUENCE {
06   3:      OBJECT IDENTIFIER cRLDistributionPoints (2 5 29 31)
04  42:      OCTET STRING, encapsulates {
30  40:       SEQUENCE {
30  38:        SEQUENCE {
A0  36:         [0] {
A0  34:          [0] {
86  32:           [6] 'http://example.com/exampleca.crl'
      :            }
      :           }
      :          }
      :         }
      :        }
      :       }
30 117:     SEQUENCE {
06   3:      OBJECT IDENTIFIER subjectAltName (2 5 29 17)
01   1:      BOOLEAN TRUE
04 107:      OCTET STRING, encapsulates {
30 105:       SEQUENCE {
82  56:        [2]
      :         'amf1.cluster1.net2.amf.5gc.mnc400.mcc311.3gppnet'
      :         'work.org'
86  45:        [6]
      :         'urn:uuid:f81d4fae-7dec-11d0-a765-00a0c91e6bf6'
      :         }
      :        }
      :       }
      :      }
      :     }
      :    }
30  10:  SEQUENCE {
06   8:   OBJECT IDENTIFIER ecdsaWithSHA384 (1 2 840 10045 4 3 3)
      :    }
03 104:  BIT STRING, encapsulates {
30 101:   SEQUENCE {
02  49:    INTEGER
      :     00 C2 06 9E 05 6F FD 7F 7D F6 46 11 50 D6 77 1D
      :     57 78 58 E0 D4 A1 26 7E 70 46 90 D0 BE 18 7B 5A
      :     9F 58 1B 9C 19 C3 21 F0 F5 30 3D 1C B5 65 9F FF
      :     34
02  48:    INTEGER
      :     35 26 00 09 36 80 CD D0 A2 17 D5 B1 F8 46 40 19
      :     B5 37 68 51 CF 7E 28 1D 27 E1 20 7F 84 24 55 B5
      :     AD 22 06 FF DD EB DB B8 F4 F7 1E 42 48 6F 1E D2
      :     }
      :    }
      :   }
]]></artwork>
    </section>
  </back>
  <!-- ##markdown-source:
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
X9/iiK2b7b18utntbzzd61r2F9XeK0y/TGeraq+wE9k7t4oDONuG5el8o781
39JKdmEJztczbtStzdj868vifPMyZ+cNcau9tcUeUktnX9vbzFjmNvOWnU3X
7O3Ne0r3ZkuRF/0varZA1/St/XvmG+Vcrqe/edjrb48MbH2QM6SfvFlgq1sn
e63n4hr6G3ZsWy2oZ+/asLLZffXN5tvqujb66WxTtY0i4Z59c7HFipFz3tHU
LwV17vVuDHVr+mU+2zrXi4QvcwM5se0tNi+5+bDe3yeIygwlFSK1zrtT/L1N
BjaK/W22KK3K0rtC0kC4BYCRsuC1+SB9oYtOuw4cirsZN/hXAKzBDOjBSWun
o3cbRV68bl0zOM56ieumZd4/gonMA9KEZ3/ofRvXBQK38QLKN/J14fg8Qo3Y
lxUCfj4Wk4P2ldE75FEUSwCUvp9ixHUmyGIYYMgofRWAsa+bviAlkH6crSCo
+w4WgVWIrfJmZK1LWTsLA3WpxBpCRDf72H3Q1YHJRgWr29VFsGzVdybqsqup
k+718D68a8rKy4Up/nLffXzoVOh0qnfCz7d3S31y1z0L77svD6KpLq2l0B6Y
Aws2V6VrU58sz/q30+nwVovvbc24Gqi0vRRX1oO5tAaPz70Ha2W93Dts7IWP
CdmgZTw+6y/qqTbpfdbUu4Hqfx5Ydrg8U++Mz1dXZ+bKlO5lazG8qT70DHV5
PpMe7l6sZ8GyKy/3irYczj6LI7m5clbVJ3fmLkcP6pU2cb9OHx8uLq+6mja5
jiZXV2p30vNUdXBa67ZPurWGInw9Pj19iE+vx6bXb3/tXNUWZ0bnVAy/Gpe1
pTntq4unlbl6qc4n/dnLcd16odIvsfTVDS6vm7NQehKi7k0zejibDo9PZo2T
5uDyKbCulnpfT86edKMpWo83T+5xp/F1pWtzfRYrL72L0wvvYTJpa3AAmnA5
UAfaZBJpE7OtXblad3J1YqnXN6rY7vUf1FvUyYmtmqahXljqsqPP9I6ttn08
MQt0IRgTUFJfvFSvTo419cpQJ1S1NAtPZXR6dWVZatjR9bijXl23tSU80UT2
zJhc3Wha3xLuq2eT5Z1/FzQa1dlZ16hW713zJehqL+qYU7fMjqHeTDS7O651
zdpV8vXhti//Mj9+1pP+VKhcfn3pDdRnNrnfMM8e1NDSncnpmepNPS0cnfSX
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

-->

</rfc>
