diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-06-16 20:53:41 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-06-16 20:53:41 +0200 |
commit | c8db70156db3ee62a92ae29e6785726cb0cfd121 (patch) | |
tree | a39236da8e89c80786602f019590618b5d4c5f28 /testing/tests/openssl-ikev2/rw-cert | |
parent | e0b09f8e76fe026038874e78f4061caddbaf1535 (diff) | |
download | strongswan-c8db70156db3ee62a92ae29e6785726cb0cfd121.tar.bz2 strongswan-c8db70156db3ee62a92ae29e6785726cb0cfd121.tar.xz |
test-vector support in rw-cert scenarios
Diffstat (limited to 'testing/tests/openssl-ikev2/rw-cert')
3 files changed, 23 insertions, 4 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 e10230384..195bcf046 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 @@ -1,5 +1,12 @@ # /etc/strongswan.conf - strongSwan configuration file charon { - load = curl openssl random x509 pubkey hmac stroke kernel-netlink updown + load = curl test-vectors openssl random x509 pubkey hmac stroke kernel-netlink updown } + +libstrongswan { + 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 d46082bdd..f4b6dfdb9 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 @@ -1,5 +1,12 @@ # /etc/strongswan.conf - strongSwan configuration file charon { - load = curl aes des sha1 sha2 md5 gmp random x509 pubkey hmac stroke kernel-netlink updown + load = curl test-vectors aes des sha1 sha2 md5 gmp random x509 pubkey hmac stroke kernel-netlink updown +} + +libstrongswan { + 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 1887f7607..166e24e7c 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 @@ -1,6 +1,11 @@ # /etc/strongswan.conf - strongSwan configuration file charon { - dh_exponent_ansi_x9_42 = no - load = curl openssl random x509 pubkey hmac stroke kernel-netlink updown + load = curl test-vectors openssl random x509 pubkey hmac stroke kernel-netlink updown +} + +libstrongswan { + crypto_test { + on_add = yes + } } |