corrected DPD entry

This commit is contained in:
Andreas Steffen 2006-07-14 11:51:45 +00:00
parent ead36455a9
commit bf4df11f44

12
NEWS
View File

@ -1,5 +1,9 @@
- added dead peer detection which checks aliveness of remote peer if no strongswan-4.0.2
IKE or ESP traffic is received. Support for dpdaction, dpddelay??? ----------------
- Added Dead Peer Detection (DPD) which checks liveliness of remote peer if no
IKE or ESP traffic is received. DPD is currently hardcoded (dpdaction=clear,
dpddelay=60s).
- Added support for leftprotoport/rightprotoport parameters in IKEv2. IKEv2 - Added support for leftprotoport/rightprotoport parameters in IKEv2. IKEv2
would offer more possibilities for traffic selection, but the Linux kernel would offer more possibilities for traffic selection, but the Linux kernel
@ -15,9 +19,6 @@
rekeying, more shared code, cleaner design, proper retransmission rekeying, more shared code, cleaner design, proper retransmission
and a more extensible code base. and a more extensible code base.
strongswan-4.0.2
----------------
- The mixed PSK/RSA roadwarrior detection capability introduced by the - The mixed PSK/RSA roadwarrior detection capability introduced by the
strongswan-2.7.0 release necessitated the pre-parsing of the IKE proposal strongswan-2.7.0 release necessitated the pre-parsing of the IKE proposal
payloads by the responder right before any defined IKE Main Mode state had payloads by the responder right before any defined IKE Main Mode state had
@ -26,6 +27,7 @@ strongswan-4.0.2
the state pointer before logging current state information, causing an the state pointer before logging current state information, causing an
immediate crash of the pluto keying daemon due to a NULL pointer. immediate crash of the pluto keying daemon due to a NULL pointer.
strongswan-4.0.1 strongswan-4.0.1
---------------- ----------------