summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/tpm2-tss/Config.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/package/tpm2-tss/Config.in b/package/tpm2-tss/Config.in
index 2fb5b0f213..2d619750f8 100644
--- a/package/tpm2-tss/Config.in
+++ b/package/tpm2-tss/Config.in
@@ -17,7 +17,7 @@ config BR2_PACKAGE_TPM2_TSS
variants may be useful for integration into event-driven
programming environments. Both the synchronous and
asynchronous API are exposed through a single library:
- libsapi.
+ libtss2-sys.
* TPM Command Transmission Interface (TCTI) that is described
in the same specification. This API provides a standard
@@ -26,10 +26,10 @@ config BR2_PACKAGE_TPM2_TSS
implementing the TCTI API will be implemented as a way to
abstract various platform specific IPC mechanisms. Currently
this repository provides two TCTI implementations:
- libtcti-device and libtcti-socket. The prior should be used
- for direct access to the TPM through the Linux kernel
- driver. The later implements the protocol exposed by the
- Microsoft software TPM2 simulator.
+ libtss2-tcti-device and libtss2-tcti-mssim. The prior should
+ be used for direct access to the TPM through the Linux
+ kernel driver. The later implements the protocol exposed by
+ the Microsoft software TPM2 simulator.
https://github.com/tpm2-software/tpm2-tss
OpenPOWER on IntegriCloud