diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-03-20 10:47:00 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-03-20 10:47:00 +0000 |
commit | 69ed04bf1d67b17ee0b44e130692d76f63f544f2 (patch) | |
tree | 0cbd6f1d4990f49c62b5d85a90c589ab21f057e2 | |
parent | 9b45443dc2d270f3518be0cb739297baf667a79c (diff) | |
download | strongswan-69ed04bf1d67b17ee0b44e130692d76f63f544f2.tar.bz2 strongswan-69ed04bf1d67b17ee0b44e130692d76f63f544f2.tar.xz |
OCSP support
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |