aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2007-04-03 12:41:37 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2007-04-03 12:41:37 +0000
commit3b4f7d922afdfe18a2d9a2c70ebe7073981b7224 (patch)
treeefcb3a1c7844715af9c84962d1d2066664a87f07
parentb0f9f02ca4541b333dc38545a9a436b53b905259 (diff)
downloadstrongswan-3b4f7d922afdfe18a2d9a2c70ebe7073981b7224.tar.bz2
strongswan-3b4f7d922afdfe18a2d9a2c70ebe7073981b7224.tar.xz
IKEv1 changes
-rw-r--r--NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3404afa03..10d4f0f13 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,17 @@ strongswan-4.1.1
compared to properly detect retransmissions and incoming retransmits are
detected even if the IKE_SA is blocked (e.g. doing OCSP fetches).
+- Added the configuration options --enable-nat-transport which enables
+ the potentially insecure NAT traversal for IPsec transport mode and
+ --disable-vendor-id which disables the sending of the strongSwan
+ vendor ID.
+
+- Fixed a long-standing bug in the pluto IKEv1 daemon which caused
+ a segmentation fault if a malformed payload was detected in the
+ IKE MR2 message and pluto tried to send an encrypted notification
+ message.
+
+
strongswan-4.1.0
----------------