[secdir] [new-work] WG Review: Trusted Execution Environment Provisioning (teep)

The IESG <iesg@ietf.org> Fri, 23 February 2018 15:38 UTC

Return-Path: <new-work-bounces@ietf.org>
X-Original-To: secdir@ietf.org
Delivered-To: secdir@ietfa.amsl.com
Received: from ietfa.amsl.com (localhost [IPv6:::1]) by ietfa.amsl.com (Postfix) with ESMTP id D5D5F12E884; Fri, 23 Feb 2018 07:38:25 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ietf.org; s=ietf1; t=1519400305; bh=BGr645UFlFA/Qdk0ecrWT9GPvj6hErbsu9OrcoRv8To=; h=From:To:Date:Subject:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe; b=pOvn0/Exl7bnui9ZoPpbgf75+QxiYTbjdK9IqrobxxWPlfKQxr5S3RfiLk87ga9zL uFmEorAL3293gbH1rzvBc4eZp5zhIaF+1vX4fW/RvqTCzm47vBaHu/DxISO47wmihG hzIsqEgorqfkkt5QAvezXRMq+VyKzea9JF23nHV8=
X-Original-To: new-work@ietf.org
Delivered-To: new-work@ietfa.amsl.com
Received: from ietfa.amsl.com (localhost [IPv6:::1]) by ietfa.amsl.com (Postfix) with ESMTP id 97093127599 for <new-work@ietf.org>; Fri, 23 Feb 2018 07:38:19 -0800 (PST)
MIME-Version: 1.0
From: The IESG <iesg@ietf.org>
To: new-work@ietf.org
X-Test-IDTracker: no
X-IETF-IDTracker: 6.72.3
Auto-Submitted: auto-generated
Precedence: bulk
MIME-Version: 1.0
Reply_to: <iesg@ietf.org>
Message-ID: <151940029961.24151.5687234115206887818.idtracker@ietfa.amsl.com>
Date: Fri, 23 Feb 2018 07:38:19 -0800
Archived-At: <https://mailarchive.ietf.org/arch/msg/new-work/uu_ocVzM8kcx0zDIRBLD2vbTkqc>
X-BeenThere: new-work@ietf.org
X-Mailman-Version: 2.1.22
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: new-work-bounces@ietf.org
Sender: new-work <new-work-bounces@ietf.org>
Archived-At: <https://mailarchive.ietf.org/arch/msg/secdir/FHfSBQhKezJFr7Bt2Eu5cjefSxg>
X-Mailman-Approved-At: Mon, 26 Feb 2018 06:32:11 -0800
Subject: [secdir] [new-work] WG Review: Trusted Execution Environment Provisioning (teep)
X-BeenThere: secdir@ietf.org
List-Id: Security Area Directorate <secdir.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/secdir>, <mailto:secdir-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/secdir/>
List-Post: <mailto:secdir@ietf.org>
List-Help: <mailto:secdir-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/secdir>, <mailto:secdir-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 23 Feb 2018 15:38:26 -0000

The Trusted Execution Environment Provisioning (teep) WG in the Security Area
of the IETF is undergoing rechartering. The IESG has not made any
determination yet. The following draft charter was submitted, and is provided
for informational purposes only. Please send your comments to the IESG
mailing list (iesg@ietf.org) by 2018-03-05.

Trusted Execution Environment Provisioning (teep)
-----------------------------------------------------------------------
Current status: BOF WG

Chairs:
  Nancy Cam-Winget <ncamwing@cisco.com>
  Dave Thaler <dthaler@microsoft.com>

Assigned Area Director:
  Kathleen Moriarty <Kathleen.Moriarty.ietf@gmail.com>

Security Area Directors:
  Kathleen Moriarty <Kathleen.Moriarty.ietf@gmail.com>
  Eric Rescorla <ekr@rtfm.com>

Mailing list:
  Address: teep@ietf.org
  To subscribe: https://www.ietf.org/mailman/listinfo/teep
  Archive: https://mailarchive.ietf.org/arch/browse/teep/

Group page: https://datatracker.ietf.org/group/teep/

Charter: https://datatracker.ietf.org/doc/charter-ietf-teep/

The Trusted Execution Environment (TEE) is a secure area of a processor. The
TEE provides security features such as isolated execution and integrity of
Trusted Applications, along with provisions for maintaining the
confidentiality of their assets. In general terms, the TEE offers an
execution space that provides a higher level of security than a "rich"
operating system and more functionality than a secure element. For example,
implementations of the TEE concept have been developed by ARM, and Intel
using the TrustZone and the SGX technology, respectively.

To programmatically install, update, and delete applications in a TEE, the
Trusted Execution Environment Provisioning protocol runs between a service
within the TEE on a given device, a relay application or service access point
on the device's network stack and a server-side infrastructure that interacts
with and optionally maintains the applications. Some tasks are security
sensitive and the server side requires information about the device
characteristics in the form of attestation and the device-side may require
information about the server.

Privacy considerations have to be taken into account with authentication
features and attestation.

This working group aims to develop an application layer protocol providing
TEEs providing lifecycle management and security domain management for
trusted applications.

A security domain allows a service provider's applications to be isolated so
that one security domain cannot be influenced by another domain, unless the
domain exposes an API to allow inter-domain interactions.

The solution approach must take a wide range of TEE and relevant technologies
into account and will focus on the use of public key cryptography.

The group will produce the following deliverables. The first draft is an
architecture document describing the involved entities, their relationships,
assumptions, the keying framework and relevant use cases. Second, a solution
document that describes the above-described functionality that will be
developed. The choice of encoding format(s) will be decided in the working
group. The group may document several attestation technologies considering
the different hardware capabilities, performance, privacy, and operational
properties.

The group will maintain a close relationship with the IETF SUIT working
group, GlobalPlatform, Trusted Computing Group, and other relevant standards
to ensure interoperability, compatibility, and proper use of existing
TEE-relevant application layer interfaces.

Milestones:

  Mar 2018 - Adopt an Architecture document

  Mar 2018 - Adopt a solution document

  Aug 2018 - Progress Solution document to the IESG for publication

  Dec 2018 - Begin WGLC for Architecture document

  Jan 2019 - Progress Architecture document to the IESG for publication

  Jul 2019 - Begin WGLC for Solution document


_______________________________________________
new-work mailing list
new-work@ietf.org
https://www.ietf.org/mailman/listinfo/new-work