[Rats] [ietf-rats-wg/eat] 8e3aa5: Clarify and simplify way IMEIs are encoded (#66)
Laurence Lundblade <noreply@github.com> Tue, 03 November 2020 18:41 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 D67583A10DC
for <rats@ietfa.amsl.com>; Tue, 3 Nov 2020 10:41:52 -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 S15ZCcu3FMFk for <rats@ietfa.amsl.com>;
Tue, 3 Nov 2020 10:41:51 -0800 (PST)
Received: from smtp.github.com (out-22.smtp.github.com [192.30.252.205])
(using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits))
(No client certificate requested)
by ietfa.amsl.com (Postfix) with ESMTPS id 7038D3A10DB
for <rats@ietf.org>; Tue, 3 Nov 2020 10:41:51 -0800 (PST)
Received: from github.com (hubbernetes-node-b7d8a91.ac4-iad.github.net
[10.52.110.23])
by smtp.github.com (Postfix) with ESMTPA id B7788560098
for <rats@ietf.org>; Tue, 3 Nov 2020 10:41:50 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com;
s=pf2014; t=1604428910;
bh=lco3GDPWCn94naO9VGyG/VDeQhmPA4WglbMkQ3J+DZY=;
h=Date:From:To:Subject:From;
b=SyeNsNaOUSnSE3M/g881euyKxoKYnRJHDADZhpW40n3ZANx2LTV21qvYIFux4CZ4F
dgHEz++07Qr77Y2hHInpP1tcIfNXpfWPRZJYWA4QI+ajjshqP0Pz2n74h2CO0Zu+9F
PDhNqJ7M2PMb7a3VXWPOm4JTYmNWG/B3gmhDyeD8=
Date: Tue, 03 Nov 2020 10:41:50 -0800
From: Laurence Lundblade <noreply@github.com>
To: rats@ietf.org
Message-ID: <ietf-rats-wg/eat/push/refs/heads/master/ce8393-8e3aa5@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/hHBK-1OhQ_aiZQEDEa_w7ovnckI>
Subject: [Rats] [ietf-rats-wg/eat] 8e3aa5: Clarify and simplify way IMEIs
are encoded (#66)
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: Tue, 03 Nov 2020 18:41:53 -0000
Branch: refs/heads/master Home: https://github.com/ietf-rats-wg/eat Commit: 8e3aa5671999d555afc142368445386b20af2f87 https://github.com/ietf-rats-wg/eat/commit/8e3aa5671999d555afc142368445386b20af2f87 Author: Laurence Lundblade <laurencelundblade@users.noreply.github.com> Date: 2020-11-03 (Tue, 03 Nov 2020) Changed paths: M draft-ietf-rats-eat.md Log Message: ----------- Clarify and simplify way IMEIs are encoded (#66) * change the way IMEI are encoded * Add IMEI change to changes-since section Co-authored-by: Laurence Lundblade <lgl@securitytheory.com>
- [Rats] [ietf-rats-wg/eat] 8e3aa5: Clarify and sim… Laurence Lundblade