aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMartin Willi <martin@revosec.ch>2014-04-04 10:37:59 +0200
committerMartin Willi <martin@revosec.ch>2014-06-04 16:34:16 +0200
commitf48c26bce314684a11fbe5b4d9124a8ed3997c2a (patch)
tree187d1d256ea0c83d4ca49c9b021fc5210a07baa2 /configure.ac
parent74eedc8061fd2994be1ff3460c54f8cb65273b43 (diff)
downloadstrongswan-f48c26bce314684a11fbe5b4d9124a8ed3997c2a.tar.bz2
strongswan-f48c26bce314684a11fbe5b4d9124a8ed3997c2a.tar.xz
pki: Support complex trustchain and revocation checking in --verify
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index ec6ec9bb3..87aa40dd9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1160,9 +1160,9 @@ s_plugins=
t_plugins=
ADD_PLUGIN([test-vectors], [s charon scepclient pki])
-ADD_PLUGIN([curl], [s charon scepclient scripts nm cmd])
-ADD_PLUGIN([winhttp], [s charon scripts])
-ADD_PLUGIN([soup], [s charon scripts nm cmd])
+ADD_PLUGIN([curl], [s charon scepclient pki scripts nm cmd])
+ADD_PLUGIN([winhttp], [s charon pki scripts])
+ADD_PLUGIN([soup], [s charon pki scripts nm cmd])
ADD_PLUGIN([unbound], [s charon scripts])
ADD_PLUGIN([ldap], [s charon scepclient scripts nm cmd])
ADD_PLUGIN([mysql], [s charon pool manager medsrv attest])
@@ -1180,7 +1180,7 @@ ADD_PLUGIN([rdrand], [s charon scepclient pki scripts medsrv attes
ADD_PLUGIN([random], [s charon scepclient pki scripts medsrv attest nm cmd aikgen])
ADD_PLUGIN([nonce], [s charon nm cmd aikgen])
ADD_PLUGIN([x509], [s charon scepclient pki scripts attest nm cmd aikgen])
-ADD_PLUGIN([revocation], [s charon nm cmd])
+ADD_PLUGIN([revocation], [s charon pki nm cmd])
ADD_PLUGIN([constraints], [s charon nm cmd])
ADD_PLUGIN([acert], [s charon])
ADD_PLUGIN([pubkey], [s charon cmd aikgen])