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

OpenSSL::PKey::EC.generate missing #255

Closed
postmodern opened this issue May 10, 2022 · 0 comments · Fixed by #293
Closed

OpenSSL::PKey::EC.generate missing #255

postmodern opened this issue May 10, 2022 · 0 comments · Fixed by #293

Comments

@postmodern
Copy link

Does not appear that the OpenSSL::PKey::EC.generate method was implemented.

Steps To Reproduce

require 'openssl'
OpenSSL::PKey::EC.generate('prime256v1')

Expected Result

#<OpenSSL::PKey::EC:...>

Actual Result

NoMethodError (undefined method `generate' for OpenSSL::PKey::EC:Class)
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.

1 participant