1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
|
Source: tpm-tools
Section: admin
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends:
debhelper (>= 7), autotools-dev, automake, libopencryptoki-dev, libtspi-dev,
quilt
Standards-Version: 3.8.3
Homepage: http://trousers.sourceforge.net/
Package: tpm-tools
Section: admin
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, opencryptoki, trousers
Description: Management tools for the TPM hardware (tools)
tpm-tools is a group of tools to manage and utilize the Trusted Computing
Group's TPM hardware. TPM hardware can create, store and use RSA keys securely
(without ever being exposed in memory), verify a platform's software state
using cryptographic hashes and more.
.
This package contains tools 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.
Package: tpm-tools-dbg
Section: debug
Priority: extra
Architecture: any
Depends:
${misc:Depends}, tpm-tools (= ${binary:Version}),
libtpm-unseal0 (= ${binary:Version}), libtpm-unseal-dev (= ${binary:Version})
Description: Management tools for the TPM hardware (debug)
tpm-tools is a group of tools to manage and utilize the Trusted Computing
Group's TPM hardware. TPM hardware can create, store and use RSA keys securely
(without ever being exposed in memory), verify a platform's software state
using cryptographic hashes and more.
.
This package contains the debugging symbols.
Package: libtpm-unseal0
Section: libs
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Management tools for the TPM hardware (library)
tpm-tools is a group of tools to manage and utilize the Trusted Computing
Group's TPM hardware. TPM hardware can create, store and use RSA keys
securely (without ever being exposed in memory), verify a platform's
software state using cryptographic hashes and more.
.
This package contains the library.
Package: libtpm-unseal-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, libtpm-unseal0 (= ${binary:Version})
Description: Management tools for the TPM hardware (development)
tpm-tools is a group of tools to manage and utilize the Trusted Computing
Group's TPM hardware. TPM hardware can create, store and use RSA keys
securely (without ever being exposed in memory), verify a platform's
software state using cryptographic hashes and more.
.
This package contains the development files.
|