blob: 8dcf8e96fa0f7193215906b218f814e7eebc657b (
plain)
1
2
3
4
5
6
7
8
9
|
# /etc/strongswan.conf - strongSwan configuration file
charon {
load = curl aes des sha1 sha2 md5 pem pkcs1 gmp pem pkcs1 x509 openssl revocation random hmac stroke kernel-netlink socket-default updown
}
libstrongswan {
ecp_x_coordinate_only = no
}
|