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

keyctl instantiate #12

Open
mythi opened this issue May 7, 2024 · 1 comment · May be fixed by #13
Open

keyctl instantiate #12

mythi opened this issue May 7, 2024 · 1 comment · May be fixed by #13

Comments

@mythi
Copy link

mythi commented May 7, 2024

I wanted to do the equivalent of keyctl instantiate <key> <data> <keyring> but I can't see how it's possible with the current functionality.

Would instantiate() method for Key make sense?

@landhb
Copy link
Owner

landhb commented Jul 8, 2024

@mythi Definitely, I'd be willing to accept a PR if you'd like to submit one. Just need to add a method that uses KeyCtlOperation::Instantiate

Currently you can only create fully instantiated keys with this library, so I didn't implement any of the functions for the request_key workflow

@mythi mythi linked a pull request Aug 20, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants