tree: df71f5cc223932d5d6ad1d85c39ffb6a545318f3 [path history] [tgz]
  1. lib/
  2. test/
  3. .gitignore
  4. bootstrap
  5. configure.ac
  6. LICENSE
  7. Makefile.am
  8. README.md
TPM2-Plugin/README.md

Introduction

This is TPM2-Plugin to load asymetric key pairs to TPM2.0 module. The private part of keys can only be used for signing when it is loaded in TPM module. Loading Password protected Primary Keys in plugin requires the setting of the following ENVIRONMENT Variable:

TPM_PRK_PASSWORD

The plugin will read this and setup hmac appropriately for the session.

Build

./bootstrap
./configure --prefix test

Installation and Uninstallation

make install
make clean
make distclean