From 0e0870aef7671ef3955b73069d018134140e036b Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Fri, 11 Jan 2013 10:31:25 +0100 Subject: [PATCH] Add NEWS about improved Windows IKEv1 compatibility --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index 05c5cc1e2..0a429d139 100644 --- a/NEWS +++ b/NEWS @@ -35,6 +35,10 @@ strongswan-5.0.2 In contrast to our own DER parser, OpenSSL can handle BER files, which is required for interoperability of our scepclient with EJBCA. +- IKEv1 in charon can now parse certificates received in PKCS#7 containers and + supports NAT traversal as used by Windows clients. Patches courtesy of + Volker RĂ¼melin. + strongswan-5.0.1 ----------------