aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2006-06-15 13:23:06 +0000
committerMartin Willi <martin@strongswan.org>2006-06-15 13:23:06 +0000
commitc15c3d4be96336699b469b4c4045f1acd97201e8 (patch)
treee785a6ad3f854594dee632f55c28dba8d632e521 /NEWS
parent147fe5095df018e9af129d9a8204afeda8fc9d14 (diff)
downloadstrongswan-c15c3d4be96336699b469b4c4045f1acd97201e8.tar.bz2
strongswan-c15c3d4be96336699b469b4c4045f1acd97201e8.tar.xz
updated for release
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS26
1 files changed, 22 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index b3172052f..f07f95e2c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,26 @@
-
-- initial support for rekeying CHILD_SAs using IKEv2. Currently
- perfect forward secrecy is not supported. The rekeying parameters
+- Added algorithm selection to charon: New default algorithms for
+ ike=aes128-sha-modp2048, as both daemons support it. The default
+ for IPsec SAs is now esp=aes128-sha,3des-md5. charon handles
+ the ike/esp parameter the same way as pluto. As this syntax does
+ not allow specification of a pseudo random function, the same
+ algorithm as for integrity is used (currently sha/md5). Supported
+ algorithms for IKE:
+ Encryption: aes128, aes192, aes256
+ Integrity/PRF: md5, sha (using hmac)
+ DH-Groups: modp768, 1024, 1536, 2048, 4096, 8192
+ and for ESP:
+ Encryption: aes128, aes192, aes256, 3des, blowfish128,
+ blowfish192, blowfish256
+ Integrity: md5, sha1
+ More IKE encryption algorithms will come after porting libcrypto into
+ libstrongswan.
+
+- initial support for rekeying CHILD_SAs using IKEv2. Currently no
+ perfect forward secrecy is used. The rekeying parameters rekey,
rekeymargin, rekeyfuzz and keylife from ipsec.conf are now supported
- when using IKEv2.
+ when using IKEv2. WARNING: charon currently is unable to handle
+ simultaneous rekeying. To avoid such a situation, use a large
+ rekeyfuzz, or even better, set rekey=no on one peer.
- new build environment featuring autotools. Features such
as HTTP, LDAP and smartcard support may be enabled using