aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/libipsec/host2host-cert/hosts/sun/etc/strongswan.conf
blob: d5c4d2718569d42615eee235e762cbf0b33b226b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# /etc/strongswan.conf - strongSwan configuration file

charon {
  load = curl aes des sha1 sha2 md5 pem pkcs1 gmp random nonce x509 revocation hmac stroke kernel-libipsec kernel-netlink socket-default updown
  multiple_authentication = no
  plugins {
    kernel-netlink {
      fwmark = !0x42
    }
    socket-default {
      fwmark = 0x42
    }
    kernel-libipsec {
      allow_peer_ts = yes
    }
  }
}