blob: eb0ba532d8b27ca5c9707e001b36ce6d59d44aa7 (
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 openssl random x509 pubkey hmac stroke kernel-netlink updown
}
libstrongswan {
ecp_x_coordinate_only = no
}
|