stroke: Remove obsolete certificate registration for hash-and-URL

This commit is contained in:
Tobias Brunner
2019-11-26 11:12:26 +01:00
parent ad14f3a60d
commit d592ff72bc
3 changed files with 0 additions and 59 deletions
@@ -425,10 +425,6 @@ static auth_cfg_t *build_auth_cfg(private_stroke_config_t *this,
certificate = this->cred->load_peer(this->cred, cert);
if (certificate)
{
if (local)
{
this->ca->check_for_hash_and_url(this->ca, certificate);
}
cfg->add(cfg, AUTH_RULE_SUBJECT_CERT, certificate);
if (!first)
{