aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2006-09-25 07:26:16 +0000
committerMartin Willi <martin@strongswan.org>2006-09-25 07:26:16 +0000
commit48dc3934ccc9e04e9547b50f39e51a3cf56c0f0b (patch)
treec79c5913d6265cd5315c7d9eb5b9025b4589d78b /NEWS
parent1ce2ad09c317c785a7fbf46fd17ea5caef2aac8c (diff)
downloadstrongswan-48dc3934ccc9e04e9547b50f39e51a3cf56c0f0b.tar.bz2
strongswan-48dc3934ccc9e04e9547b50f39e51a3cf56c0f0b.tar.xz
updated NEWS and ChangeLog for 4.0.4 release
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS32
1 files changed, 32 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f63078fc4..63a760be0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,35 @@
+strongswan-4.0.4
+----------------
+
+- Implemented full support for IPv6-in-IPv6 tunnels.
+
+- Added configuration options for dead peer detection in IKEv2. dpd_action
+ types "clear", "hold" and "restart" are supported. The dpd_timeout
+ value is not used, as the normal retransmission policy applies to
+ detect dead peers. The dpd_delay parameter enables sending of empty
+ informational message to detect dead peers in case of inactivity.
+
+- Added support for preshared keys in IKEv2. PSK keys configured in
+ ipsec.secrets are loaded. The authby parameter specifies the authentication
+ method to authentificate ourself, the other peer may use PSK or RSA.
+
+- Changed retransmission policy to respect the keyingtries parameter.
+
+- Added private key decryption. PEM keys encrypted with AES or DES/3DES are
+ supported.
+
+- Implemented DES/3DES algorithms in libstrongswan. 3DES can be used to
+ encrypt IKE traffic.
+
+- Implemented SHA-256/384/512 in libstrongswan, allows usage of certificates
+ signed with such a hash algorithm.
+
+- Added initial support for updown scripts. The actions up-host/client and
+ down-host/client are executed. The leftfirewall=yes parameter
+ uses the default updown script to insert dynamic firewall rules, a custom
+ updown script may be specified with the leftupdown parameter.
+
+
strongswan-4.0.3
----------------