diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2012-05-23 15:05:57 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2012-05-23 15:05:57 +0200 |
commit | 31c83b973e2081c791b5ef1391913135660ca6b8 (patch) | |
tree | 9deec756750d0e68399cd53d819058184d720a8e /testing/tests/ikev2/double-nat | |
parent | ad59f3a91a7bbe79b69845e521732b6842afa02c (diff) | |
download | strongswan-31c83b973e2081c791b5ef1391913135660ca6b8.tar.bz2 strongswan-31c83b973e2081c791b5ef1391913135660ca6b8.tar.xz |
load nonce plugin
Diffstat (limited to 'testing/tests/ikev2/double-nat')
-rw-r--r-- | testing/tests/ikev2/double-nat/hosts/alice/etc/strongswan.conf | 2 | ||||
-rw-r--r-- | testing/tests/ikev2/double-nat/hosts/bob/etc/strongswan.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/testing/tests/ikev2/double-nat/hosts/alice/etc/strongswan.conf b/testing/tests/ikev2/double-nat/hosts/alice/etc/strongswan.conf index 339b56987..dc937641c 100644 --- a/testing/tests/ikev2/double-nat/hosts/alice/etc/strongswan.conf +++ b/testing/tests/ikev2/double-nat/hosts/alice/etc/strongswan.conf @@ -1,5 +1,5 @@ # /etc/strongswan.conf - strongSwan configuration file charon { - load = curl aes des sha1 sha2 md5 pem pkcs1 gmp random x509 revocation hmac xcbc stroke kernel-netlink socket-default updown + load = curl aes des sha1 sha2 md5 pem pkcs1 gmp random nonce x509 revocation hmac xcbc stroke kernel-netlink socket-default updown } diff --git a/testing/tests/ikev2/double-nat/hosts/bob/etc/strongswan.conf b/testing/tests/ikev2/double-nat/hosts/bob/etc/strongswan.conf index 339b56987..dc937641c 100644 --- a/testing/tests/ikev2/double-nat/hosts/bob/etc/strongswan.conf +++ b/testing/tests/ikev2/double-nat/hosts/bob/etc/strongswan.conf @@ -1,5 +1,5 @@ # /etc/strongswan.conf - strongSwan configuration file charon { - load = curl aes des sha1 sha2 md5 pem pkcs1 gmp random x509 revocation hmac xcbc stroke kernel-netlink socket-default updown + load = curl aes des sha1 sha2 md5 pem pkcs1 gmp random nonce x509 revocation hmac xcbc stroke kernel-netlink socket-default updown } |