aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2007-03-20 10:47:00 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2007-03-20 10:47:00 +0000
commit69ed04bf1d67b17ee0b44e130692d76f63f544f2 (patch)
tree0cbd6f1d4990f49c62b5d85a90c589ab21f057e2
parent9b45443dc2d270f3518be0cb739297baf667a79c (diff)
downloadstrongswan-69ed04bf1d67b17ee0b44e130692d76f63f544f2.tar.bz2
strongswan-69ed04bf1d67b17ee0b44e130692d76f63f544f2.tar.xz
OCSP support
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
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.