File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / strongswan / conf / plugins / random.opt
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Jun 3 09:46:43 2020 UTC (4 years, 10 months ago) by misho
Branches: strongswan, MAIN
CVS tags: v5_9_2p0, v5_8_4p7, HEAD
Strongswan

    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>