Skip to content

Metadata API: add get_verification_result method - #2481

Merged
lukpueh merged 1 commit into
theupdateframework:developfrom
lukpueh:signing-status
Oct 4, 2023
Merged

Metadata API: add get_verification_result method#2481
lukpueh merged 1 commit into
theupdateframework:developfrom
lukpueh:signing-status

Conversation

@lukpueh

Copy link
Copy Markdown
Member

The method returns detailed information about signature verification of a delegated role metadata.

Its implementation is taken from the verify_delegate method and slightly updated. verify_delegate now is a thin wrapper on top of get_verification_result.

fixes#2449

The method returns detailed information about signature verification of
a delegated role metadata.
Its implementation is taken from the verify_delegate method and slightly
updated. verify_delegate now is a thin wrapper on top of
get_verification_result.
fixestheupdateframework#2449
Signed-off-by: Lukas Puehringer <lukas.puehringer@nyu.edu>
Co-authored-by: Jussi Kukkonen <jkukkonen@google.com>
@lukpueh
lukpueh requested review from jku and kairoaraujoOctober 3, 2023 10:06
jku
jku approved these changes Oct 3, 2023

@jkujku left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks right to me but would maybe be useful to get review from someone else too, I wrote a bit too much of this to be able to see it with fresh eyes...

@kairoaraujo

Copy link
Copy Markdown
Contributor

I will have a look at it.

@kairoaraujokairoaraujo left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Metadata API: add _Delegator.get_delegate_signing_status()

3 participants

@lukpueh@kairoaraujo@jku