[package] tcpdump: update to 4.1.1
[openwrt/svn-archive/archive.git] / net / strongswan4 / files / strongswan.conf
1 # strongswan.conf - strongSwan configuration file
2
3 charon {
4
5 # number of worker threads in charon
6 threads = 4
7
8 # plugins to load in charon
9 load = aes gmp hmac pubkey random sha1 x509 xcbc stroke
10
11 }
12
13 libstrongswan {
14
15 # set to no, the DH exponent size is optimized
16 # dh_exponent_ansi_x9_42 = no
17
18 }