1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2025-09-10 02:39:39 +02:00

Fix RevocationSignatureBuilder properly calculating 3rd-party delegation revocations

This commit is contained in:
Paul Schaub 2025-03-26 15:00:59 +01:00
parent 5cd60a8f73
commit e8fac3c9cc
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -57,7 +57,7 @@ constructor(
require(revokeeKey.isMasterKey) {
"Signature type is KEY_REVOCATION, but provided revokee does not appear to be a primary key."
}
it.generateCertification(signingKey.publicKey.pgpPublicKey)
it.generateCertification(revokeeKey)
} else {
it.generateCertification(signingKey.publicKey.pgpPublicKey, revokeeKey)
}