tree: e5eb02ec67fbdb2254e4e22505d1e7e59c58cb6e [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.

Build

./bootstrap ./configure --prefix test

Installation

make install

###Uninstall

make clean make distclean