completed NEWS for 4.2.7 release

This commit is contained in:
Andreas Steffen 2008-09-18 00:34:31 +00:00
parent cdaf57ec34
commit b37cda8211
1 changed files with 10 additions and 0 deletions

10
NEWS
View File

@ -1,6 +1,12 @@
strongswan-4.2.7
----------------
- Fixed a Denial-of-Service vulnerability where an IKE_SA_INIT message with
a KE payload containing zeroes only can cause a crash of the IKEv2 charon
daemon due to a NULL pointer returned by the mpz_export() function of the
GNU Multiprecision Library (GMP). Thanks go to Mu Dynamics Research Labs
for making us aware of this problem.
- The new agent plugin provides a private key implementation on top of an
ssh-agent.
@ -11,6 +17,10 @@ strongswan-4.2.7
explicitly --with-capabilities=libcap. Future version will support the
newer libcap2 library.
- ipsec listalgs lists the IKEv2 cryptografic algorithms registered with the
charon keying daemon.
strongswan-4.2.6
----------------