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

Updated based on openssl 1.1.0 gem to fix "wrong argument type OpenSS… #4

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

jimflood
Copy link

@jimflood jimflood commented Sep 4, 2015

…L::PKey::RSA (expected Data)"

On ruby 2.2.1p85, to_pem_pkcs8 hits this problem:
TypeError:
wrong argument type OpenSSL::PKey::RSA (expected Data)

I fixed the problem, which was with Data_Get_Struct, by updating the source based on the current openssl gem version 1.1.0.

@jimflood
Copy link
Author

jimflood commented Sep 4, 2015

$ bundle exec rake # runs fine when the gem is installed. You'll have to fix the environment running the integration tests.

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.

1 participant