<?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.17 (Ruby 3.3.1) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-boucadair-opsawg-secure-tacacs-yang-02" category="info" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.21.0 -->
  <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-02"/>
    <author fullname="Mohamed Boucadair" role="editor">
      <organization>Orange</organization>
      <address>
        <email>mohamed.boucadair@orange.com</email>
      </address>
    </author>
    <date year="2024" month="June" day="21"/>
    <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
       +--rw keepalives {tlsc:tls-client-keepalives}?
          +--rw peer-allowed-to-send?   empty
          +--rw test-peer-aliveness!
             +--rw max-wait?       uint16
             +--rw max-attempts?   uint8
]]></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 test-peer-aliveness {
    description
      "Configures the keep-alive policy to proactively test
       the aliveness of the TLS server.  An unresponsive TLS
       server is dropped after approximately max-wait
       * max-attempts seconds.";
    reference
      "RFC 6520: Transport Layer Security (TLS) and Datagram
                 Transport Layer Security (DTLS) Heartbeat
                 Extension";
    leaf max-wait {
      type uint16 {
        range "1..max";
      }
      units "seconds";
      default "30";
      description
        "Sets the amount of time in seconds after which if no data
         has been received from the TLS server, a TLS-level message
         will be sent to test the aliveness of the TLS server.";
    }
    leaf max-attempts {
      type uint8;
      default "3";
      description
        "Sets the maximum number of sequential keep-alive messages
         that can fail to obtain a response from the TLS server
         before assuming the TLS server is no longer alive.";
    }
  }

  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 keepalives {
    description
      "Configures the keepalive policy for the TLS client.";
    nacm:default-deny-write;
    leaf peer-allowed-to-send {
      type empty;
      description
        "Indicates that the remote TLS server is allowed to send
         HeartbeatRequest messages to this TLS client.";
      reference
        "RFC 6520: Transport Layer Security (TLS) and Datagram
                   Transport Layer Security (DTLS) Heartbeat
                   Extension";
    }
    container test-peer-aliveness {
      presence "Indicates that the TLS client proactively tests the
                aliveness of the remote TLS server.";
      description
        "Configures the keep-alive policy to proactively test the
         aliveness of the TLS server.  An unresponsive TLS server is
         dropped after approximately max-wait * max-attempts
         seconds.";
      uses test-peer-aliveness;
    }
  }

  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;
    }
    container keepalives {
      if-feature "tlsc:tls-client-keepalives";
      description
        "Configures the keepalive policy for the TLS client.";
      uses keepalives;
    }
  }

  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.";
      }
    }
  }

  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>
      <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="22" month="May" 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 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-10"/>
        </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="18" month="April" 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.

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

<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
       +--rw keepalives {tlsc:tls-client-keepalives}?
          +--rw peer-allowed-to-send?   empty
          +--rw test-peer-aliveness!
             +--rw max-wait?       uint16
             +--rw max-attempts?   uint8
]]></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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
FUYvuYAnh0Q1tsyAUMqvQemlcI2HkzKvvJbe00KmgwVDElYpwF5maYEwLS+J
OKoHk36eLZfo95yXePINs1ldx6BhOB2mE+cpVa1vrHOTKAtZOitaPdB4WGbc
5X2mlFYwI2LWoZqF0VL5KdV+zsO8nIJCq1fFHYsU3UFDYzddtcq3t2JOoRhy
zYb7oxFUGD5yBG8FU2bBhpIFhukjndp377SbQxMuE+yFC8wKR/0XL0TQs4Ap
e0QeccJNVjpLWDUSV4VkH+IxRJxZRIiKLQa7wjsWYOq0RDm3KhhXcZKg97uQ
awUUsE7Jqm9YWWJRY+vDOnd6MgfgxovVQiUDojUSBixQDLExWmS7jIlEH16d
h3GCLcumaMyTHqQBwX3cqupP+RwPBYVFsVqos3nGop7MYpZkICK54FXz3GSf
EO9SBbgLUTsgKJETJNdD2erkUb5j91B6c6SdeTZ9D5peiycbNtoyMoXf9g7Y
NOZYBKNrS9KA1sXB1s6ObWjxPAcYNeFU4iA2EA8E08vqoCamdluIAAwV694y
VfgbCEP7d97A8LpXA+tyZx7OX2MCsuYfU/qEVdRL7Egp+M7428phI5tSnGp3
BqNEQ4k7AU3FYj05vBVbClpViEMfceFpWuMS7iNMZh80ndUnNNdT0Wx9tHge
HLPXNTiK6kyI8dQmiFq/dDgENrF9bErWtn4qgamA9LF/HMOnquxYQErf1juh
aW6onQb1hbVWxXE4KtNV73ypflPHoMJUZ9DA7N149lxsH2BtOimfiqQRyQ1l
lD0+VZtmOJJUVWOnUjXP2DHwxmlUItY4gE1jxN3yVfZMxV6v42sjj5f0bVVQ
2pxc/Z1aDfulvbZK19ksNeIi2naufN/0ItivMNr2tJQHRO8PZYbXPqu7RTNz
a7zYajfxPnjhrXjRukprLtHBF4/RVnecOEZVP323toEnW2Fi8tNcm/A9rh5v
gp61FXVPG0FFPWtEjWowWsrED+Tk2kgXUt4SI25SpKbUR30ZxioLXWcOKUqC
YyfK0cxDN7HO6dLp3PbmvqF8OdTjwrOlk9lUSXeM+QwsBzMvDUWMVoGieCZW
p70xygFSYzqLKT8opkExk9jEFDdqfLXy34hoCGNaqyfWqbqUbDuXVdKgczIP
VrZqgz/mrLIbKobU8wxVyG9NIoy0hV5CjO/rUGKy1k7C4pCh5VhlHel37LFN
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
+kJmD/4/M2I14XLMAAA=

-->

</rfc>
