Skip to content
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

Use new de-mut'd rpki-rs Signer trait. #688

Conversation

ximon18
Copy link
Member

@ximon18 ximon18 commented Oct 14, 2021

This PR builds on #686 "HSM persistent signer key mappings". Uses a fork of the rpki-rs crate reverse-signer branch as I need it to depend on bcder 0.6.1-dev for my Krill branch to compile. I want to use the de-mut'd Signer trait change from the new rpki-rs crate version, when it gets released at some point, as it removes a lot of boiler plate and unnecessary locking from my multi-signer code.

Update: This PR has been updated to use the new official releases of the bcder and rpki-rs crates rather than personal forks.

@ximon18 ximon18 added the hsm Relates to adding HSM support to Krill label Oct 14, 2021
…nd() is an impl of a trait fn which is not supported.

I also cannot further modify KrillSigner fns to use the new Sign and SignWithKey rpki-rs traits as SignedObjectBuilder::finalize() needs a Signer that we don't want to pass to it and it cannot be replicated as it uses rpki-rs private internals.
…ss_command() is an impl of a trait fn which is not supported."

This reverts commit 0bb4300.
@ximon18 ximon18 mentioned this pull request Oct 23, 2021
@ximon18 ximon18 requested review from timbru and partim October 25, 2021 15:27
@ximon18 ximon18 marked this pull request as ready for review October 25, 2021 17:30
ximon18 added a commit that referenced this pull request Nov 3, 2021
…cessor PR #688 which is now redundant because those changes are now present in the 'dev' branch which this PR targets.
ximon18 added a commit that referenced this pull request Nov 3, 2021
…cessor PR #688 which is now redundant because those changes are now present in the 'hsm-persistent-signer-key-mappings' branch which this PR targets.
@ximon18
Copy link
Member Author

ximon18 commented Nov 3, 2021

This PR is now redundant as the changes it introduced have been introduced via PR #702 into the upstream branches of this branch.

@ximon18 ximon18 closed this Nov 3, 2021
@ximon18 ximon18 deleted the test-integration-of-rpki-rs-163-async-signing-of-repository-objects branch December 6, 2021 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hsm Relates to adding HSM support to Krill
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant