random.opt 319 B

123456789
  1. charon.plugins.random.random = ${random_device}
  2. File to read random bytes from.
  3. charon.plugins.random.urandom = ${urandom_device}
  4. File to read pseudo random bytes from.
  5. charon.plugins.random.strong_equals_true = no
  6. If set to yes the RNG_STRONG class reads random bytes from the same source
  7. as the RNG_TRUE class.