aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/openssl-ikev2/rw-suite-b-192/hosts/moon/etc/strongswan.conf
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2013-06-29 00:07:15 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2013-06-29 00:07:15 +0200
commitb1f1e5e5f27c484d2864bb82a72af634124c7310 (patch)
tree6b3b7c6dbeedfef5b572b88659eab06207dd27d6 /testing/tests/openssl-ikev2/rw-suite-b-192/hosts/moon/etc/strongswan.conf
parentb1b0cce396a039bc7cbd6a5203cf51ac688fb089 (diff)
downloadstrongswan-b1f1e5e5f27c484d2864bb82a72af634124c7310.tar.bz2
strongswan-b1f1e5e5f27c484d2864bb82a72af634124c7310.tar.xz
5.1.0 changes for test cases
Diffstat (limited to 'testing/tests/openssl-ikev2/rw-suite-b-192/hosts/moon/etc/strongswan.conf')
-rw-r--r--testing/tests/openssl-ikev2/rw-suite-b-192/hosts/moon/etc/strongswan.conf18
1 files changed, 18 insertions, 0 deletions
diff --git a/testing/tests/openssl-ikev2/rw-suite-b-192/hosts/moon/etc/strongswan.conf b/testing/tests/openssl-ikev2/rw-suite-b-192/hosts/moon/etc/strongswan.conf
new file mode 100644
index 000000000..fc49f9fd2
--- /dev/null
+++ b/testing/tests/openssl-ikev2/rw-suite-b-192/hosts/moon/etc/strongswan.conf
@@ -0,0 +1,18 @@
+# /etc/strongswan.conf - strongSwan configuration file
+
+charon {
+ load = test-vectors soup pem pkcs1 pkcs8 random nonce x509 revocation openssl stroke kernel-netlink socket-default
+}
+
+libstrongswan {
+ integrity_test = yes
+ crypto_test {
+ required = yes
+ on_add = yes
+ }
+ plugins {
+ openssl {
+ fips_mode = 2
+ }
+ }
+}