<?xml version="1.0" encoding="UTF-8"?>
  <?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
  <!-- generated by https://github.com/cabo/kramdown-rfc2629 version 1.2.12 -->

<!DOCTYPE rfc SYSTEM "rfc2629.dtd" [
]>

<?rfc toc="yes"?>
<?rfc sortrefs="yes"?>
<?rfc symrefs="yes"?>

<rfc ipr="trust200902" docName="draft-birkholz-rats-basic-yang-module-01" category="std">

  <front>
    <title abbrev="BRAT">YANG Module for Basic Challenge-Response-based Remote Attestation Procedures</title>

    <author initials="H." surname="Birkholz" fullname="Henk Birkholz">
      <organization abbrev="Fraunhofer SIT">Fraunhofer SIT</organization>
      <address>
        <postal>
          <street>Rheinstrasse 75</street>
          <city>Darmstadt</city>
          <code>64295</code>
          <country>Germany</country>
        </postal>
        <email>henk.birkholz@sit.fraunhofer.de</email>
      </address>
    </author>
    <author initials="M." surname="Eckel" fullname="Michael Eckel">
      <organization abbrev="Fraunhofer SIT">Fraunhofer SIT</organization>
      <address>
        <postal>
          <street>Rheinstrasse 75</street>
          <city>Darmstadt</city>
          <code>64295</code>
          <country>Germany</country>
        </postal>
        <email>michael.eckel@sit.fraunhofer.de</email>
      </address>
    </author>
    <author initials="S." surname="Bhandari" fullname="Shwetha Bhandari">
      <organization abbrev="Cisco">Cisco Systems</organization>
      <address>
        <email>shwethab@cisco.com</email>
      </address>
    </author>
    <author initials="B." surname="Sulzen" fullname="Bill Sulzen">
      <organization abbrev="Cisco">Cisco Systems</organization>
      <address>
        <email>bsulzen@cisco.com</email>
      </address>
    </author>
    <author initials="E." surname="Voit" fullname="Eric Voit">
      <organization abbrev="Cisco">Cisco Systems</organization>
      <address>
        <email>evoit@cisco.com</email>
      </address>
    </author>
    <author initials="L." surname="Xia" fullname="Liang Xia (Frank)">
      <organization abbrev="Huawei">Huawei Technologies</organization>
      <address>
        <postal>
          <street>101 Software Avenue, Yuhuatai District</street>
          <city>Nanjing</city>
          <region>Jiangsu</region>
          <code>210012</code>
          <country>China</country>
        </postal>
        <email>Frank.Xialiang@huawei.com</email>
      </address>
    </author>
    <author initials="T." surname="Laffey" fullname="Tom Laffey">
      <organization abbrev="HPE">Hewlett Packard Enterprise</organization>
      <address>
        <email>tom.laffey@hpe.com</email>
      </address>
    </author>
    <author initials="G." surname="Fedorkow" fullname="Guy C. Fedorkow">
      <organization abbrev="Juniper">Juniper Networks</organization>
      <address>
        <postal>
          <street>10 Technology Park Drive</street>
          <city>Westford</city>
          <region>Massachusetts</region>
          <code>01886</code>
        </postal>
        <email>gfedorkow@juniper.net</email>
      </address>
    </author>

    <date year="2019" month="July" day="08"/>

    <area>Security</area>
    <workgroup>RATS Working Group</workgroup>
    <keyword>Internet-Draft</keyword>

    <abstract>


<t>This document defines a YANG RPC and a minimal datastore tree required to retrieve attestation evidence about integrity measurements from a composite device with one or more roots of trust for reporting. Complementary measurement logs are also provided by the YANG RPC originating from one or more roots of trust of measurement. The module defined requires a TPM 2.0 and corresponding Trusted Software Stack included in the device components of the composite device the YANG server is running on.</t>



    </abstract>


  </front>

  <middle>


<section anchor="introduction" title="Introduction">

<t>This document is based on the terminology defined in the <xref target="I-D.birkholz-attestation-terminology"/> and uses the interaction model and information elements defined in the <xref target="I-D.birkholz-rats-reference-interaction-model"/> document. The currently supported hardware security module (HWM) - sometimes also referred to as an embedded secure element(eSE) - is the Trusted Platform Module (TPM) 2.0 specified by the Trusted Computing Group (TCG). One ore more TPM 2.0 embedded in the components of a composite device - sometimes also referred to as an aggregate device - are required in order to use the YANG module defined in this document. A TPM 2.0 is used as a root of trust for reporting (RTR) in order to retrieve attestation evidence from a composite device. Additionally, it is used as a root of trust for measurement (RTM) in order to provide event logs - sometimes also referred to as measurement logs.</t>

<section anchor="requirements-notation" title="Requirements notation">

<t>The key words “MUST”, “MUST NOT”, “REQUIRED”, “SHALL”, “SHALL NOT”,
“SHOULD”, “SHOULD NOT”, “RECOMMENDED”, “NOT RECOMMENDED”, “MAY”, and
“OPTIONAL” in this document are to be interpreted as described in RFC
2119, BCP 14 <xref target="RFC2119"/>.</t>

</section>
</section>
<section anchor="the-yang-module-for-basic-remote-attestation-procedures" title="The YANG Module for Basic Remote Attestation Procedures">

<t>One or more TPM 2.0 MUST be embedded in the composite device that is providing attestation evidence via the YANG module defined in this document. The ietf-basic-remote-attestation YANG module enables a composite device to take on the role of Claimant and Attester in accordance with the Remote Attestation Procedures (RATS) architecture <xref target="I-D.birkholz-attestation-terminology"/> and the corresponding challenge-response interaction model defined in the <xref target="I-D.birkholz-rats-reference-interaction-model"/> document. A fresh nonce with an appropriate amount of entropy MUST be supplied by the YANG client in order to enable a proof-of-freshness with respect to the attestation evidence provided by the attester running the YANG datastore. The functions of this YANG module are restricted to 0-1 TPM 2.0 per hardware component.</t>

<section anchor="tree-format" title="Tree format">

<figure><artwork type="YANG"><![CDATA[
<CODE BEGINS>
module: ietf-basic-remote-attestation
  +--ro rats-support-structures
     +--ro supported-algos*   uint16
     +--ro tpms* [tpm_name]
     |  +--ro tpm_name              string
     |  +--ro tpm-physical-index?   int32 {ietfhw:entity-mib}?
     |  +--ro certificates* []
     |     +--ro certificate
     |        +--ro certificate-name?    string
     |        +--ro certificate-type?    enumeration
     |        +--ro certificate-value?   ietfct:end-entity-cert-cms
     +--ro compute-nodes* [node-name]
        +--ro node-name              string
        +--ro node-physical-index?   int32 {ietfhw:entity-mib}?

  rpcs:
    +---x tpm12-challenge-response-attestation
    |  +---w input
    |  |  +---w tpm1-attestation-challenge
    |  |     +---w pcr-indices*            uint8
    |  |     +---w nonce-value             binary
    |  |     +---w TPM_SIG_SCHEME-value    uint8
    |  |     +---w (key-identifier)?
    |  |     |  +--:(public-key)
    |  |     |  |  +---w pub-key-id?       binary
    |  |     |  +--:(TSS_UUID)
    |  |     |     +---w TSS_UUID-value
    |  |     |        +---w ulTimeLow?       uint32
    |  |     |        +---w usTimeMid?       uint16
    |  |     |        +---w usTimeHigh?      uint16
    |  |     |        +---w bClockSeqHigh?   uint8
    |  |     |        +---w bClockSeqLow?    uint8
    |  |     |        +---w rgbNode*         uint8
    |  |     +---w add-version?            boolean
    |  |     +---w tpm_name?               string
    |  |     +---w tpm-physical-index?     int32 {ietfhw:entity-mib}?
    |  +--ro output
    |     +--ro tpm12-attestation-response* [tpm_name]
    |        +--ro tpm_name                     string
    |        +--ro tpm-physical-index?          int32 {ietfhw:entity-mib}?
    |        +--ro up-time?                     uint32
    |        +--ro node-name?                   string
    |        +--ro node-physical-index?         int32 {ietfhw:entity-mib}?
    |        +--ro fixed?                       binary
    |        +--ro external-data?               binary
    |        +--ro signature-size?              uint32
    |        +--ro signature?                   binary
    |        +--ro (tpm12-quote)
    |           +--:(tpm12-quote1)
    |           |  +--ro version* []
    |           |  |  +--ro major?      uint8
    |           |  |  +--ro minor?      uint8
    |           |  |  +--ro revMajor?   uint8
    |           |  |  +--ro revMinor?   uint8
    |           |  +--ro digest-value?          binary
    |           |  +--ro TPM_PCR_COMPOSITE* []
    |           |     +--ro pcr-indices*       uint8
    |           |     +--ro value-size?        uint32
    |           |     +--ro tpm12-pcr-value*   binary
    |           +--:(tpm12-quote2)
    |              +--ro tag?                   uint8
    |              +--ro pcr-indices*           uint8
    |              +--ro locality-at-release?   uint8
    |              +--ro digest-at-release?     binary
    +---x tpm20-challenge-response-attestation
    |  +---w input
    |  |  +---w tpm20-attestation-challenge
    |  |  |  +---w pcr-list* []
    |  |  |  |  +---w pcr
    |  |  |  |     +---w pcr-indices*                  uint8
    |  |  |  |     +---w (algo-registry-type)
    |  |  |  |        +--:(tcg)
    |  |  |  |        |  +---w tcg-hash-algo-id?       uint16
    |  |  |  |        +--:(ietf)
    |  |  |  |           +---w ietf-ni-hash-algo-id?   uint8
    |  |  |  +---w nonce-value                   binary
    |  |  |  +---w (signature-identifier-type)
    |  |  |  |  +--:(TPM_ALG_ID)
    |  |  |  |  |  +---w TPM_ALG_ID-value?       uint16
    |  |  |  |  +--:(COSE_Algorithm)
    |  |  |  |     +---w COSE_Algorithm-value?   int32
    |  |  |  +---w (key-identifier)?
    |  |  |     +--:(public-key)
    |  |  |     |  +---w pub-key-id?             binary
    |  |  |     +--:(uuid)
    |  |  |        +---w uuid-value?             binary
    |  |  +---w tpms* [tpm_name]
    |  |     +---w tpm_name              string
    |  |     +---w tpm-physical-index?   int32 {ietfhw:entity-mib}?
    |  +--ro output
    |     +--ro tpm20-attestation-response* [tpm_name]
    |        +--ro tpm_name               string
    |        +--ro tpm-physical-index?    int32 {ietfhw:entity-mib}?
    |        +--ro up-time?               uint32
    |        +--ro node-name?             string
    |        +--ro node-physical-index?   int32 {ietfhw:entity-mib}?
    |        +--ro tpms-attest
    |        |  +--ro pcrdigest?                   binary
    |        |  +--ro tpms-attest-result?          binary
    |        |  +--ro tpms-attest-result-length?   uint32
    |        +--ro tpmt-signature?        binary
    +---x basic-trust-establishment
    |  +---w input
    |  |  +---w nonce-value                   binary
    |  |  +---w (signature-identifier-type)
    |  |  |  +--:(TPM_ALG_ID)
    |  |  |  |  +---w TPM_ALG_ID-value?       uint16
    |  |  |  +--:(COSE_Algorithm)
    |  |  |     +---w COSE_Algorithm-value?   int32
    |  |  +---w tpm_name?                     string
    |  |  +---w tpm-physical-index?           int32 {ietfhw:entity-mib}?
    |  |  +---w certificate-name?             string
    |  +--ro output
    |     +--ro attestation-certificates* [tpm_name]
    |        +--ro tpm_name                   string
    |        +--ro tpm-physical-index?        int32 {ietfhw:entity-mib}?
    |        +--ro up-time?                   uint32
    |        +--ro node-name?                 string
    |        +--ro node-physical-index?       int32 {ietfhw:entity-mib}?
    |        +--ro certificate-name?          string
    |        +--ro attestation-certificate?   ietfct:end-entity-cert-cms
    |        +--ro (key-identifier)?
    |           +--:(public-key)
    |           |  +--ro pub-key-id?          binary
    |           +--:(uuid)
    |              +--ro uuid-value?          binary
    +---x log-retrieval
       +---w input
       |  +---w log-selector* [node-name]
       |  |  +---w node-name                 string
       |  |  +---w node-physical-index?      int32 {ietfhw:entity-mib}?
       |  |  +---w (index-type)?
       |  |     +--:(last-entry)
       |  |     |  +---w last-entry-value?   binary
       |  |     +--:(index)
       |  |     |  +---w index-number?       uint64
       |  |     +--:(timestamp)
       |  |        +---w timestamp?          yang:date-and-time
       |  +---w log-type              identityref
       |  +---w pcr-list* []
       |  |  +---w pcr
       |  |     +---w pcr-indices*                  uint8
       |  |     +---w (algo-registry-type)
       |  |        +--:(tcg)
       |  |        |  +---w tcg-hash-algo-id?       uint16
       |  |        +--:(ietf)
       |  |           +---w ietf-ni-hash-algo-id?   uint8
       |  +---w log-entry-quantity?   uint16
       +--ro output
          +--ro system-event-logs
             +--ro node-data* [node-name tpm_name]
                +--ro node-name              string
                +--ro node-physical-index?   int32 {ietfhw:entity-mib}?
                +--ro up-time?               uint32
                +--ro tpm_name               string
                +--ro tpm-physical-index?    int32 {ietfhw:entity-mib}?
                +--ro log-result
                   +--ro (log-type)
                      +--:(bios)
                      |  +--ro bios-event-logs
                      |     +--ro bios-event-entry* [event-number]
                      |        +--ro event-number    uint32
                      |        +--ro event-type?     uint32
                      |        +--ro pcr-index?      uint16
                      |        +--ro digest-list* []
                      |        |  +--ro (algo-registry-type)
                      |        |  |  +--:(tcg)
                      |        |  |  |  +--ro tcg-hash-algo-id?       uint16
                      |        |  |  +--:(ietf)
                      |        |  |     +--ro ietf-ni-hash-algo-id?   uint8
                      |        |  +--ro digest*                       binary
                      |        +--ro event-size?     uint32
                      |        +--ro event-data*     uint8
                      +--:(ima)
                         +--ro ima-event-logs
                            +--ro ima-event-entry* [event-number]
                               +--ro event-number               uint64
                               +--ro ima-template?              string
                               +--ro filename-hint?             string
                               +--ro filedata-hash?             binary
                               +--ro template-hash-algorithm?   string
                               +--ro template-hash?             binary
                               +--ro pcr-index?                 uint16
                               +--ro signature?                 binary
<CODE ENDS>
]]></artwork></figure>

</section>
<section anchor="raw-format" title="Raw Format">

<figure><artwork type="YANG"><![CDATA[
<CODE BEGINS>
module ietf-basic-remote-attestation {
  namespace "urn:ietf:params:xml:ns:yang:ietf-basic-remote-attestation";
  prefix "yang-brat";
  
  import ietf-yang-types {
    prefix yang;
  }
  import ietf-hardware {
      prefix ietfhw;
  }
  import ietf-crypto-types {
      prefix ietfct;
  }
  
  organization
    "Fraunhofer SIT";
  contact
    "Henk Birkholz
    Fraunhofer Institute for Secure Information Technology
    Email: henk.birkholz@sit.fraunhofer.de";
  description
    "A YANG module to enable TPM 1.2 and  TPM 2.0 based
    remote attestation procedures.
    Copyright (C) Fraunhofer SIT (2019).";
  revision "2019-07-08" {
  description
    "Second version";
  reference
    "draft-birkholz-rats-basic-yang-module";
  }
  
  grouping hash-algo {
    description
      "A selector for the hashing algorithm";
    choice algo-registry-type {
      mandatory true;
      description
        "Unfortunately, both IETF and TCG have registries here.
        Choose your weapon wisely.";
      case tcg {
        description
          "you chose the east door, the tcg space opens up to
          you.";
        leaf tcg-hash-algo-id {
          type uint16;
          description
            "This is an index referencing the TCG Algorithm
            Registry based on TPM_ALG_ID.";
        }
      }
      case ietf {
        description
          "you chose the west door, the ietf space opens up to
          you.";
        leaf ietf-ni-hash-algo-id {
          type uint8;
          description
            "This is an index referencing the Named Information
             Hash Algorithm Registry.";
        }
      }
    }
  }
  
  grouping hash {
    description
      "The hash value including hash-algo identifier";
    list hash-digests {
      description
        "The list of hashes.";
      container hash-digest {
        description
          "A hash value based on a hash algorithm registered by an
          SDO.";
        uses hash-algo;
        leaf hash-value {
          type binary;
          description
            "The binary representation of the hash value.";
        }
      }
    }
  }
  
  grouping nonce {
    description
      "A nonce to show freshness and counter replays.";
    leaf nonce-value {
      type binary;
      mandatory true;
      description
        "This nonce SHOULD be generated via a registered
        cryptographic-strength algorithm. In consequence, the length
        of the nonce depends on the hash algorithm used. The algorithm
        used in this case is independent from the hash algorithm used to
        create the hash-value in the response of the attestor.";
    }
  }

  grouping tpm12-pcr-selection {
    description
      "A Verifier can request one or more PCR values using its
      individually created Attestation Key Certificate (AC).
      The corresponding selection filter is represented in this grouping.
      Requesting a PCR value that is not in scope of the AC used, detailed
      exposure via error msg should be avoided.";
    leaf-list pcr-indices {
      type uint8;
      description
        "The numbers/indexes of the PCRs. At the moment this is limited
        to 32.";
    }
  }

  grouping tpm20-pcr-selection {
    description
      "A Verifier can request one or more PCR values uses its
      individually created AC. The corresponding selection filter is
      represented in this grouping. Requesting a PCR value that is not
      in scope of the AC used, detailed exposure via error msg should
      be avoided.";
    list pcr-list {
      description
        "For each PCR in this list an individual list of banks
        (hash-algo) can be requested. It depends on the datastore, if
        every bank in this grouping is included per PCR (crude), or if
         each requested bank set is returned for each PCR individually
        (elegant).";
      container pcr {
        description
          "The composite of a PCR number and corresponding bank
          numbers.";
        leaf-list pcr-indices {
           type uint8;
           description
             "The number of the PCR. At the moment this is limited
             32";
        }
        uses hash-algo;
      }
    }
  }

  grouping pcr-selector {
    description
      "A Verifier can request the generation of an attestation
      certificate (a signed public attestation key
      (non-migratable, tpm-resident) wrt one or more PCR values.
      The corresponding creation input is represented in this grouping.
      Requesting a PCR value that is not supported results in an error,
      detailed exposure via error msg should be avoided.";
    list pcr-list {
      description
        "For each PCR in this list an individual hash-algo can be
        requested.";
      container pcr {
        description
          "The composite of a PCR number and corresponding bank
          numbers.";
        leaf-list pcr-index {
           type uint8;
           description
             "The numbers of the PCRs that are associated with
             the created key. At the moment the highest number is 32";
        }
        uses hash-algo;
      }
    }
  }

  grouping tpm12-signature-scheme {
    description
      "The signature scheme used to sign the evidence via a TPM 1.2.";
    leaf TPM_SIG_SCHEME-value {
      type uint8;
      mandatory true;
      description
        "Selects the signature scheme that is used to sign the TPM quote
        information response. Allowed values can be found in the table at
        the bottom of page 32 in the TPM 1.2 Structures specification
        (Level 2 Revision 116, 1 March 2011).";
    }
  }

  grouping tpm20-signature-scheme {
    description
      "The signature scheme used to sign the evidence.";
    choice signature-identifier-type {
      mandatory true;
      description
        "There are multiple ways to reference a signature type.
        This used to select the signature algo to sign the quote
        information response.";
      case TPM_ALG_ID {
        description
          "This references the indices of table 9 in the TPM 2.0
          structure specification.";
        leaf TPM_ALG_ID-value {
          type uint16;
          description
            "The TPM Algo ID.";
        }
      }
      case COSE_Algorithm {
        description
          "This references the IANA COSE Algorithms Registry indices.
          Every index of this registry to be used must be mapable to a
          TPM_ALG_ID value.";
        leaf COSE_Algorithm-value {
          type int32;
          description
            "The TPM Algo ID.";
        }
      }
    }
  }

  grouping tpm12-attestation-key-identifier {
    description
      "A selector for a suitable key identifier for a TPM 1.2.";
    choice key-identifier {
      description
        "Identifier for the attestation key to use for signing
        attestation evidence.";
      case public-key {
        leaf pub-key-id {
          type binary;
          description
            "The value of the identifier for the public key.";
        }
      }
      case TSS_UUID {
        description
          "Use a YANG agent generated (and maintained) attestation
          key UUID that complies with the TSS_UUID datatype of the TCG
          Software Stack (TSS) Specification, Version 1.10 Golden,
          August 20, 2003.";
        container TSS_UUID-value {
          description
            "A detailed structure that is used to create the
            TPM 1.2 native TSS_UUID as defined in the TCG Software
            Stack (TSS) Specification, Version 1.10 Golden,
            August 20, 2003.";
          leaf ulTimeLow {
            type uint32;
            description
              "The low field of the timestamp.";
          }
          leaf usTimeMid {
            type uint16;
            description
              "The middle field of the timestamp.";
          }
          leaf usTimeHigh {
            type uint16;
            description
              "The high field of the timestamp multiplexed with the
              version number.";
          }
          leaf bClockSeqHigh {
            type uint8;
            description
              "The high field of the clock sequence multiplexed with
              the variant.";
          }
          leaf bClockSeqLow {
            type uint8;
            description
              "The low field of the clock sequence.";
          }
          leaf-list rgbNode {
            type uint8;
            description
              "The spatially unique node identifier.";
          }
        }
      }
    }
  }

  grouping tpm20-attestation-key-identifier {
    description
      "A selector for a suitable key identifier.";
    choice key-identifier {
      description
        "Identifier for the attestation key to use for signing
        attestation evidence.";
      case public-key {
        leaf pub-key-id {
          type binary;
          description
            "The value of the identifier for the public key.";
        }
      }
      case uuid {
        description
          "Use a YANG agent generated (and maintained) attestation
          key UUID.";
        leaf uuid-value {
          type binary;
          description
            "The UUID identifying the corresponding public key.";
        }
      }
    }
  }

  grouping tpm-name {
    description
      "In a system with multiple-TPMs get the data from a specific TPM
       identified by the name and physical-index.";
    leaf tpm_name {
      type string;
      description
        "Name of the TPM or All";
    }
    leaf tpm-physical-index {
      if-feature ietfhw:entity-mib;
      type int32 {
        range "1..2147483647";
      }
      config false;
      description
        "The entPhysicalIndex for the TPM.";
      reference
        "RFC 6933: Entity MIB (Version 4) - entPhysicalIndex";
    }
  }
  grouping compute-node {
    description
      "In a distributed system with multiple compute nodes
       this is the node identified by name and physical-index.";
    leaf node-name {
       type string;
       description
         "Name of the compute node or All";
    }
    leaf node-physical-index {
      if-feature ietfhw:entity-mib;
      type int32 {
        range "1..2147483647";
      }
      config false;
       description
         "The entPhysicalIndex for the compute node.";
       reference
         "RFC 6933: Entity MIB (Version 4) - entPhysicalIndex";
    }
  }

  grouping tpm12-pcr-info-short {
    description
      "This structure is for defining a digest at release when the only
      information that is necessary is the release configuration.";
    uses tpm12-pcr-selection;
    leaf locality-at-release {
      type uint8;
      description
        ".This SHALL be the locality modifier required to release the
        information (TPM 1.2 type TPM_LOCALITY_SELECTION)";
    }
    leaf digest-at-release {
      type binary;
        description
          "This SHALL be the digest of the PCR indices and PCR values
          to verify when revealing auth data (TPM 1.2 type
          TPM_COMPOSITE_HASH).";
    }
  }

  grouping tpm12-version {
    description
      "This structure provides information relative the version of
      the TPM.";
    list version {
      description
        "This indicates the version of the structure
        (TPM 1.2 type TPM_STRUCT_VER). This MUST be 1.1.0.0.";
      leaf major {
        type uint8;
        description
          "Indicates the major version of the structure.
          MUST be 0x01.";
      }
      leaf minor {
        type uint8;
        description
          "Indicates the minor version of the structure.
          MUST be 0x01.";
      }
      leaf revMajor {
        type uint8;
        description
         "Indicates the rev major version of the structure.
         MUST be 0x00.";
      }
      leaf revMinor {
        type uint8;
        description
          "Indicates the rev minor version of the structure.
          MUST be 0x00.";
      }
    }
  }

  grouping tpm12-quote-info-common {
    description
      "These statements are used in bot quote variants of the TPM 1.2";
    leaf fixed {
      type binary;
      description
        "This SHALL always be the string ‘QUOT’ or ‘QUO2’
        (length is 4 bytes).";
    }
    leaf external-data {
      type binary;
      description
        "160 bits of externally supplied data, typically a nonce.";
    }
    leaf signature-size {
      type uint32;
      description
       "The size of TPM 1.2 'signature' value.";
    }
    leaf signature {
      type binary;
      description
        "Signature over SHA-1 hash of tpm12-quote-info2'.";
    } 
  }

  grouping tpm12-quote-info {
    description
      "This structure provides the mechanism for the TPM to quote the
      current values of a list of PCRs (as used by the TPM_Quote2
      command).";
    uses tpm12-version;
    leaf digest-value {
      type binary;
      description
        "This SHALL be the result of the composite hash algorithm using
        the current values of the requested PCR indices
        (TPM 1.2 type TPM_COMPOSITE_HASH.)";
    }
  }

  grouping tpm12-quote-info2 {
    description
      "This structure provides the mechanism for the TPM to quote the
      current values of a list of PCRs
     (as used by the TPM_Quote2 command).";
    leaf tag {
      type uint8;
      description
        "This SHALL be TPM_TAG_QUOTE_INFO2.";
    }
    uses tpm12-pcr-info-short;
  }

  grouping tpm12-cap-version-info {
    description
      "TPM returns the current version and revision of the TPM 1.2 .";
    list TPM_PCR_COMPOSITE {
      description
        "The TPM 1.2 TPM_PCRVALUEs for the pcr-indices.";
      uses tpm12-pcr-selection;
      leaf value-size {
        type uint32;
        description
          "This SHALL be the size of the 'tpm12-pcr-value' field
          (not the number of PCRs).";
      }
      leaf-list tpm12-pcr-value {
        type binary;
        description
          "The list of TPM_PCRVALUEs from each PCR selected in sequence
          of tpm12-pcr-selection.";
      }
      list version-info {
        description
          "An optional output parameter from a TPM 1.2 TPM_Quote2.";
        leaf tag {
          type uint16;
          description
            "The TPM 1.2 version and revision
            (TPM 1.2 type TPM_STRUCTURE_TAG).
            This MUST be TPM_CAP_VERSION_INFO (0x0030)";
        }
        uses tpm12-version;
        leaf spec-level {
          type uint16;
          description
            "A number indicating the level of ordinals supported.";
        }
        leaf errata-rev {
          type uint8;
          description
            "A number indicating the errata version of the
            specification.";
        }
        leaf tpm-vendor-id {
          type binary;
          description
            "The vendor ID unique to each TPM manufacturer.";
        }
        leaf vendor-specific-size {
          type uint16;
          description
            "The size of the vendor-specific area.";
        }
        leaf vendor-specific {
          type binary;
          description
            "Vendor specific information.";
        }
      }
    }
  }

  grouping tpm12-pcr-composite {
    description
      "The actual values of the selected PCRs (a list of TPM_PCRVALUEs
      (binary)and associated metadata for TPM 1.2.";
    list TPM_PCR_COMPOSITE {
      description
        "The TPM 1.2 TPM_PCRVALUEs for the pcr-indices.";
      uses tpm12-pcr-selection;
      leaf value-size {
        type uint32;
        description
          "This SHALL be the size of the 'tpm12-pcr-value' field
          (not the number of PCRs).";
      }
      leaf-list tpm12-pcr-value {
        type binary;
        description
          "The list of TPM_PCRVALUEs from each PCR selected in sequence
          of tpm12-pcr-selection.";
      }
    }
  }

  grouping node-uptime {
    description
      "Uptime in seconds of the node.";
    leaf up-time {
      type uint32;
      description
        "Uptime in seconds of this node reporting its data";
    }
  }

  identity log-type {
    description
      "The type of logs available.";
  }

  identity bios {
    base log-type;
    description
      "Measurement log created by the BIOS/UEFI.";
  }

  identity ima {
    base log-type;
    description
      "Measurement log created by IMA.";
  }

  grouping log-identifier {
    description
      "Identifier for type of log to be retrieved.";
    leaf log-type {
      type identityref {
        base log-type;
      }
      mandatory true;
      description
        "The corresponding measurement log type identity.";
    }
  }

  grouping boot-event-log {
    description
      "Defines an event log corresponding to the event that extended the
      PCR";
    leaf event-number {
      type uint32;
      description
        "Unique event number of this event";
    }
    leaf event-type {
        type uint32;
        description
          "log event type";
    }
    leaf pcr-index {
      type uint16;
      description
        "Defines the PCR index that this event extended";
    }
    list digest-list {
      description "Hash of event data";
      uses hash-algo;
      leaf-list digest {
        type binary;
        description
          "The hash of the event data";
      }
    }
    leaf event-size {
      type uint32;
      description
        "Size of the event data";
    }
    leaf-list event-data {
      type uint8;
      description
        "the event data size determined by event-size";
    }
  }

  grouping ima-event {
    description
      "Defines an hash log extend event for IMA measurements";
    leaf event-number {
      type uint64;
      description
        "Unique number for this event for sequencing";
    }
    leaf ima-template {
      type string;
      description
        "Name of the template used for event logs
        for e.g. ima, ima-ng";
    }
    leaf filename-hint {
      type string;
      description
        "File that was measured";
    }
    leaf filedata-hash {
      type binary;
      description
        "Hash of filedata";
    }
    leaf template-hash-algorithm {
      type string;
      description
        "Algorithm used for template-hash";
    }
    leaf template-hash {
      type binary;
      description
        "hash(filedata-hash, filename-hint)";
    }
    leaf pcr-index {
      type uint16;
      description
        "Defines the PCR index that this event extended";
    }
    leaf signature {
      type binary;
      description
        "The file signature";
    }
  }

  grouping bios-event-log {
    description
    "Measurement log created by the BIOS/UEFI.";
    list bios-event-entry {
      key event-number;
       description
       "Ordered list of TCG described event log
        that extended the PCRs in the order they
        were logged";
        uses boot-event-log;
     }
  }

  grouping ima-event-log {
    list ima-event-entry {
      key event-number;
      description
      "Ordered list of ima event logs by event-number";
       uses ima-event;
    }
    description
      "Measurement log created by IMA.";
  }

  grouping event-logs {
    description
      "A selector for the log and its type.";
    choice log-type {
      mandatory true;
      description
        "Event log type determines the event logs content.";
      case bios {
        description
          "BIOS/UEFI event logs";
        container bios-event-logs {
          description
            "This is an index referencing the TCG Algorithm
            Registry based on TPM_ALG_ID.";
          uses bios-event-log;
        }
      }
      case ima {
        description
          "IMA event logs";
        container ima-event-logs {
          description
            "This is an index referencing the TCG Algorithm
            Registry based on TPM_ALG_ID.";
          uses ima-event-log;
        }
      }
    }
  }

  rpc tpm12-challenge-response-attestation {
    description
      "This RPC accepts the input for TSS TPM 1.2 commands of the
       managed device. ComponentIndex from the hardware manager YANG
       module to refer to dedicated TPM in composite devices,
       e.g. smart NICs, is still a TODO.";
    input {
      container tpm1-attestation-challenge {
        description
          "This container includes every information element defined
           in the reference challenge-response interaction model for
           remote attestation. Corresponding values are based on
           TPM 1.2 structure definitions";
        uses tpm12-pcr-selection;
        uses nonce;
        uses tpm12-signature-scheme;
        uses tpm12-attestation-key-identifier;
        leaf add-version {
          type boolean;
          description
            "Whether or not to include TPM_CAP_VERSION_INFO; if true,
             then TPM_Quote2 must be used to create the response.";
        }
        uses tpm-name;
      }
    }
    output {
      list tpm12-attestation-response {
        key tpm_name;
        description
          "The binary output of TPM 1.2 TPM_Quote/TPM_Quote2, including
           the PCR selection and other associated attestation evidence
           metadata";
        uses tpm-name;
        uses node-uptime;
        uses compute-node;
        uses tpm12-quote-info-common;
        choice tpm12-quote {
          mandatory true;
          description
            "Either a tpm12-quote-info or tpm12-quote-info2, depending
            on whether TPM_Quote or TPM_Quote2 was used
            (cf. input field add-verson).";
          case tpm12-quote1 {
            description
              "BIOS/UEFI event logs";
            uses tpm12-quote-info;
            uses tpm12-pcr-composite;
          }
          case tpm12-quote2 {
            description
              "BIOS/UEFI event logs";
            uses tpm12-quote-info2;
          }
        }
      }
    }
  }

  rpc tpm20-challenge-response-attestation {
    description
      "This RPC accepts the input for TSS TPM 2.0 commands of the
       managed device. ComponentIndex from the hardware manager YANG
       module to refer to dedicated TPM in composite devices,
       e.g. smart NICs, is still a TODO.";
    input {
      container tpm20-attestation-challenge {
        description
          "This container includes every information element defined
           in the reference challenge-response interaction model for
           remote attestation. Corresponding values are based on
           TPM 2.0 structure definitions";
        uses tpm20-pcr-selection;
        uses nonce;
        uses tpm20-signature-scheme;
        uses tpm20-attestation-key-identifier;
      }
      list tpms {
      key tpm_name; 
      description
      "TPMs to fetch the attestation information.";
      uses tpm-name;
      }
    }
    output {
      list tpm20-attestation-response {
        key tpm_name;
        description
          "The binary output of TPM2b_Quote. An TPMS_ATTEST structure
          including a length, encapsulated in a signature";
        uses tpm-name;
        uses node-uptime;
        uses compute-node;
        container tpms-attest {
          leaf pcrdigest {
            type binary;
            description
              "split out value of TPMS_QUOTE_INFO for convenience";
          }
          leaf tpms-attest-result {
            type binary;
            description
              "The complete TPM generate structure including
              signature.";
          }
          leaf tpms-attest-result-length {
            type uint32;
            description
              "Length of attest result provided by the TPM structure.";
          }
          description
            "A composite of value and length and list of selected
            pcrs (original name: [type]attested)";
        }
        leaf tpmt-signature {
          type binary;
          description
            "Split out value of the signature for convenience.
            TODO: check for length values that complent binary value
            data node leafs.";
        }
      }
    }
  }

  rpc basic-trust-establishment {
    description
      "This RPC creates a tpm-resident, non-migratable key to be used
      in TPM_Quote commands, an attestation certificate.";
    input {
      uses nonce;
      uses tpm20-signature-scheme;
      uses tpm-name;
      leaf certificate-name {
         type string;
         description
           "An arbitrary name for the identity certificate chain
           requested.";
      }
    }
    output {
      list attestation-certificates {
        key tpm_name;
        description
          "Attestation Certificate data from a TPM identified by the TPM
          name";
        uses tpm-name;
        uses node-uptime;
        uses compute-node;
        leaf certificate-name {
          type string;
          description
            "An arbitrary name for this identity certificate or
            certificate chain.";
        }      
        leaf attestation-certificate {
          type ietfct:end-entity-cert-cms;
          description
            "The binary signed certificate chain data for this identity
            certificate.";
        }
        uses tpm20-attestation-key-identifier;
      }
    }
  }
  
  rpc log-retrieval {
    description
      "Logs Entries are either identified via indices or via providing
      the last line received. The number of lines returned can be
      limited. The type of log is a choice that can be augmented.";
    input {
      list log-selector {
        key node-name;
        description
          "Selection of log entries to be reported.";
        uses compute-node;
        choice index-type {
          description
            "Last log entry received, log index number, or timestamp.";
          case last-entry {
            description
              "The last entry of the log already retrieved.";
            leaf last-entry-value {
              type binary;
              description
                "Content of an log event which matches 1:1 with a 
                unique event record contained within the log.  Log 
                entries subsequent to this will be passed to the 
                requester.  Note: if log entry values are not unique, 
                this MUST return an error.";
            }
          }
          case index {
            description
              "Numeric index of the last log entry retrieved, or zero.";
            leaf index-number {
              type uint64;
              description
                "The numeric index number of a log entry.  Zero means 
                to start at the beginning of the log.   Entries
                subsequent to this will be passed to the 
                requester.";
            }
          }
          case timestamp {
            leaf timestamp {
              type yang:date-and-time;
              description
                "Timestamp from which to start the extraction.  The next
                log entry subsequent to this timestamp is to be sent.";
            }
            description
              "Timestamp from which to start the extraction.";
          }
        }
      }
      uses log-identifier;
      uses tpm20-pcr-selection;
      leaf log-entry-quantity {
        type uint16;
        description
          "The number of log entries to be returned. If omitted, it 
          means all of them.";
      }
    } 
    output {
      container system-event-logs {
        description
          "The requested data of the measurement event logs";
        list node-data {
          key "node-name tpm_name";
          description
            "Event logs of a node in a distributed system
             identified by the node name";
          uses compute-node;
          uses node-uptime;
          uses tpm-name;
          container log-result {
            description
              "The requested entries of the corresponding log.";
            uses event-logs;
          }
        }
      }
    }
  }

  container rats-support-structures {
    config false;
    description
    "The datastore definition enabling verifiers or relying
     parties to discover the information necessary to use the
     remote attestation RPCs appropriately.";
    leaf-list supported-algos {
      type uint16;
      description
        "Supported TPM_ALG_ID values for the TPM in question.
        Will include ComponentIndex soon.";
    }
    list tpms {
      key tpm_name;
      uses tpm-name;
      description
      "A list of TPMs in this composite
       device that rats can be conducted with.";
      list certificates {
        description
          "The TPM's endorsement-certificate.";
        container certificate {
          leaf certificate-name {
            type string;
            description
              "An arbitrary name for this identity certificate or
              certificate chain.";
          }
          leaf certificate-type {
            type enumeration {
              enum endorsement-cert {
                value 0;
                description
                  "EK Cert type.";
              }
              enum attestation-cert {
                value 1;
                description
                  "AK Cert type.";
              }
            }
            description  "Type of this certificate";
          }
          leaf certificate-value {
            type ietfct:end-entity-cert-cms;
            description
              "The binary signed public endorsement key (EK),
              attestation key(AK) and corresponding assertions
              (EK,AK Certificate). In a TPM 2.0 the EK,AK Certificate
              resides in a well-defined NVRAM location by the TPM
              vendor.";
          }
          description
            "Two kinds of certificates can be accessed via this
            statement. An Attestation Key Certificate and a
            Endorsement Key Certificate.";
        }
      }
    }
    list compute-nodes {
      key node-name;
      uses compute-node;
      description
        "A list names of hardware components in this composite
         device that rats can be conducted with.";
    }
  }
}
<CODE ENDS>
]]></artwork></figure>

</section>
</section>
<section anchor="iana-considerations" title="IANA considerations">

<t>This document will include requests to IANA:</t>

<t>To be defined yet.</t>

</section>
<section anchor="security-considerations" title="Security Considerations">

<t>There are always some.</t>

</section>
<section anchor="acknowledgements" title="Acknowledgements">

<t>Not yet.</t>

</section>
<section anchor="change-log" title="Change Log">

<t>Changes from version 00 to version 01:</t>

<t><list style="symbols">
  <t>Addressed author’s comments</t>
  <t>Extended complementary details about attestation-certificates</t>
  <t>Relabeled chunk-size to log-entry-quantity</t>
  <t>Relabeled location with compute-node or tpm-name where appropriate</t>
  <t>Added a valid entity-mib physical-index to compute-node and tpm-name to map it back to hardware inventory</t>
  <t>Relabeled name  to tpm_name</t>
  <t>Removed event-string in last-entry</t>
</list></t>

</section>


  </middle>

  <back>

    <references title='Normative References'>





<reference  anchor="RFC2119" target='https://www.rfc-editor.org/info/rfc2119'>
<front>
<title>Key words for use in RFCs to Indicate Requirement Levels</title>
<author initials='S.' surname='Bradner' fullname='S. Bradner'><organization /></author>
<date year='1997' month='March' />
<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="I-D.ietf-netconf-crypto-types">
<front>
<title>Common YANG Data Types for Cryptography</title>

<author initials='K' surname='Watsen' fullname='Kent Watsen'>
    <organization />
</author>

<author initials='H' surname='Wang' fullname='HAIGUANG Wang'>
    <organization />
</author>

<date month='July' day='2' year='2019' />

<abstract><t>This document defines YANG identities, typedefs, the groupings useful for cryptographic applications.</t></abstract>

</front>

<seriesInfo name='Internet-Draft' value='draft-ietf-netconf-crypto-types-10' />
<format type='TXT'
        target='http://www.ietf.org/internet-drafts/draft-ietf-netconf-crypto-types-10.txt' />
</reference>



<reference anchor="I-D.birkholz-rats-reference-interaction-model">
<front>
<title>Reference Interaction Model for Challenge-Response-based Remote Attestation</title>

<author initials='H' surname='Birkholz' fullname='Henk Birkholz'>
    <organization />
</author>

<author initials='M' surname='Eckel' fullname='Michael Eckel'>
    <organization />
</author>

<date month='March' day='11' year='2019' />

<abstract><t>This document defines an interaction model for a basic remote attestation procedure.  Additionally, the required information elements are illustrated.</t></abstract>

</front>

<seriesInfo name='Internet-Draft' value='draft-birkholz-rats-reference-interaction-model-00' />
<format type='TXT'
        target='http://www.ietf.org/internet-drafts/draft-birkholz-rats-reference-interaction-model-00.txt' />
</reference>




    </references>

    <references title='Informative References'>





<reference anchor="I-D.birkholz-attestation-terminology">
<front>
<title>Reference Terminology for Remote Attestation Procedures</title>

<author initials='H' surname='Birkholz' fullname='Henk Birkholz'>
    <organization />
</author>

<author initials='M' surname='Wiseman' fullname='Monty Wiseman'>
    <organization />
</author>

<author initials='H' surname='Tschofenig' fullname='Hannes Tschofenig'>
    <organization />
</author>

<date month='July' day='2' year='2018' />

<abstract><t>This document is intended to illustrate and remediate the impedance mismatch of terms related to remote attestation procedures used in different domains today.  New terms defined by this document provide a consolidated basis to support future work on attestation procedures in the IETF and beyond.</t></abstract>

</front>

<seriesInfo name='Internet-Draft' value='draft-birkholz-attestation-terminology-02' />
<format type='TXT'
        target='http://www.ietf.org/internet-drafts/draft-birkholz-attestation-terminology-02.txt' />
</reference>




    </references>



  </back>

<!-- ##markdown-source:
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

-->

</rfc>

