libtpmss: Configure TCTI device options

This commit is contained in:
Andreas Steffen
2018-07-20 19:19:24 +02:00
parent 9a7a962348
commit b9d6b3c3e2
2 changed files with 39 additions and 10 deletions
+9 -2
View File
@@ -1,5 +1,12 @@
charon.plugins.tpm.use_rng = no
Whether the TPM should be used as RNG.
charon.plugins.tpm.tcti.name = tabrmd
Name of TCTI library. Valid values: tabrmd, device, mssim.
charon.plugins.tpm.tcti.name = device|tabrmd
Name of TPM 2.0 TCTI library. Valid values: _tabrmd_, _device_ or _mssim_.
Defaults are _device_ if the _/dev/tpmrm0_ in-kernel TPM 2.0 resource manager
device exists, and _tabrmd_ otherwise, requiring the d-bus based TPM 2.0
access broker and resource manager to be available.
charon.plugins.tpm.tcti.opts = /dev/tpmrm0|<none>
Options for the TPM 2.0 TCTI library. Defaults are _/dev/tpmrm0_ if the
TCTI library name is _device_ and no options otherwise.