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
This is probably a larger error handling problembut this is a good place to start. If a humility hiffy call fails the verify command will just carry on and then probably fail at some later step that depended on the earlier one. An example w/ verbose output looks like:
The first thing verify does is get an attestation through sprot and that failed. So humility writes an empty buffer as the output. This isn't used again till we attempt to verify the signature over the attestation and it fails. The initial failure should be reported and a non-zero exit code returned.
The text was updated successfully, but these errors were encountered:
This is probably a larger error handling problembut this is a good place to start. If a
humility hiffy
call fails theverify
command will just carry on and then probably fail at some later step that depended on the earlier one. An example w/ verbose output looks like:The first thing
verify
does is get an attestation through sprot and that failed. Sohumility
writes an empty buffer as the output. This isn't used again till we attempt to verify the signature over the attestation and it fails. The initial failure should be reported and a non-zero exit code returned.The text was updated successfully, but these errors were encountered: