<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.19 (Ruby 3.3.3) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-boucadair-opsawg-secure-tacacs-yang-03" category="info" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.23.1 -->
  <front>
    <title abbrev="YANG for TACACS+ over TLS">A YANG Model for Terminal Access Controller Access-Control System Plus (TACACS+) over TLS 1.3</title>
    <seriesInfo name="Internet-Draft" value="draft-boucadair-opsawg-secure-tacacs-yang-03"/>
    <author fullname="Mohamed Boucadair" role="editor">
      <organization>Orange</organization>
      <address>
        <email>mohamed.boucadair@orange.com</email>
      </address>
    </author>
    <date year="2024" month="October" day="02"/>
    <area>Operations and Management</area>
    <workgroup>Operations and Management Area Working Group</workgroup>
    <keyword>XXXX</keyword>
    <keyword>XXXX</keyword>
    <keyword>XXXX</keyword>
    <abstract>
      <?line 38?>

<t>This document defines a YANG module for Terminal Access Controller Access-Control System Plus (TACACS+) over TLS 1.3. This modules augments the YANG Data Model for Terminal Access Controller Access-Control System Plus (TACACS+) defined in the RFC 9105 with TLS-related data nodes.</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        The latest revision of this draft can be found at <eref target="https://boucadair.github.io/secure-tacacs-yang/draft-boucadair-opsawg-secure-tacacs-yang.html"/>.
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-boucadair-opsawg-secure-tacacs-yang/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        Operations and Management Area Working Group Working Group mailing list (<eref target="mailto:opsawg@ietf.org"/>),
        which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/opsawg/"/>.
        Subscribe at <eref target="https://www.ietf.org/mailman/listinfo/opsawg/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/boucadair/secure-tacacs-yang"/>.</t>
    </note>
  </front>
  <middle>
    <?line 42?>

<section anchor="introduction">
      <name>Introduction</name>
      <t><xref target="RFC9105"/> defines a YANG module ("ietf-system-tacacs-plus") that augments the System Management data model defined in <xref target="RFC7317"/> for the management of Terminal Access Controller Access-Control System Plus (TACACS+) clients. Typically, the "ietf-system-tacacs-plus" module is used to configure a TACACS+ client on a device to support deployment scenarios with centralized authentication, authorization, and accounting servers.</t>
      <t>This document defines a YANG module for managing TACACS+ over TLS 1.3 clients <xref target="I-D.ietf-opsawg-tacacs-tls13"/>. The module is designed as an augmentation to the "ietf-system-tacacs-plus" module specified in <xref target="RFC9105"/>.</t>
      <ul empty="true">
        <li>
          <t>Discussion Note: RFC 9105bis or keep the current augment design.</t>
        </li>
      </ul>
      <t>The module leverages the TLS structures defined in <xref target="I-D.ietf-netconf-tls-client-server"/>. Concretely, this first version of the specification uses a pruning approach rather that a reuse of the groupings defined in <xref target="I-D.ietf-netconf-tls-client-server"/>.</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?>

<t>The meanings of the symbols in the YANG tree diagrams are defined in <xref target="RFC8340"/>.</t>
      <t>The document uses the terms defined in <xref section="2" sectionFormat="of" target="I-D.ietf-opsawg-tacacs-tls13"/> and <xref section="3" sectionFormat="of" target="RFC8907"/>.</t>
      <t>'client' refers to TLS TACACS+ client, while 'server' refers to TLS TACACS+ server.</t>
      <ul empty="true">
        <li>
          <t>Note to the RFC Editor: Please update the following:</t>
          <ul spacing="normal">
            <li>
              <t>AAAA --&gt; the assigned RFC number for <xref target="I-D.ietf-netconf-crypto-types"/></t>
            </li>
            <li>
              <t>BBBB --&gt; the assigned RFC number for <xref target="I-D.ietf-netconf-trust-anchors"/></t>
            </li>
            <li>
              <t>CCCC --&gt; the assigned RFC number for <xref target="I-D.ietf-netconf-keystore"/></t>
            </li>
            <li>
              <t>FFFF --&gt; the assigned RFC number for <xref target="I-D.ietf-netconf-tls-client-server"/></t>
            </li>
            <li>
              <t>XXXX --&gt; the assigned RFC number for this document.</t>
            </li>
          </ul>
        </li>
      </ul>
    </section>
    <section anchor="module-tree-structure">
      <name>Module Tree Structure</name>
      <t>The module is designed to cover the following key requirements specified in <xref target="I-D.ietf-opsawg-tacacs-tls13"/>:</t>
      <ul spacing="normal">
        <li>
          <t>TLS 1.3 <xref target="RFC8446"/> <bcp14>MUST</bcp14> be used for transport.</t>
        </li>
        <li>
          <t>Earlier TLS versions TLS <bcp14>MUST NOT</bcp14> be used.</t>
        </li>
        <li>
          <t>The cipher suites offered or accepted <bcp14>SHOULD</bcp14> be configurable.</t>
        </li>
        <li>
          <t>Implementations <bcp14>MAY</bcp14> support Raw Public Keys and PSK.</t>
        </li>
        <li>
          <t>Implementations <bcp14>MUST</bcp14> support the ability to configure the server's domain name</t>
        </li>
      </ul>
      <t>The abstract tree structure is shown below:</t>
      <artwork><![CDATA[
module: ietf-system-secure-tacacs

  augment /sys:system/sys-tcs-plus:tacacs-plus:
    +--rw client-credentials* [id]
    |  +--rw id                       string
    |  +--rw (auth-type)?
    |     +--:(certificate)
    |     |  ...
    |     +--:(raw-public-key) {tlsc:client-ident-raw-public-key}?
    |     |  ...
    |     +--:(tls13-epsk) {tlsc:client-ident-tls13-epsk}?
    |        ...
    +--rw server-credentials* [id]
       +--rw id                 string
       +--rw ca-certs!
       |  ...
       +--rw ee-certs!
       |  ...
       +--rw raw-public-keys! {tlsc:server-auth-raw-public-key}?
       |  ...
       +--rw tls13-epsks?       empty {tlsc:server-auth-tls13-epsk}?
  augment /sys:system/sys-tcs-plus:tacacs-plus/sys-tcs-plus:server:
    +--rw remote-address* [address]
    |  +--rw address        inet:ip-address
    |  +--rw port-number?   inet:port-number
    +--rw domain-name?      inet:domain-name
  augment /sys:system/sys-tcs-plus:tacacs-plus/sys-tcs-plus:server
            /sys-tcs-plus:security:
    +--:(tls)
       +--rw client-identity!
       |  +--rw (ref-or-explicit)?
       |     +--:(ref)
       |     |  +--rw credentials-reference?
       |     |          secure-tacacs:client-credentials-ref
       |     +--:(explicit)
       |        +--rw (auth-type)?
       |           +--:(certificate)
       |           |  +--rw certificate
       |           |     ...
       |           +--:(raw-public-key)
       |           |        {tlsc:client-ident-raw-public-key}?
       |           |  ...
       |           +--:(tls13-epsk) {tlsc:client-ident-tls13-epsk}?
       |              ...
       +--rw server-authentication
       |  +--rw (ref-or-explicit)?
       |     +--:(ref)
       |     |  +--rw credentials-reference?
       |     |          secure-tacacs:server-credentials-ref
       |     +--:(explicit)
       |        +--rw ca-certs!
       |        |  ...
       |        +--rw ee-certs!
       |        |  ...
       |        +--rw raw-public-keys!
       |        |       {tlsc:server-auth-raw-public-key}?
       |        |  ...
       |        +--rw tls13-epsks?             empty
       |                {tlsc:server-auth-tls13-epsk}?
       +--rw hello-params {tlscmn:hello-params}?
          +--rw tls-versions
          |  +--rw min?   identityref
          |  +--rw max?   identityref
          +--rw cipher-suites
             +--rw cipher-suite*   tlscsa:tls-cipher-suite-algorithm
]]></artwork>
      <t>The following data nodes are supported:</t>
      <dl>
        <dt>'client-credentials' and 'server-credentials':</dt>
        <dd>
          <t>Defines a set credentials that can be globally provisioned and then referenced under specific servers.</t>
        </dd>
        <dt>'remote-address':</dt>
        <dd>
          <t>Specifies a list of IP address/port numbers that can be used to reach a server instance.</t>
        </dd>
        <dt/>
        <dd>
          <t>A server instance may be identified by an IPv4 address, IPv6 address, or both.</t>
        </dd>
        <dt/>
        <dd>
          <t>One or multiple addresses of the same address family may be provided.</t>
        </dd>
        <dt/>
        <dd>
          <t>The same or distinct port numbers may be used per address family.</t>
        </dd>
        <dt/>
        <dd>
          <t>This container takes precedence over "address" and "port" data nodes defined in <xref target="RFC9105"/>.</t>
        </dd>
        <dt>'domain-name':</dt>
        <dd>
          <t>Provides a domain name of the server per <xref section="3.3" sectionFormat="of" target="I-D.ietf-opsawg-tacacs-tls13"/>.</t>
        </dd>
        <dt>'client-identity':</dt>
        <dd>
          <t>Specifies the identity credentials that the client may present when
establishing a connection to a server. Both explicit and reference are supported.</t>
        </dd>
        <dt>'server-authentication':</dt>
        <dd>
          <t>Specifies how a client authenticates servers. Both explicit and reference are supported.</t>
        </dd>
        <dt>'hello-params':</dt>
        <dd>
          <t>Controls TLS versions and cipher suites.</t>
        </dd>
        <dt>'keepalives':</dt>
        <dd>
          <t>Providers a set of parameters for testing the aliveness of the server.</t>
        </dd>
      </dl>
    </section>
    <section anchor="yang-module">
      <name>YANG Module</name>
      <t>This module uses types and groupings defined in <xref target="RFC6991"/>, <xref target="RFC8341"/>, <xref target="I-D.ietf-netconf-crypto-types"/>, <xref target="I-D.ietf-netconf-trust-anchors"/>,
<xref target="I-D.ietf-netconf-keystore"/>, and <xref target="I-D.ietf-netconf-tls-client-server"/>.</t>
      <t>The module augments <xref target="RFC9105"/>, which is also an augment of <xref target="RFC7317"/>.</t>
      <t>The module also cites <xref target="RFC9257"/>, <xref target="RFC9258"/>, <xref target="RFC9258"/>, and <xref target="RFC6520"/>.</t>
      <sourcecode markers="true" name="ietf-system-secure-tacacs@2024-05-23.yang"><![CDATA[
module ietf-system-secure-tacacs {
  yang-version 1.1;
  namespace "urn:ietf:params:xml:ns:yang:ietf-system-secure-tacacs";
  prefix secure-tacacs;

  import ietf-inet-types {
    prefix inet;
    reference
      "RFC 6991: Common YANG Data Types";
  }
  import ietf-keystore {
    prefix ks;
    reference
      "RFC CCCC: A YANG Data Model for a Keystore";
  }
  import ietf-truststore {
    prefix ts;
    reference
      "RFC BBBB: A YANG Data Model for a Truststore";
  }
  import ietf-tls-client {
    prefix tlsc;
    reference
      "RFC FFFF: YANG Groupings for TLS Clients and TLS Servers";
  }
  import ietf-netconf-acm {
    prefix nacm;
    reference
      "RFC 8341: Network Configuration Access Control Model";
  }
  import ietf-crypto-types {
    prefix ct;
    reference
      "RFC AAAA: YANG Data Types and Groupings for Cryptography";
  }
  import ietf-tls-common {
    prefix tlscmn;
    reference
      "RFC FFFF: YANG Groupings for TLS Clients and TLS Servers";
  }
  import ietf-system {
    prefix sys;
    reference
      "RFC 7317: A YANG Data Model for System Management";
  }
  import ietf-system-tacacs-plus {
    prefix sys-tcs-plus;
    reference
      "RFC 9105: A YANG Data Model for Terminal Access Controller
                 Access-Control System Plus (TACACS+)";
  }

  organization
    "IETF OPSAWG (Operations and Management Area Working Group)";
  contact
    "WG Web:   <https://datatracker.ietf.org/wg/opsawg/>
     WG List:  <mailto:opsawg@ietf.org>

     Editor:   Mohamed Boucadair
               <mailto:mohamed.boucadair@orange.com>";
  description
    "This module provides configuration of TACACS+ over TLS
     clients.

     Copyright (c) 2024 IETF Trust and the persons identified as
     authors of the code.  All rights reserved.

     Redistribution and use in source and binary forms, with or
     without modification, is permitted pursuant to, and subject
     to the license terms contained in, the Revised BSD License
     set forth in Section 4.c of the IETF Trust's Legal Provisions
     Relating to IETF Documents
     (https://trustee.ietf.org/license-info).

     This version of this YANG module is part of RFC XXXX; see the
     RFC itself for full legal notices.";

  revision 2024-05-23 {
    description
      "Initial revision.";
    reference
      "RFC XXXX: A YANG Model for Terminal Access Controller
                 Access-Control System Plus (TACACS+) over TLS 1.3";
  }

  typedef client-credentials-ref {
    type leafref {
      path "/sys:system/sys-tcs-plus:tacacs-plus"
         + "/secure-tacacs:client-credentials/secure-tacacs:id";
    }
    description
      "Defines a type to reference client credentials.";
  }

  typedef server-credentials-ref {
    type leafref {
      path "/sys:system/sys-tcs-plus:tacacs-plus"
         + "/secure-tacacs:server-credentials/secure-tacacs:id";
    }
    description
      "Defines a type to reference server credentials.";
  }

  grouping certificate {
    description
      "Specifies the client identity using a certificate.";
    uses "ks:inline-or-keystore-end-entity-cert-with-key-"
       + "grouping" {
      refine "inline-or-keystore/inline/inline-definition" {
        must 'not(public-key-format) or derived-from-or-self'
           + '(public-key-format, "ct:subject-public-key-'
           + 'info-format")';
      }
      refine "inline-or-keystore/central-keystore/"
           + "central-keystore-reference/asymmetric-key" {
        must 'not(deref(.)/../ks:public-key-format) or '
           + 'derived-from-or-self(deref(.)/../ks:public-'
           + 'key-format, "ct:subject-public-key-info-'
           + 'format")';
      }
    }
  }

  grouping raw-private-key {
    description
      "Specifies the client identity using a raw private
       key.";
    uses ks:inline-or-keystore-asymmetric-key-grouping {
      refine "inline-or-keystore/inline/inline-definition" {
        must 'not(public-key-format) or derived-from-or-self'
           + '(public-key-format, "ct:subject-public-key-'
           + 'info-format")';
      }
      refine "inline-or-keystore/central-keystore/"
           + "central-keystore-reference" {
        must 'not(deref(.)/../ks:public-key-format) or '
           + 'derived-from-or-self(deref(.)/../ks:public-'
           + 'key-format, "ct:subject-public-key-info-format")';
      }
    }
  }

  grouping tls13-epsk {
    description
      "An External Pre-Shared Key (EPSK) is established
       or provisioned out-of-band, i.e., not from a TLS
       connection.  An EPSK is a tuple of (Base Key,
       External Identity, Hash).  When PSKs are provisioned
       out of band, the PSK identity and the KDF hash algorithm
       to be used with the PSK must also be provisioned.";
    reference
      "RFC 8446: The Transport Layer Security (TLS) Protocol
                 Version 1.3, Section 4.2.11
       RFC 9257: Guidance for External Pre-Shared Key (PSK) Usage
                 in TLS, Section 6
       RFC 9258: Importing External Pre-Shared Keys (PSKs) for
                 TLS 1.3, Section 5.1";
    uses ks:inline-or-keystore-symmetric-key-grouping;
    leaf external-identity {
      type string;
      mandatory true;
      description
        "A sequence of bytes used to identify an EPSK. A label for
         a pre-shared key established externally.";
      reference
        "RFC 8446: The Transport Layer Security (TLS) Protocol
                   Version 1.3, Section 4.2.11
         RFC 9257: Guidance for External Pre-Shared Key (PSK)
                   Usage in TLS, Section 4.1";
    }
    leaf hash {
      type tlscmn:epsk-supported-hash;
      default "sha-256";
      description
        "For externally established PSKs, the Hash algorithm must be
         set when the PSK is established or default to SHA-256 if no
         such algorithm is defined.";
      reference
        "RFC 8446: The Transport Layer Security (TLS) Protocol
                   Version 1.3, Section 4.2.11";
    }
    leaf context {
      type string;
      description
        "The context used to determine the EPSK, if any exists. For
         example, context may include information about peer roles or
         identities to mitigate Selfie-style reflection attacks.";
      reference
        "RFC 9258: Importing External Pre-Shared Keys (PSKs) for
                   TLS 1.3, Section 5.1 ";
    }
    leaf target-protocol {
      type uint16;
      description
        "Specifies the protocol for which a PSK is imported for
         use.";
      reference
        "RFC 9258: Importing External Pre-Shared Keys (PSKs) for
                   TLS 1.3, Section 3 ";
    }
    leaf target-kdf {
      type uint16;
      description
        "The KDF for which a PSK is imported for use.";
      reference
        "RFC 9258: Importing External Pre-Shared Keys (PSKs) for
                   TLS 1.3, Section 3";
    }
  }

  grouping client-identity {
    description
      "Identity credentials that the TLS client may present when
       establishing a connection to a TLS server. When configured,
       and requested by the TLS server when establishing a TLS
       session, these credentials are passed in the Certificate
       message.";
    reference
      "RFC 8446: The Transport Layer Security (TLS) Protocol
                 Version 1.3, Section 4.4.2";
    nacm:default-deny-write;
    choice auth-type {
      //default "certificate";
      //mandatory true;
      description
        "A choice amongst authentication types, of which one must
         be enabled and selected.";
      case certificate {
        container certificate {
          description
            "Specifies the client identity using a certificate.";
          uses certificate;
        }
      }
      case raw-public-key {
        if-feature "tlsc:client-ident-raw-public-key";
        container raw-private-key {
          description
            "Specifies the client identity using RPK.";
          uses raw-private-key;
        }
      }
      case tls13-epsk {
        if-feature "tlsc:client-ident-tls13-epsk";
        container tls13-epsk {
          description
            "An EPSK is established or provisioned out-of-band.";
          uses tls13-epsk;
        }
      }
    }
  }

  grouping client-identity-with-ref {
    description
      "Identity credentials that the TLS client may present when
       establishing a connection to a TLS server. When configured,
       and requested by the TLS server when establishing a TLS
       session, these credentials are passed in the Certificate
       message.";
    choice ref-or-explicit {
      description
        "A choice between a reference of explicit configuration.";
      case ref {
        description
          "Provides a reference.";
        leaf credentials-reference {
          type secure-tacacs:client-credentials-ref;
          description
            "Specifies the client credentials reference.";
        }
      }
      case explicit {
        description
          "Explicit configuration.";
        uses client-identity;
      }
    }
  }

  grouping server-authentication {
    description
      "Specifies how the TLS client can authenticate TLS servers.
       Any combination of credentials is additive and unordered.";
    nacm:default-deny-write;
    container ca-certs {
      presence "Indicates that CA certificates have been configured.
                This statement is present so the mandatory descendant
                nodes do not imply that this node must be
                configured.";
      description
        "A set of CA certificates used by the TLS client to
         authenticate TLS server certificates.
         A server certificate is authenticated if it has a valid
         chain of trust to a configured CA certificate.";
      reference
        "RFC BBBB: A YANG Data Model for a Truststore";
      uses ts:inline-or-truststore-certs-grouping;
    }
    container ee-certs {
      presence "Indicates that EE certificates have been configured.
                This statement is present so the mandatory descendant
                nodes do not imply that this node must be
                configured.";
      description
        "A set of server certificates (i.e., end entity certificates)
         used by the TLS client to authenticate certificates
         presented by TLS servers. A server certificate is
         authenticated if it is an exact match to a configured server
         certificate.";
      reference
        "RFC BBBB: A YANG Data Model for a Truststore";
      uses ts:inline-or-truststore-certs-grouping;
    }
    container raw-public-keys {
      if-feature "tlsc:server-auth-raw-public-key";
      presence "Indicates that raw public keys have been configured.
                This statement is present so the mandatory descendant
                nodes do not imply that this node must be
                configured.";
      description
        "A set of raw public keys used by the TLS client to
         authenticate raw public keys presented by the TLS server.
         A raw public key is authenticated if it is an exact match
         to a configured raw public key.";
      reference
        "RFC BBBB: A YANG Data Model for a Truststore";
      uses ts:inline-or-truststore-public-keys-grouping {
        refine "inline-or-truststore/inline/inline-definition/"
             + "public-key" {
          must 'derived-from-or-self(public-key-format,'
             + ' "ct:subject-public-key-info-format")';
        }
        refine "inline-or-truststore/central-truststore/"
             + "central-truststore-reference" {
          must 'not(deref(.)/../ts:public-key/ts:public-key-'
             + 'format[not(derived-from-or-self(., "ct:subject-'
             + 'public-key-info-format"))])';
        }
      }
    }
    leaf tls13-epsks {
      if-feature "tlsc:server-auth-tls13-epsk";
      type empty;
      description
        "Indicates that the TLS client can authenticate TLS servers
         using configured external PSKs.";
    }
  }

  grouping server-authentication-with-ref {
    description
      "Specifies how the TLS client can authenticate TLS servers.";
    choice ref-or-explicit {
      description
        "A choice between a reference of explicit configuration.";
      case ref {
        description
          "Provides a reference.";
        leaf credentials-reference {
          type secure-tacacs:server-credentials-ref;
          description
            "Specifies the server credentials reference.";
        }
      }
      case explicit {
        description
          "Explicit configuration.";
        uses server-authentication;
      }
    }
  }

  grouping hello-params {
    description
      "Configurable parameters for the TLS hello message.";
    nacm:default-deny-write;
    uses tlscmn:hello-params-grouping {
      refine "tls-versions/min" {
        must "not(derived-from-or-self(current(), "
           + "'tlscmn:tls12'))" {
          error-message 
                "TLS 1.2 is not supported as min TLS version";
        }
      }
      refine "tls-versions/max" {
        must "not(derived-from-or-self(current(), "
           + "'tlscmn:tls12'))" {
          error-message 
                "TLS 1.2 is not supported as max TLS version";
        }
      }
    }
  }

  grouping tls-client {
    description
      "A grouping for configuring a TLS client without any
       consideration for how an underlying TCP session is
       established.";
    container client-identity {
      presence 
        "Indicates that a TLS-level client identity has been
         configured.
         This statement is present so the mandatory descendant do not
         imply that this node must be configured.";
      description
        "Identity credentials the TLS client may present when
         establishing a connection to a TLS server.";
      //uses client-identity;
      uses client-identity-with-ref;
    }
    container server-authentication {
      must 'ca-certs or ee-certs or raw-public-keys or tls13-epsks';
      description
        "Specifies how the TLS client can authenticate TLS servers.";
      //uses server-authentication;
      uses server-authentication-with-ref;
    }
    container hello-params {
      if-feature "tlscmn:hello-params";
      description
        "Configurable parameters for the TLS hello message.";
      uses hello-params;
    }
  }

  grouping tcp-server-info {
    description
      "A grouping for configuring the information to contact
       a TCP server.";
    list remote-address {
      key "address";
      description
        "A server instance may be reachable using multiple IP address
         and port numbers. For example, use the same port number in
         different address families or different port numbers in the
         same address family.";
      leaf address {
        type inet:ip-address;
        description
          "The remote IP address to reach a server.";
      }
      leaf port-number {
        type inet:port-number;
        description
          "The remote port number of the server.";
      }
    }
  }

  // currently not used

  grouping tls-grouping-reuse {
    description
      "A grouping for TLS with TLS1.2 and keepalive removed.";
    uses tlsc:tls-client-grouping {
      refine "client-identity/auth-type/tls12-psk" {
        if-feature "not tlsc:client-ident-tls12-psk";
      }
      refine "server-authentication/tls12-psks" {
        if-feature "not tlsc:server-auth-tls12-psk";
      }
      refine "hello-params/tls-versions/min" {
        must "not(derived-from-or-self(current(), "
           + "'tlscmn:tls12'))" {
          error-message 
                "TLS 1.2 is not supported as min TLS version";
        }
      }
      refine "hello-params/tls-versions/max" {
        must "not(derived-from-or-self(current(), "
           + "'tlscmn:tls12'))" {
          error-message 
                "TLS 1.2 is not supported as max TLS version";
        }
      }
      refine "keepalives" {
        if-feature "not tlsc:tls-client-keepalives";
      }
    }
  }

  augment "/sys:system/sys-tcs-plus:tacacs-plus" {
    description
      "A list of client credentials to be referenced.";
    list client-credentials {
      key "id";
      description
        "Identity credentials the TLS client may present when
         establishing a connection to a TLS server.";
      nacm:default-deny-write;
      leaf id {
        type string;
        description
          "A credential identifier.";
      }
      uses client-identity;
    }
    list server-credentials {
      key "id";
      description
        "Identity credentials the TLS client may present when
         establishing a connection to a TLS server.";
      nacm:default-deny-write;
      leaf id {
        type string;
        description
          "A credential identifier.";
      }
      uses server-authentication;
    }
  }

  augment "/sys:system/sys-tcs-plus:tacacs-plus"
        + "/sys-tcs-plus:server" {
    description
      "Adds server's domain name.";
    uses tcp-server-info {
      refine "remote-address/address" {
        must 'not(../../sys-tcs-plus:address)' {
          error-message
            "Either use the list of bind points or RFC 9105 address
             data node, not both.";
        }
      }
      refine "remote-address/port-number" {
        must 'not(../../sys-tcs-plus:port)' {
          error-message
            "Either use the list of bind points or RFC 9105 port
             data node, not both.";
        }
        default "1234"; // to be replaced by TACACS-TLS-PORT
      }
    }
    leaf domain-name {
      type inet:domain-name;
      description
        "Provides a domain name of the TACACS+ server.";
    }
  }

  augment "/sys:system/sys-tcs-plus:tacacs-plus/sys-tcs-plus:server"
        + "/sys-tcs-plus:security" {
    description
      "Adds TLS case.";
    case tls {
      description
        "TLS is used.";
      uses tls-client;
      //uses client-identity-with-ref;
    }
  }
}
]]></sourcecode>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>This section uses the template described in Section 3.7 of <xref target="I-D.ietf-netmod-rfc8407bis"/>.</t>
      <t>The YANG module specified in this document defines schema for data
   that is designed to be accessed via network management protocols such
   as NETCONF <xref target="RFC6241"/> or RESTCONF <xref target="RFC8040"/>.  The lowest NETCONF layer
   is the secure transport layer, and the mandatory-to-implement secure
   transport is Secure Shell (SSH) <xref target="RFC6242"/>.  The lowest RESTCONF layer
   is HTTPS, and the mandatory-to-implement secure transport is TLS
   <xref target="RFC8446"/>.</t>
      <t>The Network Configuration Access Control Model (NACM) <xref target="RFC8341"/>
   provides the means to restrict access for particular NETCONF or
   RESTCONF users to a preconfigured subset of all available NETCONF or
   RESTCONF protocol operations and content.</t>
      <t>There are a number of data nodes defined in this YANG module that are
   writable/creatable/deletable (i.e., config true, which is the
   default).  These data nodes may be considered sensitive or vulnerable
   in some network environments.  Write operations (e.g., edit-config)
   and delete operations to these data nodes without proper protection
   or authentication can have a negative effect on network operations.
   Specifically, the following subtrees and data nodes have particular
   sensitivities/vulnerabilities:</t>
      <artwork><![CDATA[
 'xxx':
 :  xxxx.
]]></artwork>
      <t>Some of the readable data nodes in this YANG module may be considered
   sensitive or vulnerable in some network environments.  It is thus
   important to control read access (e.g., via get, get-config, or
   notification) to these data nodes.  Specifically, the following
subtrees and data nodes have particular sensitivities/vulnerabilities:</t>
      <artwork><![CDATA[
 'xxx':
 :  xxxx.
]]></artwork>
      <t>This YANG module uses groupings from other YANG modules that
   define nodes that may be considered sensitive or vulnerable
   in network environments. Refer to <xref section="5.3" sectionFormat="of" target="I-D.ietf-netconf-tls-client-server"/> for information as to which nodes may
   be considered sensitive or vulnerable in network environments.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>IANA is requested to register the following URI in the "ns" subregistry within
   the "IETF XML Registry" <xref target="RFC3688"/>:</t>
      <artwork><![CDATA[
   URI:  urn:ietf:params:xml:ns:yang:ietf-system-secure-tacacs
   Registrant Contact:  The IESG.
   XML:  N/A; the requested URI is an XML namespace.
]]></artwork>
      <t>IANA is requested to register the following YANG module in the "YANG Module
   Names" registry <xref target="RFC6020"/> within the "YANG Parameters" registry group:</t>
      <artwork><![CDATA[
   Name:  ietf-system-secure-tacacs
   Namespace:  urn:ietf:params:xml:ns:yang:ietf-system-secure-tacacs
   Prefix:  secure-tacacs
   Maintained by IANA?  N
   Reference:  RFC XXXX
]]></artwork>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC9105">
          <front>
            <title>A YANG Data Model for Terminal Access Controller Access-Control System Plus (TACACS+)</title>
            <author fullname="B. Wu" initials="B." role="editor" surname="Wu"/>
            <author fullname="G. Zheng" initials="G." surname="Zheng"/>
            <author fullname="M. Wang" initials="M." role="editor" surname="Wang"/>
            <date month="August" year="2021"/>
            <abstract>
              <t>This document defines a Terminal Access Controller Access-Control System Plus (TACACS+) client YANG module that augments the System Management data model, defined in RFC 7317, to allow devices to make use of TACACS+ servers for centralized Authentication, Authorization, and Accounting (AAA). Though being a standard module, this module does not endorse the security mechanisms of the TACACS+ protocol (RFC 8907), and TACACS+ be used within a secure deployment.</t>
              <t>The YANG module in this document conforms to the Network Management Datastore Architecture (NMDA) defined in RFC 8342.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9105"/>
          <seriesInfo name="DOI" value="10.17487/RFC9105"/>
        </reference>
        <reference anchor="RFC7317">
          <front>
            <title>A YANG Data Model for System Management</title>
            <author fullname="A. Bierman" initials="A." surname="Bierman"/>
            <author fullname="M. Bjorklund" initials="M." surname="Bjorklund"/>
            <date month="August" year="2014"/>
            <abstract>
              <t>This document defines a YANG data model for the configuration and identification of some common system properties within a device containing a Network Configuration Protocol (NETCONF) server. This document also includes data node definitions for system identification, time-of-day management, user management, DNS resolver configuration, and some protocol operations for system management.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7317"/>
          <seriesInfo name="DOI" value="10.17487/RFC7317"/>
        </reference>
        <reference anchor="I-D.ietf-opsawg-tacacs-tls13">
          <front>
            <title>Terminal Access Controller Access-Control System Plus (TACACS+) over TLS 1.3</title>
            <author fullname="Thorsten Dahm" initials="T." surname="Dahm">
         </author>
            <author fullname="John Heasley" initials="J." surname="Heasley">
              <organization>NTT</organization>
            </author>
            <author fullname="dcmgash@cisco.com" initials="" surname="dcmgash@cisco.com">
              <organization>Cisco Systems, Inc.</organization>
            </author>
            <author fullname="Andrej Ota" initials="A." surname="Ota">
              <organization>Google Inc.</organization>
            </author>
            <date day="18" month="September" year="2024"/>
            <abstract>
              <t>   The Terminal Access Controller Access-Control System Plus (TACACS+)
   Protocol provides device administration for routers, network access
   servers and other networked computing devices via one or more
   centralized TACACS+ Servers.  This document adds Transport Layer
   Security (TLS 1.3) support to TACACS+ and obsoletes former inferior
   security mechanisms.

   This document updates RFC8907.


              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-opsawg-tacacs-tls13-12"/>
        </reference>
        <reference anchor="I-D.ietf-netconf-tls-client-server">
          <front>
            <title>YANG Groupings for TLS Clients and TLS Servers</title>
            <author fullname="Kent Watsen" initials="K." surname="Watsen">
              <organization>Watsen Networks</organization>
            </author>
            <date day="16" month="March" year="2024"/>
            <abstract>
              <t>   This document presents four YANG 1.1 modules.  Three IETF modules,
   and one supporting IANA module.

   The three IETF modules are: ietf-tls-common, ietf-tls-client, and
   ietf-tls-server.  The "ietf-tls-client" and "ietf-tls-server" modules
   are the primary productions of this work, supporting the
   configuration and monitoring of TLS clients and servers.

   The IANA module is: iana-tls-cipher-suite-algs.  This module defines
   YANG enumerations providing support for an IANA-maintained algorithm
   registry.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-netconf-tls-client-server-41"/>
        </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>
        <reference anchor="I-D.ietf-netconf-crypto-types">
          <front>
            <title>YANG Data Types and Groupings for Cryptography</title>
            <author fullname="Kent Watsen" initials="K." surname="Watsen">
              <organization>Watsen Networks</organization>
            </author>
            <date day="16" month="March" year="2024"/>
            <abstract>
              <t>   This document presents a YANG 1.1 (RFC 7950) module defining
   identities, typedefs, and groupings useful to cryptographic
   applications.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-netconf-crypto-types-34"/>
        </reference>
        <reference anchor="I-D.ietf-netconf-trust-anchors">
          <front>
            <title>A YANG Data Model for a Truststore</title>
            <author fullname="Kent Watsen" initials="K." surname="Watsen">
              <organization>Watsen Networks</organization>
            </author>
            <date day="16" month="March" year="2024"/>
            <abstract>
              <t>   This document presents a YANG module for configuring bags of
   certificates and bags of public keys that can be referenced by other
   data models for trust.  Notifications are sent when certificates are
   about to expire.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-netconf-trust-anchors-28"/>
        </reference>
        <reference anchor="I-D.ietf-netconf-keystore">
          <front>
            <title>A YANG Data Model for a Keystore and Keystore Operations</title>
            <author fullname="Kent Watsen" initials="K." surname="Watsen">
              <organization>Watsen Networks</organization>
            </author>
            <date day="16" month="March" year="2024"/>
            <abstract>
              <t>   This document presents a YANG module called "ietf-keystore" that
   enables centralized configuration of both symmetric and asymmetric
   keys.  The secret value for both key types may be encrypted or
   hidden.  Asymmetric keys may be associated with certificates.
   Notifications are sent when certificates are about to expire.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-netconf-keystore-35"/>
        </reference>
        <reference anchor="RFC8446">
          <front>
            <title>The Transport Layer Security (TLS) Protocol Version 1.3</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla"/>
            <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="RFC6991">
          <front>
            <title>Common YANG Data Types</title>
            <author fullname="J. Schoenwaelder" initials="J." role="editor" surname="Schoenwaelder"/>
            <date month="July" year="2013"/>
            <abstract>
              <t>This document introduces a collection of common data types to be used with the YANG data modeling language. This document obsoletes RFC 6021.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6991"/>
          <seriesInfo name="DOI" value="10.17487/RFC6991"/>
        </reference>
        <reference anchor="RFC8341">
          <front>
            <title>Network Configuration Access Control Model</title>
            <author fullname="A. Bierman" initials="A." surname="Bierman"/>
            <author fullname="M. Bjorklund" initials="M." surname="Bjorklund"/>
            <date month="March" year="2018"/>
            <abstract>
              <t>The standardization of network configuration interfaces for use with the Network Configuration Protocol (NETCONF) or the RESTCONF protocol requires a structured and secure operating environment that promotes human usability and multi-vendor interoperability. There is a need for standard mechanisms to restrict NETCONF or RESTCONF protocol access for particular users to a preconfigured subset of all available NETCONF or RESTCONF protocol operations and content. This document defines such an access control model.</t>
              <t>This document obsoletes RFC 6536.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="91"/>
          <seriesInfo name="RFC" value="8341"/>
          <seriesInfo name="DOI" value="10.17487/RFC8341"/>
        </reference>
        <reference anchor="RFC9257">
          <front>
            <title>Guidance for External Pre-Shared Key (PSK) Usage in TLS</title>
            <author fullname="R. Housley" initials="R." surname="Housley"/>
            <author fullname="J. Hoyland" initials="J." surname="Hoyland"/>
            <author fullname="M. Sethi" initials="M." surname="Sethi"/>
            <author fullname="C. A. Wood" initials="C. A." surname="Wood"/>
            <date month="July" year="2022"/>
            <abstract>
              <t>This document provides usage guidance for external Pre-Shared Keys (PSKs) in Transport Layer Security (TLS) 1.3 as defined in RFC 8446. It lists TLS security properties provided by PSKs under certain assumptions, then it demonstrates how violations of these assumptions lead to attacks. Advice for applications to help meet these assumptions is provided. This document also discusses PSK use cases and provisioning processes. Finally, it lists the privacy and security properties that are not provided by TLS 1.3 when external PSKs are used.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9257"/>
          <seriesInfo name="DOI" value="10.17487/RFC9257"/>
        </reference>
        <reference anchor="RFC9258">
          <front>
            <title>Importing External Pre-Shared Keys (PSKs) for TLS 1.3</title>
            <author fullname="D. Benjamin" initials="D." surname="Benjamin"/>
            <author fullname="C. A. Wood" initials="C. A." surname="Wood"/>
            <date month="July" year="2022"/>
            <abstract>
              <t>This document describes an interface for importing external Pre-Shared Keys (PSKs) into TLS 1.3.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9258"/>
          <seriesInfo name="DOI" value="10.17487/RFC9258"/>
        </reference>
        <reference anchor="RFC6520">
          <front>
            <title>Transport Layer Security (TLS) and Datagram Transport Layer Security (DTLS) Heartbeat Extension</title>
            <author fullname="R. Seggelmann" initials="R." surname="Seggelmann"/>
            <author fullname="M. Tuexen" initials="M." surname="Tuexen"/>
            <author fullname="M. Williams" initials="M." surname="Williams"/>
            <date month="February" year="2012"/>
            <abstract>
              <t>This document describes the Heartbeat Extension for the Transport Layer Security (TLS) and Datagram Transport Layer Security (DTLS) protocols.</t>
              <t>The Heartbeat Extension provides a new protocol for TLS/DTLS allowing the usage of keep-alive functionality without performing a renegotiation and a basis for path MTU (PMTU) discovery for DTLS. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6520"/>
          <seriesInfo name="DOI" value="10.17487/RFC6520"/>
        </reference>
        <reference anchor="RFC6241">
          <front>
            <title>Network Configuration Protocol (NETCONF)</title>
            <author fullname="R. Enns" initials="R." role="editor" surname="Enns"/>
            <author fullname="M. Bjorklund" initials="M." role="editor" surname="Bjorklund"/>
            <author fullname="J. Schoenwaelder" initials="J." role="editor" surname="Schoenwaelder"/>
            <author fullname="A. Bierman" initials="A." role="editor" surname="Bierman"/>
            <date month="June" year="2011"/>
            <abstract>
              <t>The Network Configuration Protocol (NETCONF) defined in this document provides mechanisms to install, manipulate, and delete the configuration of network devices. It uses an Extensible Markup Language (XML)-based data encoding for the configuration data as well as the protocol messages. The NETCONF protocol operations are realized as remote procedure calls (RPCs). This document obsoletes RFC 4741. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6241"/>
          <seriesInfo name="DOI" value="10.17487/RFC6241"/>
        </reference>
        <reference anchor="RFC8040">
          <front>
            <title>RESTCONF Protocol</title>
            <author fullname="A. Bierman" initials="A." surname="Bierman"/>
            <author fullname="M. Bjorklund" initials="M." surname="Bjorklund"/>
            <author fullname="K. Watsen" initials="K." surname="Watsen"/>
            <date month="January" year="2017"/>
            <abstract>
              <t>This document describes an HTTP-based protocol that provides a programmatic interface for accessing data defined in YANG, using the datastore concepts defined in the Network Configuration Protocol (NETCONF).</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8040"/>
          <seriesInfo name="DOI" value="10.17487/RFC8040"/>
        </reference>
        <reference anchor="RFC6242">
          <front>
            <title>Using the NETCONF Protocol over Secure Shell (SSH)</title>
            <author fullname="M. Wasserman" initials="M." surname="Wasserman"/>
            <date month="June" year="2011"/>
            <abstract>
              <t>This document describes a method for invoking and running the Network Configuration Protocol (NETCONF) within a Secure Shell (SSH) session as an SSH subsystem. This document obsoletes RFC 4742. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6242"/>
          <seriesInfo name="DOI" value="10.17487/RFC6242"/>
        </reference>
        <reference anchor="RFC3688">
          <front>
            <title>The IETF XML Registry</title>
            <author fullname="M. Mealling" initials="M." surname="Mealling"/>
            <date month="January" year="2004"/>
            <abstract>
              <t>This document describes an IANA maintained registry for IETF standards which use Extensible Markup Language (XML) related items such as Namespaces, Document Type Declarations (DTDs), Schemas, and Resource Description Framework (RDF) Schemas.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="81"/>
          <seriesInfo name="RFC" value="3688"/>
          <seriesInfo name="DOI" value="10.17487/RFC3688"/>
        </reference>
        <reference anchor="RFC6020">
          <front>
            <title>YANG - A Data Modeling Language for the Network Configuration Protocol (NETCONF)</title>
            <author fullname="M. Bjorklund" initials="M." role="editor" surname="Bjorklund"/>
            <date month="October" year="2010"/>
            <abstract>
              <t>YANG is a data modeling language used to model configuration and state data manipulated by the Network Configuration Protocol (NETCONF), NETCONF remote procedure calls, and NETCONF notifications. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6020"/>
          <seriesInfo name="DOI" value="10.17487/RFC6020"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="RFC8340">
          <front>
            <title>YANG Tree Diagrams</title>
            <author fullname="M. Bjorklund" initials="M." surname="Bjorklund"/>
            <author fullname="L. Berger" initials="L." role="editor" surname="Berger"/>
            <date month="March" year="2018"/>
            <abstract>
              <t>This document captures the current syntax used in YANG module tree diagrams. The purpose of this document is to provide a single location for this definition. This syntax may be updated from time to time based on the evolution of the YANG language.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="215"/>
          <seriesInfo name="RFC" value="8340"/>
          <seriesInfo name="DOI" value="10.17487/RFC8340"/>
        </reference>
        <reference anchor="RFC8907">
          <front>
            <title>The Terminal Access Controller Access-Control System Plus (TACACS+) Protocol</title>
            <author fullname="T. Dahm" initials="T." surname="Dahm"/>
            <author fullname="A. Ota" initials="A." surname="Ota"/>
            <author fullname="D.C. Medway Gash" initials="D.C." surname="Medway Gash"/>
            <author fullname="D. Carrel" initials="D." surname="Carrel"/>
            <author fullname="L. Grant" initials="L." surname="Grant"/>
            <date month="September" year="2020"/>
            <abstract>
              <t>This document describes the Terminal Access Controller Access-Control System Plus (TACACS+) protocol, which is widely deployed today to provide Device Administration for routers, network access servers, and other networked computing devices via one or more centralized servers.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8907"/>
          <seriesInfo name="DOI" value="10.17487/RFC8907"/>
        </reference>
        <reference anchor="I-D.ietf-netmod-rfc8407bis">
          <front>
            <title>Guidelines for Authors and Reviewers of Documents Containing YANG Data Models</title>
            <author fullname="Andy Bierman" initials="A." surname="Bierman">
              <organization>YumaWorks</organization>
            </author>
            <author fullname="Mohamed Boucadair" initials="M." surname="Boucadair">
              <organization>Orange</organization>
            </author>
            <author fullname="Qin Wu" initials="Q." surname="Wu">
              <organization>Huawei</organization>
            </author>
            <date day="27" month="September" year="2024"/>
            <abstract>
              <t>   This memo provides guidelines for authors and reviewers of
   specifications containing YANG modules, including IANA-maintained
   modules.  Recommendations and procedures are defined, which are
   intended to increase interoperability and usability of Network
   Configuration Protocol (NETCONF) and RESTCONF protocol
   implementations that utilize YANG modules.  This document obsoletes
   RFC 8407.

   Also, this document updates RFC 8126 by providing additional
   guidelines for writing the IANA considerations for RFCs that specify
   IANA-maintained modules.  The document also updates RFC 6020 by
   clarifying how modules and their revisions are handled by IANA.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-netmod-rfc8407bis-17"/>
        </reference>
      </references>
    </references>
    <?line 832?>

<section anchor="sec-full">
      <name>Full Tree</name>
      <t>The full tree structure is shown below:</t>
      <artwork><![CDATA[
=============== NOTE: '\' line wrapping per RFC 8792 ================

module: ietf-system-secure-tacacs

  augment /sys:system/sys-tcs-plus:tacacs-plus:
    +--rw client-credentials* [id]
    |  +--rw id                       string
    |  +--rw (auth-type)?
    |     +--:(certificate)
    |     |  +--rw certificate
    |     |     +--rw (inline-or-keystore)
    |     |        +--:(inline) {inline-definitions-supported}?
    |     |        |  +--rw inline-definition
    |     |        |     +--rw public-key-format?
    |     |        |     |       identityref
    |     |        |     +--rw public-key?                    binary
    |     |        |     +--rw private-key-format?
    |     |        |     |       identityref
    |     |        |     +--rw (private-key-type)
    |     |        |     |  +--:(cleartext-private-key)
    |     |        |     |  |        {cleartext-private-keys}?
    |     |        |     |  |  +--rw cleartext-private-key?   binary
    |     |        |     |  +--:(hidden-private-key)
    |     |        |     |  |        {hidden-private-keys}?
    |     |        |     |  |  +--rw hidden-private-key?      empty
    |     |        |     |  +--:(encrypted-private-key)
    |     |        |     |           {encrypted-private-keys}?
    |     |        |     |     +--rw encrypted-private-key
    |     |        |     |        +--rw encrypted-by
    |     |        |     |        +--rw encrypted-value-format
    |     |        |     |        |       identityref
    |     |        |     |        +--rw encrypted-value
    |     |        |     |                binary
    |     |        |     +--rw cert-data?
    |     |        |     |       end-entity-cert-cms
    |     |        |     +---n certificate-expiration
    |     |        |     |       {certificate-expiration-\
                                                       notification}?
    |     |        |     |  +-- expiration-date    yang:date-and-time
    |     |        |     +---x generate-csr {csr-generation}?
    |     |        |        +---w input
    |     |        |        |  +---w csr-format    identityref
    |     |        |        |  +---w csr-info      csr-info
    |     |        |        +--ro output
    |     |        |           +--ro (csr-type)
    |     |        |              +--:(p10-csr)
    |     |        |                 +--ro p10-csr?   p10-csr
    |     |        +--:(central-keystore)
    |     |                 {central-keystore-supported,asymmetric-\
                                                               keys}?
    |     |           +--rw central-keystore-reference
    |     |              +--rw asymmetric-key?
    |     |              |       ks:central-asymmetric-key-ref
    |     |              |       {central-keystore-supported,\
                                                    asymmetric-keys}?
    |     |              +--rw certificate?      leafref
    |     +--:(raw-public-key) {tlsc:client-ident-raw-public-key}?
    |     |  +--rw raw-private-key
    |     |     +--rw (inline-or-keystore)
    |     |        +--:(inline) {inline-definitions-supported}?
    |     |        |  +--rw inline-definition
    |     |        |     +--rw public-key-format?
    |     |        |     |       identityref
    |     |        |     +--rw public-key?                    binary
    |     |        |     +--rw private-key-format?
    |     |        |     |       identityref
    |     |        |     +--rw (private-key-type)
    |     |        |        +--:(cleartext-private-key)
    |     |        |        |        {cleartext-private-keys}?
    |     |        |        |  +--rw cleartext-private-key?   binary
    |     |        |        +--:(hidden-private-key)
    |     |        |        |        {hidden-private-keys}?
    |     |        |        |  +--rw hidden-private-key?      empty
    |     |        |        +--:(encrypted-private-key)
    |     |        |                 {encrypted-private-keys}?
    |     |        |           +--rw encrypted-private-key
    |     |        |              +--rw encrypted-by
    |     |        |              +--rw encrypted-value-format
    |     |        |              |       identityref
    |     |        |              +--rw encrypted-value
    |     |        |                      binary
    |     |        +--:(central-keystore)
    |     |                 {central-keystore-supported,asymmetric-\
                                                               keys}?
    |     |           +--rw central-keystore-reference?
    |     |                   ks:central-asymmetric-key-ref
    |     +--:(tls13-epsk) {tlsc:client-ident-tls13-epsk}?
    |        +--rw tls13-epsk
    |           +--rw (inline-or-keystore)
    |           |  +--:(inline) {inline-definitions-supported}?
    |           |  |  +--rw inline-definition
    |           |  |     +--rw key-format?
    |           |  |     |       identityref
    |           |  |     +--rw (key-type)
    |           |  |        +--:(cleartext-symmetric-key)
    |           |  |        |  +--rw cleartext-symmetric-key?
    |           |  |        |          binary
    |           |  |        |          {cleartext-symmetric-keys}?
    |           |  |        +--:(hidden-symmetric-key)
    |           |  |        |        {hidden-symmetric-keys}?
    |           |  |        |  +--rw hidden-symmetric-key?      empty
    |           |  |        +--:(encrypted-symmetric-key)
    |           |  |                 {encrypted-symmetric-keys}?
    |           |  |           +--rw encrypted-symmetric-key
    |           |  |              +--rw encrypted-by
    |           |  |              +--rw encrypted-value-format
    |           |  |              |       identityref
    |           |  |              +--rw encrypted-value
    |           |  |                      binary
    |           |  +--:(central-keystore)
    |           |           {central-keystore-supported,symmetric-\
                                                               keys}?
    |           |     +--rw central-keystore-reference?
    |           |             ks:central-symmetric-key-ref
    |           +--rw external-identity                   string
    |           +--rw hash?
    |           |       tlscmn:epsk-supported-hash
    |           +--rw context?                            string
    |           +--rw target-protocol?                    uint16
    |           +--rw target-kdf?                         uint16
    +--rw server-credentials* [id]
       +--rw id                 string
       +--rw ca-certs!
       |  +--rw (inline-or-truststore)
       |     +--:(inline) {inline-definitions-supported}?
       |     |  +--rw inline-definition
       |     |     +--rw certificate* [name]
       |     |        +--rw name                      string
       |     |        +--rw cert-data
       |     |        |       trust-anchor-cert-cms
       |     |        +---n certificate-expiration
       |     |                {certificate-expiration-notification}?
       |     |           +-- expiration-date    yang:date-and-time
       |     +--:(central-truststore)
       |              {central-truststore-supported,certificates}?
       |        +--rw central-truststore-reference?
       |                ts:central-certificate-bag-ref
       +--rw ee-certs!
       |  +--rw (inline-or-truststore)
       |     +--:(inline) {inline-definitions-supported}?
       |     |  +--rw inline-definition
       |     |     +--rw certificate* [name]
       |     |        +--rw name                      string
       |     |        +--rw cert-data
       |     |        |       trust-anchor-cert-cms
       |     |        +---n certificate-expiration
       |     |                {certificate-expiration-notification}?
       |     |           +-- expiration-date    yang:date-and-time
       |     +--:(central-truststore)
       |              {central-truststore-supported,certificates}?
       |        +--rw central-truststore-reference?
       |                ts:central-certificate-bag-ref
       +--rw raw-public-keys! {tlsc:server-auth-raw-public-key}?
       |  +--rw (inline-or-truststore)
       |     +--:(inline) {inline-definitions-supported}?
       |     |  +--rw inline-definition
       |     |     +--rw public-key* [name]
       |     |        +--rw name                 string
       |     |        +--rw public-key-format    identityref
       |     |        +--rw public-key           binary
       |     +--:(central-truststore)
       |              {central-truststore-supported,public-keys}?
       |        +--rw central-truststore-reference?
       |                ts:central-public-key-bag-ref
       +--rw tls13-epsks?       empty {tlsc:server-auth-tls13-epsk}?
  augment /sys:system/sys-tcs-plus:tacacs-plus/sys-tcs-plus:server:
    +--rw remote-address* [address]
    |  +--rw address        inet:ip-address
    |  +--rw port-number?   inet:port-number
    +--rw domain-name?      inet:domain-name
  augment /sys:system/sys-tcs-plus:tacacs-plus/sys-tcs-plus:server
            /sys-tcs-plus:security:
    +--:(tls)
       +--rw client-identity!
       |  +--rw (ref-or-explicit)?
       |     +--:(ref)
       |     |  +--rw credentials-reference?
       |     |          secure-tacacs:client-credentials-ref
       |     +--:(explicit)
       |        +--rw (auth-type)?
       |           +--:(certificate)
       |           |  +--rw certificate
       |           |     +--rw (inline-or-keystore)
       |           |        +--:(inline)
       |           |        |        {inline-definitions-supported}?
       |           |        |  +--rw inline-definition
       |           |        |     +--rw public-key-format?
       |           |        |     |       identityref
       |           |        |     +--rw public-key?
       |           |        |     |       binary
       |           |        |     +--rw private-key-format?
       |           |        |     |       identityref
       |           |        |     +--rw (private-key-type)
       |           |        |     |  +--:(cleartext-private-key)
       |           |        |     |  |        {cleartext-private-\
                                                               keys}?
       |           |        |     |  |  +--rw cleartext-private-key?
       |           |        |     |  |          binary
       |           |        |     |  +--:(hidden-private-key)
       |           |        |     |  |        {hidden-private-keys}?
       |           |        |     |  |  +--rw hidden-private-key?
       |           |        |     |  |          empty
       |           |        |     |  +--:(encrypted-private-key)
       |           |        |     |           {encrypted-private-\
                                                               keys}?
       |           |        |     |     +--rw encrypted-private-key
       |           |        |     |        +--rw encrypted-by
       |           |        |     |        +--rw encrypted-value-\
                                                               format
       |           |        |     |        |       identityref
       |           |        |     |        +--rw encrypted-value
       |           |        |     |                binary
       |           |        |     +--rw cert-data?
       |           |        |     |       end-entity-cert-cms
       |           |        |     +---n certificate-expiration
       |           |        |     |       {certificate-expiration-\
                                                       notification}?
       |           |        |     |  +-- expiration-date
       |           |        |     |          yang:date-and-time
       |           |        |     +---x generate-csr
       |           |        |             {csr-generation}?
       |           |        |        +---w input
       |           |        |        |  +---w csr-format
       |           |        |        |  |       identityref
       |           |        |        |  +---w csr-info      csr-info
       |           |        |        +--ro output
       |           |        |           +--ro (csr-type)
       |           |        |              +--:(p10-csr)
       |           |        |                 +--ro p10-csr?
       |           |        |                         p10-csr
       |           |        +--:(central-keystore)
       |           |                 {central-keystore-supported,\
                                                    asymmetric-keys}?
       |           |           +--rw central-keystore-reference
       |           |              +--rw asymmetric-key?
       |           |              |       ks:central-asymmetric-key-\
                                                                  ref
       |           |              |       {central-keystore-\
                                          supported,asymmetric-keys}?
       |           |              +--rw certificate?      leafref
       |           +--:(raw-public-key)
       |           |        {tlsc:client-ident-raw-public-key}?
       |           |  +--rw raw-private-key
       |           |     +--rw (inline-or-keystore)
       |           |        +--:(inline)
       |           |        |        {inline-definitions-supported}?
       |           |        |  +--rw inline-definition
       |           |        |     +--rw public-key-format?
       |           |        |     |       identityref
       |           |        |     +--rw public-key?
       |           |        |     |       binary
       |           |        |     +--rw private-key-format?
       |           |        |     |       identityref
       |           |        |     +--rw (private-key-type)
       |           |        |        +--:(cleartext-private-key)
       |           |        |        |        {cleartext-private-\
                                                               keys}?
       |           |        |        |  +--rw cleartext-private-key?
       |           |        |        |          binary
       |           |        |        +--:(hidden-private-key)
       |           |        |        |        {hidden-private-keys}?
       |           |        |        |  +--rw hidden-private-key?
       |           |        |        |          empty
       |           |        |        +--:(encrypted-private-key)
       |           |        |                 {encrypted-private-\
                                                               keys}?
       |           |        |           +--rw encrypted-private-key
       |           |        |              +--rw encrypted-by
       |           |        |              +--rw encrypted-value-\
                                                               format
       |           |        |              |       identityref
       |           |        |              +--rw encrypted-value
       |           |        |                      binary
       |           |        +--:(central-keystore)
       |           |                 {central-keystore-supported,\
                                                    asymmetric-keys}?
       |           |           +--rw central-keystore-reference?
       |           |                   ks:central-asymmetric-key-ref
       |           +--:(tls13-epsk) {tlsc:client-ident-tls13-epsk}?
       |              +--rw tls13-epsk
       |                 +--rw (inline-or-keystore)
       |                 |  +--:(inline)
       |                 |  |        {inline-definitions-supported}?
       |                 |  |  +--rw inline-definition
       |                 |  |     +--rw key-format?
       |                 |  |     |       identityref
       |                 |  |     +--rw (key-type)
       |                 |  |        +--:(cleartext-symmetric-key)
       |                 |  |        |  +--rw cleartext-symmetric-\
                                                                 key?
       |                 |  |        |          binary
       |                 |  |        |          {cleartext-symmetric\
                                                              -keys}?
       |                 |  |        +--:(hidden-symmetric-key)
       |                 |  |        |        {hidden-symmetric-keys\
                                                                   }?
       |                 |  |        |  +--rw hidden-symmetric-key?
       |                 |  |        |          empty
       |                 |  |        +--:(encrypted-symmetric-key)
       |                 |  |                 {encrypted-symmetric-\
                                                               keys}?
       |                 |  |           +--rw encrypted-symmetric-key
       |                 |  |              +--rw encrypted-by
       |                 |  |              +--rw encrypted-value-\
                                                               format
       |                 |  |              |       identityref
       |                 |  |              +--rw encrypted-value
       |                 |  |                      binary
       |                 |  +--:(central-keystore)
       |                 |           {central-keystore-supported,\
                                                     symmetric-keys}?
       |                 |     +--rw central-keystore-reference?
       |                 |             ks:central-symmetric-key-ref
       |                 +--rw external-identity
       |                 |       string
       |                 +--rw hash?
       |                 |       tlscmn:epsk-supported-hash
       |                 +--rw context?
       |                 |       string
       |                 +--rw target-protocol?
       |                 |       uint16
       |                 +--rw target-kdf?
       |                         uint16
       +--rw server-authentication
       |  +--rw (ref-or-explicit)?
       |     +--:(ref)
       |     |  +--rw credentials-reference?
       |     |          secure-tacacs:server-credentials-ref
       |     +--:(explicit)
       |        +--rw ca-certs!
       |        |  +--rw (inline-or-truststore)
       |        |     +--:(inline) {inline-definitions-supported}?
       |        |     |  +--rw inline-definition
       |        |     |     +--rw certificate* [name]
       |        |     |        +--rw name                      string
       |        |     |        +--rw cert-data
       |        |     |        |       trust-anchor-cert-cms
       |        |     |        +---n certificate-expiration
       |        |     |                {certificate-expiration-\
                                                       notification}?
       |        |     |           +-- expiration-date
       |        |     |                   yang:date-and-time
       |        |     +--:(central-truststore)
       |        |              {central-truststore-supported,\
                                                       certificates}?
       |        |        +--rw central-truststore-reference?
       |        |                ts:central-certificate-bag-ref
       |        +--rw ee-certs!
       |        |  +--rw (inline-or-truststore)
       |        |     +--:(inline) {inline-definitions-supported}?
       |        |     |  +--rw inline-definition
       |        |     |     +--rw certificate* [name]
       |        |     |        +--rw name                      string
       |        |     |        +--rw cert-data
       |        |     |        |       trust-anchor-cert-cms
       |        |     |        +---n certificate-expiration
       |        |     |                {certificate-expiration-\
                                                       notification}?
       |        |     |           +-- expiration-date
       |        |     |                   yang:date-and-time
       |        |     +--:(central-truststore)
       |        |              {central-truststore-supported,\
                                                       certificates}?
       |        |        +--rw central-truststore-reference?
       |        |                ts:central-certificate-bag-ref
       |        +--rw raw-public-keys!
       |        |       {tlsc:server-auth-raw-public-key}?
       |        |  +--rw (inline-or-truststore)
       |        |     +--:(inline) {inline-definitions-supported}?
       |        |     |  +--rw inline-definition
       |        |     |     +--rw public-key* [name]
       |        |     |        +--rw name                 string
       |        |     |        +--rw public-key-format    identityref
       |        |     |        +--rw public-key           binary
       |        |     +--:(central-truststore)
       |        |              {central-truststore-supported,public-\
                                                               keys}?
       |        |        +--rw central-truststore-reference?
       |        |                ts:central-public-key-bag-ref
       |        +--rw tls13-epsks?             empty
       |                {tlsc:server-auth-tls13-epsk}?
       +--rw hello-params {tlscmn:hello-params}?
          +--rw tls-versions
          |  +--rw min?   identityref
          |  +--rw max?   identityref
          +--rw cipher-suites
             +--rw cipher-suite*   tlscsa:tls-cipher-suite-algorithm
]]></artwork>
    </section>
    <section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>The document leverages data structures defined in <xref target="I-D.ietf-netconf-tls-client-server"/>.</t>
      <t>Thanks to Bo Wu for the review and comments.</t>
    </section>
  </back>
  <!-- ##markdown-source:
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
rurz49dDuA4ml9ptQuJZoPl0zfIs2bQibFu7aQVQClIdyscMQ3QhpGk5aM3W
rNHliou+VaTuSBuWk7o337GutHbby+Bjt6Y3rEW1AtCXY1HqswoQa1/e6tgY
T2xzw9oiyPnBrDCipB0J2UwfNbdjTZmga03lW0nu6obMl+XVirCji9qI/HPk
fbVS4vB51+usNu/YWb+eM9bNbKHLnV3WWreaZtZa4dd6vlnnipsNoipST5Za
l6ba6WqtNXSlSt5al4rMlcDWsaLGqzLZ1qysLjP7zVe7Yd3FV0Vfnyu1q4GQ
TtlwzQ3xp8U111O3/tX8D56nGG34X4OWeo+sQ4MzlaJbP7BuuXas1nu1pLtG
TF0T8ur1/Zl5TlxffM4OE90Xn1Nj3MjnZB/qc5o/flOfkxnCuLHPab/t3OXs
g3xO88fGPqfZ/M18TvttV59TNX1jn9O8flOfUzfmA3xOL5hOPqe39uf2OWvP
1zaXxbWpz1m7OozEP7gV2cX8oas9s7OOef0UzzpyZ66nk8b1DBv9pM2w0U8+
xLAxgaxh2FRwu5NGm+t0HGpOTNuNU36dMe35pK0gHHPtR0x4I7XdhWv2W7+a
aKzmylb90CY0DPs6LS1pr93b4s5//RhOIOvalqoV0u7UNrSnwQ6p12rPwG0F
oS9nKu4ntEWcpLQn9XZsUDdrpGvtT26N+AjZTEXqq7M14gOgrg5qprs1Un/y
8a0R1sUaMZ9sZI24nrQmFztheLKM25G6koDqgMvs40ZgLWnIDQhUPvLHIria
ntwO18g1boeLWcv+ouqyQVoZzPZpZAao30HaifsTPw4C2tJOXAnW1YZ2yKyz
kW6UYlfnULuR+quNuUtGap23m6Sm+qB4clTrxfVwbE9WdeLqviRYkyRxfe71
wDoZXRYDPcSzTiuBhkR2yVysYGlOYdyYTS0ptzV5WicLssanbkm4FZyuBHT9
44tKwOuLSuh0fVEJna7fv0qoJuh70ayVuK9//D9UKm3J/awmqGtm+fsArJfu
3w7FIMPjAX7KMSPp+FQxiE82dPybCyooHbsMxNUcAmrdg2CgsL9n5vh4WVnB
JEt/+MZ4qYfEIk5o70BdrqxS4Y2/lGR5vLyAJuSr2PqoubvA10z4p3koPkZj
vArC+XmaxcXFonKy/UF0maTXcz6lXQp57/1IbHPg0z/3Z+AX8b48IlSfMo+f
KMzCczyyGw8i1geGWkd4v3/f6WjeIcIOk0s6kPd5yn5e6Y++Zfwq5tfyIPGF
PGH3/wDtxKtV9MUAAA==

-->

</rfc>
