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 65 66 67 68 69 70 71 72 73 74 75 76 77 78
|
Source: tpm2-pkcs11
Section: libs
Priority: optional
Maintainer: Alvin Chen <sonoma001@gmail.com>
Uploaders: SZ Lin (林上智) <szlin@debian.org>
Build-Depends: autoconf-archive ,
automake ,
dbus ,
debhelper-compat (= 13),
dh-python,
libcmocka-dev ,
libsqlite3-dev ,
libssl-dev (>= 1.0.2g),
libtss2-dev (>= 2.0),
libyaml-dev,
openssl (>= 1.0.2g),
pkg-config (>= 0.29-6),
tpm2-abrmd (>= 2.1.0),
tpm2-tools,
gnupg
Build-Depends-Indep:
dh-sequence-python3,
python3-all,
python3-cryptography,
python3-pyasn1,
python3-pyasn1-modules,
python3-setuptools,
python3-yaml,
Standards-Version: 4.5.1
Homepage: https://github.com/tpm2-software/tpm2-pkcs11
Vcs-Browser: https://salsa.debian.org/debian/tpm2-pkcs11
Vcs-Git: https://salsa.debian.org/debian/tpm2-pkcs11.git
Rules-Requires-Root: no
Package: libtpm2-pkcs11-1
Architecture: linux-any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: pkcs11 library for tpm2
tpm2-pkcs11 is a utility to provide a PKCS#11 backend for a TPM 2.0 (Trusted
Platform Module) chip in order to access cryptographic services from tokens/
devices such as hardware security modules (HSM), smart cards, etc.
Provides the library
Package: libtpm2-pkcs11-1-dev
Section: libdevel
Architecture: linux-any
Depends: libtpm2-pkcs11-1 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: pkcs11 library for tpm2 - development files
tpm2-pkcs11 is a utility to provide a PKCS#11 backend for a TPM 2.0 (Trusted
Platform Module) chip in order to access cryptographic services from tokens/
devices such as hardware security modules (HSM), smart cards, etc.
Package: libtpm2-pkcs11-tools
Section: utils
Architecture: all
Multi-Arch: foreign
Depends: python3-tpm2-pkcs11-tools (>= ${source:Version}),
${python3:Depends},
${misc:Depends},
Description: pkcs11 library for tpm2 - command-line tools
tpm2-pkcs11 is a utility to provide a PKCS#11 backend for a TPM 2.0 (Trusted
Platform Module) chip in order to access cryptographic services from tokens/
devices such as hardware security modules (HSM), smart cards, etc.
.
This package provides the tpm2_ptool command-line utility.
Package: python3-tpm2-pkcs11-tools
Section: python
Architecture: all
Depends: tpm2-tools, ${python3:Depends}, ${misc:Depends}
Description: pkcs11 library for tpm2 - Python library
tpm2-pkcs11 is a utility to provide a PKCS#11 backend for a TPM 2.0 (Trusted
Platform Module) chip in order to access cryptographic services from tokens/
devices such as hardware security modules (HSM), smart cards, etc.
.
This package provides the Python library.
|