mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-09-09 18:29:39 +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) {
|
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(publicSigningKey)
|
it.generateCertification(revokeeKey)
|
||||||
} else {
|
} else {
|
||||||
it.generateCertification(publicSigningKey, revokeeKey)
|
it.generateCertification(publicSigningKey, revokeeKey)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue