aboutsummaryrefslogtreecommitdiffstats
path: root/conf/plugins/random.opt
blob: 1cbde288b0c1cf0518dca311c7bf4e211ab8fb26 (plain)
1
2
3
4
5
6
7
8
9
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.