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:
Andreas Steffen
2017-03-20 21:16:10 +01:00
parent 46d4d2a71e
commit 2b233c8a64
9 changed files with 211 additions and 3 deletions
+2
View File
@@ -0,0 +1,2 @@
charon.plugins.tpm.use_rng = no
Whether the TPM should be used as RNG.