libfreeswan kernel header problem fixed

This commit is contained in:
Andreas Steffen 2007-05-25 11:17:16 +00:00
parent 89eeedc243
commit 41e16cf4cf
1 changed files with 7 additions and 2 deletions

9
NEWS
View File

@ -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
----------------