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:
parent
5cd60a8f73
commit
e8fac3c9cc
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ constructor(
|
||||||
require(revokeeKey.isMasterKey) {
|
require(revokeeKey.isMasterKey) {
|
||||||
"Signature type is KEY_REVOCATION, but provided revokee does not appear to be a primary key."
|
"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 {
|
} else {
|
||||||
it.generateCertification(signingKey.publicKey.pgpPublicKey, revokeeKey)
|
it.generateCertification(signingKey.publicKey.pgpPublicKey, revokeeKey)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue