91aa6efa85
- Fix CVE-2021-3565: A flaw was found in tpm2-tools in versions before 5.1.1 and before 4.3.2. tpm2_import used a fixed AES key for the inner wrapper, potentially allowing a MITM attacker to unwrap the inner portion and reveal the key being imported. The highest threat from this vulnerability is to data confidentiality. - LICENSE moved in doc directory since23aa5dca66
and hash updated due to the following line added with305011b2a7
Copyright 2019 Fraunhofer SIT sponsored by Infineon Technologies AG - libuuid and wchar (for mbstate_t) are mandatory since version 4.2 andeca77c1419
https://github.com/tpm2-software/tpm2-tools/blob/4.3.2/doc/CHANGELOG.md Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
26 lines
905 B
Plaintext
26 lines
905 B
Plaintext
config BR2_PACKAGE_TPM2_TOOLS
|
|
bool "tpm2-tools"
|
|
depends on !BR2_STATIC_LIBS # tpm2-tss
|
|
depends on BR2_USE_WCHAR
|
|
select BR2_PACKAGE_LIBCURL
|
|
select BR2_PACKAGE_OPENSSL
|
|
select BR2_PACKAGE_TPM2_TSS
|
|
select BR2_PACKAGE_UTIL_LINUX
|
|
select BR2_PACKAGE_UTIL_LINUX_LIBUUID
|
|
help
|
|
TPM (Trusted Platform Module) 2.0 CLI tools based on system
|
|
API of TPM2-TSS. These tools can be used to manage keys,
|
|
perform encryption/decryption/signing/etc crypto operations,
|
|
and manage non-volatile storage through a TPM2.0 HW
|
|
implementation.
|
|
|
|
Notice: An in-kernel resource manager is provided by the
|
|
Linux kernel since 4.12. Depending on use cases and kernel
|
|
version, the user space resource manager provided by
|
|
tpm2-abrmd may be needed.
|
|
|
|
https://github.com/tpm2-software/tpm2-tools
|
|
|
|
comment "tpm2-tools needs a toolchain w/ dynamic library, wchar"
|
|
depends on BR2_STATIC_LIBS || !BR2_USE_WCHAR
|