blob: 6cb8c1369cf8b37958a48a707acff0bfa21e44ed (
plain)
1
2
3
4
5
6
7
8
9
|
# /etc/strongswan.conf - strongSwan configuration file
charon {
load = curl aes des sha1 sha2 md5 gmp random x509 pubkey hmac xcbc stroke kernel-netlink updown
}
scepclient {
load = sha1 sha2 md5 aes des hmac gmp pubkey random
}
|