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

Support conversion of Key object to OpenSSL-ish object #20

Closed
grzuy opened this issue Mar 11, 2019 · 2 comments
Closed

Support conversion of Key object to OpenSSL-ish object #20

grzuy opened this issue Mar 11, 2019 · 2 comments

Comments

@grzuy
Copy link
Contributor

grzuy commented Mar 11, 2019

I assume most of users deserializing COSE Key objects, would need as a follow up step to operate with that key, meaning, signing, verifying a signature, encrypting or decrypting a message.

Given that, it would be very useful for the Key object to return an instance of a ready-to-operate ruby-openssl OpenSSL::PKey::PKey object.

@grzuy
Copy link
Contributor Author

grzuy commented Mar 11, 2019

If we support this here, then e.g. this would not be needed in webauthn-ruby.

@grzuy
Copy link
Contributor Author

grzuy commented Mar 11, 2019

By OpenSSL-ish object I mean an instance of OpenSSL::PKey::PKey

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant