diff options
author | Martin Willi <martin@revosec.ch> | 2014-06-04 16:41:50 +0200 |
---|---|---|
committer | Martin Willi <martin@revosec.ch> | 2014-06-04 16:41:50 +0200 |
commit | 4c5e52f52ca4c6e403a1e561fb3db99d1a75aa57 (patch) | |
tree | 778662d9210bd00e4948b873959866757c32dbe4 | |
parent | c81a03e3004be0deb35ead60c33d037ace574655 (diff) | |
download | strongswan-4c5e52f52ca4c6e403a1e561fb3db99d1a75aa57.tar.bz2 strongswan-4c5e52f52ca4c6e403a1e561fb3db99d1a75aa57.tar.xz |
NEWS: Introduce Windows support
-rw-r--r-- | NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,6 +1,14 @@ strongswan-5.2.0 ---------------- +- strongSwan has been ported to the Windows platform. Using a MinGW toolchain, + many parts of the strongSwan codebase run natively on Windows 7 / 2008 R2 + and newer releases. charon-svc implements a Windows IKE service based on + libcharon, the kernel-iph and kernel-wfp plugins act as networking and IPsec + backend on the Windows platform. socket-win provides a native IKE socket + implementation, while winhttp fetches CRL and OCSP information using the + WinHTTP API. + - The new vici plugin provides a Versatile IKE Configuration Interface for charon. Using the stable IPC interface, external applications can configure, control and monitor the IKE daemon. Instead of scripting the ipsec tool |