From 69ed04bf1d67b17ee0b44e130692d76f63f544f2 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Tue, 20 Mar 2007 10:47:00 +0000 Subject: [PATCH] OCSP support --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS b/NEWS index 49a3c4534..ef5568a0f 100644 --- a/NEWS +++ b/NEWS @@ -15,6 +15,11 @@ strongswan-4.1.0 now shows all collected crlDistributionPoints and OCSP accessLocations. +- Support of the Online Certificate Status Protocol (OCSP) for IKEv2. + This feature requires the HTTP fetching capabilities of the libcurl + library which must be enabled by setting the --enable-http configure + option. + - Refactored core of the IKEv2 message processing code, allowing better code reuse and separation.