mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2025-03-30 15:08:32 +00:00
Update signature.js
Co-authored-by: Daniel Huigens <d.huigens@protonmail.com>
This commit is contained in:
parent
d800a44e0c
commit
0530aa5ef3
@ -315,8 +315,8 @@ class SignaturePacket {
|
||||
if (!this.issuerKeyID.isNull() && this.issuerKeyVersion < 5) {
|
||||
// If the version of [the] key is greater than 4, this subpacket
|
||||
// MUST NOT be included in the signature.
|
||||
// XXX: making this critical breaks RPM <=4.16.
|
||||
// See: https://github.com/ProtonMail/go-crypto/issues/263
|
||||
// Note: making this critical breaks RPM <=4.16.
|
||||
// See: https://github.com/ProtonMail/go-crypto/issues/263
|
||||
arr.push(writeSubPacket(sub.issuerKeyID, false, this.issuerKeyID.write()));
|
||||
}
|
||||
this.rawNotations.forEach(({ name, value, humanReadable, critical }) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user