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

Pass a PKeyRef to asym_verify #181

Merged
merged 1 commit into from
Apr 6, 2021
Merged

Conversation

puiterwijk
Copy link
Member

Ensure we no longer need to clone the RSA key every time we want to
validate anything.

Signed-off-by: Patrick Uiterwijk [email protected]

@puiterwijk

This comment has been minimized.

Ensure we no longer need to clone the RSA key every time we want to
validate anything.

Signed-off-by: Patrick Uiterwijk <[email protected]>
Copy link
Contributor

@lkatalin lkatalin left a comment

Choose a reason for hiding this comment

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

👍

@puiterwijk puiterwijk merged commit ddaac1f into keylime:master Apr 6, 2021
lkatalin added a commit to lkatalin/rust-keylime that referenced this pull request Apr 19, 2021
Following on keylime#181, use the openssl crate's PKey type instead of the inner
RSA type. Also, add additional key-related helper functions

Signed-off-by: Lily Sturmann <[email protected]>
@lkatalin lkatalin mentioned this pull request Apr 19, 2021
lkatalin added a commit to lkatalin/rust-keylime that referenced this pull request Apr 19, 2021
Following on keylime#181, use the openssl crate's PKey type instead of the inner
RSA type. Also, add additional key-related helper functions

Signed-off-by: Lily Sturmann <[email protected]>
lkatalin added a commit to lkatalin/rust-keylime that referenced this pull request Apr 20, 2021
Following on keylime#181, use the openssl crate's PKey type instead of the inner
RSA type. Also, add additional key-related helper functions

Signed-off-by: Lily Sturmann <[email protected]>
lkatalin added a commit that referenced this pull request Apr 20, 2021
Following on #181, use the openssl crate's PKey type instead of the inner
RSA type. Also, add additional key-related helper functions

Signed-off-by: Lily Sturmann <[email protected]>
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 this pull request may close these issues.

4 participants