tpm.opt 756 B

12345678910111213141516
  1. charon.plugins.tpm.use_rng = no
  2. Whether the TPM should be used as RNG.
  3. charon.plugins.tpm.fips_186_4 = no
  4. Is the TPM 2.0 FIPS-186-4 compliant, forcing e.g. the use of the default
  5. salt length instead of maximum salt length with RSAPSS padding.
  6. charon.plugins.tpm.tcti.name = device|tabrmd
  7. Name of TPM 2.0 TCTI library. Valid values: _tabrmd_, _device_ or _mssim_.
  8. Defaults are _device_ if the _/dev/tpmrm0_ in-kernel TPM 2.0 resource manager
  9. device exists, and _tabrmd_ otherwise, requiring the d-bus based TPM 2.0
  10. access broker and resource manager to be available.
  11. charon.plugins.tpm.tcti.opts = /dev/tpmrm0|<none>
  12. Options for the TPM 2.0 TCTI library. Defaults are _/dev/tpmrm0_ if the
  13. TCTI library name is _device_ and no options otherwise.