From 28b55a139e52d3929385d32f74d42e8f3ea92982 Mon Sep 17 00:00:00 2001 From: fsLeg Date: Sat, 11 Oct 2025 16:08:03 +0300 Subject: [PATCH] tpm2-tss: a slightly better README --- tpm2-tss/README | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tpm2-tss/README b/tpm2-tss/README index ad6518a..5acc1dc 100644 --- a/tpm2-tss/README +++ b/tpm2-tss/README @@ -1,5 +1,14 @@ OSS implementation of the TCG TPM2 Software Stack (TSS2). +TPM2.0 TSS (Software Stack) consists of API layers provided to support +TPM 2.0 chips. It is made out of three layers: + +- Enhanced System API (ESAPI) +- System API (SAPI), which implements the system layer API; +- Marshaling/Unmarshaling (MU) +- TPM Command Transmission Interface (TCTI), which is used by SAPI to + allow communication with the TAB/RM layer; + Before building tpm2-tss, please create a "tss" user and group: # groupadd -g 374 tss -- 2.46.4