Annotation of embedaddon/strongswan/conf/plugins/tpm.conf, revision 1.1

1.1     ! misho       1: tpm {
        !             2: 
        !             3:     # Is the TPM 2.0 FIPS-186-4 compliant, forcing e.g. the use of the default
        !             4:     # salt length instead of maximum salt length with RSAPSS padding.
        !             5:     # fips_186_4 = no
        !             6: 
        !             7:     # Whether to load the plugin. Can also be an integer to increase the
        !             8:     # priority of this plugin.
        !             9:     load = yes
        !            10: 
        !            11:     # Whether the TPM should be used as RNG.
        !            12:     # use_rng = no
        !            13: 
        !            14:     tcti {
        !            15: 
        !            16:         # Name of TPM 2.0 TCTI library. Valid values: tabrmd, device or mssim.
        !            17:         # Defaults are device if the /dev/tpmrm0 in-kernel TPM 2.0 resource
        !            18:         # manager device exists, and tabrmd otherwise, requiring the d-bus based
        !            19:         # TPM 2.0 access broker and resource manager to be available.
        !            20:         # name = device|tabrmd
        !            21: 
        !            22:         # Options for the TPM 2.0 TCTI library. Defaults are /dev/tpmrm0 if the
        !            23:         # TCTI library name is device and no options otherwise.
        !            24:         # opts = /dev/tpmrm0|<none>
        !            25: 
        !            26:     }
        !            27: 
        !            28: }
        !            29: 

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