Menu

Tree [db17ac] master /
 History

HTTPS access


File Date Author Commit
 dist 2011-08-15 Stefan Berger Stefan Berger [051dd8] Update rpm spec file for perl dependency
 include 2013-05-14 Kent Yoder Kent Yoder [c85d95] tpm-tools: replace memset with an implementatio...
 lib 2017-05-22 Matthias Gerstner Matthias Gerstner [db17ac] tpm_getpubek: clearly label modulus, also outpu...
 man 2013-04-11 Wang Xiaokai Wang Xiaokai [154e3f] add tpm_getstatus command, add r/w locality set...
 po_ 2005-05-31 tlendacky tlendacky [eeb76b] I18N changes
 src 2017-02-18 Hon Ching(Vicky) Lo Hon Ching(Vicky) Lo [5c5126] Fix missing EVP_CIPHER_CTX initialization
 test 2007-11-20 kyoder kyoder [477bfa] initial add
 .gitignore 2013-04-11 Wang Xiaokai Wang Xiaokai [154e3f] add tpm_getstatus command, add r/w locality set...
 LICENSE 2005-05-17 kylene kylene [4e79bc] Initial revision
 Makefile.am 2010-02-01 Steve Grubb Steve Grubb [f6133b] Make distcheck fixes.
 README 2010-02-01 Rajiv Andrade Rajiv Andrade [2bc51f] Typos fixed.
 bootstrap.sh 2010-02-01 Steve Grubb Steve Grubb [9bcf49] Fixed config.rpath lookup and cleaned up bootst...
 cleanup.sh 2006-02-15 tlendacky tlendacky [08e206] Eliminate compiler warnings
 configure.ac 2016-11-19 Hon Ching(Vicky) Lo Hon Ching(Vicky) Lo [80954a] Bumped version to 1.3.9

Read Me

 tpm-tools

 Copyright (C) 2005, 2006 International Business Machines Corporation
 All Rights Reserved.


 DESCRIPTION
 -----------
 tpm-tools is an open-source package designed to enable user and application
 enablement of Trusted Computing using a Trusted Platform Module (TPM),
 similar to a smart card environment.  Trusted Computing is a set of
 specifications set forth by the Trusted Computing Group (TCG).  For more
 information on the TCG and Trusted Computing please visit the Trusted
 Computing Group website at:
   http://www.trustedcomputinggroup.org.

 The tpm-tools package contains commands to allow the platform administrator
 the ability to manage and diagnose the platform's TPM.  Additionally, the
 package contains commands to utilize some of the capabilities available
 in the TPM PKCS#11 interface implemented in the openCryptoki project.

 The tpm-tools package is released under the Common Public License.


 BUILD REQUIREMENTS
 ----- ------------
 Packages needed to build:

  automake
  autoconf
  libtool
  gettext
  gettext-devel
  trousers
  trousers-devel

  optional (for PKCS#11 support - tpmtoken commands)
    openssl-0.9.7 or newer
    openssl-devel-0.9.7 or newer
    opencryptoki-2.2.0 or newer


 BUILDING tpm-tools
 -------- ---------
 $ sh ./bootstrap.sh
 $ ./configure
 $ make
 # make install

 By default the build will place everything in /usr/local. Issue
   ./configure --help
 to see how to install to a different location.