voxpupuli / puppet-openssl

Puppet OpenSSL module
Apache License 2.0
38 stars 84 forks source link

Add ability to generate Elliptic Curve key pairs #99

Closed fabbks closed 5 years ago

fabbks commented 5 years ago

This change adds the ability to generate EC key pairs. There is a default curve secp384r1. The list of curves is not pre enumerated for validation as the list of possible curves is way too long. And it would require code changes when new curves are added.

raphink commented 5 years ago

Great PR, thank you!