You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[WIP] decode_payload: Skip over signature entries that cause errors
Either the printf escaping gives wrong binary data or the random dummy
key signature is really broken for the oem-ami.gz 3745.1.0 amd64
payload.
The error reported is:
RSA operation error
007E9295D47F0000:error:02000084:rsa routines:rsa_ossl_public_decrypt:data too large for modulus:crypto/rsa/rsa_ossl.c:661:
007E9295D47F0000:error:1C880004:Provider routines:rsa_verify_recover:RSA lib:providers/implementations/signature/rsa_sig.c:748:
# The raw output instead of asn1parse is used to easily extract the sha256 checksum (done by tail -c 32)
147
147
# We also calculate the payload hash that the signature was done for, note that it's of course not the whole file but only up to the attached signature itself
0 commit comments