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 EC keys #162

Merged
merged 1 commit into from Dec 22, 2016
Merged

Conversation

antaflos
Copy link
Contributor

Add a new parameter "private_key_type" which defaults to "rsa" but can
also be set to "ec" for ECDSA keys.

Contains updated README and some spec tests for the type. Due to various
bugs in ruby-openssl it is currently difficult to properly test EC keys
(https://bugs.ruby-lang.org/issues/12348, ruby/openssl#29).

Add a new parameter "private_key_type" which defaults to "rsa" but can
also be set to "ec" for ECDSA keys.

Contains updated README and some spec tests for the type. Due to various
bugs in ruby-openssl it is currently difficult to properly test EC keys
(https://bugs.ruby-lang.org/issues/12348, ruby/openssl#29).
@tphoney
Copy link
Contributor

tphoney commented Dec 22, 2016

This looks really good, readme tests and easy to follow. Great PR

@tphoney tphoney merged commit 410f85e into puppetlabs:master Dec 22, 2016
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.

None yet

2 participants