aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2007-05-25 11:17:16 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2007-05-25 11:17:16 +0000
commit41e16cf4cfe30288bacc29b3259ad548e1512dee (patch)
tree6ab3327c3d3d65f9d27b47840318ac29ca8c7205
parent89eeedc243888f0b76eaab1c1de41e7876af0dbd (diff)
downloadstrongswan-41e16cf4cfe30288bacc29b3259ad548e1512dee.tar.bz2
strongswan-41e16cf4cfe30288bacc29b3259ad548e1512dee.tar.xz
libfreeswan kernel header problem fixed
-rw-r--r--NEWS9
1 files changed, 7 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 9883cdc10..9c64e6001 100644
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,12 @@
strongswan-4.1.3
----------------
-- IKEv2 peer configuration selection can now be based on a required
+- IKEv2 peer configuration selection now can be based on a given
certification authority using the rightca= statement.
- IKEv2 authentication based on RSA signatures now can handle multiple
- certificates issued for a given peer ID.
+ certificates issued for a given peer ID. This allows a smooth transition
+ in the case of a peer certificate renewal.
- IKEv2: Support for requesting a specific virtual IP using leftsourceip on the
client and returning requested virtual IPs using rightsourceip=%config
@@ -24,6 +25,10 @@ strongswan-4.1.3
is provided and more advanced backends (using e.g. a database) are trivial
to implement.
+ - Fixed a compilation failure in libfreeswan occuring with Linux kernel
+ headers > 2.6.17.
+
+
strongswan-4.1.2
----------------