vici: Support of raw public keys

This commit is contained in:
Andreas Steffen
2016-01-09 07:23:29 +01:00
parent bffbf2f5fd
commit 87371460f6
9 changed files with 110 additions and 20 deletions
+1 -1
View File
@@ -308,7 +308,7 @@ static void manage_commands(private_vici_cred_t *this, bool reg)
METHOD(vici_cred_t, add_cert, certificate_t*,
private_vici_cred_t *this, certificate_t *cert)
{
return this->creds->get_cert_ref(this->creds, cert);
return this->creds->add_cert_ref(this->creds, TRUE, cert);
}
METHOD(vici_cred_t, destroy, void,