Use CAs subjectKeyIdentifier as CRLs authorityKeyIdentifier

This commit is contained in:
Martin Willi 2010-05-21 16:38:19 +02:00
parent 0c73ceff0a
commit 09f38ebe54
1 changed files with 1 additions and 1 deletions

View File

@ -619,7 +619,7 @@ static bool generate(private_x509_crl_t *this, certificate_t *cert,
this->issuer = cert->get_issuer(cert);
this->issuer = this->issuer->clone(this->issuer);
this->authKeyIdentifier = chunk_clone(x509->get_authKeyIdentifier(x509));
this->authKeyIdentifier = chunk_clone(x509->get_subjectKeyIdentifier(x509));
/* select signature scheme */
this->algorithm = hasher_signature_algorithm_to_oid(digest_alg,