[Rats] [ietf-rats-wg/eat] f28c8a: Added Claims Characteristics section (#7)

Laurence Lundblade <noreply@github.com> Mon, 09 November 2020 21:33 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 6D4B63A1440 for <rats@ietfa.amsl.com>; Mon, 9 Nov 2020 13:33:45 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.101
X-Spam-Level:
X-Spam-Status: No, score=-2.101 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, RCVD_IN_MSPIKE_H2=-0.001, 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 rEwxCW6V8gjw for <rats@ietfa.amsl.com>; Mon, 9 Nov 2020 13:33:44 -0800 (PST)
Received: from smtp.github.com (out-25.smtp.github.com [192.30.252.208]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 55F1A3A143C for <rats@ietf.org>; Mon, 9 Nov 2020 13:33:44 -0800 (PST)
Received: from github.com (hubbernetes-node-1fb1e72.ash1-iad.github.net [10.56.111.39]) by smtp.github.com (Postfix) with ESMTPA id 7F0D3840E15 for <rats@ietf.org>; Mon, 9 Nov 2020 13:33:43 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1604957623; bh=oIr85l4BiRKgSiSBmHRTfU0Ej1JjdUjBPZ7BwApLXVQ=; h=Date:From:To:Subject:From; b=RpJ7V31bvTjYrxpWxAx84rxhTNwpX7l93/cPeWxVPFxSzO215Rkk4wlHP2rgD0y8Q FnZMkfTgI89MWSLubMQ15b02Zm2Evz+EkfBBXECptMrG+uEIa+4nUl7M9XcdMqO/ew x4cq6J+9A8uiXAP9+Ivg2UdT4nKqRf14HOLAxbno=
Date: Mon, 09 Nov 2020 13:33:43 -0800
From: Laurence Lundblade <noreply@github.com>
To: rats@ietf.org
Message-ID: <ietf-rats-wg/eat/push/refs/heads/master/f1c478-f28c8a@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/_FhldXDv93MHiMefEexF1SmKSnM>
Subject: [Rats] [ietf-rats-wg/eat] f28c8a: Added Claims Characteristics section (#7)
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: Mon, 09 Nov 2020 21:33:45 -0000

  Branch: refs/heads/master
  Home:   https://github.com/ietf-rats-wg/eat
  Commit: f28c8a69c2da08f8db09a5136ca63c5255ce450f
      https://github.com/ietf-rats-wg/eat/commit/f28c8a69c2da08f8db09a5136ca63c5255ce450f
  Author: Laurence Lundblade <laurencelundblade@users.noreply.github.com>
  Date:   2020-11-09 (Mon, 09 Nov 2020)

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

  Log Message:
  -----------
  Added Claims Characteristics section (#7)

* Added Claims Characteristics section

* Add discussion of data format reuse

* move claims characteristics to IANA considerations; indicate this updates RFC8932

* IANA section changed to be for CWT (and EAT)

* Claims characteristics are now just guidance for designing EAT claims

* no longer an update to RFC 8329

* Lots of wordsmithing to Claims Characteristics

Co-authored-by: Laurence Lundblade <lgl@securitytheory.com>