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:
@@ -15,6 +15,7 @@ endif
|
||||
|
||||
libstrongswan_tpm_la_SOURCES = \
|
||||
tpm_plugin.h tpm_plugin.c \
|
||||
tpm_private_key.h tpm_private_key.c
|
||||
tpm_private_key.h tpm_private_key.c \
|
||||
tpm_rng.h tpm_rng.c
|
||||
|
||||
libstrongswan_tpm_la_LDFLAGS = -module -avoid-version
|
||||
|
||||
Reference in New Issue
Block a user