From: Martin Willi Date: Wed, 19 Dec 2012 09:38:42 +0000 (+0100) Subject: Add NEWS about BER capable OpenSSL PKCS#7 backend X-Git-Tag: 5.0.2dr4~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc0cc3b54dc496c73520308040c96fea7b86f6e8;p=thirdparty%2Fstrongswan.git Add NEWS about BER capable OpenSSL PKCS#7 backend --- diff --git a/NEWS b/NEWS index 40eadae8f7..0cf9b5a38b 100644 --- a/NEWS +++ b/NEWS @@ -27,6 +27,11 @@ strongswan-5.0.2 batches can be triggered and monitored externally using the "ipsec load-tester" tool. +- PKCS#7 container parsing has been modularized, and the openssl plugin + gained an alternative implementation to decrypt and verify such files. + In contrast to our own DER parser, OpenSSL can handle BER files, which is + required for interoperability of our scepclient with EJBCA. + strongswan-5.0.1 ----------------