[Rats] [ietf-rats-wg/eat] 0bc0f9: boot_state split into secure-boot and debug-disabl...

Laurence Lundblade <noreply@github.com> Thu, 19 March 2020 18:05 UTC

Return-Path: <noreply@github.com>
X-Original-To: rats@ietfa.amsl.com
Delivered-To: rats@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 7431E3A0C6A for <rats@ietfa.amsl.com>; Thu, 19 Mar 2020 11:05:35 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.1
X-Spam-Level:
X-Spam-Status: No, score=-2.1 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id WRwfn2a_5OI6 for <rats@ietfa.amsl.com>; Thu, 19 Mar 2020 11:05:33 -0700 (PDT)
Received: from out-28.smtp.github.com (out-28.smtp.github.com [192.30.252.211]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 00CDB3A0C69 for <rats@ietf.org>; Thu, 19 Mar 2020 11:05:32 -0700 (PDT)
Received: from github-lowworker-25680bd.va3-iad.github.net (github-lowworker-25680bd.va3-iad.github.net [10.48.17.61]) by smtp.github.com (Postfix) with ESMTP id DB9768C1677 for <rats@ietf.org>; Thu, 19 Mar 2020 11:05:31 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1584641131; bh=PGRzv4D41fp6dIV1Uxefd6PjnTqogu4Yvh6826Wpmgg=; h=Date:From:To:Subject:From; b=nnoIjexOpQZs7fS+A1tX82r+UNFotLtfrya679nYzyZsWEC8tEQzQNimL8ylcv6XR NQgjzcPR7f+U+byS3kdCnZi0GWnGtldoH7Hp3q6chcv063ASnEcKwOcyRtkeizI4bz oC0jjooJXLBFrsoxr+SXcR3rwpoo7yBOumJCAyXU=
Date: Thu, 19 Mar 2020 11:05:31 -0700
From: Laurence Lundblade <noreply@github.com>
To: rats@ietf.org
Message-ID: <ietf-rats-wg/eat/push/refs/heads/master/22462d-0bc0f9@github.com>
Mime-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: rats@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/rats/Bkmp04JeP6kdxZGnX_UARMhvVcU>
Subject: [Rats] [ietf-rats-wg/eat] 0bc0f9: boot_state split into secure-boot and debug-disabl...
X-BeenThere: rats@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Remote Attestation Procedures <rats.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/rats>, <mailto:rats-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/rats/>
List-Post: <mailto:rats@ietf.org>
List-Help: <mailto:rats-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/rats>, <mailto:rats-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 19 Mar 2020 18:05:36 -0000

  Branch: refs/heads/master
  Home:   https://github.com/ietf-rats-wg/eat
  Commit: 0bc0f9149f544855ba400989efdd9b4961257ef8
      https://github.com/ietf-rats-wg/eat/commit/0bc0f9149f544855ba400989efdd9b4961257ef8
  Author: Laurence Lundblade <laurencelundblade@users.noreply.github.com>
  Date:   2020-03-19 (Thu, 19 Mar 2020)

  Changed paths:
    M draft-ietf-rats-eat.md

  Log Message:
  -----------
  boot_state split into secure-boot and debug-disable claims; debug is an enum, not Booleans

* Revamp debug disable so it is levels, not Booleans

* Clarify description of disabled state

Co-Authored-By: Thomas Fossati <tho.ietf@gmail.com>

* Fix CDDL for boot and debug state

* Rework to clarify inheritance and relations between submodules and superior modules

* Add the Not Reported debug level and indicate that is the default when the claim is absent

* absence of any claim means not reported; remove Not Reported debug state

* grammar fix

* split boot-state claim into debug disable and secure boot claims

Co-authored-by: Thomas Fossati <tho.ietf@gmail.com>
Co-authored-by: Laurence Lundblade <lgl@securitytheory.com>