aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/openssl-ikev2/rw-cpa/hosts/dave/etc/strongswan.conf
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2013-04-18 12:46:36 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2013-04-19 18:34:35 +0200
commit545df30c1898fd5e2c66c22a8fb3c255eb319180 (patch)
tree6d50a485e734bec05d8a3f5ec1fb979447fabbdf /testing/tests/openssl-ikev2/rw-cpa/hosts/dave/etc/strongswan.conf
parent70312e6596f28a30e29efc4fd07ae2ab927b762c (diff)
downloadstrongswan-545df30c1898fd5e2c66c22a8fb3c255eb319180.tar.bz2
strongswan-545df30c1898fd5e2c66c22a8fb3c255eb319180.tar.xz
Added openssl-ikev2/rw-cpa scenario
Diffstat (limited to 'testing/tests/openssl-ikev2/rw-cpa/hosts/dave/etc/strongswan.conf')
-rw-r--r--testing/tests/openssl-ikev2/rw-cpa/hosts/dave/etc/strongswan.conf23
1 files changed, 23 insertions, 0 deletions
diff --git a/testing/tests/openssl-ikev2/rw-cpa/hosts/dave/etc/strongswan.conf b/testing/tests/openssl-ikev2/rw-cpa/hosts/dave/etc/strongswan.conf
new file mode 100644
index 000000000..958a502c2
--- /dev/null
+++ b/testing/tests/openssl-ikev2/rw-cpa/hosts/dave/etc/strongswan.conf
@@ -0,0 +1,23 @@
+# /etc/strongswan.conf - strongSwan configuration file
+
+charon {
+ load = test-vectors soup pem pkcs1 pkcs8 random nonce x509 revocation openssl stroke kernel-netlink socket-default
+
+ retransmit_timeout = 2
+ retransmit_base = 1.5
+ retransmit_tries = 3
+ initiator_only = yes
+}
+
+libstrongswan {
+ integrity_test = yes
+ crypto_test {
+ required = yes
+ on_add = yes
+ }
+ plugins {
+ openssl {
+ fips_mode = 2
+ }
+ }
+}