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 64
|
Source: tpm-tools
Section: admin
Priority: optional
Maintainer: Pierre Chifflier <pollux@debian.org>
Build-Depends:
debhelper (>= 10), automake, libopencryptoki-dev,
libtspi-dev (>= 0.3.10),
quilt, autopoint
Standards-Version: 4.6.1
Homepage: http://trousers.sourceforge.net/
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/debian/tpm-tools
Vcs-Git: https://salsa.debian.org/debian/tpm-tools.git
Package: tpm-tools
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, 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.
Package: tpm-tools-pkcs11
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, opencryptoki, trousers
Breaks: tpm-tools (<< 1.3.9.1-0.2~)
Replaces: tpm-tools (<< 1.3.9.1-0.2~)
Description: Management tools for the TPM hardware (PKCS#11 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 commands to utilize some of the capabilities available
in the TPM PKCS#11 interface implemented in the openCryptoki project.
Package: libtpm-unseal1
Section: libs
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
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-unseal1 (= ${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.
|