diff options
author | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2009-06-23 11:25:24 +0000 |
---|---|---|
committer | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2009-06-23 11:25:24 +0000 |
commit | 41787e147279ff0695e9d759487266a60b80867b (patch) | |
tree | 8f28566c8fd7106c80d2536d2df540dbb4499cc5 /src/strongswan.conf | |
parent | c3e7f611ea8273c6b3909cb006ade4903a74aad0 (diff) | |
download | vyos-strongswan-41787e147279ff0695e9d759487266a60b80867b.tar.gz vyos-strongswan-41787e147279ff0695e9d759487266a60b80867b.zip |
[svn-upgrade] Integrating new upstream version, strongswan (4.3.2)
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 +} |