Return to random.conf CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / strongswan / conf / plugins |
1.1 ! misho 1: random { ! 2: ! 3: # Whether to load the plugin. Can also be an integer to increase the ! 4: # priority of this plugin. ! 5: load = yes ! 6: ! 7: # File to read random bytes from. ! 8: # random = ${random_device} ! 9: ! 10: # If set to yes the RNG_STRONG class reads random bytes from the same source ! 11: # as the RNG_TRUE class. ! 12: # strong_equals_true = no ! 13: ! 14: # File to read pseudo random bytes from. ! 15: # urandom = ${urandom_device} ! 16: ! 17: } ! 18: