mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-04 00:00:14 -04:00
This allows using rng_t implementations provided by other plugins to serve as RNG for Botan. Closes strongswan/strongswan#192.
7 lines
276 B
Plaintext
7 lines
276 B
Plaintext
charon.plugins.botan.internal_rng_only = no
|
|
Force the use of Botan's internal RNG.
|
|
|
|
If enabled, only Botan's internal RNG will be used throughout the plugin.
|
|
Otherwise, and if supported by Botan, rng_t implementations provided by
|
|
other loaded plugins will be used as RNG.
|