The tpm plugin offers random number generation
The tpm plugin can be used to derive true random numbers from a TPM 2.0 device. The get_random method must be explicitly enabled in strongswan.conf with the plugin.tpm.use_rng = yes option.
This commit is contained in:
@@ -93,6 +93,7 @@ plugins = \
|
||||
plugins/tnc-pdp.opt \
|
||||
plugins/tnccs-11.opt \
|
||||
plugins/tnccs-20.opt \
|
||||
plugins/tpm.opt \
|
||||
plugins/unbound.opt \
|
||||
plugins/updown.opt \
|
||||
plugins/vici.opt \
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
charon.plugins.tpm.use_rng = no
|
||||
Whether the TPM should be used as RNG.
|
||||
Reference in New Issue
Block a user