credential-manager: Store BLISS key strength in auth config

This commit is contained in:
Tobias Brunner
2015-03-04 13:54:11 +01:00
parent ddb09a0603
commit 83dcb2d46d
@@ -698,6 +698,9 @@ static void get_key_strength(certificate_t *cert, auth_cfg_t *auth)
case KEY_ECDSA:
auth->add(auth, AUTH_RULE_ECDSA_STRENGTH, strength);
break;
case KEY_BLISS:
auth->add(auth, AUTH_RULE_BLISS_STRENGTH, strength);
break;
default:
break;
}