Skip to content

Latest commit

 

History

History
70 lines (53 loc) · 3.38 KB

File metadata and controls

70 lines (53 loc) · 3.38 KB

TPM Reference Code - Introduction

See Also

Introduction

This documentation describes the TPM Reference Code contained in this repository. It describes the code's implementation in terms of its technical architecture and layout.

Status of this documentation

Certain parts of the Reference code, as published in the Trusted Computing Group TPM2.0 specification (see References) are NORMATIVE to the TPM 2.0 Specification. As detailed in the Specification, it is the behavior of the code (vis-a-vis the implementation) that is normative.

"This documentation" or "this document" refers to the combined documentation in this repository which is informative and describes this particular implementation. This documentation is not part of the TCG TPM 2.0 specification.

Cryptographic Prerequisites

This documentation assumes the reader is well versed in the relevant cryptographic concepts and terminology and may not necessarily explain common terms or abbreviations.

Notations

Mathematical formulae in this document use the caret ^ to indicate exponentiation operations unless otherwise noted. For example: 2^3 = 8. This differs from the XOR meaning of ^ in C code.

Abbreviations & Terms

Term Meaning
ECC Elliptic Curve Cryptography (not Error Correction Coding)
RSA The RSA cryptographic algorithm and related topics
TCG Trusted Computing Group.

References

These references are links to the current versions at the time of this writing, but may not be the most current. All references in any part of this documentation will refer to this list by number.

  1. Latest TCG TPM 2.0 Specification
  2. TPM2 Specification Part 1 - Architecture v1.83
  3. TPM2 Specification Part 2 - Structures v1.83
  4. TPM2 Specification Part 3 - Commands v1.83
  5. TPM2 Specification Part 4 - Supporting Routines v1.83
  6. TCG PC Client Platform Firmware Profile Specification v1.05 r23
  7. TCG PC Client Platform TPM Profile v1.05 r14