|
@@ -17,7 +17,7 @@ config BR2_PACKAGE_TPM2_TSS
|
|
variants may be useful for integration into event-driven
|
|
variants may be useful for integration into event-driven
|
|
programming environments. Both the synchronous and
|
|
programming environments. Both the synchronous and
|
|
asynchronous API are exposed through a single library:
|
|
asynchronous API are exposed through a single library:
|
|
- libsapi.
|
|
|
|
|
|
+ libtss2-sys.
|
|
|
|
|
|
* TPM Command Transmission Interface (TCTI) that is described
|
|
* TPM Command Transmission Interface (TCTI) that is described
|
|
in the same specification. This API provides a standard
|
|
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
|
|
implementing the TCTI API will be implemented as a way to
|
|
abstract various platform specific IPC mechanisms. Currently
|
|
abstract various platform specific IPC mechanisms. Currently
|
|
this repository provides two TCTI implementations:
|
|
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
|
|
https://github.com/tpm2-software/tpm2-tss
|
|
|
|
|