File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / strongswan / conf / plugins / tpm.opt
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Jun 3 09:46:43 2020 UTC (5 years, 6 months ago) by misho
Branches: strongswan, MAIN
CVS tags: v5_9_2p0, v5_8_4p7, HEAD
Strongswan

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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>