mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-04-10 00:28:36 +02:00
Fix RevocationSignatureBuilder properly calculating 3rd-party delegation revocations
This commit is contained in:
parent
a6f8058fb4
commit
811f72ffef
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ class RevocationSignatureBuilder : AbstractSignatureBuilder<RevocationSignatureB
|
|||
require(revokeeKey.isMasterKey) {
|
||||
"Signature type is KEY_REVOCATION, but provided revokee does not appear to be a primary key."
|
||||
}
|
||||
it.generateCertification(publicSigningKey)
|
||||
it.generateCertification(revokeeKey)
|
||||
} else {
|
||||
it.generateCertification(publicSigningKey, revokeeKey)
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue