WO2001075563A2 - Generating a key hierarchy for use in an isolated execution environment - Google Patents

Generating a key hierarchy for use in an isolated execution environment Download PDF

Info

Publication number
WO2001075563A2
WO2001075563A2 PCT/US2001/008365 US0108365W WO0175563A2 WO 2001075563 A2 WO2001075563 A2 WO 2001075563A2 US 0108365 W US0108365 W US 0108365W WO 0175563 A2 WO0175563 A2 WO 0175563A2
Authority
WO
WIPO (PCT)
Prior art keywords
key
nub
platform
processor
initial
Prior art date
Application number
PCT/US2001/008365
Other languages
French (fr)
Other versions
WO2001075563A3 (en
Inventor
Carl M. Ellison
Roger A. Golliver
Howard C. Herbert
Derrick C. Lin
Francis X. Mckeen
Gilbert Neiger
Ken Reneris
James A. Sutton
Shreekant S. Thakkar
Millind Mittal
Original Assignee
Intel Corporation
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Intel Corporation filed Critical Intel Corporation
Priority to GB0225043A priority Critical patent/GB2378794B/en
Priority to DE10196006T priority patent/DE10196006B4/en
Priority to JP2001573178A priority patent/JP4822646B2/en
Priority to AU2001243683A priority patent/AU2001243683A1/en
Publication of WO2001075563A2 publication Critical patent/WO2001075563A2/en
Publication of WO2001075563A3 publication Critical patent/WO2001075563A3/en
Priority to HK03102699A priority patent/HK1049721A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/50Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems
    • G06F21/52Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems during program execution, e.g. stack integrity ; Preventing unwanted data erasure; Buffer overflow
    • G06F21/53Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems during program execution, e.g. stack integrity ; Preventing unwanted data erasure; Buffer overflow by executing in a restricted environment, e.g. sandbox or secure virtual machine
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/50Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems
    • G06F21/57Certifying or maintaining trusted computer platforms, e.g. secure boots or power-downs, version controls, system software checks, secure updates or assessing vulnerabilities
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2221/00Indexing scheme relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F2221/21Indexing scheme relating to G06F21/00 and subgroups addressing additional information or applications relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F2221/2101Auditing as a secondary aspect
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2221/00Indexing scheme relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F2221/21Indexing scheme relating to G06F21/00 and subgroups addressing additional information or applications relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F2221/2105Dual mode as a secondary aspect

Definitions

  • This invention relates to microprocessors.
  • the invention relates to platform security.
  • Threats caused by unscrupulous attacks may be in a number of forms.
  • An invasive remote-launched attack by hackers may disrupt the normal operation of a system connected to thousands or even millions of users.
  • N virus program may corrupt code and/or data of a single-user platform.
  • Figure IN is a diagram illustrating an operating system according to one embodiment of the invention.
  • Figure IB is a diagram illustrating the accessibility of various elements in the operating system and the processor according to one embodiment of the invention.
  • Figure IC is a diagram illustrating a computer system in which one embodiment of the invention can be practiced.
  • Figure 2 is a diagram illustrating a cipher key creator according to one embodiment of the invention.
  • Figure 3 is a diagram illustrating a process for generating a key hierarchy according to one embodiment of the invention.
  • Figure 4 is a diagram illustrating a system for saving an initial key to allow for the back-up and restoration of data according to one embodiment of the invention.
  • Figure 5 is a flowchart further illustrating the process to generate a key hierarchy according to one embodiment of the invention. DESCRIPTION
  • a “platform” includes hardware equipment and/or software that perform different functions on stored information. Examples of a platform include, but are not limited or restricted to a computer (e.g., desktop, a laptop, a hand-held, a server, a workstation, etc.), desktop office equipment (e.g., printer, scanner, a facsimile machine, etc.), a wireless telephone handset, a television set-top box, and the like.
  • a “software module” includes code that, when executed, performs a certain function.
  • a “nub” is a series of code instructions, possibly a subset of code from a software module.
  • a “link” is broadly defined as one or more information-carrying mediums (e.g., electrical wire, optical fiber, cable, bus, or wireless signaling technology).
  • the present invention is a method, apparatus, and system to generate a key hierarchy for use in an isolated execution environment of a protected platform.
  • a key hierarchy comprising a series of symmetric keys for a standard symmetric cipher is utilized.
  • the protected platform includes a processor that is configured in one of a normal execution mode and an isolated execution mode.
  • a key storage stores an initial key that is unique for the platform.
  • a cipher key creator located in the protected platform creates the hierarchy of keys based upon the initial key.
  • the cipher key creator creates a series of symmetric cipher keys to protect the secrets of loaded software code.
  • the isolated execution architecture includes logical and physical definitions of hardware and software components that interact directly or indirectly with an operating system of the computer system or platform.
  • An operating system and the processor may have several levels of hierarchy, referred to as rings, corresponding to various operational modes.
  • a ring is a logical division of hardware and software components that are designed to perform dedicated tasks within the operating system. The division is typically based on the degree or level of privilege, namely, the ability to make changes to the platform.
  • a ring-0 is the innermost ring, being at the highest level of the hierarchy. Ring-0 encompasses the most critical, privilege components. In addition, modules in Ring-0 can also access lesser privileged data, but not vice versa.
  • Ring-3 is the outermost ring, being at the lowest level of the hierarchy. Ring-3 typically encompasses users or applications level and has the least privilege.
  • Ring-1 and ring-2 represent the intermediate rings with decreasing levels of privilege.
  • FIG. 1 A is a diagram illustrating a logical operating architecture 50 according to one embodiment of the invention.
  • the logical operating architecture 50 is an abstraction of the components of an operating system and the processor.
  • the logical operating architecture 50 includes ring-0 10, ring-1 20, ring-2 30, ring-3 40, and a processor nub loader 52.
  • the processor nub loader 52 is an instance of an processor executive (PE) handler.
  • the PE handler is used to handle and/or manage a processor executive (PE) as will be discussed later.
  • the logical operating architecture 50 has two modes of operation: normal execution mode and isolated execution mode. Each ring in the logical operating architecture 50 can operate in both modes.
  • the processor nub loader 52 operates only in the isolated execution mode.
  • the Ring-0 10 includes two portions: a normal execution Ring-0 11 and an isolated execution Ring-0 15.
  • the normal execution Ring-0 11 includes software modules that are critical for the operating system, usually referred to as kernel. These software modules include primary operating system (e.g., kernel) 12, software drivers 13, and hardware drivers 14.
  • the isolated execution Ring-0 15 includes an operating system (OS) nub 16 and a processor nub 18.
  • the OS nub 16 and the processor nub 18 are instances of an OS executive (OSE) and processor executive (PE), respectively.
  • the OSE and the PE are part of executive entities that operate in a protected environment associated with an isolated area and the isolated execution mode.
  • the processor nub loader 52 is a protected bootstrap loader code held within a chipset in the system and is responsible for loading the processor nub 18 from the processor or chipset into an isolated area as will be explained later.
  • ring-1 20, ring-2 30, and ring-3 40 include normal execution ring-1 21, ring-231, ring-3 41, and isolated execution ring-1 25, ring-2 35, and ring-3 45, respectively.
  • normal execution ring-3 includes N applications 42j to 42 N and isolated execution ring-3 includes K applets 46j to 46 ⁇ .
  • isolated execution architecture is the creation of an isolated region in the system memory, referred to as an isolated area, which is protected by both the processor and chipset in the computer system.
  • the isolated region may also be in cache memory, protected by a translation look aside buffer (TLB) access check.
  • TLB translation look aside buffer
  • the isolated region may be subdivided into multiple isolated memory areas, as will be discussed. Access to this isolated region is permitted only from a front side bus (FSB) of the processor, using special bus (e.g., memory read and write) cycles, referred to as isolated read and write cycles.
  • the special bus cycles are also used for snooping.
  • the isolated read and write cycles are issued by the processor executing in an isolated execution mode.
  • the isolated execution mode is initialized using a privileged instruction in the processor, combined with the processor nub loader 52.
  • the processor nub loader 52 verifies and loads a ring-0 nub software module (e.g., processor nub 18) into the isolated area.
  • the processor nub 18 provides hardware-related services for the isolated execution.
  • One task of the processor nub 18 is to verify and load the ring-0 OS nub 16 into the isolated area, and to generate the root of a key hierarchy unique to a combination of the platform, the processor nub 18, and the operating system nub 16.
  • the processor nub 18 provides the initial set-up and low-level management of the isolated area including verification, loading, and logging of the operating system nub 16, and the management of a symmetric key used to protect the operating system nub's secrets.
  • the processor nub 18 may also provide application programming interface (API) abstractions to low-level security services provided by other hardware.
  • API application programming interface
  • the operating system nub 16 provides links to services in the primary OS 12 (e.g., the unprotected segments of the operating system), provides page management within the isolated area, and has the responsibility for loading ring-3 application modules 45, including applets 46 x to 46 ⁇ , into protected pages allocated in the isolated area.
  • the operating system nub 16 may also load ring-0 supporting modules.
  • the operating system nub 16 may choose to support paging of data between the isolated area and ordinary (e.g., non-isolated) memory. If so, then the operating system nub 16 is also responsible for encrypting and hashing the isolated area pages before evicting the page to the ordinary memory, and for checking the page contents upon restoration of the page.
  • the isolated mode applets 46 x to 46 ⁇ and their data are tamper-resistant and monitor- resistant from all software attacks from other applets, as well as from non-isolated-space applications (e.g., 42j to 42 N ), dynamic link libraries (DLLs), drivers and even the primary ⁇ operating system 12. Only the processor nub 18 or the operating system nub 16 can interfere with or monitor the applet's execution.
  • Figure IB is a diagram illustrating accessibility of various elements in the operating system 10 and the processor according to one embodiment of the invention. For illustration purposes, only elements of ring-0 10 and ring-3 40 are shown. The various elements in the logical operating architecture 50 access an accessible physical memory 60 according to their ring hierarchy and the execution mode.
  • the accessible physical memory 60 includes an isolated area 70 and a non-isolated area 80.
  • the isolated area 70 includes applet pages 72 and nub pages 74.
  • the non-isolated area 80 includes application pages 82 and operating system pages 84.
  • the isolated area 70 is accessible only to elements of the operating system and processor operating in isolated execution mode.
  • the non-isolated area 80 is accessible to all elements of the ring-0 operating system and processor.
  • the normal execution ring-0 11 including the primary OS 12, the software drivers 13, and the hardware drivers 14, can access both the OS pages 84 and the application pages 82.
  • the normal execution ring-3, including applications 42 x to 42 N can access only to the application pages 82. Both the normal execution ring-0 11 and ring-3 41, however, cannot access the isolated area 70.
  • the isolated execution ring-0 15, including the OS nub 16 and the processor nub 18, can access both the isolated area 70, including the applet pages 72 and the nub pages 74, and the non-isolated area 80, including the application pages 82 and the OS pages 84.
  • the isolated execution ring-3 45, including applets 46 x to 46 ⁇ can access only to the application pages 82 and the applet pages 72.
  • the applets 46 x to 46 ⁇ reside in the isolated area 70.
  • FIG. IC is a diagram illustrating a platform 100 in which one embodiment of the invention can be practiced.
  • the platform 100 includes a processor 110, a host bus 120, a memory controller hub (MCH) 130, a system memory 140, an input/output controller hub (ICH) 150, a non-volatile memory, or system flash, 160, a random number generator 166, a mass storage device 170, input/output devices 175, a token bus 180, a motherboard (MB) token 182, a reader 184, and a token 186.
  • the MCH 130 may be integrated into a chipset that integrates multiple functionalities such as the isolated execution mode, host-to- peripheral bus interface, memory control.
  • the ICH 150 may also be integrated into a chipset together or separate from the MCH 130 to perform I/O functions.
  • peripheral buses such as Peripheral Component Interconnect (PCI), accelerated graphics port (AGP), Industry Standard Architecture (ISA) bus, and Universal Serial Bus (USB), etc.
  • PCI Peripheral Component Interconnect
  • AGP accelerated graphics port
  • ISA Industry Standard Architecture
  • USB Universal Serial Bus
  • the processor 110 represents a central processing unit of any type of architecture, such as complex instruction set computers (CISC), reduced instruction set computers (RISC), very long instruction word (VLIW), or hybrid architecture.
  • the processor 110 is compatible with an Intel Architecture (IA) processor, such as the PentiumTM series, the IA-32TM and the IA-64TM.
  • the processor 110 includes a normal execution mode 112 and an isolated execution circuit 115.
  • the normal execution mode 112 is the mode in which the processor 110 operates in a non-protected environment, or a normal environment without the security features provided by the isolated execution mode.
  • the isolated execution circuit 115 provides a mechanism to allow the processor 110 to operate in an isolated execution mode.
  • the isolated execution circuit 115 provides hardware and software support for the isolated execution mode.
  • the platform 100 can be a single processor system, such as a desktop computer, which has only one main central processing unit, e.g. processor 110.
  • the platform 100 can include multiple processors, e.g. processors 110, 110a, 110b, etc., as shown in Figure ID.
  • the platform 100 can be a multi-processor computer system having any number of processors.
  • the multi-processor platform 100 can operate as part of a server or workstation environment. The basic description and operation of processor 110 will be discussed in detail below.
  • processor 110 applies to the other processors 110a and 110b, shown in Figure IC, as well as any number of other processors that may be utilized in the multi-processor platform 100 according to one embodiment of the present invention.
  • the processor 110 may also have multiple logical processors.
  • a logical processor sometimes referred to as a thread, is a functional unit within a physical processor having an architectural state and physical resources allocated according to some partitioning policy. Within the context of the present invention, the terms "thread” and "logical processor" are used to mean the same thing.
  • a multi-threaded processor is a processor having multiple threads or multiple logical processors.
  • a multi-processor system (e.g., the system comprising the processors 110, 110a, and 110b) may have multiple multi-threaded processors.
  • the host bus 120 provides interface signals to allow the processor 110 or processors 110, 110a, and 110b to communicate with other processors or devices, e.g., the MCH 130.
  • the host bus 120 provides an isolated access bus mode with corresponding interface signals for memory read and write cycles when the processor 110 is configured in the isolated execution mode.
  • the isolated access bus mode is asserted on memory accesses initiated while the processor 110 is in the isolated execution mode.
  • the isolated access bus mode is also asserted on instruction pre-fetch and cache write-back cycles if the address is within the isolated area address range and the processor 110 is initialized in the isolated execution mode.
  • the processor 110 responds to snoop cycles to a cached address within the isolated area address range if the isolated access bus cycle is asserted and the processor 110 is initialized into the isolated execution mode.
  • the MCH 130 provides control and configuration of memory and input/output devices such as the system memory 140 and the ICH 150.
  • the MCH 130 provides interface circuits to recognize and service isolated access assertions on memory reference bus cycles, including isolated memory read and write cycles.
  • the MCH 130 has memory range registers (e.g., base and length registers) to represent the isolated area in the system memory 140. Once configured, the MCH 130 aborts any access to an isolated area that does not have the isolated access bus mode asserted.
  • the system memory 140 stores system code and data.
  • the system memory 140 is typically implemented with dynamic random access memory (DRAM) or static random access memory (SRAM).
  • the system memory 140 includes the accessible physical memory 60 (shown in Figures IB).
  • the accessible physical memory includes a loaded operating system 142, the isolated area 70 ( Figure IB), and an isolated control and status space 148.
  • the loaded operating system 142 is the portion of the operating system that is loaded into the system memory 140.
  • the loaded OS 142 is typically loaded from a mass storage device via some boot code in a boot storage such as a boot read only memory (ROM).
  • the isolated area 70 ( Figure IB) is the memory area that is defined by the processor 110 when operating in the isolated execution mode.
  • the isolated control and status space 148 is an input/output (I/O)-like, independent address space defined by the processor 110 and/or the MCH 130.
  • the isolated control and status space 148 contains mainly the isolated execution control and status registers.
  • the isolated control and status space 148 does not overlap any existing address space and is accessed using the isolated bus cycles.
  • the system memory 140 may also include other programs or data which are not shown.
  • the ICH 150 represents a known single point in the system having the isolated execution functionality. For clarity, only one ICH 150 is shown.
  • the platform 100 may have many ICH's similar to the ICH 150.
  • a designated ICH is selected to control the isolated area configuration and status. In one embodiment, this selection is performed by an external strapping pin.
  • other methods of selecting can be used, including using programmable configuring registers.
  • the ICH 150 has a number of functionalities that are designed to support the isolated execution mode in addition to the traditional I O functions.
  • the ICH 150 includes an isolated bus cycle interface 152, the processor nub loader 52 (shown in Figure 1A), a digest memory 154, a cryptographic key storage 155, a cryptographic hash unit 157, an isolated execution logical processing manager 156, and a token bus interface 159.
  • the isolated bus cycle interface 152 includes circuitry to interface to the isolated bus cycle signals to recognize and service isolated bus cycles, such as the isolated read and write bus cycles.
  • the processor nub loader 52 includes a processor nub loader code and its digest (e.g., hash) value.
  • the processor nub loader 52 is invoked by execution of an appropriated isolated instruction (e.g., Iso-Init) and is transferred to the isolated area 70. From the isolated area, the processor nub loader 52 copies the processor nub 18 from the system flash (e.g., the processor nub code 18 in non- volatile memory 160) into the isolated area 70, verifies and logs its integrity, and manages a symmetric key used to protect the processor nub's secrets.
  • the processor nub loader 52 is implemented in read only memory (ROM). For security purposes, the processor nub loader 52 is unchanging, tamper-resistant and non-substitutable.
  • the digest memory 154 stores the digest (e.g., hash) values of the loaded software modules. In particular we expect the digest memory to store the hash (or the state of the value needed to compute the hash) of an audit log.
  • the audit log contains audit log entries. Each audit log entry includes at least the cryptographic hash of the loaded code - such as the processor nub 18, the operating system (OS) nub 16, and any other critical modules (e.g., ring-0 modules) loaded into the isolated area.
  • the audit log is a listing of data that represents what information has been successfully loaded into the system memory 140 after power-on of the platform 100.
  • the representative data may be hash values of each software module loaded into the system memory 140 during the current power cycle of the platform 100.
  • the audit log can act as a fingerprint that identifies information loaded into the platform (e.g., the ring-0 code controlling the isolated execution configuration and operation), and is used to attest or prove the state of the current isolated execution.
  • the cryptographic key storage 155 holds a symmetric encryption/decryption key, e.g. an initial key (to be discussed in more detail later).
  • the initial key is unique for the platform 100.
  • the initial key is generated by an external hardware random number generator and programmed into the fuses of the of the input/output control hub (ICH) 150 at the time of manufacture.
  • the initial key is generated by the platform itself, when the platform 100 first powers up, using the internal hardware random number generator 166 of the platform. In both cases, the initial key is stored in the protected non-volatile memory of the cryptographic key storage 155. However, it should be appreciated the initial key could be stored in protected non- volatile memory within other areas of the platform.
  • the cryptographic hash unit 157 includes logic that performs a one-way hash function on input information.
  • the term "one-way” indicates that there does not readily exist an inverse function to recover any discernible portion of the original information from the fixed-length hash value.
  • Examples of a hash function include MD5 provided by RSN Data Security of Redwood City, California, or Secure Hash Algorithm (SHA-1) as specified a 1995 publication Secure Hash Standard FTPS 180-1 entitled "Federal Information Processing Standards Publication” (April 17, 1995).
  • the cryptographic hash unit 157 can be used to perform hashing functions to generate the processor nub keys, the OS nub keys, and the applet keys. These keys will be discussed in more detail later.
  • the isolated execution logical processing manager 156 manages the operation of logical processors operating in isolated execution mode.
  • the isolated execution logical processing manager 156 includes a logical processor count register that tracks the number of logical processors participating in the isolated execution mode.
  • the token bus interface 159 interfaces to the token bus 180.
  • the non-volatile memory 160 stores non- volatile information. Typically, the nonvolatile memory 160 is implemented in flash memory. The non-volatile memory 160 includes the processor nub 18.
  • the processor nub 18 provides the initial set-up and low-level management of the isolated area(s) (in the system memory 140), including verification, loading, and logging of the operating system nub 16, and the management of the symmetric key used to protect the operating system nub's secrets.
  • the processor nub 18 may also provide application programming interface (API) abstractions to low-level security services provided by other hardware.
  • the processor nub 18 may also be distributed by the original equipment manufacturer (OEM) or operating system vendor (OS V) via a boot disk.
  • OEM original equipment manufacturer
  • OS V operating system vendor
  • the mass storage device 170 stores archive information such as code (e.g., processor nub 18), programs, files, data, applications (e.g., applications 42] to 42 N ), applets (e.g., applets 46j to 46 ⁇ ) and operating systems.
  • the mass storage device 170 may include compact disk (CD) ROM 172, floppy diskettes 174, and hard drive 176, and any other magnetic or optic storage devices.
  • the mass storage device 170 provides a mechanism to read machine-readable media.
  • I/O devices 175 may include any I/O devices to perform I/O functions.
  • I O devices 175 include controller for input devices (e.g., keyboard, mouse, trackball, pointing device), media card (e.g., audio, video, graphics), network card, and any other peripheral controllers.
  • the token bus 180 provides an interface between the ICH 150 and various tokens in the system.
  • a token is a device that performs dedicated input output functions with security functionalities.
  • a token has characteristics similar to a smart card, including at least one reserved-purpose public/private key pair and the ability to sign data with the private key.
  • Examples of tokens connected to the token bus 180 include a motherboard token 182, a token reader 184, and other portable tokens 186 (e.g., smart card).
  • the token bus interface 159 in the ICH 150 connects through the token bus 180 to the ICH 150 and ensures that when commanded to prove the state of the isolated execution, the corresponding token (e.g., the motherboard token 182, the token 186) signs only valid isolated digest information. For purposes of security, the token should be connected to the digest memory.
  • the corresponding token e.g., the motherboard token 182, the token 186
  • the elements of the present invention are the code segments to perform the necessary tasks.
  • the program or code segments can be stored in a machine readable medium, such as a processor readable medium, or transmitted by a computer data signal embodied in a carrier wave, or a signal modulated by a carrier, over a transmission medium.
  • the "processor readable medium” may include any medium that can store or transfer information. Examples of the processor readable medium include an electronic circuit, a semiconductor memory device, a ROM, a flash memory, an erasable programmable ROM (EPROM), a floppy diskette, a compact disk CD-ROM, an optical disk, a hard disk, a fiber optic medium, a radio frequency (RF) link, etc.
  • RF radio frequency
  • the computer data signal may include any signal that can propagate over a transmission medium such as electronic network channels, optical fibers, air, electromagnetic, RF links, etc.
  • the code segments may be downloaded via computer networks such as the Internet, Intranet, etc.
  • the present invention is a method, apparatus, and system to generate a key hierarchy for use in an isolated execution environment of a protected platform.
  • a key hierarchy comprising a series of symmetric keys for a standard symmetric cipher is utilized.
  • FIG. 2 is a diagram illustrating a cipher key creator 200 according to one embodiment of the invention.
  • the cipher key creator includes a key generator 210 and a key selector 220.
  • Software code that is currently active in the isolated execution environment i.e. already loaded in the isolated memory area
  • the loading software code that is currently active is used to load subsequent software code.
  • Software code that is being subsequently loaded into the isolated execution environment has an ID value associated with it, denoted, ID of loaded software code 228.
  • the ID 228 can be the hash of the loaded software code. However, it might also be an approved ID of the loaded software code.
  • the ID 228 can be communicated to the active loading software code by way of a certificate that is verified against a certificate verification root key held inside the active loading software code.
  • the certificate consists of the certificate contents and a digital signature on the certificate contents.
  • the certificate contents may consist of at least the hash of the loaded software code and the ID 228 value.
  • SPKI authorization certificate see IETF RFC 2693, Internet Engineering
  • the loading software code key 225 and the ID of the loaded software code 228 are provided as inputs to the key generator 210.
  • the key generator 210 generates a loaded software code key 230 for the loaded software code.
  • the key generator 210 generates the loaded software code key 230 utilizing a function that has the characteristics of a cryptographic hash. Thus, in one embodiment, a hashing function can be employed by the key generator 210.
  • the key generator hashes the loading software code key 225 and the ID of loaded software code 228 to generate the loaded software code key 230.
  • an HMAC based on SHA-1 may be used (see IETF RFC 2104, Internet Engineering Task Force Request for Comments 2104, "HMAC: Keyed-Hashing for Message Authentication," Krawcyzk et. al., February 1997).
  • HMAC Keyed-Hashing for Message Authentication
  • Krawcyzk et. al., February 1997 a generally acceptable cryptographic hash function
  • the cryptographic hash unit 157 ( Figure IC) can be used to perform the hashing function.
  • a wide variety of other types of one-way functions can be used to generate the loaded software code key 230.
  • the loaded software code key 230 will be the size of a hash function output value, but it could be any size provided it has at least enough bits to be cryptographically secure.
  • the loaded software code key 230 for the loaded software code may not be small enough for use in a desirable symmetric cipher, such as triple-DES (Data Encryption Standard) or AES (the new Advanced Encryption Standard being chosen by the NIST (National Institute of Standards and Technology)). Therefore, the key selector 220 applies a key selection function to select a key of the proper size (e.g., 112, 168, 128 or 256 bits) from the larger loaded software code key 230 to produce a symmetric cipher key 240 for the loaded software code.
  • a key of the proper size e.g., 112, 168, 128 or 256 bits
  • the key generator 210 performs a generation function, denoted G( ), to generate a second key (denoted K2) from a first key (denoted Kl) and an ID.
  • the second key K2 that is generated is the loaded software code key 230.
  • the generation function, G( ) may be a cryptographic hashing function.
  • the G( ) function is referenced throughout the rest of the patent to describe the generation of keys such as the processor nub key, the OS nub key, and applet keys, which will be discussed in detail later.
  • the key selector 220 performs a key selection function S( ) to generate a third key (denoted K3) from the second key K2.
  • the key selection function S( ) generates K3 such that K3 is a small enough symmetric cipher key that in can be used in a desired symmetric cipher.
  • the third key K3 that is generated is the symmetric cipher key 240 for the loaded software code.
  • the key selector 220 applies the key selection function S( ) to select a symmetric cipher key 240 (K3) of the proper size (e.g., 112, 168, 128 or 256 bits) from the larger loaded software code key 230 to produce the symmetric cipher key 240 for the loaded software code.
  • the S( ) function is referenced throughout the rest of the patent to describe the selection of cipher keys such as the processor nub cipher key, the OS nub cipher key, and applet cipher keys, which will be discussed in detail later. Every loaded software module that is currently in control of the isolated execution environment will therefore have at least two keys, the loaded software code key 230 and the symmetric cipher key 240 for the loaded software code.
  • the software module might have multiple symmetric cipher keys similar in form to the symmetric cipher key 240.
  • that selection can use the exclusive OR of one or more disjoint segments of the longer key where those segments are the length of the desired key.
  • a function like an HMAC could be used for S( ), using as a key, a large randomly generated value that is specific to the algorithm for which the key is being generated.
  • FIG. 3 is a diagram illustrating a process 300 for generating a key hierarchy 301 according to one embodiment of the invention.
  • the process 300 generates the key hierarchy 301, which includes a plurality of symmetric keys generated by the cipher key creator 200, as previously discussed.
  • the keys are utilized to bind secrets to particular code operating in isolated execution.
  • the isolated execution area (e.g. isolated execution ring-0 15 and isolated execution ring-3 45 shown in Figures 1A and IB) is populated in layers. Particularly relevant to isolated execution and the following discussion are the processor nub 18, the OS nub 16, and applets 46 (previously discussed in depth with reference to Figures 1 A and IB of the Architecture Overview of the patent).
  • the processor nub 18 is loaded and takes control of the isolated execution environment.
  • the process 300 first generates a processor nub key
  • the key generator 210 uses the Initial Key (IK) 310 and the processor nub ID (PNID) 320 as inputs.
  • the generation function, G( ) may be a cryptographic hashing function.
  • the ID can be the hash of the code itself or some certified ID value, as discussed above. However, if it is a certified value, the processor nub loader must be able to validate the certificate holding that ID value.
  • the process 300 generates a processor nub cipher key (PNCK) 327 utilizing the key selector 220.
  • the key selection function S( ) generates a cipher key that is a small enough that it can be used in a desired symmetric cipher.
  • the key selector 220 applies the key selection function S( ) to select a symmetric key, PNCK 327, of the proper size (e.g., 112, 168, 128 or 256 bits) from the PNK 325.
  • the processor nub 18 uses the PNCK 327 to protect its secrets from the OS nub 16, applets 46, and non-isolated execution code.
  • the initial key (IK) 310 is generated by an external hardware random number generator and programmed into fuses of the of the input output control hub (ICH) 150 ( Figure IC) at the time of manufacture.
  • the IK 310 is generated by the platform 100 itself, when the platform first powers up using the internal hardware random number generator 166 ( Figure IC) of the platform, and is then stored in the non- volatile memory of the cryptographic key storage 155 within the ICH 150 ( Figure IC). This embodiment reduces the chance of the IK 310 being compromised during manufacture. In both cases, the IK 310 is stored in the protected non- volatile memory of the cryptographic key storage 155. However, it should be appreciated the IK 310 could be stored in protected non- volatile memory within other areas of the platform.
  • the keys of the newly loaded module replace the keys of the loading module.
  • the IK 310 is not replaced, but is made inaccessible by the setting of a hardware settable flag that prevents the location from being read. That flag is cleared only by the total re-initialization of the isolated area. Generated keys are overwritten and therefore become unavailable.
  • the process 300 causes the processor nub key (PNK) 325 and processor nub cipher key (PNCK) 327 to be generated, as previously discussed. If the processor nub needs to store any secrets to be accessed only by it, it can use PNCK 327 as the cryptographic key for that purpose.
  • the processor nub decides to load the OS nub 16 and transfer control to it, the OS nub key (OSNK) 335 and the OS nub cipher key (OSNCK) 337 are generated, utilizing the same process 300, as previously described to generate the PNK 325 and the PNCK 327. Further, the OSNK 335 and the OSNCK 337 replace the PNK 325 and PNCK 327 in the cryptographic key storage.
  • the OSNCK 337 is used by the OS nub to protect its secrets form other OS nubs, applets, and non-isolated execution code. Now, if there are any secrets to be made available for future uses by the OS Nub, they can be encrypted by the OSNCK 337. However, any secrets encrypted under PNCK 327 are not available to the OS nub or any other software to be loaded on this platform.
  • This process 300 may be successively repeated, for any and all layers of software code loading.
  • Figure 3 shows four layers for: the processor nub, the OS nub, Applet- 1, and Applet-1 sub-process.
  • the process 300 generates the Applet-1 key (A1K) 345 and the Applet-1 cipher key (A1CK) 347 for Applet-1 and the Applet-1 sub-process key (A1SK) 355 and the Applet-1 sub-process cipher key (A1SCK) 357 for an Applet-1 sub-process utilizing the same process 300, as previously described to generate the processor nub and OS nub keys.
  • A1K Applet-1 key
  • A1CK Applet-1 sub-process key
  • A1SCK Applet-1 sub-process cipher key
  • Figure 4 is a diagram illustrating a system 400 for saving an initial key to allow for the back-up and restoration of data according to one embodiment of the invention.
  • the initial key (IK) 310 is unique for each platform and is locked into that platform, (i.e. it is permanently stored in the protected non-volatile memory of the cryptographic key storage 155 ( Figure IC)).
  • IK initial key
  • Figure IC cryptographic key storage 155
  • Another embodiment of the invention permits the IK 310 to be backed-up and restored, as shown in Figure 4. This is desirable for a user who binds valuable secrets into the platform and then wants to upgrade his or her hardware at some future time. The upgrade could happen because the platform owner has decided to use newer, faster hardware. Alternatively, the upgrade could happen because the platform suddenly and catastrophically fails and needs to be replaced.
  • a key saved flag 402 in non- volatile memory that is cleared whenever a new initial key (IK) 310 is generated (not when it is restored).
  • the encryptor 404 is allowed to encrypt the IK 310.
  • the encryptor 404 performs an encryption function to encrypt the IK 310 using a cryptographic key 420 provided by the user (presumably the platform owner).
  • the encrypted result is the saved IK 410.
  • the saved IK 410 is allowed to be read by anyone. In particular, the saved IK 410 is allowed to be backed up by normal backup utilities.
  • the key saved flag 402 is set, prohibiting any future saving of the IK 310.
  • the user is able to provide the appropriate cryptographic key 420 and an earlier saved IK 410 to a decryptor 430 that performs a decryption function to overwrite the IK 310.
  • This allows a platform owner to replace a failed platform including all the secrets that were bound into the isolated area of the platform.
  • the encryption and decryption functions of the encryptor 404 and the decryptor 430, respectively, can be generally acceptable symmetric cryptographic functions, such as triple-DES (Data Encryption Standard) or AES (the new Advanced Encryption Standard being chosen by the NIST (National Institute of Standards and Technology)).
  • Figure 5 is a flowchart further illustrating the process to generate a key hierarchy according to one embodiment of the invention.
  • the process 500 Upon START, the process 500 generates an initial key that is unique for the platform (e.g. based on a random number) (block 510). Then, the process 500 stores the initial key (block 520). Next, the process 500 creates a processor nub key by hashing the initial key with the ID of the processor nub (block 530). The process 500 then selects a smaller processor nub cipher key based on the processor nub key (block 540). In block 550, the process 500 creates an OS nub key by hashing the processor nub key with the ID of the OS Nub. Then, the process 500 selects a smaller OS nub cipher key based on the OS nub key
  • the process 500 creates an applet key by hashing the OS nub key with the ID of the applet (block 570).
  • the process 500 selects a smaller applet cipher key based on the applet key. The process 500 is then terminated.

Abstract

The present invention is a method, apparatus, and system to generate a key hierarchy for use in an isolated execution environment of a protected platform. In order to bind secrets to particular code operating in isolated execution, a key hierarchy comprising a series of symmetric keys for a standard symmetric cipher is utilized. The protected platform includes a processor that is configured in one of a normal execution mode and an isolated execution mode. A key storage stores an initial key that is unique for the platform. A cipher key creator located in the protected platform creates the hierarchy of keys based upon the initial key. The cipher key creator creates a series of symmetric cipher keys to protect the secrets of loaded software code.

Description

GENERATING A KEY HIE RARCHY FOR USE IN AN ISOLATED EXECUTION
ENVIRONMENT
BACKGROUND
1. Field of the Invention
This invention relates to microprocessors. In particular, the invention relates to platform security.
2. Description of Related Art
Advances in microprocessor and communication technologies have opened up many opportunities for applications that go beyond the traditional ways of doing business. Electronic commerce (E-commerce) and business-to-business (B2B) transactions are now becoming popular and are conducted throughout global markets at continuously increasing rates. Unfortunately, while modern microprocessor systems provide users convenient and efficient methods of doing business, communicating and transacting, they are also vulnerable for unscrupulous attacks. Examples of these attacks include virus, intrusion, security breach, and tampering, to name a few. Computer security, therefore, is becoming more and more important to protect the integrity of the computer systems and increase the trust of users.
Threats caused by unscrupulous attacks may be in a number of forms. An invasive remote-launched attack by hackers may disrupt the normal operation of a system connected to thousands or even millions of users. N virus program may corrupt code and/or data of a single-user platform.
Existing techniques to protect against attacks have a number of drawbacks. Anti- virus programs can only scan and detect known viruses. Security co-processors or smart cards using cryptographic or other security techniques have limitations in speed performance, memory capacity, and flexibility. Further, redesigning operating systems creates software compatibility issues and requires tremendous investment in development efforts.
BRIEF DESCRIPTION OF THE DRAWINGS
The features and advantages of the present invention will become apparent from the following detailed description of the present invention in which:
Figure IN is a diagram illustrating an operating system according to one embodiment of the invention.
Figure IB is a diagram illustrating the accessibility of various elements in the operating system and the processor according to one embodiment of the invention.
Figure IC is a diagram illustrating a computer system in which one embodiment of the invention can be practiced.
Figure 2 is a diagram illustrating a cipher key creator according to one embodiment of the invention. Figure 3 is a diagram illustrating a process for generating a key hierarchy according to one embodiment of the invention.
Figure 4 is a diagram illustrating a system for saving an initial key to allow for the back-up and restoration of data according to one embodiment of the invention.
Figure 5 is a flowchart further illustrating the process to generate a key hierarchy according to one embodiment of the invention. DESCRIPTION
In the following description, terminology is used to discuss certain features of the present invention. For example, a "platform" includes hardware equipment and/or software that perform different functions on stored information. Examples of a platform include, but are not limited or restricted to a computer (e.g., desktop, a laptop, a hand-held, a server, a workstation, etc.), desktop office equipment (e.g., printer, scanner, a facsimile machine, etc.), a wireless telephone handset, a television set-top box, and the like. A "software module" includes code that, when executed, performs a certain function. A "nub" is a series of code instructions, possibly a subset of code from a software module. A "link" is broadly defined as one or more information-carrying mediums (e.g., electrical wire, optical fiber, cable, bus, or wireless signaling technology).
In addition, the term "information" is defined as one or more bits of data, address, and/or control. A "hash function" is a function, mathematical or otherwise, that performs a oneway conversion of information to a fixed-length representation. Normally, this representation, referred to as a "hash value" or a "digest", is substantially less in size than the original information. The present invention is a method, apparatus, and system to generate a key hierarchy for use in an isolated execution environment of a protected platform. In order to bind secrets to particular code operating in isolated execution, a key hierarchy comprising a series of symmetric keys for a standard symmetric cipher is utilized. The protected platform includes a processor that is configured in one of a normal execution mode and an isolated execution mode. A key storage stores an initial key that is unique for the platform. A cipher key creator located in the protected platform creates the hierarchy of keys based upon the initial key. The cipher key creator creates a series of symmetric cipher keys to protect the secrets of loaded software code.
In the following description, for purposes of explanation, numerous details are set forth in order to provide a thorough understanding of the present invention. However, it will be apparent to one skilled in the art that these specific details are not required in order to practice the present invention. In other instances, well-known electrical structures and circuits are shown in block diagram form in order not to obscure the present invention.
ARCHITECTURE OVERVIEW
One principle for providing security in a computer system or platform is the concept of an isolated execution architecture. The isolated execution architecture includes logical and physical definitions of hardware and software components that interact directly or indirectly with an operating system of the computer system or platform. An operating system and the processor may have several levels of hierarchy, referred to as rings, corresponding to various operational modes. A ring is a logical division of hardware and software components that are designed to perform dedicated tasks within the operating system. The division is typically based on the degree or level of privilege, namely, the ability to make changes to the platform.. For example, a ring-0 is the innermost ring, being at the highest level of the hierarchy. Ring-0 encompasses the most critical, privilege components. In addition, modules in Ring-0 can also access lesser privileged data, but not vice versa. Ring-3 is the outermost ring, being at the lowest level of the hierarchy. Ring-3 typically encompasses users or applications level and has the least privilege. Ring-1 and ring-2 represent the intermediate rings with decreasing levels of privilege.
Figure 1 A is a diagram illustrating a logical operating architecture 50 according to one embodiment of the invention. The logical operating architecture 50 is an abstraction of the components of an operating system and the processor. The logical operating architecture 50 includes ring-0 10, ring-1 20, ring-2 30, ring-3 40, and a processor nub loader 52. The processor nub loader 52 is an instance of an processor executive (PE) handler. The PE handler is used to handle and/or manage a processor executive (PE) as will be discussed later. The logical operating architecture 50 has two modes of operation: normal execution mode and isolated execution mode. Each ring in the logical operating architecture 50 can operate in both modes. The processor nub loader 52 operates only in the isolated execution mode.
Ring-0 10 includes two portions: a normal execution Ring-0 11 and an isolated execution Ring-0 15. The normal execution Ring-0 11 includes software modules that are critical for the operating system, usually referred to as kernel. These software modules include primary operating system (e.g., kernel) 12, software drivers 13, and hardware drivers 14. The isolated execution Ring-0 15 includes an operating system (OS) nub 16 and a processor nub 18. The OS nub 16 and the processor nub 18 are instances of an OS executive (OSE) and processor executive (PE), respectively. The OSE and the PE are part of executive entities that operate in a protected environment associated with an isolated area and the isolated execution mode. The processor nub loader 52 is a protected bootstrap loader code held within a chipset in the system and is responsible for loading the processor nub 18 from the processor or chipset into an isolated area as will be explained later.
Similarly, ring-1 20, ring-2 30, and ring-3 40 include normal execution ring-1 21, ring-231, ring-3 41, and isolated execution ring-1 25, ring-2 35, and ring-3 45, respectively. In particular, normal execution ring-3 includes N applications 42j to 42N and isolated execution ring-3 includes K applets 46j to 46κ.
One concept of the isolated execution architecture is the creation of an isolated region in the system memory, referred to as an isolated area, which is protected by both the processor and chipset in the computer system. The isolated region may also be in cache memory, protected by a translation look aside buffer (TLB) access check. Also, the isolated region may be subdivided into multiple isolated memory areas, as will be discussed. Access to this isolated region is permitted only from a front side bus (FSB) of the processor, using special bus (e.g., memory read and write) cycles, referred to as isolated read and write cycles. The special bus cycles are also used for snooping. The isolated read and write cycles are issued by the processor executing in an isolated execution mode. The isolated execution mode is initialized using a privileged instruction in the processor, combined with the processor nub loader 52. The processor nub loader 52 verifies and loads a ring-0 nub software module (e.g., processor nub 18) into the isolated area. The processor nub 18 provides hardware-related services for the isolated execution.
One task of the processor nub 18 is to verify and load the ring-0 OS nub 16 into the isolated area, and to generate the root of a key hierarchy unique to a combination of the platform, the processor nub 18, and the operating system nub 16. The processor nub 18 provides the initial set-up and low-level management of the isolated area including verification, loading, and logging of the operating system nub 16, and the management of a symmetric key used to protect the operating system nub's secrets. The processor nub 18 may also provide application programming interface (API) abstractions to low-level security services provided by other hardware.
The operating system nub 16 provides links to services in the primary OS 12 (e.g., the unprotected segments of the operating system), provides page management within the isolated area, and has the responsibility for loading ring-3 application modules 45, including applets 46x to 46κ, into protected pages allocated in the isolated area. The operating system nub 16 may also load ring-0 supporting modules.
The operating system nub 16 may choose to support paging of data between the isolated area and ordinary (e.g., non-isolated) memory. If so, then the operating system nub 16 is also responsible for encrypting and hashing the isolated area pages before evicting the page to the ordinary memory, and for checking the page contents upon restoration of the page. The isolated mode applets 46x to 46κ and their data are tamper-resistant and monitor- resistant from all software attacks from other applets, as well as from non-isolated-space applications (e.g., 42j to 42N), dynamic link libraries (DLLs), drivers and even the primary ■ operating system 12. Only the processor nub 18 or the operating system nub 16 can interfere with or monitor the applet's execution.
Figure IB is a diagram illustrating accessibility of various elements in the operating system 10 and the processor according to one embodiment of the invention. For illustration purposes, only elements of ring-0 10 and ring-3 40 are shown. The various elements in the logical operating architecture 50 access an accessible physical memory 60 according to their ring hierarchy and the execution mode.
The accessible physical memory 60 includes an isolated area 70 and a non-isolated area 80. The isolated area 70 includes applet pages 72 and nub pages 74. The non-isolated area 80 includes application pages 82 and operating system pages 84. The isolated area 70 is accessible only to elements of the operating system and processor operating in isolated execution mode. The non-isolated area 80 is accessible to all elements of the ring-0 operating system and processor.
The normal execution ring-0 11 including the primary OS 12, the software drivers 13, and the hardware drivers 14, can access both the OS pages 84 and the application pages 82. The normal execution ring-3, including applications 42x to 42N, can access only to the application pages 82. Both the normal execution ring-0 11 and ring-3 41, however, cannot access the isolated area 70.
The isolated execution ring-0 15, including the OS nub 16 and the processor nub 18, can access both the isolated area 70, including the applet pages 72 and the nub pages 74, and the non-isolated area 80, including the application pages 82 and the OS pages 84. The isolated execution ring-3 45, including applets 46x to 46κ, can access only to the application pages 82 and the applet pages 72. The applets 46x to 46κ reside in the isolated area 70.
Figure IC is a diagram illustrating a platform 100 in which one embodiment of the invention can be practiced. The platform 100 includes a processor 110, a host bus 120, a memory controller hub (MCH) 130, a system memory 140, an input/output controller hub (ICH) 150, a non-volatile memory, or system flash, 160, a random number generator 166, a mass storage device 170, input/output devices 175, a token bus 180, a motherboard (MB) token 182, a reader 184, and a token 186. The MCH 130 may be integrated into a chipset that integrates multiple functionalities such as the isolated execution mode, host-to- peripheral bus interface, memory control. Similarly, the ICH 150 may also be integrated into a chipset together or separate from the MCH 130 to perform I/O functions. For clarity, not all the peripheral buses are shown. It is contemplated that the platform 100 may also include peripheral buses such as Peripheral Component Interconnect (PCI), accelerated graphics port (AGP), Industry Standard Architecture (ISA) bus, and Universal Serial Bus (USB), etc.
The processor 110 represents a central processing unit of any type of architecture, such as complex instruction set computers (CISC), reduced instruction set computers (RISC), very long instruction word (VLIW), or hybrid architecture. In one embodiment, the processor 110 is compatible with an Intel Architecture (IA) processor, such as the Pentium™ series, the IA-32™ and the IA-64™. The processor 110 includes a normal execution mode 112 and an isolated execution circuit 115. The normal execution mode 112 is the mode in which the processor 110 operates in a non-protected environment, or a normal environment without the security features provided by the isolated execution mode. The isolated execution circuit 115 provides a mechanism to allow the processor 110 to operate in an isolated execution mode. The isolated execution circuit 115 provides hardware and software support for the isolated execution mode. This support includes configuration for isolated execution, definition of an isolated area, definition (e.g., decoding and execution) of isolated instructions, generation of isolated access bus cycles, and generation of isolated mode interrupts. In one embodiment, the platform 100 can be a single processor system, such as a desktop computer, which has only one main central processing unit, e.g. processor 110. In other embodiments, the platform 100 can include multiple processors, e.g. processors 110, 110a, 110b, etc., as shown in Figure ID. Thus, the platform 100 can be a multi-processor computer system having any number of processors. For example, the multi-processor platform 100 can operate as part of a server or workstation environment. The basic description and operation of processor 110 will be discussed in detail below. It will be appreciated by those skilled in the art that the basic description and operation of processor 110 applies to the other processors 110a and 110b, shown in Figure IC, as well as any number of other processors that may be utilized in the multi-processor platform 100 according to one embodiment of the present invention.
The processor 110 may also have multiple logical processors. A logical processor, sometimes referred to as a thread, is a functional unit within a physical processor having an architectural state and physical resources allocated according to some partitioning policy. Within the context of the present invention, the terms "thread" and "logical processor" are used to mean the same thing. A multi-threaded processor is a processor having multiple threads or multiple logical processors. A multi-processor system (e.g., the system comprising the processors 110, 110a, and 110b) may have multiple multi-threaded processors.
The host bus 120 provides interface signals to allow the processor 110 or processors 110, 110a, and 110b to communicate with other processors or devices, e.g., the MCH 130. In addition to normal mode, the host bus 120 provides an isolated access bus mode with corresponding interface signals for memory read and write cycles when the processor 110 is configured in the isolated execution mode. The isolated access bus mode is asserted on memory accesses initiated while the processor 110 is in the isolated execution mode. The isolated access bus mode is also asserted on instruction pre-fetch and cache write-back cycles if the address is within the isolated area address range and the processor 110 is initialized in the isolated execution mode. The processor 110 responds to snoop cycles to a cached address within the isolated area address range if the isolated access bus cycle is asserted and the processor 110 is initialized into the isolated execution mode.
The MCH 130 provides control and configuration of memory and input/output devices such as the system memory 140 and the ICH 150. The MCH 130 provides interface circuits to recognize and service isolated access assertions on memory reference bus cycles, including isolated memory read and write cycles. In addition, the MCH 130 has memory range registers (e.g., base and length registers) to represent the isolated area in the system memory 140. Once configured, the MCH 130 aborts any access to an isolated area that does not have the isolated access bus mode asserted.
The system memory 140 stores system code and data. The system memory 140 is typically implemented with dynamic random access memory (DRAM) or static random access memory (SRAM). The system memory 140 includes the accessible physical memory 60 (shown in Figures IB). The accessible physical memory includes a loaded operating system 142, the isolated area 70 (Figure IB), and an isolated control and status space 148. The loaded operating system 142 is the portion of the operating system that is loaded into the system memory 140. The loaded OS 142 is typically loaded from a mass storage device via some boot code in a boot storage such as a boot read only memory (ROM). The isolated area 70 (Figure IB) is the memory area that is defined by the processor 110 when operating in the isolated execution mode. Access to the isolated area is restricted and is enforced by the processor 110 and/or the MCH 130 or other chipset that integrates the isolated area functionalities. The isolated control and status space 148 is an input/output (I/O)-like, independent address space defined by the processor 110 and/or the MCH 130. The isolated control and status space 148 contains mainly the isolated execution control and status registers. The isolated control and status space 148 does not overlap any existing address space and is accessed using the isolated bus cycles. The system memory 140 may also include other programs or data which are not shown.
The ICH 150 represents a known single point in the system having the isolated execution functionality. For clarity, only one ICH 150 is shown. The platform 100 may have many ICH's similar to the ICH 150. When there are multiple ICH's, a designated ICH is selected to control the isolated area configuration and status. In one embodiment, this selection is performed by an external strapping pin. As is known by one skilled in the art, other methods of selecting can be used, including using programmable configuring registers. The ICH 150 has a number of functionalities that are designed to support the isolated execution mode in addition to the traditional I O functions. In particular, the ICH 150 includes an isolated bus cycle interface 152, the processor nub loader 52 (shown in Figure 1A), a digest memory 154, a cryptographic key storage 155, a cryptographic hash unit 157, an isolated execution logical processing manager 156, and a token bus interface 159.
The isolated bus cycle interface 152 includes circuitry to interface to the isolated bus cycle signals to recognize and service isolated bus cycles, such as the isolated read and write bus cycles. The processor nub loader 52, as shown in Figure 1 A, includes a processor nub loader code and its digest (e.g., hash) value. The processor nub loader 52 is invoked by execution of an appropriated isolated instruction (e.g., Iso-Init) and is transferred to the isolated area 70. From the isolated area, the processor nub loader 52 copies the processor nub 18 from the system flash (e.g., the processor nub code 18 in non- volatile memory 160) into the isolated area 70, verifies and logs its integrity, and manages a symmetric key used to protect the processor nub's secrets. In one embodiment, the processor nub loader 52 is implemented in read only memory (ROM). For security purposes, the processor nub loader 52 is unchanging, tamper-resistant and non-substitutable.
The digest memory 154 stores the digest (e.g., hash) values of the loaded software modules. In particular we expect the digest memory to store the hash (or the state of the value needed to compute the hash) of an audit log. The audit log contains audit log entries. Each audit log entry includes at least the cryptographic hash of the loaded code - such as the processor nub 18, the operating system (OS) nub 16, and any other critical modules (e.g., ring-0 modules) loaded into the isolated area. In particular the audit log is a listing of data that represents what information has been successfully loaded into the system memory 140 after power-on of the platform 100. For example, the representative data may be hash values of each software module loaded into the system memory 140 during the current power cycle of the platform 100. Thus, the audit log can act as a fingerprint that identifies information loaded into the platform (e.g., the ring-0 code controlling the isolated execution configuration and operation), and is used to attest or prove the state of the current isolated execution. The cryptographic key storage 155 holds a symmetric encryption/decryption key, e.g. an initial key (to be discussed in more detail later). The initial key is unique for the platform 100. In one embodiment, the initial key is generated by an external hardware random number generator and programmed into the fuses of the of the input/output control hub (ICH) 150 at the time of manufacture. In another embodiment, the initial key is generated by the platform itself, when the platform 100 first powers up, using the internal hardware random number generator 166 of the platform. In both cases, the initial key is stored in the protected non-volatile memory of the cryptographic key storage 155. However, it should be appreciated the initial key could be stored in protected non- volatile memory within other areas of the platform.
The cryptographic hash unit 157 includes logic that performs a one-way hash function on input information. The term "one-way" indicates that there does not readily exist an inverse function to recover any discernible portion of the original information from the fixed-length hash value. Examples of a hash function include MD5 provided by RSN Data Security of Redwood City, California, or Secure Hash Algorithm (SHA-1) as specified a 1995 publication Secure Hash Standard FTPS 180-1 entitled "Federal Information Processing Standards Publication" (April 17, 1995). The cryptographic hash unit 157 can be used to perform hashing functions to generate the processor nub keys, the OS nub keys, and the applet keys. These keys will be discussed in more detail later.
The isolated execution logical processing manager 156 manages the operation of logical processors operating in isolated execution mode. In one embodiment, the isolated execution logical processing manager 156 includes a logical processor count register that tracks the number of logical processors participating in the isolated execution mode. The token bus interface 159 interfaces to the token bus 180.
The non-volatile memory 160 stores non- volatile information. Typically, the nonvolatile memory 160 is implemented in flash memory. The non-volatile memory 160 includes the processor nub 18.
The processor nub 18 provides the initial set-up and low-level management of the isolated area(s) (in the system memory 140), including verification, loading, and logging of the operating system nub 16, and the management of the symmetric key used to protect the operating system nub's secrets. The processor nub 18 may also provide application programming interface (API) abstractions to low-level security services provided by other hardware. The processor nub 18 may also be distributed by the original equipment manufacturer (OEM) or operating system vendor (OS V) via a boot disk.
The mass storage device 170 stores archive information such as code (e.g., processor nub 18), programs, files, data, applications (e.g., applications 42] to 42N), applets (e.g., applets 46j to 46κ) and operating systems. The mass storage device 170 may include compact disk (CD) ROM 172, floppy diskettes 174, and hard drive 176, and any other magnetic or optic storage devices. The mass storage device 170 provides a mechanism to read machine-readable media.
I/O devices 175 may include any I/O devices to perform I/O functions. Examples of I O devices 175 include controller for input devices (e.g., keyboard, mouse, trackball, pointing device), media card (e.g., audio, video, graphics), network card, and any other peripheral controllers. The token bus 180 provides an interface between the ICH 150 and various tokens in the system. A token is a device that performs dedicated input output functions with security functionalities. A token has characteristics similar to a smart card, including at least one reserved-purpose public/private key pair and the ability to sign data with the private key. Examples of tokens connected to the token bus 180 include a motherboard token 182, a token reader 184, and other portable tokens 186 (e.g., smart card). The token bus interface 159 in the ICH 150 connects through the token bus 180 to the ICH 150 and ensures that when commanded to prove the state of the isolated execution, the corresponding token (e.g., the motherboard token 182, the token 186) signs only valid isolated digest information. For purposes of security, the token should be connected to the digest memory.
When implemented in software, the elements of the present invention are the code segments to perform the necessary tasks. The program or code segments can be stored in a machine readable medium, such as a processor readable medium, or transmitted by a computer data signal embodied in a carrier wave, or a signal modulated by a carrier, over a transmission medium. The "processor readable medium" may include any medium that can store or transfer information. Examples of the processor readable medium include an electronic circuit, a semiconductor memory device, a ROM, a flash memory, an erasable programmable ROM (EPROM), a floppy diskette, a compact disk CD-ROM, an optical disk, a hard disk, a fiber optic medium, a radio frequency (RF) link, etc. The computer data signal may include any signal that can propagate over a transmission medium such as electronic network channels, optical fibers, air, electromagnetic, RF links, etc. The code segments may be downloaded via computer networks such as the Internet, Intranet, etc. GENERATING A KEY HIERARCHY FOR USE IN AN ISOLATED EXECUTION ENVIRONMENT
The present invention is a method, apparatus, and system to generate a key hierarchy for use in an isolated execution environment of a protected platform. In order to bind secrets to particular code operating in isolated execution, a key hierarchy comprising a series of symmetric keys for a standard symmetric cipher is utilized.
Figure 2 is a diagram illustrating a cipher key creator 200 according to one embodiment of the invention. The cipher key creator includes a key generator 210 and a key selector 220. Software code that is currently active in the isolated execution environment (i.e. already loaded in the isolated memory area) has a loading software code key 225 associated with it. The loading software code that is currently active is used to load subsequent software code. Software code that is being subsequently loaded into the isolated execution environment has an ID value associated with it, denoted, ID of loaded software code 228. The ID 228 can be the hash of the loaded software code. However, it might also be an approved ID of the loaded software code.
In the embodiment where the ID 228 is an approved ID of the loaded software code, the ID 228 can be communicated to the active loading software code by way of a certificate that is verified against a certificate verification root key held inside the active loading software code. In one embodiment, the certificate consists of the certificate contents and a digital signature on the certificate contents. The certificate contents may consist of at least the hash of the loaded software code and the ID 228 value. One example of a certificate that could be used is an SPKI authorization certificate (see IETF RFC 2693, Internet Engineering
Task Force Request for Comments 2693, "SPKI Certificate Theory," Ellison et. al., September 1999). However, it should be appreciated by those skilled in the art, that a wide variety of different certificate formats could be used.
The loading software code key 225 and the ID of the loaded software code 228 are provided as inputs to the key generator 210. The key generator 210 generates a loaded software code key 230 for the loaded software code. The key generator 210 generates the loaded software code key 230 utilizing a function that has the characteristics of a cryptographic hash. Thus, in one embodiment, a hashing function can be employed by the key generator 210. The key generator hashes the loading software code key 225 and the ID of loaded software code 228 to generate the loaded software code key 230. For example, an HMAC based on SHA-1 may be used (see IETF RFC 2104, Internet Engineering Task Force Request for Comments 2104, "HMAC: Keyed-Hashing for Message Authentication," Krawcyzk et. al., February 1997). However, it should be appreciated that other generally acceptable cryptographic hash functions may be used as well. Further, in one embodiment, the cryptographic hash unit 157 (Figure IC) can be used to perform the hashing function. Also, it should be appreciated that a wide variety of other types of one-way functions can be used to generate the loaded software code key 230.
Generally, the loaded software code key 230 will be the size of a hash function output value, but it could be any size provided it has at least enough bits to be cryptographically secure. However, the loaded software code key 230 for the loaded software code may not be small enough for use in a desirable symmetric cipher, such as triple-DES (Data Encryption Standard) or AES (the new Advanced Encryption Standard being chosen by the NIST (National Institute of Standards and Technology)). Therefore, the key selector 220 applies a key selection function to select a key of the proper size (e.g., 112, 168, 128 or 256 bits) from the larger loaded software code key 230 to produce a symmetric cipher key 240 for the loaded software code.
The key generator 210 performs a generation function, denoted G( ), to generate a second key (denoted K2) from a first key (denoted Kl) and an ID. The equation takes the form K2 = G(ID, Kl). In one embodiment, the second key K2 that is generated is the loaded software code key 230. Thus, the equation K2 = G(ID, Kl), generates the loaded software code key 230 utilizing the G( ) function, where the ID is the ID of the loaded software code 228 and Kl is the loading software code key 225. As previously discussed, the generation function, G( ), may be a cryptographic hashing function. The G( ) function is referenced throughout the rest of the patent to describe the generation of keys such as the processor nub key, the OS nub key, and applet keys, which will be discussed in detail later.
The key selector 220 performs a key selection function S( ) to generate a third key (denoted K3) from the second key K2. The equation takes the form K3 = S(K2). The key selection function S( ) generates K3 such that K3 is a small enough symmetric cipher key that in can be used in a desired symmetric cipher. In one embodiment, the third key K3 that is generated is the symmetric cipher key 240 for the loaded software code. As previously discussed, the key selector 220 applies the key selection function S( ) to select a symmetric cipher key 240 (K3) of the proper size (e.g., 112, 168, 128 or 256 bits) from the larger loaded software code key 230 to produce the symmetric cipher key 240 for the loaded software code. The S( ) function is referenced throughout the rest of the patent to describe the selection of cipher keys such as the processor nub cipher key, the OS nub cipher key, and applet cipher keys, which will be discussed in detail later. Every loaded software module that is currently in control of the isolated execution environment will therefore have at least two keys, the loaded software code key 230 and the symmetric cipher key 240 for the loaded software code. If multiple encryption algorithms are employed by the software module, the software module might have multiple symmetric cipher keys similar in form to the symmetric cipher key 240. In the case where there is only one key to be selected from the loaded software code key 230, that selection can use the exclusive OR of one or more disjoint segments of the longer key where those segments are the length of the desired key. In case there are multiple cryptographic keys to be generated, a function like an HMAC could be used for S( ), using as a key, a large randomly generated value that is specific to the algorithm for which the key is being generated.
The Hierarchy of Keys
Figure 3 is a diagram illustrating a process 300 for generating a key hierarchy 301 according to one embodiment of the invention. The process 300 generates the key hierarchy 301, which includes a plurality of symmetric keys generated by the cipher key creator 200, as previously discussed. The keys are utilized to bind secrets to particular code operating in isolated execution.
The isolated execution area (e.g. isolated execution ring-0 15 and isolated execution ring-3 45 shown in Figures 1A and IB) is populated in layers. Particularly relevant to isolated execution and the following discussion are the processor nub 18, the OS nub 16, and applets 46 (previously discussed in depth with reference to Figures 1 A and IB of the Architecture Overview of the patent). First the processor nub 18 is loaded and takes control of the isolated execution environment. The process 300 first generates a processor nub key
(PNK) 325 with the key generator 210. The key generator 210 uses the Initial Key (IK) 310 and the processor nub ID (PNID) 320 as inputs. The key generator 210 performs a generation function as follows: PNK = G(IK, PNID) — where IK 310 is the initial key, specific to the platform, and the PNID 320 is the ID of the processor nub. As previously discussed, the generation function, G( ), may be a cryptographic hashing function. The ID can be the hash of the code itself or some certified ID value, as discussed above. However, if it is a certified value, the processor nub loader must be able to validate the certificate holding that ID value.
Next, the process 300 generates a processor nub cipher key (PNCK) 327 utilizing the key selector 220. The key selector 220 performs a key selection function as follows: PNCK = S(PNK) — where PNK 325 is the processor nub key. As previously discussed, the key selection function S( ) generates a cipher key that is a small enough that it can be used in a desired symmetric cipher. For example, the key selector 220 applies the key selection function S( ) to select a symmetric key, PNCK 327, of the proper size (e.g., 112, 168, 128 or 256 bits) from the PNK 325. The processor nub 18 uses the PNCK 327 to protect its secrets from the OS nub 16, applets 46, and non-isolated execution code.
In one embodiment, the initial key (IK) 310 is generated by an external hardware random number generator and programmed into fuses of the of the input output control hub (ICH) 150 (Figure IC) at the time of manufacture. In another embodiment, the IK 310 is generated by the platform 100 itself, when the platform first powers up using the internal hardware random number generator 166 (Figure IC) of the platform, and is then stored in the non- volatile memory of the cryptographic key storage 155 within the ICH 150 (Figure IC). This embodiment reduces the chance of the IK 310 being compromised during manufacture. In both cases, the IK 310 is stored in the protected non- volatile memory of the cryptographic key storage 155. However, it should be appreciated the IK 310 could be stored in protected non- volatile memory within other areas of the platform.
As other software modules (e.g. the OS nub 16, applets 46, etc.) are loaded into the Isolated Execution area, the keys of the newly loaded module replace the keys of the loading module. However, the IK 310 is not replaced, but is made inaccessible by the setting of a hardware settable flag that prevents the location from being read. That flag is cleared only by the total re-initialization of the isolated area. Generated keys are overwritten and therefore become unavailable.
When the processor nub 18 is first loaded, the process 300 causes the processor nub key (PNK) 325 and processor nub cipher key (PNCK) 327 to be generated, as previously discussed. If the processor nub needs to store any secrets to be accessed only by it, it can use PNCK 327 as the cryptographic key for that purpose. When the processor nub decides to load the OS nub 16 and transfer control to it, the OS nub key (OSNK) 335 and the OS nub cipher key (OSNCK) 337 are generated, utilizing the same process 300, as previously described to generate the PNK 325 and the PNCK 327. Further, the OSNK 335 and the OSNCK 337 replace the PNK 325 and PNCK 327 in the cryptographic key storage. The OSNCK 337 is used by the OS nub to protect its secrets form other OS nubs, applets, and non-isolated execution code. Now, if there are any secrets to be made available for future uses by the OS Nub, they can be encrypted by the OSNCK 337. However, any secrets encrypted under PNCK 327 are not available to the OS nub or any other software to be loaded on this platform.
This process 300 may be successively repeated, for any and all layers of software code loading. Figure 3 shows four layers for: the processor nub, the OS nub, Applet- 1, and Applet-1 sub-process. The process 300 generates the Applet-1 key (A1K) 345 and the Applet-1 cipher key (A1CK) 347 for Applet-1 and the Applet-1 sub-process key (A1SK) 355 and the Applet-1 sub-process cipher key (A1SCK) 357 for an Applet-1 sub-process utilizing the same process 300, as previously described to generate the processor nub and OS nub keys. It should be appreciated that the key hierarchy 301 and the process 300 are only exemplary, and that other key hierarchies, as well as processes for creating these key hierarchies, are possible for protecting secrets in an isolated execution environment.
Another Embodiment for the Back-up and Restoration of Data
Figure 4 is a diagram illustrating a system 400 for saving an initial key to allow for the back-up and restoration of data according to one embodiment of the invention.
As described above, the initial key (IK) 310 is unique for each platform and is locked into that platform, (i.e. it is permanently stored in the protected non-volatile memory of the cryptographic key storage 155 (Figure IC)). Unfortunately, in this embodiment, there is no way to back up or restore the IK 310. Another embodiment of the invention permits the IK 310 to be backed-up and restored, as shown in Figure 4. This is desirable for a user who binds valuable secrets into the platform and then wants to upgrade his or her hardware at some future time. The upgrade could happen because the platform owner has decided to use newer, faster hardware. Alternatively, the upgrade could happen because the platform suddenly and catastrophically fails and needs to be replaced.
Under this embodiment, there is a key saved flag 402 in non- volatile memory that is cleared whenever a new initial key (IK) 310 is generated (not when it is restored). As long as that flag is cleared, the encryptor 404 is allowed to encrypt the IK 310. The encryptor 404 performs an encryption function to encrypt the IK 310 using a cryptographic key 420 provided by the user (presumably the platform owner). The encrypted result is the saved IK 410. The saved IK 410 is allowed to be read by anyone. In particular, the saved IK 410 is allowed to be backed up by normal backup utilities. When the saved IK 410 is generated, the key saved flag 402 is set, prohibiting any future saving of the IK 310.
At any time in the future, the user is able to provide the appropriate cryptographic key 420 and an earlier saved IK 410 to a decryptor 430 that performs a decryption function to overwrite the IK 310. This allows a platform owner to replace a failed platform including all the secrets that were bound into the isolated area of the platform. The encryption and decryption functions of the encryptor 404 and the decryptor 430, respectively, can be generally acceptable symmetric cryptographic functions, such as triple-DES (Data Encryption Standard) or AES (the new Advanced Encryption Standard being chosen by the NIST (National Institute of Standards and Technology)).
Figure 5 is a flowchart further illustrating the process to generate a key hierarchy according to one embodiment of the invention.
Upon START, the process 500 generates an initial key that is unique for the platform (e.g. based on a random number) (block 510). Then, the process 500 stores the initial key (block 520). Next, the process 500 creates a processor nub key by hashing the initial key with the ID of the processor nub (block 530). The process 500 then selects a smaller processor nub cipher key based on the processor nub key (block 540). In block 550, the process 500 creates an OS nub key by hashing the processor nub key with the ID of the OS Nub. Then, the process 500 selects a smaller OS nub cipher key based on the OS nub key
(block 560). Next, the process 500 creates an applet key by hashing the OS nub key with the ID of the applet (block 570). In block 580, the process 500 selects a smaller applet cipher key based on the applet key. The process 500 is then terminated.
While this invention has been described with reference to illustrative embodiments, this description is not intended to be construed in a limiting sense. Various modifications of the illustrative embodiments, as well as other embodiments of the invention, which are apparent to persons skilled in the art to which the invention pertains are deemed to lie within the spirit and scope of the invention.

Claims

CLAIMS:What is claimed is:
1. An apparatus comprising:
a key storage for storing an initial key; and
a cipher key creator in a protected platform creating a hierarchy of keys based upon the initial key, the protected platform having a processor configured in one of a normal execution mode and an isolated execution mode.
2. The apparatus of claim 1 wherein the initial key is unique for the platform.
3. The apparatus of claim 2 wherein the initial key is programmed into fuses of an Input/Output Control Hub (ICH).
4. The apparatus of claim 3 wherein the initial key is based on a random number.
5. The apparatus of claim 2 wherein the initial key is generated by the platform when the platform is first powered up.
6. The apparatus of claim 5 wherein the initial key is based upon a random number created by a random number generator of the platform.
7. The apparatus of claim 2 wherein the cipher key creator comprises a key generator for hashing an ID of loaded software code with a key of loading software code to create a loaded software code key.
8. The apparatus of claim 7 wherein the cipher key creator further comprises a key selector for selecting a smaller symmetric cipher key based upon the loaded software code key.
9. The apparatus of claim 8 wherein the key generator creates a processor nub key by hashing the initial key with a processor nub ID and the key selector selects a smaller processor nub cipher key based on the processor nub key.
10. The apparatus of claim 9 wherein the key generator creates an OS nub key by hashing the processor nub key with an OS nub ID and the key selector selects a smaller OS nub cipher key based on the OS nub key.
11. The apparatus of claim 10 wherein the key generator creates an applet key by hashing the OS nub key with an applet ID and the key selector selects an applet cipher key based on the applet key.
12. A method comprising:
storing an initial key; and
creating a hierarchy of keys based upon the initial key in a protected platform, the protected platform having a processor configured in one of a normal execution mode and an isolated execution mode.
13. The method of claim 12 wherein the initial key is unique for the platform.
14. The method of claim 13 wherein storing the initial key comprises programming the initial key into fuses of an Input/Output Control Hub (ICH).
15. The method of claim 14 wherein the initial key is based on a random number.
16. The method of claim 13 further comprising generating the initial key utilizing the platform when the platform is first powered up.
17. The method of claim 16 wherein generating the initial key comprises: creating a random number with a random number generator of the platform;
generating the initial key based upon the random number; and
storing the initial key in the key storage.
18. The method of claim 13 further comprising hashing an ID of loaded software code with a key of loading software code to create a loaded software code key.
19. The method of claim 18 further comprising selecting a smaller symmetric cipher key based upon the loaded software code key.
20. The method of claim 19 further comprising:
creating a processor nub key by hashing the initial key with a processor nub ID; and
selecting a smaller processor nub cipher key based on the processor nub key.
21. The method of claim 20 further comprising:
creating an OS nub key by hashing the processor nub key with an OS nub ID; and
selecting a smaller OS nub cipher key based on the OS nub key.
22. The method of claim 21 further comprising creating an applet key by hashing the OS nub key with an applet ID; and
selecting an applet cipher key based on the applet key.
23. A computer program product comprising:
a machine readable medium having program code embedded therein, the computer program product comprising:
computer readable program code for storing an initial key; and
computer readable program code for creating a hierarchy of keys based upon the initial key in a protected platform, the protected platform having a processor configured in one of a normal execution mode and an isolated execution mode.
24. The computer program product of claim 23 wherein the initial key is unique for the platform.
25. The computer program product of claim 24 wherein the computer readable program code for storing an initial key comprises computer readable program code for programming the initial key into fuses of an Input/Output Control Hub (ICH).
26. The computer program product of claim 25 wherein the initial key is based on a random number.
27. The computer program product of claim 24 further comprising computer readable program code for generating the initial key utilizing the platform when the platform is first powered up.
28. The computer program product of claim 27 wherein the computer readable program code for generating the initial key comprises:
computer readable program code for creating a random number with a random number generator of the platform;
computer readable program code for generating the initial key based upon the random number; and
computer readable program code for storing the initial key in the key storage.
29. The computer program product of claim 24 further comprising computer readable program code for hashing an ID of loaded software code with a key of loading software code to create a loaded software code key.
30. The computer program product of claim 29 further comprising computer readable program code for selecting a smaller symmetric cipher key based upon the loaded software code key.
31. The computer program product of claim 30 further comprising:
computer readable program code for creating a processor nub key by hashing the initial key with a processor nub ID; and
computer readable program code for selecting a smaller processor nub cipher key based on the processor nub key.
32. The computer program product of claim 31 further comprising: computer readable program code for creating an OS nub key by hashing the processor nub key with an OS nub ID; and
computer readable program code for selecting a smaller OS nub cipher key based on the OS nub key.
33. The computer program product of claim 32 further comprising
computer readable program code for creating an applet key by hashing the OS nub key with an applet ID; and
computer readable program code for selecting an applet cipher key based on the applet key.
34. A protected platform comprising:
a chipset;
a memory coupled to the chipset having an isolated memory area;
a processor coupled to the chipset and the memory, the processor having a normal execution mode and an isolated execution mode, processor accessing the isolated memory area when the processor is in the isolated execution mode;
a key storage for storing an initial key; and
a cipher key creator creating a hierarchy of keys based upon the initial key.
35. The protected platform of claim 34 wherein the initial key is unique for the platform.
36. The protected platform of claim 35 wherein the initial key is programmed into fuses of an Input Output Control Hub (ICH).
37. The protected platform of claim 36 wherein the initial key is based on a random number.
38. The protected platform of claim 35 wherein the initial key is generated by the platform when the platform is first powered up.
39. The protected platform of claim 38 wherein the initial key is based upon a random number created by a random number generator of the platform.
40. The protected platform of claim 35 wherein the cipher key creator comprises a key generator for hashing an ID of loaded software code with a key of loading software code to create a loaded software code key.
41. The protected platform of claim 40 wherein the cipher key creator further comprises a key selector for selecting a smaller symmetric cipher key based upon the loaded software code key.
42. The protected platform of claim 41 wherein the key generator creates a processor nub key by hashing the initial key with a processor nub ID and the key selector selects a smaller processor nub cipher key based on the processor nub key.
43. The protected platform of claim 42 wherein the key generator creates an OS nub key by hashing the processor nub key with an OS nub ID and the key selector selects a smaller OS nub cipher key based on the OS nub key.
44. The protected platform of claim 43 wherein the key generator creates an applet key by hashing the OS nub key with an applet ID and the key selector selects an applet cipher key based on the applet key.
PCT/US2001/008365 2000-03-31 2001-03-14 Generating a key hierarchy for use in an isolated execution environment WO2001075563A2 (en)

Priority Applications (5)

Application Number Priority Date Filing Date Title
GB0225043A GB2378794B (en) 2000-03-31 2001-03-14 Generating a key hierarchy for use in an isolated execution environment
DE10196006T DE10196006B4 (en) 2000-03-31 2001-03-14 Create a key hierarchy for use in an isolated execution environment
JP2001573178A JP4822646B2 (en) 2000-03-31 2001-03-14 Generating a key hierarchy for use in an isolated execution environment
AU2001243683A AU2001243683A1 (en) 2000-03-31 2001-03-14 Generating a key hierarchy for use in an isolated execution environment
HK03102699A HK1049721A1 (en) 2000-03-31 2003-04-14 Generating a key hierarchy for use in an isolated execution environment.

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US09/539,348 US6760441B1 (en) 2000-03-31 2000-03-31 Generating a key hieararchy for use in an isolated execution environment
US09/539,348 2000-03-31

Publications (2)

Publication Number Publication Date
WO2001075563A2 true WO2001075563A2 (en) 2001-10-11
WO2001075563A3 WO2001075563A3 (en) 2002-05-23

Family

ID=24150840

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2001/008365 WO2001075563A2 (en) 2000-03-31 2001-03-14 Generating a key hierarchy for use in an isolated execution environment

Country Status (9)

Country Link
US (1) US6760441B1 (en)
JP (1) JP4822646B2 (en)
CN (1) CN100386707C (en)
AU (1) AU2001243683A1 (en)
DE (1) DE10196006B4 (en)
GB (1) GB2378794B (en)
HK (1) HK1049721A1 (en)
TW (1) TW563030B (en)
WO (1) WO2001075563A2 (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1636715A2 (en) * 2003-06-19 2006-03-22 International Business Machines Corporation System and method for authenticating software using hidden intermediate keys
GB2421613A (en) * 2001-12-26 2006-06-28 Secureol Enhancements to the privilege ring structure
US9069990B2 (en) 2007-11-28 2015-06-30 Nvidia Corporation Secure information storage system and method
US9213836B2 (en) 2000-05-28 2015-12-15 Barhon Mayer, Batya System and method for comprehensive general electric protection for computers against malicious programs that may steal information and/or cause damages
GB2553376A (en) * 2016-09-06 2018-03-07 Trustonic Ltd Future constraints for hierarchical chain of trust

Families Citing this family (46)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020025045A1 (en) * 2000-07-26 2002-02-28 Raike William Michael Encryption processing for streaming media
US7281010B2 (en) * 2000-11-15 2007-10-09 Lenovo (Singapore) Pte. Ltd. Trusted computing platform with dual key trees to support multiple public/private key systems
US8479293B2 (en) * 2000-11-30 2013-07-02 Access Co., Ltd. Security technique for an open computing platform system
US7215781B2 (en) * 2000-12-22 2007-05-08 Intel Corporation Creation and distribution of a secret value between two devices
JP2003174443A (en) * 2001-12-07 2003-06-20 Sony Corp Information processor and information processing method, program storage medium, and program
US7349538B2 (en) * 2002-03-21 2008-03-25 Ntt Docomo Inc. Hierarchical identity-based encryption and signature schemes
US7069442B2 (en) 2002-03-29 2006-06-27 Intel Corporation System and method for execution of a secured environment initialization instruction
US7545931B2 (en) * 2002-04-12 2009-06-09 Microsoft Corporation Protection of application secrets
US7533270B2 (en) * 2002-04-15 2009-05-12 Ntt Docomo, Inc. Signature schemes using bilinear mappings
WO2004021638A1 (en) * 2002-08-28 2004-03-11 Docomo Communications Laboratories Usa, Inc. Certificate-based encryption and public key infrastructure
US20050044408A1 (en) * 2003-08-18 2005-02-24 Bajikar Sundeep M. Low pin count docking architecture for a trusted platform
US8139770B2 (en) 2003-12-23 2012-03-20 Wells Fargo Bank, N.A. Cryptographic key backup and escrow system
US7752322B2 (en) * 2004-03-19 2010-07-06 Sony Corporation System for ubiquitous network presence and access without cookies
US7712135B2 (en) 2004-08-05 2010-05-04 Savant Protection, Inc. Pre-emptive anti-virus protection of computing systems
US20060078790A1 (en) * 2004-10-05 2006-04-13 Polyplus Battery Company Solid electrolytes based on lithium hafnium phosphate for active metal anode protection
US20060133607A1 (en) * 2004-12-22 2006-06-22 Seagate Technology Llc Apparatus and method for generating a secret key
US8533777B2 (en) 2004-12-29 2013-09-10 Intel Corporation Mechanism to determine trust of out-of-band management agents
US8295492B2 (en) 2005-06-27 2012-10-23 Wells Fargo Bank, N.A. Automated key management system
JP4328748B2 (en) * 2005-08-23 2009-09-09 株式会社エヌ・ティ・ティ・ドコモ Key update method, key-isolated encryption system, and terminal device
US20080244275A1 (en) * 2007-03-30 2008-10-02 Motorola, Inc. Instruction Transform for the Prevention and Propagation of Unauthorized Code Injection
US9258385B2 (en) * 2007-09-25 2016-02-09 Infineon Technologies Ag Method for loading a program module into a network device and network with network devices
US8160247B2 (en) * 2007-09-27 2012-04-17 Adobe Systems Incorporated Providing local storage service to applications that run in an application execution environment
US20090119215A1 (en) * 2007-11-07 2009-05-07 Microsoft Corporation Secure e-payments
CN101739756B (en) * 2008-11-10 2012-01-11 中兴通讯股份有限公司 Method for generating secrete key of smart card
US20120066501A1 (en) * 2009-03-17 2012-03-15 Chuyu Xiong Multi-factor and multi-channel id authentication and transaction control
US9454652B2 (en) 2009-10-23 2016-09-27 Secure Vector, Llc Computer security system and method
US8429429B1 (en) * 2009-10-23 2013-04-23 Secure Vector, Inc. Computer security system and method
US8775802B1 (en) 2009-10-23 2014-07-08 Secure Vector Computer security system and method
US10242182B2 (en) 2009-10-23 2019-03-26 Secure Vector, Llc Computer security system and method
US8479286B2 (en) * 2009-12-15 2013-07-02 Mcafee, Inc. Systems and methods for behavioral sandboxing
US20120054501A1 (en) * 2010-08-25 2012-03-01 Toshiba Tec Kabushiki Kaisha Image processing apparatus
US20120069995A1 (en) * 2010-09-22 2012-03-22 Seagate Technology Llc Controller chip with zeroizable root key
US20120159127A1 (en) * 2010-12-16 2012-06-21 Microsoft Corporation Security sandbox
KR20140043068A (en) * 2011-02-17 2014-04-08 타세라, 아이엔씨. System and method for application attestation
US8990948B2 (en) 2012-05-01 2015-03-24 Taasera, Inc. Systems and methods for orchestrating runtime operational integrity
DE102012220767A1 (en) * 2012-11-14 2014-05-28 Siemens Aktiengesellschaft Methods and apparatus for installing building control software
EP2735992B1 (en) * 2012-11-22 2018-03-28 Nxp B.V. Software identification
TWI633458B (en) * 2014-02-25 2018-08-21 美商凱為公司 Semiconductor and computer for software enabled access to protected hardware resources
FR3018371B1 (en) * 2014-03-10 2016-05-06 Commissariat Energie Atomique REMOTE KEY DATA ENCRYPTION / ENCRYPTION METHOD AND SYSTEM AND PRIOR CHECK CHECK
US9489508B2 (en) 2014-11-13 2016-11-08 Seagate Technology Llc Device functionality access control using unique device credentials
US10333696B2 (en) 2015-01-12 2019-06-25 X-Prime, Inc. Systems and methods for implementing an efficient, scalable homomorphic transformation of encrypted data with minimal data expansion and improved processing efficiency
US11115205B2 (en) 2016-09-29 2021-09-07 Nokia Technologies Oy Method and apparatus for trusted computing
US10318748B2 (en) * 2016-09-30 2019-06-11 Intel Corporation Techniques to protect fuses against non-destructive attacks
CN108021812B (en) * 2016-10-28 2020-08-18 深圳市中兴微电子技术有限公司 Safe starting method and device of chip
US11438155B2 (en) * 2017-01-24 2022-09-06 Microsoft Technology Licensing, Llc Key vault enclave
EP3809625A4 (en) 2018-10-09 2021-09-08 Huawei Technologies Co., Ltd. Chip, method for generating private key, and method for trusted verification

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1998044402A1 (en) * 1997-03-27 1998-10-08 British Telecommunications Public Limited Company Copy protection of data
WO1999005600A2 (en) * 1997-07-28 1999-02-04 Apple Computer, Inc. Method and apparatus for enforcing software licenses
WO1999057863A1 (en) * 1998-05-05 1999-11-11 International Business Machines Corporation Client-server system for maintaining a user desktop consistent with server application user access permissions
WO2000062232A1 (en) * 1999-04-12 2000-10-19 Digital Media On Demand, Inc. (Dmod, Inc.) Secure electronic commerce system
EP1146715A1 (en) * 2000-03-24 2001-10-17 ContentGuard Holdings, Inc. System and method for protection of digital works

Family Cites Families (145)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4162536A (en) 1976-01-02 1979-07-24 Gould Inc., Modicon Div. Digital input/output system and method
US4037214A (en) 1976-04-30 1977-07-19 International Business Machines Corporation Key register controlled accessing system
US4247905A (en) 1977-08-26 1981-01-27 Sharp Kabushiki Kaisha Memory clear system
US4278837A (en) 1977-10-31 1981-07-14 Best Robert M Crypto microprocessor for executing enciphered programs
US4276594A (en) 1978-01-27 1981-06-30 Gould Inc. Modicon Division Digital computer with multi-processor capability utilizing intelligent composite memory and input/output modules and method for performing the same
JPS5576447A (en) 1978-12-01 1980-06-09 Fujitsu Ltd Address control system for software simulation
US4307447A (en) 1979-06-19 1981-12-22 Gould Inc. Programmable controller
US4307214A (en) 1979-12-12 1981-12-22 Phillips Petroleum Company SC2 activation of supported chromium oxide catalysts
US4319323A (en) 1980-04-04 1982-03-09 Digital Equipment Corporation Communications device for data processing system
US4366537A (en) 1980-05-23 1982-12-28 International Business Machines Corp. Authorization mechanism for transfer of program control or data between different address spaces having different storage protect keys
US4521852A (en) 1982-06-30 1985-06-04 Texas Instruments Incorporated Data processing device formed on a single semiconductor substrate having secure memory
JPS59111561A (en) 1982-12-17 1984-06-27 Hitachi Ltd Access controlling system of composite processor system
US4759064A (en) 1985-10-07 1988-07-19 Chaum David L Blind unanticipated signature systems
FR2592510B1 (en) 1985-12-31 1988-02-12 Bull Cp8 METHOD AND APPARATUS FOR CERTIFYING SERVICES OBTAINED USING A PORTABLE MEDIUM SUCH AS A MEMORY CARD
FR2601535B1 (en) 1986-07-11 1988-10-21 Bull Cp8 METHOD FOR CERTIFYING THE AUTHENTICITY OF DATA EXCHANGED BETWEEN TWO DEVICES CONNECTED LOCALLY OR REMOTELY THROUGH A TRANSMISSION LINE
FR2601525B1 (en) 1986-07-11 1988-10-21 Bull Cp8 SECURITY DEVICE PROHIBITING THE OPERATION OF AN ELECTRONIC ASSEMBLY AFTER A FIRST SHUTDOWN OF ITS POWER SUPPLY
FR2601476B1 (en) 1986-07-11 1988-10-21 Bull Cp8 METHOD FOR AUTHENTICATING EXTERNAL AUTHORIZATION DATA BY A PORTABLE OBJECT SUCH AS A MEMORY CARD
FR2618002B1 (en) 1987-07-10 1991-07-05 Schlumberger Ind Sa METHOD AND SYSTEM FOR AUTHENTICATING ELECTRONIC MEMORY CARDS
US5007082A (en) 1988-08-03 1991-04-09 Kelly Services, Inc. Computer software encryption apparatus
US5079737A (en) 1988-10-25 1992-01-07 United Technologies Corporation Memory management unit for the MIL-STD 1750 bus
US5434999A (en) 1988-11-09 1995-07-18 Bull Cp8 Safeguarded remote loading of service programs by authorizing loading in protected memory zones in a terminal
FR2640798B1 (en) 1988-12-20 1993-01-08 Bull Cp8 DATA PROCESSING DEVICE COMPRISING AN ELECTRICALLY ERASABLE AND REPROGRAMMABLE NON-VOLATILE MEMORY
US5781753A (en) 1989-02-24 1998-07-14 Advanced Micro Devices, Inc. Semi-autonomous RISC pipelines for overlapped execution of RISC-like instructions within the multiple superscalar execution units of a processor having distributed pipeline control for speculative and out-of-order execution of complex instructions
JPH0617217B2 (en) 1989-02-28 1994-03-09 水澤化学工業株式会社 Amorphous silica / alumina spherical particles and method for producing the same
US5442645A (en) 1989-06-06 1995-08-15 Bull Cp8 Method for checking the integrity of a program or data, and apparatus for implementing this method
JP2590267B2 (en) 1989-06-30 1997-03-12 株式会社日立製作所 Display control method in virtual machine
US5022077A (en) 1989-08-25 1991-06-04 International Business Machines Corp. Apparatus and method for preventing unauthorized access to BIOS in a personal computer system
CA2010591C (en) 1989-10-20 1999-01-26 Phillip M. Adams Kernels, description tables and device drivers
CA2027799A1 (en) 1989-11-03 1991-05-04 David A. Miller Method and apparatus for independently resetting processors and cache controllers in multiple processor systems
US5075842A (en) 1989-12-22 1991-12-24 Intel Corporation Disabling tag bit recognition and allowing privileged operations to occur in an object-oriented memory protection mechanism
EP0473913A3 (en) 1990-09-04 1992-12-16 International Business Machines Corporation Method and apparatus for providing a service pool of virtual machines for a plurality of vm users
US5317705A (en) 1990-10-24 1994-05-31 International Business Machines Corporation Apparatus and method for TLB purge reduction in a multi-level machine system
US5437033A (en) 1990-11-16 1995-07-25 Hitachi, Ltd. System for recovery from a virtual machine monitor failure with a continuous guest dispatched to a nonguest mode
US5255379A (en) 1990-12-28 1993-10-19 Sun Microsystems, Inc. Method for automatically transitioning from V86 mode to protected mode in a computer system using an Intel 80386 or 80486 processor
US5453003A (en) 1991-01-09 1995-09-26 Pfefferle; William C. Catalytic method
JPH04348434A (en) 1991-05-27 1992-12-03 Hitachi Ltd Virtual computer system
US5319760A (en) 1991-06-28 1994-06-07 Digital Equipment Corporation Translation buffer for virtual machines with address space match
US5522075A (en) 1991-06-28 1996-05-28 Digital Equipment Corporation Protection ring extension for computers having distinct virtual machine monitor and virtual machine address spaces
US5455909A (en) 1991-07-05 1995-10-03 Chips And Technologies Inc. Microprocessor with operation capture facility
US5274834A (en) * 1991-08-30 1993-12-28 Intel Corporation Transparent system interrupts with integrated extended memory addressing
JPH06236284A (en) 1991-10-21 1994-08-23 Intel Corp Method for preservation and restoration of computer-system processing state and computer system
US5627987A (en) 1991-11-29 1997-05-06 Kabushiki Kaisha Toshiba Memory management and protection system for virtual memory in computer system
US5486529A (en) 1992-04-16 1996-01-23 Zeneca Limited Certain pyridyl ketones for treating diseases involving leukocyte elastase
US5421006A (en) 1992-05-07 1995-05-30 Compaq Computer Corp. Method and apparatus for assessing integrity of computer system software
US5293424A (en) 1992-10-14 1994-03-08 Bull Hn Information Systems Inc. Secure memory card
US5796835A (en) 1992-10-27 1998-08-18 Bull Cp8 Method and system for writing information in a data carrier making it possible to later certify the originality of this information
JP2765411B2 (en) 1992-11-30 1998-06-18 株式会社日立製作所 Virtual computer system
EP0600112A1 (en) 1992-11-30 1994-06-08 Siemens Nixdorf Informationssysteme Aktiengesellschaft Data processing system with virtual memory addressing and memory access controlled by keys
FR2703800B1 (en) 1993-04-06 1995-05-24 Bull Cp8 Method for signing a computer file, and device for implementing it.
FR2704341B1 (en) 1993-04-22 1995-06-02 Bull Cp8 Device for protecting the keys of a smart card.
JPH06348867A (en) 1993-06-04 1994-12-22 Hitachi Ltd Microcomputer
FR2706210B1 (en) 1993-06-08 1995-07-21 Bull Cp8 Method for authenticating a portable object by an offline terminal, portable object and corresponding terminal.
US5459869A (en) 1994-02-17 1995-10-17 Spilo; Michael L. Method for providing protected mode services for device drivers and other resident software
FR2717286B1 (en) 1994-03-09 1996-04-05 Bull Cp8 Method and device for authenticating a data medium intended to allow a transaction or access to a service or a place, and corresponding medium.
US5684881A (en) 1994-05-23 1997-11-04 Matsushita Electric Industrial Co., Ltd. Sound field and sound image control apparatus and method
US5539828A (en) 1994-05-31 1996-07-23 Intel Corporation Apparatus and method for providing secured communications
US5473692A (en) 1994-09-07 1995-12-05 Intel Corporation Roving software license for a hardware agent
JPH0855023A (en) * 1994-07-25 1996-02-27 Motorola Inc System and method for data processing
US5978481A (en) 1994-08-16 1999-11-02 Intel Corporation Modem compatible method and apparatus for encrypting data that is transparent to software applications
US6058478A (en) 1994-09-30 2000-05-02 Intel Corporation Apparatus and method for a vetted field upgrade
FR2725537B1 (en) 1994-10-11 1996-11-22 Bull Cp8 METHOD FOR LOADING A PROTECTED MEMORY AREA OF AN INFORMATION PROCESSING DEVICE AND ASSOCIATED DEVICE
US5903752A (en) 1994-10-13 1999-05-11 Intel Corporation Method and apparatus for embedding a real-time multi-tasking kernel in a non-real-time operating system
US5606617A (en) 1994-10-14 1997-02-25 Brands; Stefanus A. Secret-key certificates
US6269392B1 (en) 1994-11-15 2001-07-31 Christian Cotichini Method and apparatus to monitor and locate an electronic device using a secured intelligent agent
US5615263A (en) 1995-01-06 1997-03-25 Vlsi Technology, Inc. Dual purpose security architecture with protected internal operating system
US5764969A (en) 1995-02-10 1998-06-09 International Business Machines Corporation Method and system for enhanced management operation utilizing intermixed user level and supervisory level instructions with partial concept synchronization
FR2731536B1 (en) 1995-03-10 1997-04-18 Schlumberger Ind Sa METHOD FOR SECURE INFORMATION RECORDING ON A PORTABLE MEDIUM
US5717903A (en) 1995-05-15 1998-02-10 Compaq Computer Corporation Method and appartus for emulating a peripheral device to allow device driver development before availability of the peripheral device
JP3451595B2 (en) 1995-06-07 2003-09-29 インターナショナル・ビジネス・マシーンズ・コーポレーション Microprocessor with architectural mode control capable of supporting extension to two distinct instruction set architectures
US5757915A (en) * 1995-08-25 1998-05-26 Intel Corporation Parameterized hash functions for access control
US5737760A (en) 1995-10-06 1998-04-07 Motorola Inc. Microcontroller with security logic circuit which prevents reading of internal memory by external program
JP3693721B2 (en) 1995-11-10 2005-09-07 Necエレクトロニクス株式会社 Microcomputer with built-in flash memory and test method thereof
IL116708A (en) 1996-01-08 2000-12-06 Smart Link Ltd Real-time task manager for a personal computer
WO1997025798A1 (en) 1996-01-11 1997-07-17 Mrj, Inc. System for controlling access and distribution of digital property
US5657445A (en) 1996-01-26 1997-08-12 Dell Usa, L.P. Apparatus and method for limiting access to mass storage devices in a computer system
US5835594A (en) 1996-02-09 1998-11-10 Intel Corporation Methods and apparatus for preventing unauthorized write access to a protected non-volatile storage
JPH09259104A (en) * 1996-03-21 1997-10-03 Vlsi Technol Inc Dual-purpose maintenance architecture having protected internal operating system
US5978892A (en) 1996-05-03 1999-11-02 Digital Equipment Corporation Virtual memory allocation in a virtual address space having an inaccessible gap
US6178509B1 (en) 1996-06-13 2001-01-23 Intel Corporation Tamper resistant methods and apparatus
US6205550B1 (en) 1996-06-13 2001-03-20 Intel Corporation Tamper resistant methods and apparatus
US6175925B1 (en) 1996-06-13 2001-01-16 Intel Corporation Tamper resistant player for scrambled contents
US5729760A (en) 1996-06-21 1998-03-17 Intel Corporation System for providing first type access to register if processor in first mode and second type access to register if processor not in first mode
US6055637A (en) 1996-09-27 2000-04-25 Electronic Data Systems Corporation System and method for accessing enterprise-wide resources by presenting to the resource a temporary credential
US5937063A (en) 1996-09-30 1999-08-10 Intel Corporation Secure boot
US5844986A (en) 1996-09-30 1998-12-01 Intel Corporation Secure BIOS
DE69733986T2 (en) * 1996-10-31 2006-01-26 Matsushita Electric Industrial Co., Ltd., Kadoma Device for encrypted communication with limited damage on becoming aware of a secret key
JPH10134008A (en) 1996-11-05 1998-05-22 Mitsubishi Electric Corp Semiconductor device and computer system
US5852717A (en) 1996-11-20 1998-12-22 Shiva Corporation Performance optimizations for computer networks utilizing HTTP
DE19649292A1 (en) * 1996-11-28 1998-06-04 Deutsche Telekom Ag Access protection method for pay television
US5901225A (en) 1996-12-05 1999-05-04 Advanced Micro Devices, Inc. System and method for performing software patches in embedded systems
US5757919A (en) 1996-12-12 1998-05-26 Intel Corporation Cryptographically protected paging subsystem
US5818939A (en) 1996-12-18 1998-10-06 Intel Corporation Optimized security functionality in an electronic system
US6412035B1 (en) 1997-02-03 2002-06-25 Real Time, Inc. Apparatus and method for decreasing the response times of interrupt service routines
US5953502A (en) 1997-02-13 1999-09-14 Helbig, Sr.; Walter A Method and apparatus for enhancing computer system security
US6272637B1 (en) 1997-04-14 2001-08-07 Dallas Semiconductor Corporation Systems and methods for protecting access to encrypted information
US6557104B2 (en) * 1997-05-02 2003-04-29 Phoenix Technologies Ltd. Method and apparatus for secure processing of cryptographic keys
US6128387A (en) * 1997-05-19 2000-10-03 Industrial Technology Research Institute Method and system for using a non-inversible transform and dynamic keys to protect firmware
US6075938A (en) 1997-06-10 2000-06-13 The Board Of Trustees Of The Leland Stanford Junior University Virtual machine monitors for scalable multiprocessors
US5987557A (en) 1997-06-19 1999-11-16 Sun Microsystems, Inc. Method and apparatus for implementing hardware protection domains in a system with no memory management unit (MMU)
US6014745A (en) 1997-07-17 2000-01-11 Silicon Systems Design Ltd. Protection for customer programs (EPROM)
US6212635B1 (en) 1997-07-18 2001-04-03 David C. Reardon Network security system allowing access and modification to a security subsystem after initial installation when a master token is in place
DE19735948C1 (en) 1997-08-19 1998-10-01 Siemens Nixdorf Inf Syst Method for improving controllability in data processing equipment with translation-look-aside-buffer (TLB)
US6282657B1 (en) 1997-09-16 2001-08-28 Safenet, Inc. Kernel mode protection
US6148379A (en) 1997-09-19 2000-11-14 Silicon Graphics, Inc. System, method and computer program product for page sharing between fault-isolated cells in a distributed shared memory system
US6182089B1 (en) 1997-09-23 2001-01-30 Silicon Graphics, Inc. Method, system and computer program product for dynamically allocating large memory pages of different sizes
US5970147A (en) 1997-09-30 1999-10-19 Intel Corporation System and method for configuring and registering a cryptographic device
US6061794A (en) 1997-09-30 2000-05-09 Compaq Computer Corp. System and method for performing secure device communications in a peer-to-peer bus architecture
US6357004B1 (en) 1997-09-30 2002-03-12 Intel Corporation System and method for ensuring integrity throughout post-processing
US6085296A (en) 1997-11-12 2000-07-04 Digital Equipment Corporation Sharing memory pages and page tables among computer processes
US6219787B1 (en) 1997-12-22 2001-04-17 Texas Instruments Incorporated Method and apparatus for extending security model to native code
US6378072B1 (en) * 1998-02-03 2002-04-23 Compaq Computer Corporation Cryptographic system
US6308270B1 (en) 1998-02-13 2001-10-23 Schlumberger Technologies, Inc. Validating and certifying execution of a software program with a smart card
ATE296519T1 (en) * 1998-03-16 2005-06-15 Intertrust Tech Corp STREAMING MEDIA PLAYER WITH CONTINUOUS CONTROL AND PROTECTION OF MEDIA CONTENT
US6192455B1 (en) 1998-03-30 2001-02-20 Intel Corporation Apparatus and method for preventing access to SMRAM space through AGP addressing
US6374286B1 (en) 1998-04-06 2002-04-16 Rockwell Collins, Inc. Real time processor capable of concurrently running multiple independent JAVA machines
US6397242B1 (en) 1998-05-15 2002-05-28 Vmware, Inc. Virtualization system including a virtual machine monitor for a computer with a segmented architecture
FR2778998B1 (en) 1998-05-20 2000-06-30 Schlumberger Ind Sa METHOD FOR AUTHENTICATING A PERSONAL CODE OF A USER OF AN INTEGRATED CIRCUIT CARD
JPH11346214A (en) * 1998-06-02 1999-12-14 Nec Corp Multi-address distribution system
US6421702B1 (en) 1998-06-09 2002-07-16 Advanced Micro Devices, Inc. Interrupt driven isochronous task scheduler system
US6505279B1 (en) 1998-08-14 2003-01-07 Silicon Storage Technology, Inc. Microcontroller system having security circuitry to selectively lock portions of a program memory address space
US6339815B1 (en) 1998-08-14 2002-01-15 Silicon Storage Technology, Inc. Microcontroller system having allocation circuitry to selectively allocate and/or hide portions of a program memory address space
JP2000076139A (en) 1998-08-28 2000-03-14 Nippon Telegr & Teleph Corp <Ntt> Portable information storage medium
US6363485B1 (en) 1998-09-09 2002-03-26 Entrust Technologies Limited Multi-factor biometric authenticating device and method
US6463535B1 (en) 1998-10-05 2002-10-08 Intel Corporation System and method for verifying the integrity and authorization of software before execution in a local platform
US6230248B1 (en) 1998-10-12 2001-05-08 Institute For The Development Of Emerging Architectures, L.L.C. Method and apparatus for pre-validating regions in a virtual addressing scheme
US6330670B1 (en) 1998-10-26 2001-12-11 Microsoft Corporation Digital rights management operating system
US6445797B1 (en) * 1998-12-16 2002-09-03 Secure Choice Llc Method and system for performing secure electronic digital streaming
US6463537B1 (en) 1999-01-04 2002-10-08 Codex Technologies, Inc. Modified computer motherboard security and identification system
EP1030237A1 (en) 1999-02-15 2000-08-23 Hewlett-Packard Company Trusted hardware device in a computer
US6272533B1 (en) 1999-02-16 2001-08-07 Hendrik A. Browne Secure computer system and method of providing secure access to a computer system including a stand alone switch operable to inhibit data corruption on a storage device
US6389537B1 (en) 1999-04-23 2002-05-14 Intel Corporation Platform and method for assuring integrity of trusted agent communications
US6735313B1 (en) * 1999-05-07 2004-05-11 Lucent Technologies Inc. Cryptographic method and apparatus for restricting access to transmitted programming content using hash functions and program identifiers
US6321314B1 (en) 1999-06-09 2001-11-20 Ati International S.R.L. Method and apparatus for restricting memory access
US6633981B1 (en) 1999-06-18 2003-10-14 Intel Corporation Electronic system and method for controlling access through user authentication
US6158546A (en) 1999-06-25 2000-12-12 Tenneco Automotive Inc. Straight through muffler with conically-ended output passage
US6301646B1 (en) 1999-07-30 2001-10-09 Curl Corporation Pointer verification system and method
JP2001148344A (en) 1999-09-09 2001-05-29 Nikon Corp Aligner, method for controlling output of energy source, laser using the method and method for manufacturing device
US6535988B1 (en) 1999-09-29 2003-03-18 Intel Corporation System for detecting over-clocking uses a reference signal thereafter preventing over-clocking by reducing clock rate
US6374317B1 (en) 1999-10-07 2002-04-16 Intel Corporation Method and apparatus for initializing a computer interface
US6292874B1 (en) 1999-10-19 2001-09-18 Advanced Technology Materials, Inc. Memory management method and apparatus for partitioning homogeneous memory and restricting access of installed applications to predetermined memory ranges
AU2001251701A1 (en) 2000-02-25 2001-09-03 Identix Incorporated Secure transaction system
WO2001065366A1 (en) 2000-03-02 2001-09-07 Alarity Corporation System and method for process protection
US6507904B1 (en) 2000-03-31 2003-01-14 Intel Corporation Executing isolated mode instructions in a secure system running in privilege rings
US6633963B1 (en) 2000-03-31 2003-10-14 Intel Corporation Controlling access to multiple memory zones in an isolated execution environment
US6795905B1 (en) 2000-03-31 2004-09-21 Intel Corporation Controlling accesses to isolated memory using a memory controller for isolated execution

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1998044402A1 (en) * 1997-03-27 1998-10-08 British Telecommunications Public Limited Company Copy protection of data
WO1999005600A2 (en) * 1997-07-28 1999-02-04 Apple Computer, Inc. Method and apparatus for enforcing software licenses
WO1999057863A1 (en) * 1998-05-05 1999-11-11 International Business Machines Corporation Client-server system for maintaining a user desktop consistent with server application user access permissions
WO2000062232A1 (en) * 1999-04-12 2000-10-19 Digital Media On Demand, Inc. (Dmod, Inc.) Secure electronic commerce system
EP1146715A1 (en) * 2000-03-24 2001-10-17 ContentGuard Holdings, Inc. System and method for protection of digital works

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9213836B2 (en) 2000-05-28 2015-12-15 Barhon Mayer, Batya System and method for comprehensive general electric protection for computers against malicious programs that may steal information and/or cause damages
GB2421613A (en) * 2001-12-26 2006-06-28 Secureol Enhancements to the privilege ring structure
GB2391650B (en) * 2001-12-26 2006-08-30 Yaron Mayer System and method for comprehensive general generic protection for computers against malicious programs that may steal information and/or cause damages
GB2421613B (en) * 2001-12-26 2006-08-30 Secureol System and method for comprehensive general generic protection for computers against malicious programs that may steal information and/or cause damages
KR100974161B1 (en) * 2003-06-19 2010-08-04 인터내셔널 비지네스 머신즈 코포레이션 System and method for authenticating software using hidden intermediate keys
KR100896625B1 (en) 2003-06-19 2009-05-08 인터내셔널 비지네스 머신즈 코포레이션 System and method for authenticating software using hidden intermediate keys
EP1636715A2 (en) * 2003-06-19 2006-03-22 International Business Machines Corporation System and method for authenticating software using hidden intermediate keys
EP1636715A4 (en) * 2003-06-19 2009-03-25 Ibm System and method for authenticating software using hidden intermediate keys
US9069990B2 (en) 2007-11-28 2015-06-30 Nvidia Corporation Secure information storage system and method
GB2553376A (en) * 2016-09-06 2018-03-07 Trustonic Ltd Future constraints for hierarchical chain of trust
CN107798233A (en) * 2016-09-06 2018-03-13 信特尼有限公司 It is classified the following constraint of trust chain
US10594493B2 (en) 2016-09-06 2020-03-17 Trustonic Limited Future constraints for hierarchical chain of trust
CN107798233B (en) * 2016-09-06 2022-01-07 信特尼有限公司 Method and electronic device for configuring target domains of hierarchical trust chain

Also Published As

Publication number Publication date
DE10196006B4 (en) 2008-07-24
HK1049721A1 (en) 2003-05-23
US6760441B1 (en) 2004-07-06
DE10196006T1 (en) 2003-04-03
GB2378794A (en) 2003-02-19
CN100386707C (en) 2008-05-07
JP4822646B2 (en) 2011-11-24
JP2003529984A (en) 2003-10-07
WO2001075563A3 (en) 2002-05-23
GB0225043D0 (en) 2002-12-04
AU2001243683A1 (en) 2001-10-15
TW563030B (en) 2003-11-21
CN1421000A (en) 2003-05-28
GB2378794B (en) 2004-07-28

Similar Documents

Publication Publication Date Title
US6760441B1 (en) Generating a key hieararchy for use in an isolated execution environment
US7082615B1 (en) Protecting software environment in isolated execution
US6795905B1 (en) Controlling accesses to isolated memory using a memory controller for isolated execution
US6507904B1 (en) Executing isolated mode instructions in a secure system running in privilege rings
US6996710B1 (en) Platform and method for issuing and certifying a hardware-protected attestation key
US6941458B1 (en) Managing a secure platform using a hierarchical executive architecture in isolated execution mode
US6633963B1 (en) Controlling access to multiple memory zones in an isolated execution environment
US6678825B1 (en) Controlling access to multiple isolated memories in an isolated execution environment
US7194634B2 (en) Attestation key memory device and bus
US6934817B2 (en) Controlling access to multiple memory zones in an isolated execution environment
US6990579B1 (en) Platform and method for remote attestation of a platform
US8671275B2 (en) Mechanism to handle events in a machine with isolated execution
US7392415B2 (en) Sleep protection
US7085935B1 (en) Managing a secure environment using a chipset in isolated execution mode
US7013481B1 (en) Attestation key memory device and bus
JP3982687B2 (en) Controlling access to multiple isolated memories in an isolated execution environment
US6754815B1 (en) Method and system for scrubbing an isolated area of memory after reset of a processor operating in isolated execution mode if a cleanup flag is set
US20020144121A1 (en) Checking file integrity using signature generated in isolated execution
US7073071B1 (en) Platform and method for generating and utilizing a protected audit log
US7089418B1 (en) Managing accesses in a processor for isolated execution
US7111176B1 (en) Generating isolated bus cycles for isolated execution
US6769058B1 (en) Resetting a processor in an isolated execution environment

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A2

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BY BZ CA CH CN CO CR CU CZ DE DK DM DZ EE ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NO NZ PL PT RO RU SD SE SG SI SK SL TJ TM TR TT TZ UA UG US UZ VN YU ZA ZW

AL Designated countries for regional patents

Kind code of ref document: A2

Designated state(s): GH GM KE LS MW MZ SD SL SZ TZ UG ZW AM AZ BY KG KZ MD RU TJ TM AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE TR BF BJ CF CG CI CM GA GN GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
DFPE Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101)
AK Designated states

Kind code of ref document: A3

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BY BZ CA CH CN CO CR CU CZ DE DK DM DZ EE ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NO NZ PL PT RO RU SD SE SG SI SK SL TJ TM TR TT TZ UA UG US UZ VN YU ZA ZW

AL Designated countries for regional patents

Kind code of ref document: A3

Designated state(s): GH GM KE LS MW MZ SD SL SZ TZ UG ZW AM AZ BY KG KZ MD RU TJ TM AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE TR BF BJ CF CG CI CM GA GN GW ML MR NE SN TD TG

ENP Entry into the national phase

Ref document number: 2001 573178

Country of ref document: JP

Kind code of ref document: A

WWE Wipo information: entry into national phase

Ref document number: 018074014

Country of ref document: CN

WWE Wipo information: entry into national phase

Ref document number: GB0225043.9

Country of ref document: GB

122 Ep: pct application non-entry in european phase
REG Reference to national code

Ref country code: DE

Ref legal event code: 8607