From 41e16cf4cfe30288bacc29b3259ad548e1512dee Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Fri, 25 May 2007 11:17:16 +0000 Subject: [PATCH] libfreeswan kernel header problem fixed --- NEWS | 9 +++++++-- 1 file 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 ----------------