diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2006-10-31 06:54:28 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2006-10-31 06:54:28 +0000 |
commit | d2bb572f79160da50f24ac9356be5da0cce4ae21 (patch) | |
tree | 5d6564d519d28eea328125afd505417706e0739a /testing | |
parent | 5435111a34ad5010d684933fe005cb0b9c1c287c (diff) | |
download | strongswan-d2bb572f79160da50f24ac9356be5da0cce4ae21.tar.bz2 strongswan-d2bb572f79160da50f24ac9356be5da0cce4ae21.tar.xz |
do not sent certreq payloads when the peer is known to use PSK
Diffstat (limited to 'testing')
-rwxr-xr-x | testing/tests/ikev2/rw-psk-rsa-split/hosts/moon/etc/ipsec.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/tests/ikev2/rw-psk-rsa-split/hosts/moon/etc/ipsec.conf b/testing/tests/ikev2/rw-psk-rsa-split/hosts/moon/etc/ipsec.conf index 73ac7a133..1249e9f79 100755 --- a/testing/tests/ikev2/rw-psk-rsa-split/hosts/moon/etc/ipsec.conf +++ b/testing/tests/ikev2/rw-psk-rsa-split/hosts/moon/etc/ipsec.conf @@ -19,4 +19,5 @@ conn rw leftsubnet=10.1.0.0/16 leftfirewall=yes right=%any + rightsendcert=never auto=add |