From d14ba7e7fdcd995b25f6d9fa286e329f5ab4b53a Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Fri, 11 Oct 2013 18:04:48 +0200 Subject: testing: Add libipsec/host2host-cert scenario --- .../host2host-cert/hosts/sun/etc/strongswan.conf | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 testing/tests/libipsec/host2host-cert/hosts/sun/etc/strongswan.conf (limited to 'testing/tests/libipsec/host2host-cert/hosts/sun/etc/strongswan.conf') diff --git a/testing/tests/libipsec/host2host-cert/hosts/sun/etc/strongswan.conf b/testing/tests/libipsec/host2host-cert/hosts/sun/etc/strongswan.conf new file mode 100644 index 000000000..d5c4d2718 --- /dev/null +++ b/testing/tests/libipsec/host2host-cert/hosts/sun/etc/strongswan.conf @@ -0,0 +1,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 + } + } +} -- cgit v1.2.3