From b32af120518dce52ca552db3e99bf314f5b3346e Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Tue, 16 Jun 2009 11:23:40 +0200 Subject: [PATCH] pluto supports ECP DH groups and ECDSA authentication --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS b/NEWS index 5dab43df2..493051130 100644 --- a/NEWS +++ b/NEWS @@ -8,6 +8,12 @@ strongswan-4.3.2 algorithms. The test-vector plugin provides a first set of test vectors and allows pluto and charon to rely on tested crypto algorithms. +- pluto can now use all libstrongswan plugins with the exception of x509 and xcbc. + Thanks to the openssl plugin, the ECP Diffie-Hellman groups 19, 20, 21, 25, and + 26 as well as ECDSA-256, ECDSA-384, and ECDSA-521 authentication can be used + with IKEv1. + + strongswan-4.3.1 ----------------