aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/ipv6/rw-ikev2/hosts/carol/etc/strongswan.conf
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2017-10-29 16:52:51 +0100
committerAndreas Steffen <andreas.steffen@strongswan.org>2017-11-10 11:49:41 +0100
commitffe0d82c034bf4a1216faa4292532b512282adc0 (patch)
treec393286e102537f8bd122c64cc42f8eecba3d940 /testing/tests/ipv6/rw-ikev2/hosts/carol/etc/strongswan.conf
parenta96238a0d04c118f07120be50f40a1afc9e0a254 (diff)
downloadstrongswan-ffe0d82c034bf4a1216faa4292532b512282adc0.tar.bz2
strongswan-ffe0d82c034bf4a1216faa4292532b512282adc0.tar.xz
testing: Converted ipv6/rw-ikev2 to swanctl
Diffstat (limited to 'testing/tests/ipv6/rw-ikev2/hosts/carol/etc/strongswan.conf')
-rw-r--r--testing/tests/ipv6/rw-ikev2/hosts/carol/etc/strongswan.conf18
1 files changed, 15 insertions, 3 deletions
diff --git a/testing/tests/ipv6/rw-ikev2/hosts/carol/etc/strongswan.conf b/testing/tests/ipv6/rw-ikev2/hosts/carol/etc/strongswan.conf
index 9c9714a33..547ef0b78 100644
--- a/testing/tests/ipv6/rw-ikev2/hosts/carol/etc/strongswan.conf
+++ b/testing/tests/ipv6/rw-ikev2/hosts/carol/etc/strongswan.conf
@@ -1,6 +1,18 @@
# /etc/strongswan.conf - strongSwan configuration file
-charon {
- hash_and_url = yes
- load = random nonce aes sha1 sha2 md5 pem pkcs1 curve25519 gmp x509 curl revocation hmac stroke kernel-netlink socket-default updown
+swanctl {
+ load = pem pkcs1 x509 revocation constraints pubkey openssl random
+}
+
+charon-systemd {
+ load = random nonce aes sha1 sha2 pem pkcs1 curve25519 gmp x509 curl revocation hmac vici kernel-netlink socket-default updown
+
+ syslog {
+ daemon {
+ default = 1
+ }
+ auth {
+ default = 0
+ }
+ }
}