Add random plugin options to strongswan.conf.5
This commit is contained in:
@@ -7,5 +7,7 @@ SUFFIXES = .in
|
|||||||
.in:
|
.in:
|
||||||
sed \
|
sed \
|
||||||
-e "s:@IPSEC_VERSION@:$(PACKAGE_VERSION):" \
|
-e "s:@IPSEC_VERSION@:$(PACKAGE_VERSION):" \
|
||||||
|
-e "s:@DEV_URANDOM@:$(urandom_device):" \
|
||||||
|
-e "s:@DEV_RANDOM@:$(random_device):" \
|
||||||
$(srcdir)/$@.in > $@
|
$(srcdir)/$@.in > $@
|
||||||
|
|
||||||
|
|||||||
@@ -643,6 +643,12 @@ keys not stored on tokens
|
|||||||
.TP
|
.TP
|
||||||
.BR libstrongswan.plugins.pkcs11.use_rng " [no]"
|
.BR libstrongswan.plugins.pkcs11.use_rng " [no]"
|
||||||
Whether the PKCS#11 modules should be used as RNG
|
Whether the PKCS#11 modules should be used as RNG
|
||||||
|
.TP
|
||||||
|
.BR libstrongswan.plugins.random.random " [@DEV_RANDOM@]"
|
||||||
|
File to read random bytes from, instead of @DEV_RANDOM@
|
||||||
|
.TP
|
||||||
|
.BR libstrongswan.plugins.random.urandom " [@DEV_URANDOM@]"
|
||||||
|
File to read pseudo random bytes from, instead of @DEV_URANDOM@
|
||||||
.SS libtnccs section
|
.SS libtnccs section
|
||||||
.TP
|
.TP
|
||||||
.BR libtnccs.tnc_config " [/etc/tnc_config]"
|
.BR libtnccs.tnc_config " [/etc/tnc_config]"
|
||||||
|
|||||||
Reference in New Issue
Block a user