diff options
author | Tobias Brunner <tobias@strongswan.org> | 2013-08-14 18:22:13 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2013-09-13 15:23:48 +0200 |
commit | a3232fa802b08447d3fb9534da5342992eee5337 (patch) | |
tree | c389fc516b96f59901df50e82c11e39aab7cd3f6 | |
parent | d6c43847be35b7fe431ae96fddfb1ba97d9fa8de (diff) | |
download | strongswan-a3232fa802b08447d3fb9534da5342992eee5337.tar.bz2 strongswan-a3232fa802b08447d3fb9534da5342992eee5337.tar.xz |
pki: Load dnskey plugin to encode public keys in RFC 3110 format
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 2d1762c77..6af8b535d 100644 --- a/configure.ac +++ b/configure.ac @@ -1008,7 +1008,7 @@ ADD_PLUGIN([pkcs7], [s charon scepclient pki scripts nm cmd]) ADD_PLUGIN([pkcs8], [s charon openac scepclient pki scripts manager medsrv attest nm cmd]) ADD_PLUGIN([pkcs12], [s charon scepclient pki scripts cmd]) ADD_PLUGIN([pgp], [s charon]) -ADD_PLUGIN([dnskey], [s charon]) +ADD_PLUGIN([dnskey], [s charon pki]) ADD_PLUGIN([sshkey], [s charon nm cmd]) ADD_PLUGIN([ipseckey], [c charon]) ADD_PLUGIN([pem], [s charon openac scepclient pki scripts manager medsrv attest nm cmd]) |