]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Renamed the AIK public key parameter to imc-attestation.aik_pubkey
authorAndreas Steffen <andreas.steffen@strongswan.org>
Wed, 2 Apr 2014 04:54:16 +0000 (06:54 +0200)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Tue, 15 Apr 2014 07:21:05 +0000 (09:21 +0200)
conf/plugins/imc-attestation.opt
src/libpts/pts/pts.c

index aaac4c2c1782bf32c3e435d6a994e35c205efbe1..a7aee28d4da72f481f44b2b0e49724f54e01d96d 100644 (file)
@@ -4,7 +4,7 @@ charon.plugins.imc-attestation.aik_blob =
 charon.plugins.imc-attestation.aik_cert =
        AIK certificate file.
 
-charon.plugins.imc-attestation.aik_key =
+charon.plugins.imc-attestation.aik_pubkey =
        AIK public key file.
 
 charon.plugins.imc-attestation.mandatory_dh_groups = yes
index 3ab9b92e68bc1782d83822fedb739521b1495e10..178a6421f28bf09c41b09adcccbb8659e92ac1ea 100644 (file)
@@ -421,7 +421,7 @@ static void load_aik(private_pts_t *this)
        cert_path = lib->settings->get_str(lib->settings,
                                                "%s.plugins.imc-attestation.aik_cert", NULL, lib->ns);
        key_path = lib->settings->get_str(lib->settings,
-                                               "%s.plugins.imc-attestation.aik_key", NULL, lib->ns);
+                                               "%s.plugins.imc-attestation.aik_pubkey", NULL, lib->ns);
 
        if (cert_path)
        {