Moved CRL/OCSP checking to a dedicated plugin called revocation

This commit is contained in:
Martin Willi
2010-07-13 10:26:07 +02:00
parent c1f9dad672
commit c2e5cee413
8 changed files with 763 additions and 531 deletions
@@ -0,0 +1,16 @@
INCLUDES = -I$(top_srcdir)/src/libstrongswan
AM_CFLAGS = -rdynamic
if MONOLITHIC
noinst_LTLIBRARIES = libstrongswan-revocation.la
else
plugin_LTLIBRARIES = libstrongswan-revocation.la
endif
libstrongswan_revocation_la_SOURCES = \
revocation_plugin.h revocation_plugin.c \
revocation_validator.h revocation_validator.c
libstrongswan_revocation_la_LDFLAGS = -module -avoid-version