tree: 4f65ece2ede295075fec19c1e99c9cedf0bf5147 [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