blob: bd131af39bdf0baa1a38f10fbd524373ec6b1fc1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# /etc/strongswan.conf - strongSwan configuration file
swanctl {
load = pem pkcs1 x509 revocation constraints pubkey openssl random
}
charon {
load = sha1 sha2 md5 aes des hmac pem pkcs1 x509 revocation constraints pubkey gmp random nonce curl kernel-netlink socket-default updown vici
fragment_size = 1400
}
libstrongswan {
dh_exponent_ansi_x9_42 = no
}
|