Moved X509 addrBlock validation to a separate addrblock plugin

This commit is contained in:
Martin Willi
2010-07-13 10:26:07 +02:00
parent 2feb16f5dd
commit 5f9e62c54f
10 changed files with 309 additions and 59 deletions
+8
View File
@@ -42,6 +42,7 @@ credentials/sets/auth_cfg_wrapper.c credentials/sets/auth_cfg_wrapper.h \
credentials/sets/ocsp_response_wrapper.c credentials/sets/ocsp_response_wrapper.h \
credentials/sets/cert_cache.c credentials/sets/cert_cache.h \
credentials/auth_cfg.c credentials/auth_cfg.h credentials/credential_set.h \
credentials/cert_validator.h \
database/database.h database/database_factory.h database/database_factory.c \
fetcher/fetcher.h fetcher/fetcher_manager.h fetcher/fetcher_manager.c \
selectors/traffic_selector.c selectors/traffic_selector.h \
@@ -306,6 +307,13 @@ if MONOLITHIC
endif
endif
if USE_ADDRBLOCK
SUBDIRS += plugins/addrblock
if MONOLITHIC
libstrongswan_la_LIBADD += plugins/addrblock/libstrongswan-addrblock.la
endif
endif
if USE_TEST_VECTORS
SUBDIRS += plugins/test_vectors
if MONOLITHIC