aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/libipsec/host2host-cert/hosts/sun/etc/strongswan.conf
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2013-10-11 18:04:48 +0200
committerTobias Brunner <tobias@strongswan.org>2013-10-11 18:04:48 +0200
commitd14ba7e7fdcd995b25f6d9fa286e329f5ab4b53a (patch)
treecfccf7e59c9fbf4302cb3947e37e95c217208e26 /testing/tests/libipsec/host2host-cert/hosts/sun/etc/strongswan.conf
parentd9020264f4a9dfaaa40435eb54605331dcb77100 (diff)
downloadstrongswan-d14ba7e7fdcd995b25f6d9fa286e329f5ab4b53a.tar.bz2
strongswan-d14ba7e7fdcd995b25f6d9fa286e329f5ab4b53a.tar.xz
testing: Add libipsec/host2host-cert scenario
Diffstat (limited to 'testing/tests/libipsec/host2host-cert/hosts/sun/etc/strongswan.conf')
-rw-r--r--testing/tests/libipsec/host2host-cert/hosts/sun/etc/strongswan.conf17
1 files changed, 17 insertions, 0 deletions
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
+ }
+ }
+}