From d44fd82164f5d4f4c9e3704441b8c0a567ebd091 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Thu, 21 May 2009 20:54:45 +0200 Subject: [PATCH] some more NEWS --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS b/NEWS index 87b2620e47..dee73c276e 100644 --- a/NEWS +++ b/NEWS @@ -22,6 +22,12 @@ strongswan-4.3.1 - Added support for AES counter mode in ESP in IKEv2 using the proposal keywords aes128ctr, aes192ctr and aes256ctr. +- Further progress in refactoring pluto: Use of the curl and ldap plugins + for fetching crls and OCSP. Use of the openssl plugin as an alternative + to the aes, des, sha1, sha2, and md5 plugins. The blowfish, twofish, and + serpent plugins are now optional and are not enabled by default. + + strongswan-4.3.0 ----------------