aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2006-06-27 07:07:44 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2006-06-27 07:07:44 +0000
commitcfd8b27f789a20ab29a61361af7ba6a43cb1001c (patch)
tree89e8bcb77861c2d1e29443324c7ff9bb87a8a2f7 /NEWS
parent2f89902d071d76f8226939193c692badbd86e251 (diff)
downloadstrongswan-cfd8b27f789a20ab29a61361af7ba6a43cb1001c.tar.bz2
strongswan-cfd8b27f789a20ab29a61361af7ba6a43cb1001c.tar.xz
fixed bad_proposal_syntax bug
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index bbdece6fd..0f92855b6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+strongswan-4.0.2
+----------------
+
+- The mixed PSK/RSA roadwarrior detection capability introduced by the
+ 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
+ been established. Although any form of bad proposal syntax was being correctly
+ detected by the payload parser, the subsequent error handler didn't check
+ the state pointer before logging current state information, causing an
+ immediate crash of the pluto keying daemon due to a NULL pointer.
+
strongswan-4.0.1
----------------