]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
pki: Load pubkey plugin to print public keys
authorTobias Brunner <tobias@strongswan.org>
Thu, 15 Jun 2017 12:36:40 +0000 (14:36 +0200)
committerTobias Brunner <tobias@strongswan.org>
Wed, 5 Jul 2017 08:15:45 +0000 (10:15 +0200)
Since 3317d0e77b1a the public keys are printed via certificate printer,
but that only works if the public key is actually wrapped, which
requires the pubkey plugin.

Fixes: 3317d0e77b1a ("Standardized printing of certificate information")
configure.ac

index 6a2bc1f3bdcdea5ccf057097cfdf2ce14b0f61f5..478cb04f2c869a1c9879a21bd641aaa5269185ca 100644 (file)
@@ -1337,7 +1337,7 @@ ADD_PLUGIN([x509],                 [s charon scepclient pki scripts attest nm cm
 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])
+ADD_PLUGIN([pubkey],               [s charon pki cmd aikgen])
 ADD_PLUGIN([pkcs1],                [s charon scepclient pki scripts manager medsrv attest nm cmd aikgen fuzz])
 ADD_PLUGIN([pkcs7],                [s charon scepclient pki scripts nm cmd])
 ADD_PLUGIN([pkcs8],                [s charon scepclient pki scripts manager medsrv attest nm cmd])