diff options
author | Martin Willi <martin@revosec.ch> | 2011-01-13 10:50:46 +0100 |
---|---|---|
committer | Martin Willi <martin@revosec.ch> | 2011-01-13 10:50:46 +0100 |
commit | 983a5e88d330e28ec6b9726a365e372d3461141f (patch) | |
tree | d8286477f242976061e226ed256ebe981798a549 /NEWS | |
parent | 9bac426bf3b9badf1c39d282e8d49881ffbe3142 (diff) | |
download | strongswan-983a5e88d330e28ec6b9726a365e372d3461141f.tar.bz2 strongswan-983a5e88d330e28ec6b9726a365e372d3461141f.tar.xz |
Revert "Send INITIAL_CONTACT even if we have a unique policy"
It makes sense to omit INITIAL_CONTACT if don't have a unique policy,
as a client might want to connect from different devices to the same
account.
This reverts commit 719c33b41a1f9fe9b2585df3e7aa804a760c361c.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -42,7 +42,8 @@ strongswan-4.5.1 xcbc algorithms. - The IKEv2 daemon supports the INITIAL_CONTACT notify as initiator and - responder. + responder. The notify is sent when initiating configurations with a unique + policy, set in ipsec.conf via the global 'uniqueids' option. - The conftest conformance testing framework enables the IKEv2 stack to perform many tests using a distinct tool and configuration frontend. Various hooks |