• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

dist/H21-Feb-2017-175126

include/H21-Feb-2017-994689

lib/H03-May-2022-3,7292,649

m4/H21-Feb-2017-11,52910,427

man/H21-Feb-2017-5,2104,253

patches/H23-Aug-2016-

po/H21-Feb-2017-1,7521,453

po_/H23-Jul-2014-1,157927

src/H21-Feb-2017-11,0797,956

test/H14-Feb-2017-262205

.gitignoreH A D23-Jul-20141.3 KiB7270

ABOUT-NLSH A D21-Feb-201778.7 KiB1,1121,065

LICENSEH A D21-Feb-201711.3 KiB214170

Makefile.amH A D21-Feb-20171.1 KiB348

Makefile.inH A D21-Feb-201723.9 KiB779665

READMEH A D21-Feb-20171.4 KiB5540

aclocal.m4H A D21-Feb-201734.6 KiB977879

bootstrap.shH A D21-Feb-20171 KiB357

cleanup.shH A D21-Feb-20171.3 KiB4622

config.guessH A D21-Feb-201743.9 KiB1,5021,291

config.h.inH A D21-Feb-20173 KiB11579

config.rpathH A D21-Feb-201715.8 KiB615517

config.subH A D21-Feb-201733.6 KiB1,7061,558

configureH A D03-May-2022501.4 KiB17,48014,038

configure.acH A D21-Feb-20174.5 KiB161136

depcompH A D21-Feb-201718.2 KiB631407

install-shH A D21-Feb-201713.3 KiB521344

ltmain.shH A D21-Feb-2017237.5 KiB8,4076,475

missingH A D21-Feb-201711.2 KiB377281

README

1
2 tpm-tools
3
4 Copyright (C) 2005, 2006 International Business Machines Corporation
5 All Rights Reserved.
6
7
8 DESCRIPTION
9 -----------
10 tpm-tools is an open-source package designed to enable user and application
11 enablement of Trusted Computing using a Trusted Platform Module (TPM),
12 similar to a smart card environment.  Trusted Computing is a set of
13 specifications set forth by the Trusted Computing Group (TCG).  For more
14 information on the TCG and Trusted Computing please visit the Trusted
15 Computing Group website at:
16   http://www.trustedcomputinggroup.org.
17
18 The tpm-tools package contains commands to allow the platform administrator
19 the ability to manage and diagnose the platform's TPM.  Additionally, the
20 package contains commands to utilize some of the capabilities available
21 in the TPM PKCS#11 interface implemented in the openCryptoki project.
22
23 The tpm-tools package is released under the Common Public License.
24
25
26 BUILD REQUIREMENTS
27 ----- ------------
28 Packages needed to build:
29
30  automake
31  autoconf
32  libtool
33  gettext
34  gettext-devel
35  trousers
36  trousers-devel
37
38  optional (for PKCS#11 support - tpmtoken commands)
39    openssl-0.9.7 or newer
40    openssl-devel-0.9.7 or newer
41    opencryptoki-2.2.0 or newer
42
43
44 BUILDING tpm-tools
45 -------- ---------
46 $ sh ./bootstrap.sh
47 $ ./configure
48 $ make
49 # make install
50
51 By default the build will place everything in /usr/local. Issue
52   ./configure --help
53 to see how to install to a different location.
54
55