diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-07-17 20:52:14 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-07-17 20:52:14 +0200 |
commit | f179ba474eada40053633d4dd73c9ea39e387ab8 (patch) | |
tree | 8d003a5cf4723965e8a34ce3c4b9475abac4b70f /testing/tests/openssl-ikev2/rw-cert | |
parent | e3f3b004e2d59d005f86e8aacc37dfc6a461bc05 (diff) | |
download | strongswan-f179ba474eada40053633d4dd73c9ea39e387ab8.tar.bz2 strongswan-f179ba474eada40053633d4dd73c9ea39e387ab8.tar.xz |
enable integrity test in all rw-cert scenarios
Diffstat (limited to 'testing/tests/openssl-ikev2/rw-cert')
3 files changed, 3 insertions, 0 deletions
diff --git a/testing/tests/openssl-ikev2/rw-cert/hosts/carol/etc/strongswan.conf b/testing/tests/openssl-ikev2/rw-cert/hosts/carol/etc/strongswan.conf index 195bcf046..4e8a1219d 100644 --- a/testing/tests/openssl-ikev2/rw-cert/hosts/carol/etc/strongswan.conf +++ b/testing/tests/openssl-ikev2/rw-cert/hosts/carol/etc/strongswan.conf @@ -5,6 +5,7 @@ charon { } libstrongswan { + integrity_test = yes crypto_test { on_add = yes } diff --git a/testing/tests/openssl-ikev2/rw-cert/hosts/dave/etc/strongswan.conf b/testing/tests/openssl-ikev2/rw-cert/hosts/dave/etc/strongswan.conf index f4b6dfdb9..b946aa004 100644 --- a/testing/tests/openssl-ikev2/rw-cert/hosts/dave/etc/strongswan.conf +++ b/testing/tests/openssl-ikev2/rw-cert/hosts/dave/etc/strongswan.conf @@ -5,6 +5,7 @@ charon { } libstrongswan { + integrity_test = yes crypto_test { required = yes on_add = yes diff --git a/testing/tests/openssl-ikev2/rw-cert/hosts/moon/etc/strongswan.conf b/testing/tests/openssl-ikev2/rw-cert/hosts/moon/etc/strongswan.conf index 166e24e7c..ebecace94 100644 --- a/testing/tests/openssl-ikev2/rw-cert/hosts/moon/etc/strongswan.conf +++ b/testing/tests/openssl-ikev2/rw-cert/hosts/moon/etc/strongswan.conf @@ -5,6 +5,7 @@ charon { } libstrongswan { + integrity_test = yes crypto_test { on_add = yes } |