Closed Kiwii closed 3 years ago
--disable-hashing doesn't disable hashing; it just ignores a mismatch. I assume by design as the signature check also uses the new hash, but it could be skipped if signing is disabled as well.
--disable-hashing
A bit of a misleading name then, I shoud call it "don't check hash"
should be fixed in the next unstable commit
--disable-hashing
doesn't disable hashing; it just ignores a mismatch. I assume by design as the signature check also uses the new hash, but it could be skipped if signing is disabled as well.