Index of /archives/NetBSD/NetBSD-release-10/src/crypto/external/cpl/tpm-tools/dist
Name Last modified Size Description
Parent Directory -
CVS/ 2022-12-18 05:37 -
dist/ 2022-12-18 05:31 -
include/ 2022-12-18 05:31 -
lib/ 2022-12-18 05:31 -
m4/ 2022-12-18 05:31 -
man/ 2022-12-18 05:31 -
po/ 2022-12-18 05:31 -
po_/ 2022-12-18 05:31 -
src/ 2022-12-18 05:31 -
test/ 2022-12-18 05:31 -
bootstrap.sh 2019-01-08 00:37 1.0K
Makefile.am 2012-01-28 11:57 1.1K
.gitignore 2019-01-08 00:37 1.3K
cleanup.sh 2019-01-08 00:37 1.3K
README 2012-01-28 11:57 1.4K
config.h.in 2019-01-08 00:37 3.0K
configure.ac 2019-01-08 00:37 4.5K
missing 2012-01-28 11:56 11K
LICENSE 2012-01-28 11:57 11K
install-sh 2012-01-28 11:56 13K
config.rpath 2012-01-28 11:57 16K
depcomp 2012-01-28 11:56 18K
Makefile.in 2019-01-08 00:37 24K
aclocal.m4 2019-01-08 00:37 35K
config.sub 2017-02-01 18:26 36K
config.guess 2020-11-17 19:35 43K
ABOUT-NLS 2012-01-28 11:57 79K
ltmain.sh 2019-01-08 00:37 238K
configure 2019-01-08 00:37 501K
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.