-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sigstore bundle support #280
Comments
CC @jleightcap |
This may be blocked on #83 -- @lkatalin or @lukehinds might have some more details 🙂 |
@woodruffw I don't think there is anything more to update since that was raised. It should not be hard to implement though (verify locally). I am absolutely slammed out with other stuff at the moment, not sure if @lkatalin has any cycles to take this on. I will add it to my tracking notes though as getting sigstore-rs protobuf aligned would be definite a step forwards. |
Okay, thanks for the update @lukehinds! I've asked @jleightcap to take a look at this. |
Thanks, now in progress -- I'll add comments/questions to this issue as I get further. |
CC @tnytown |
As part of this work, I took another look at the client's certificate validation logic. It looks like both |
Description
As identified in #274: this client should support the bundle format defined in protobuf-specs for both signing and verification!
This will also unblock integration with the conformance suite, which tests for bundle support.
It looks like https://docs.rs/protobuf/latest/protobuf/ is the most mature protobuf library for Rust, so we'll probably want to go with that.
The text was updated successfully, but these errors were encountered: