From 0bd64fa5bf7495ea6329971abd4ed70a5828b8ef Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Wed, 2 Apr 2014 06:54:16 +0200 Subject: [PATCH] Renamed the AIK public key parameter to imc-attestation.aik_pubkey --- conf/plugins/imc-attestation.opt | 2 +- src/libpts/pts/pts.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/plugins/imc-attestation.opt b/conf/plugins/imc-attestation.opt index aaac4c2c1..a7aee28d4 100644 --- a/conf/plugins/imc-attestation.opt +++ b/conf/plugins/imc-attestation.opt @@ -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 diff --git a/src/libpts/pts/pts.c b/src/libpts/pts/pts.c index 3ab9b92e6..178a6421f 100644 --- a/src/libpts/pts/pts.c +++ b/src/libpts/pts/pts.c @@ -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) {