diff options
Diffstat (limited to 'src/strongswan.conf')
-rw-r--r-- | src/strongswan.conf | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/src/strongswan.conf b/src/strongswan.conf index 661792a67..0ec4ae9ef 100644 --- a/src/strongswan.conf +++ b/src/strongswan.conf @@ -6,12 +6,11 @@ charon { threads = 16 # plugins to load in charon - # load = aes des gmp hmac md5 random sha1 sha2 pubkey xcbc x509 stroke + # load = aes des sha1 md5 sha2 hmac gmp random pubkey xcbc x509 stroke plugins { - + sql { - # loglevel to log into sql database loglevel = -1 @@ -23,3 +22,16 @@ charon { # ... } + +pluto { + + # plugins to load in pluto + # load = aes des sha1 md5 sha2 hmac gmp random pubkey + +} + +libstrongswan { + + # set to no, the DH exponent size is optimized + # dh_exponent_ansi_x9_42 = no +} |