A Technical Introduction to the Use of Trusted Platform Module 2.0 with Linux

Total Page:16

File Type:pdf, Size:1020Kb

A Technical Introduction to the Use of Trusted Platform Module 2.0 with Linux Front cover A Technical Introduction to the Use of Trusted Platform Module 2.0 with Linux Last Update: 8 September 2017 Introduces the new features and Demonstrates the use of Intel TXT functions of TPM 2.0 and Trusted Boot Lists the available TPM 2.0 tools on Provides the example of utilizing data Linux encryption and signature verification Neo Cui Abstract The Trusted Platform Module (TPM) is a cryptographic component of many Lenovo® servers that provides additional security features. The TPM is an integral part of hardware-based security in Lenovo servers related to tasks such as user authentication, remote access, and data protection. Some system functions, such as Intel Trusted Execution Technology (Intel TXT), make use of TPM enhancements to strengthen system security. This document covers a brief introduction to TPM 2.0 technology. It provides step-by-step instructions on how to enable TPM 2.0 on Lenovo servers running Linux. The document assumes the reader is already familiar with TPM 1.2 and the administration of Linux systems. At Lenovo Press, we bring together experts to produce technical publications around topics of importance to you, providing information and best practices for using Lenovo products and solutions to solve IT challenges. See a list of our most recent publications at the Lenovo Press web site: http://lenovopress.com Do you have the latest version? We update our papers from time to time, so check whether you have the latest version of this document by clicking the Check for Updates button on the front page of the PDF. Pressing this button will take you to a web page that will tell you if you are reading the latest version of the document and give you a link to the latest if needed. While you’re there, you can also sign up to get notified via email whenever we make an update. Contents Introduction . 3 TPM 2.0 deployment . 7 Using TPM 2.0 under Linux on Lenovo servers . 12 Change history . 26 Authors. 26 Notices . 27 Trademarks . 28 2 A Technical Introduction to the Use of Trusted Platform Module 2.0 with Linux Introduction TPM 2.0 is defined by the Trusted Computing Group (TCG) as the replacement for TPM 1.2. TPM 2.0 enhances the security of a server to prevent hacking and malware damage. TPM 2.0 is a feature available in most ThinkSystem™, System x® and ThinkServer® systems. Major changes in TPM 2.0 The TPM 2.0 specification introduces new features beyond those in the existing TPM 1.2 specification, as summarized below1: No Opt-in/Opt-out: The choice of whether the administrator can enable or disable TPM is typically provided through opt-in or opt-out mechanisms. In addition, the platform manufacturer (Lenovo) can specify whether or not the administrator can disable the TPM 2.0 functions. Seeds and keys: The keys in TPM 2.0 are derived from seeds stored in the TPM. The Key Derivation Function (KDF) is used to create Endorsement Keys (EKs) and Storage Root Key (SRKs). – The EK is a 2048-bit RSA key pair used as a cryptographic identity to distinguish and authenticate an individual TPM. – The SRK is used for Root of Trust for Storage (RTS) which provides protection for data held in external storage devices. The RTS provides confidentiality and integrity for the external data. Algorithm flexibility: TPM 2.0 allows greater flexibility and even “field upgrades” to the algorithms that the TPM supports. Field upgrade means the platform manufacturer (Lenovo) can upgrade the TPM firmware according to their specific methods. The algorithms available in TPM 1.2 and TPM 2.0 are listed in Table 1. Table 1 Algorithms changes Algorithm type Algorithm name TPM 1.2 TPM 2.0 Asymmetric RSA 1024 Yes Yes RSA 2048 Yes Yes ECC P256 No Yes ECC BN256 No Yes Symmetric AES 128 Yes Yes AES 256 No No Hash SHA-1 Yes Yes SHA-2 256 No Yes HMAC SHA-1 Yes Yes SHA-2 256 No Yes Remote Attestation (RA): EKs do not necessarily contain the platform identity. ECC-based Direct Anonymous Attestation (ECDAA) is an alternative method to achieve the remote attestation. 1 Challener, D., Yoder, K., Catherman, R., Safford, D., & Van Doorn, L. (2007). A practical guide to trusted computing. Pearson Education. © Copyright Lenovo 2017. All rights reserved. 3 Hierarchies: TPM 2.0 has the same functionality (EK for signing/attestation and SRK for encryption) as TPM 1.2. However, the control is split into three different hierarchies in 2.0: Platform, Storage, and Endorsement. TPM 2.0 also contains a Null Hierarchy. Each hierarchy has its own unique “owner” for authorization, as shown in Figure 1. TPM2.0 Hierarchies Platform Endorsement Storage Null Hierarchy Hierarchy Hierarchy Hierarchy Figure 1 TPM 2.0 hierarchies The hierarchies are as follows: – Platform Hierarchy (PH): The platform hierarchy is under the control of the platform manufacturer, achieved by the early boot code shipped with the platform. – Storage Hierarchy (SH): The storage hierarchy is used by the administrator. It is for non-privacy-sensitive operations. The policy and authorization value are persistent through reboots. – Endorsement Hierarchy (EH): The endorsement hierarchy is under the control of a privacy administrator, who may be the end user. The owner can disable the endorsement hierarchy while still utilizing the storage hierarchy for TPM applications. – Null Hierarchy: The Null hierarchy is analogous to the three persistent hierarchies. It has primary keys from which descendants can be created. There are several different properties. The authorization value is null, the policy is empty (can't be satisfied), and it can't be disabled. It has a seed from which keys and data objects can be derived. The seed isn't persistent. It and the proof are regenerated with different values on each reboot. 4 A Technical Introduction to the Use of Trusted Platform Module 2.0 with Linux TPM 2.0 software stack The TPM 2.0 Software Stack (TSS) is shown in Figure 2. Feature API(FAPI) Enhanced System API(ESAPI) System API(SAPI) TCTI TCTI TCTI (Trusted Access (Trusted Access (Trusted Access Broker)TAB Broker)TAB Broker)TAB Resource Resource Resource Manager(RM) Manager(RM) Manager(RM) TPM Driver Simulator Driver TPM Driver TPM Remote Local TPM Virtual TPM Simulator TPM Local Simulator Remote code unimplemented code implemented Figure 2 TPM 2.0 Software Stack (https://github.com/01org/TPM2.0-TSS) The software stack consists of the following layers from the bottom to top level: TPM device driver: The device driver handles the data transmission to and from the TPM in physical layer. Data is in binary format in this layer. TPM Access Broker (TAB)/ Resource Manager (RM): TAB and RM are optional components. This layer sits between the system API library code and the TPM. A daemon handles all multi-process coordination by TAB, and manages the internal resources of TPM transparently to applications by RM. TPM Command Transmission Interface (TCTI): TCTI transmits TPM commands and receives responses. Sends and receives data in this layer in assembly language. System API (SAPI): Functions of TPM are accessible in this layer. The programming language is similar to C. 5 Enhanced System API (ESAPI): This layer is under development and has not been implemented yet. This layer requires much TPM knowledge but provides some sessions management and support for cryptographic capabilities. Feature API (FAPI): This layer is under development and has not been implemented yet. Most user applications should be achieved in this layer. To do the programming, use Java, C++, or some other higher-level language. TPM 2.0 functions The main functions of TPM 2.0 are shown in Figure 3. factory implementation Manufacturer/ Platform/ available operation for user Provision Verify Hash TPM NV Storage Integrity Seeds Algorithms CreatePrimary Data Primary Asymmetric Symmetric Keys Certify Create Encryption 'HFU\SWLRQ Certificate Signing Keys Encryption Sign/Encrypt/Decrypt/Certify 'HFU\SWLRQ .H\V Certifying Keys Figure 3 TPM 2.0 functions (Trusted Platform Module Library Part 1: Architecture[S]. TCG Published, 2006-2015) 6 A Technical Introduction to the Use of Trusted Platform Module 2.0 with Linux The functions shown in Figure 3 on page 6 are as follows: Provisioning: The TPM can be used once it has been provisioned. Provisioning includes all TPM setup that occurs perhaps only once in a typical TPM lifetime. The provisioning process includes generating keys and secrets, inserting certificates, and enabling or disabling certain TPM features. The provisioning process covers three parties: the TPM manufacturer, the platform, and the end user. Keys: TPM keeps the data safe through keys. The TPM can both generate and import external keys and it supports both symmetric and asymmetric keys. Primary keys are the root keys in the hierarchy. TPM 2.0 achieves multiple SRKs by primary seeds in TPM NV Storage. TPM 2.0 can create an unlimited number of primary keys combining key-derivation function (KDF). TPM 2.0 creates different attribute keys by primary keys and algorithms, such as keys for signing, encryption/decryption, or certifying. Data safe: The signing keys can sign the data to confirm the authenticity of data. The ability of an application or data to use the encryption/decryption keys while keeping them safe is the TPM’s greatest strength. The hash function of TPM can verify the integrity of data. TPM 2.0 deployment This section introduces detailed information about the TPM 2.0 chipset on Lenovo servers and how to enable TPM 2.0 in UEFI. TPM 2.0 in Lenovo servers The TPM 2.0 chip used in Lenovo servers is produced by Nuvoton, model NPCT650LB2WX.
Recommended publications
  • Trusted Platform Module (TPM) Quick Reference Guide
    Trusted Platform Module (TPM) Quick Reference Guide System builders/integrators should give this Guide to the system owners to assist them in enabling and activating the Trusted Platform Module. Warning of Potential Data Loss ..........................3 Trusted Platform Module (TPM) .........................5 System Requirements ........................................5 Security Precautions ..........................................5 Password Procedures ............................................. 6 Emergency Recovery File Back Up Procedures ........... 7 Hard Drive Image Backup Procedures....................... 7 Clear Text Backup (Optional) .................................. 7 Trusted Platform Module Ownership ..................8 Trusted Platform Module Software Installation..8 Enabling the Trusted Platform Module ...............8 Assuming Trusted Platform Module Ownership..9 Recovery Procedures ........................................10 How to Recover from a Hard Drive Failure ............... 10 How to Recover from a Desktop Board, coin battery or TPM Failure........................................... 10 Clearing Trusted Platform Module Ownership ...11 Support Links ....................................................12 INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL® PRODUCTS. NO LICENSE, EXPRESS OR IMPLIED, BY ESTOPPEL OR OTHERWISE, TO ANY INTELLECTUAL PROPERTY RIGHTS IS GRANTED BY THIS DOCUMENT. EXCEPT AS PROVIDED IN INTEL'S TERMS AND CONDITIONS OF SALE FOR SUCH PRODUCTS, INTEL ASSUMES NO LIABILITY WHATSOEVER,
    [Show full text]
  • Trusted Platform Module (TPM) TCG 1.2 / 2.0
    Trusted Platform Module (TPM) TCG 1.2 / 2.0 USER GUIDE Revision 1.20 The information in this user's guide has been carefully reviewed and is believed to be accurate. The vendor assumes no responsibility for any inaccuracies that may be contained in this document, and makes no commitment to update or to keep current the information in this manual, or to notify any person or organization of the updates. Please Note: For the most up-to-date version of this manual, please see our website at www.supermicro.com. Super Micro Computer, Inc. ("Supermicro") reserves the right to make changes to the product described in this manual at any time and without notice. This product, including software and documentation, is the property of Supermicro and/ or its licensors, and is supplied only under a license. Any use or reproduction of this product is not allowed, except as expressly permitted by the terms of said license. IN NO EVENT WILL SUPER MICRO COMPUTER, INC. BE LIABLE FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, SPECULATIVE OR CONSEQUENTIAL DAMAGES ARISING FROM THE USE OR INABILITY TO USE THIS PRODUCT OR DOCUMENTATION, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. IN PARTICULAR, SUPER MICRO COMPUTER, INC. SHALL NOT HAVE LIABILITY FOR ANY HARDWARE, SOFTWARE, OR DATA STORED OR USED WITH THE PRODUCT, INCLUDING THE COSTS OF REPAIRING, REPLACING, INTEGRATING, INSTALLING OR RECOVERING SUCH HARDWARE, SOFTWARE, OR DATA. Any disputes arising between manufacturer and customer shall be governed by the laws of Santa Clara County in the State of California, USA. The State of California, County of Santa Clara shall be the exclusive venue for the resolution of any such disputes.
    [Show full text]
  • Introduction to Trusted Computing: TPM 101
    Introduction to Trusted Computing: TPM 101 Ariel Segall [email protected] Day 1 Approved for Public Release: 12-2749. Distribution unlimited Day 1 Approved for Public Release: 12-2749. Distribution unlimited 1 Ariel Segall [email protected] () TPM 101 / 1 License All materials are licensed under a Creative Commons \Share Alike" license. http://creativecommons.org/licenses/by-sa/3.0 Day 1 Approved for Public Release: 12-2749. Distribution unlimited 2 Ariel Segall [email protected] () TPM 101 / 1 What We'll Be Covering In this section: What is a TPM? What does it do? What's it good for? Some TPM myths (and the truths behind them) Why enterprises should care about TPMs All at a high level{ deep dive this afternoon. Day 1 Approved for Public Release: 12-2749. Distribution unlimited 3 Ariel Segall [email protected] () TPM 101 / 1 What is a TPM? Trusted Platform Module Inexpensive (<$1, usually) chip on almost all motherboards today Not in Macs Only some servers have them{ ask. Hardware basis for platform trust In secrets In platform state Combined with a Root of Trust for Measurement1 In platform identity Current version is 1.2 Unless otherwise specified, we'll always refer to 1.2 TPMs Previous version 1.1; next, 2.0. 1We'll get to these in a little while Day 1 Approved for Public Release: 12-2749. Distribution unlimited 4 Ariel Segall [email protected] () TPM 101 / 1 What's In a TPM? TPM Non−Volatile Memory Cryptographic Co−Processor Volatile Memory Execution Engine (Processor) Random Number Generator Day 1 Approved for Public Release: 12-2749.
    [Show full text]
  • Trusted Platforms UEFI, PI and TCG-Based Firmware
    White Paper by Intel Corporation and IBM Corporation Trusted Platforms UEFI, PI and TCG-based firmware Vincent J. Zimmer Intel Corporation Shiva R. Dasari Sean P. Brogan IBM September 2009 Executive Summary This document provides an overview of the interactions of the Trusted Computing Group (TCG) [TCG Overview], the firmware standards work within the Unified Extensible Firmware Interface (UEFI) Forum, and implementation practices of UEFI PI-based [UEFI Book][UEFI Shell Book][UEFI Overview] implementations. In addition, this paper will provide some use-cases and implementation examples of this technology in addition to the industry threats that motivate the design of this class of technology. This paper is mainly intended for Hardware, firmware, software, and BIOS engineers. But beyond this audience, some of the information in this paper will be valuable for IT decision makers, marketing, and other parties. The goal of the paper is to take away an understanding of the motivations behind trusted platform design, the terminology of trust, how to navigate the Trusted Computing Group set of specifications and technology that relate to platform, impact on platform firmware and UEFI, instances of deployment in the market, and some future possible directions for hardware and firmware. ii Table of Contents Overview ............................................................................................................2 Problems to solve ...........................................................................................3 Security architecture
    [Show full text]
  • Open Source TPM Support
    Open Source TPM support Open source application and support software for TPM is available for several operating systems like Linux, Android and in different programming languages supporting the following scenarios: - embedded Systems - servers - mobile communication and portable devices (e.g. tablet computer or smartphone) Open source implementations can also be ported to other platforms and processors and may be act as a starting point for the development of new applications. Some open source projects from the following list are supported by Infineon while other packages are separately developed by independent parties. The following list of Open Source software utilizing Trusted Computing and/or TPM software makes no claim to be complete and represents a limited number of projects: 1. Linux TPM Driver ( http://www.kernel.org ) Linux device driver for Trusted Platform Modules (TPM) in standard kernel (Vanilla). 2. I2C driver for TPM The driver is available on Linux kernel.org ( https://lkml.org/lkml/2011/7/22/137 ) 3. Trusted GRUB ( http://sourceforge.net/projects/trustedgrub ) Trusted GRUB extends the GRUB bootloader for Linux platforms with TPM support. This makes it possible to provide a secure Bootstrap architecture; Code is in general useful for initializing a Trusted Platform Module and execute integrity measurement based on Trusted Computing. 4. UBoot based on TPM with I2C ( http://git.chromium.org/gitweb/?p=chromiumos/third_party/u- boot.git;a=tree;f=drivers/tpm/slb9635_i2c;hb=chromeos-v2011.03 ) UBoot involving TPM using I2C interface. 5. The TROUSERS project ( http://sourceforge.net/projects/trousers ): An open-source TCG Software Stack implementation created and released by IBM.
    [Show full text]
  • Pitx-APL V2.0
    USER GUIDE pITX-APL V2.0 Doc. Rev. 1.4 Doc-ID: 1065-6365 pITX-APL V2.0 – Rev. 1.4 This page has been intentionally left blank pITX-APL V2.0 – Rev. 1.4 PITX-APL V2.0 – USER GUIDE Disclaimer Kontron would like to point out that the information contained in this manual may be subject to alteration, particularly as a result of the constant upgrading of Kontron products. This document does not entail any guarantee on the part of Kontron with respect to technical processes described in the manual or any product characteristics set out in the manual. Kontron assumes no responsibility or liability for the use of the described product(s), conveys no license or title under any patent, copyright or mask work rights to these products and makes no representations or warranties that these products are free from patent, copyright or mask work right infringement unless otherwise specified. Applications that are described in this manual are for illustration purposes only. Kontron makes no representation or warranty that such application will be suitable for the specified use without further testing or modification. Kontron expressly informs the user that this manual only contains a general description of processes and instructions which may not be applicable in every individual case. In cases of doubt, please contact Kontron. This manual is protected by copyright. All rights are reserved by Kontron. No part of this document may be reproduced, transmitted, transcribed, stored in a retrieval system, or translated into any language or computer language, in any form or by any means (electronic, mechanical, photocopying, recording, or otherwise), without the express written permission of Kontron.
    [Show full text]
  • Intel® Select Solutions for Microsoft SQL Server* on Windows Server
    SOLUTION BRIEF Intel® Select Solutions Enterprise Data Center Infrastructure April 2019 Intel® Select Solutions for Microsoft SQL Server* Business Operations Flexible, easy-to-deploy, scalable solutions optimized for performance enable organizations to achieve their needed results. The quantity, size, and complexity of data center workloads increases almost every day. It’s crucial that those workloads run on compute, network, and storage infrastructure that is ideally tuned—and tested—to deliver optimized performance. Intel® Select Solutions for Microsoft SQL Server* Business Operations are optimized for online transaction processing (OLTP) to provide that assurance. Intel Select Solutions are hardware and software stacks optimized for specific workloads. Intel and data center solution providers tune the configurations using Intel® Xeon® Scalable processors and Intel® technologies to help ensure enterprises receive their needed performance. Intel Select Solutions for SQL Server Business Operations SQL Server is one of the world’s most popular relational database management systems (RDBMSs). Intel Select Solutions for SQL Server Business Operations can help minimize the time, cost, and complexity required for an enterprise to evaluate hardware and software integrations. Intel Select Solutions are tested to deliver optimum performance, improved security, reliability, and agility. Intel Select Solutions for SQL Server Business Operations are not only optimized to meet current performance needs, they also include technologies ready to help reduce the complexity of meeting evolving data center needs. What Are Intel® Select Solutions? Intel Select Solutions are verified hardware and software stacks that are optimized for specific software workloads across compute, storage, and network. The solutions are developed from deep Intel experience with industry solution providers, in addition to extensive collaboration with the world’s leading data center and service providers.
    [Show full text]
  • Using Remote Attestation of Trust for Computer Forensics
    Using Remote Attestation of Trust for Computer Forensics Gabriela Claret Limonta Marquez School of Electrical Engineering Thesis submitted for examination for the degree of Master of Science in Technology. Espoo 20.11.2018 Supervisor Prof. Raimo Kantola Advisor Dr. Ian Oliver Copyright ⃝c 2018 Gabriela Claret Limonta Marquez Aalto University, P.O. BOX 11000, 00076 AALTO www.aalto.fi Abstract of the master’s thesis Author Gabriela Claret Limonta Marquez Title Using Remote Attestation of Trust for Computer Forensics Degree programme Computer, Communication and Information Sciences Major Communications Engineering Code of major ELEC3029 Supervisor Prof. Raimo Kantola Advisor Dr. Ian Oliver Date 20.11.2018 Number of pages 94+34 Language English Abstract Telecommunications systems are critical systems with high quality of service con- straints. In Network Function Virtualization (NFV), commonly known as the Telco Cloud, network functions are distributed as virtual machines that run on generic servers in a datacenter. These network functions control critical elements; therefore, they should be run on trusted hardware. Trusted computing concepts can be used to guarantee the trustworthiness of the underlying hardware platform running critical workload. These concepts include the Trusted Platform Module and Remote Attestation. This work identifies limitations in existing solutions and uses those as motivation for designing and implementing a finer-grained definition of trust. This thesis designs and develops a remote attestation solution, which includes a policy and rule based mechanism for determining platform trust in a trusted cloud. Additionally, it develops a fine-grained concept of trust in a cloud environment based on NFV. Finally, this thesis utilizes the remote attestation solution to develop a forensics system based on root cause analysis, which allows the investigation of attestation failures and their mitigation.
    [Show full text]
  • Recipe for Mobile Data Security: TPM, Bitlocker, Windows Vista and Active Directory
    Recipe for Mobile Data Security: TPM, Bitlocker, Windows Vista and Active Directory Tom Olzak October 2007 If your business is like mine, laptops regularly disappear. Until recently, centrally managed mobile storage encryption solutions for Windows environments were either too costly, required users to carry a key-resident device, or relied on keys residing on local disk. Sometimes the best solution under these circumstances was the presence of administrative controls (i.e. policies) prohibiting users from storing sensitive information on local laptop drives. With the proliferation of TPM 1.2 across most laptop platforms and the release of Microsoft Windows Vista, most roadblocks to laptop data encryption have been removed. In this paper, I explore the challenges facing security managers responsible for laptop data security, TPM technology, and how the features of a TPM can integrate with Microsoft’s Bitlocker and Active Directory technologies to provide for more secure data on the road. The Challenges Vulnerable Laptop Data When a mobile user’s laptop is stolen, a variety of data might be potentially exposed. The following is a short list of some of the most common types of sensitive information that might be found on a laptop drive: ¾ ePHI – Electronic Protected Health Information, protected under the HIPAA, is any information that can be used to uniquely identify a health care recipient. ¾ PII – Essentially, Personally Identifiable Information is any data that can be used to steal a person’s identity. Most states have passed laws requiring businesses to take steps to protect this information as well as to notify and assist victims if this information is compromised.
    [Show full text]
  • Arxiv:1905.08164V1 [Cs.CR] 20 May 2019
    simTPM: User-centric TPM for Mobile Devices (Technical Report) Dhiman Chakraborty Lucjan Hanzlik Sven Bugiel CISPA Helmholtz Center CISPA Helmholtz Center CISPA Helmholtz Center for Information Security, for Information Security, for Information Security Saarland University Stanford University Abstract as preventing software version rollback, protecting RSA keys, or attesting protected keys. Trusted Platform Modules are valuable building blocks for TPM is also of interest for the different stakeholders on security solutions and have also been recognized as benefi- mobile devices. However, the particular benefits that the cial for security on mobile platforms, like smartphones and TPM offers have historically hung on the TPM’s implemen- tablets. However, strict space, cost, and power constraints of tation as a dedicated security chip that can act as a ”local mobile devices prohibit an implementation as dedicated on- trusted third party” on devices. Mobile devices are, however, board chip and the incumbent implementations are software constrained in space, cost, and power consumption, which TPMs protected by Trusted Execution Environments. prohibits a classical deployment of TPM. To address the par- In this paper, we present simTPM, an alternative imple- ticular problems of the mobile domain, the Trusted Com- mentation of a mobile TPM based on the SIM card avail- puting Group (TCG) introduced the Mobile Trusted Mod- able in mobile platforms. We solve the technical challenge ule (MTM) specifications [64]. Although the MTM concept of implementing a TPM2.0 in the resource-constrained SIM has never left the prototype status, its ideas influenced the card environment and integrate our simTPM into the secure latest TPM2.0 specification [67].
    [Show full text]
  • Attestation and Trusted Computing
    Attestation and Trusted Computing Abstract A look at the cryptographic techniques and protocols used in trusted computing with particular attention to remote attestation. CSEP 590: Practical Aspects of Modern Cryptography March 2006 J. Christopher Bare Introduction Trusted computing, in some form, is almost certain to become part of the computing landscape over the next few years. This is because email viruses, trojans, spyware, phishing scams, key-stroke loggers, and security exploits are so much a part of the landscape already. The current computing infrastructure was built with a premium on openness and interoperability which has paid huge dividends in terms of creativity and innovation. But, the same openness is somewhat problematic for security. Experience has shown that the access control model of present operating systems is inadequate against many types of attacks particularly in the hands of inexpert users. Previous attempts to roll out cryptographic infrastructure to a mass-market have met with limited success.[10] The various competing visions of trusted computing seek to strike a workable balance between enhanced security and openness and backward-compatibility. One component of trusted computing that has attracted particular attention is remote attestation. Attestation allows a program to authenticate itself and remote attestation is a means for one system to make reliable statements about the software it is running to another system. The remote party can then make authorization decisions based on that information. This paper will look at the cryptographic techniques and protocols used in trusted computing with particular attention to remote attestation. Trusted Computing The term trusted computing applies to a number of distinct proposals and initiatives with the general goal of engineering more security into commodity computing systems.
    [Show full text]
  • The Trusted Execution Module: Commodity General-Purpose Trusted Computing
    The Trusted Execution Module: Commodity General-Purpose Trusted Computing Victor Costan, Luis F. G. Sarmenta, Marten van Dijk, and Srinivas Devadas MIT Computer Science and Artificial Intelligence Laboratory, Cambridge, USA [email protected], flfgs,marten,[email protected] Abstract. This paper introduces the Trusted Execution Module (TEM); a high-level specification for a commodity chip that can execute user- supplied procedures in a trusted environment. The TEM is capable of se- curely executing partially-encrypted procedures/closures expressing ar- bitrary computation. These closures can be generated by any (potentially untrusted) party who knows the TEM's public encryption key. Compared to a conventional smartcard, which is typically used by pre-programming a limited set of domain- or application- specific commands onto the smartcard, and compared to the Trusted Platform Module (TPM), which is limited to a fixed set of cryptographic functions that cannot be com- bined to provide general-purpose trusted computing, the TEM is sig- nificantly more flexible. Yet we present a working implementation us- ing existing inexpensive Javacard smartcards that does not require any export-restricted technology. The TEM's design enables a new style of programming, which in turn enables new applications. We show that the TEM's guarantees of secure execution enable exciting applications that include, but are not limited to, mobile agents, peer-to-peer multiplayer online games, and anonymous offline payments. 1 Introduction The Trusted Execution Module (TEM) is a Trusted Computing Base (TCB) de- signed for the low-resource environments of inexpensive commercially-available secure chips. The TEM can securely execute small computations expressed as partially-encrypted compiled closures.
    [Show full text]