diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-05-25 11:17:16 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-05-25 11:17:16 +0000 |
commit | 41e16cf4cfe30288bacc29b3259ad548e1512dee (patch) | |
tree | 6ab3327c3d3d65f9d27b47840318ac29ca8c7205 | |
parent | 89eeedc243888f0b76eaab1c1de41e7876af0dbd (diff) | |
download | strongswan-41e16cf4cfe30288bacc29b3259ad548e1512dee.tar.bz2 strongswan-41e16cf4cfe30288bacc29b3259ad548e1512dee.tar.xz |
libfreeswan kernel header problem fixed
-rw-r--r-- | NEWS | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -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 ---------------- |