strongswan/conf/plugins/random.opt
Tobias Brunner 828815b0d8 conf: Options of all plugins documented
Some options are still missing descriptions though.
2014-02-12 14:34:34 +01:00

10 lines
319 B
Plaintext

charon.plugins.random.random = ${random_device}
File to read random bytes from.
charon.plugins.random.urandom = ${urandom_device}
File to read pseudo random bytes from.
charon.plugins.random.strong_equals_true = no
If set to yes the RNG_STRONG class reads random bytes from the same source
as the RNG_TRUE class.