blob: 5660f4376372ed271a10b32997ab915304d47129 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# /etc/strongswan.conf - strongSwan configuration file
charon {
load = curl pem pkcs1 random nonce openssl revocation hmac xcbc stroke kernel-netlink socket-default eap-tls updown
multiple_authentication=no
}
libtls {
key_exchange = ecdhe-ecdsa
cipher = aes128
mac = sha256
}
|