testing: Add libipsec/host2host-cert scenario

This commit is contained in:
Tobias Brunner
2013-10-11 18:04:48 +02:00
parent d9020264f4
commit d14ba7e7fd
11 changed files with 1534 additions and 0 deletions
@@ -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
}
}
}