diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-04-03 12:41:37 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-04-03 12:41:37 +0000 |
commit | 3b4f7d922afdfe18a2d9a2c70ebe7073981b7224 (patch) | |
tree | efcb3a1c7844715af9c84962d1d2066664a87f07 | |
parent | b0f9f02ca4541b333dc38545a9a436b53b905259 (diff) | |
download | strongswan-3b4f7d922afdfe18a2d9a2c70ebe7073981b7224.tar.bz2 strongswan-3b4f7d922afdfe18a2d9a2c70ebe7073981b7224.tar.xz |
IKEv1 changes
-rw-r--r-- | NEWS | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 ---------------- |