Skip to content

v1.0.0-rc2

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 06 Oct 21:44
· 203 commits to main since this release
guest/read: return early if next esd cannot be parsed

Matching the rest of the function, don't continue iterating through
ESDs if one fails to parse.

Also adjusts the error message on signature type to state "unknown"
signature type instead of invalid, since it may not be supported yet.
This is the one "error" case that continues without exiting early.

Signed-off-by: Eric Richter <[email protected]>