Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theopolis/tpm-tools
tpm-tools mirror from TroSerS
https://github.com/theopolis/tpm-tools
Last synced: 19 days ago
JSON representation
tpm-tools mirror from TroSerS
- Host: GitHub
- URL: https://github.com/theopolis/tpm-tools
- Owner: theopolis
- License: other
- Created: 2015-08-31T03:16:31.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-31T03:18:46.000Z (about 9 years ago)
- Last Synced: 2023-03-22T18:12:38.460Z (over 1 year ago)
- Language: Shell
- Size: 598 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
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-developtional (for PKCS#11 support - tpmtoken commands)
openssl-0.9.7 or newer
openssl-devel-0.9.7 or newer
opencryptoki-2.2.0 or newerBUILDING tpm-tools
-------- ---------
$ sh ./bootstrap.sh
$ ./configure
$ make
# make installBy default the build will place everything in /usr/local. Issue
./configure --help
to see how to install to a different location.