]> code.ossystems Code Review - meta-freescale.git/blob
1701f4abcab44b4dd5edf977c51df798781c5739
[meta-freescale.git] /
1 # strongswan.conf - strongSwan configuration file
2
3 charon {
4         load = curl aes des sha1 sha2 md5 pem pkcs1 gmp random x509 revocation hmac xcbc stroke kernel-netlink socket-raw updown
5         multiple_authentication = no
6 }
7
8 pluto {
9
10         # plugins to load in pluto
11         #load = aes des sha1 md5 sha2 hmac gmp random pubkey
12         
13 }
14
15 libstrongswan {
16
17         #  set to no, the DH exponent size is optimized
18         #  dh_exponent_ansi_x9_42 = no
19 }