Annotation of embedaddon/strongswan/conf/plugins/random.opt, revision 1.1

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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>