Closed
Description
openssl genpkey -algorithm ED25519 -out test.key
ruby -e "require 'openssl'; OpenSSL::PKey::EC.new('test.key')"
fails with "invalid curve name"
The failure is somewhat expected as ED25519 keys aren't EC keys (they don't have a choice of curves) and this holds also for X25519, X448 and ED448.
This is preventing me from using an internal ED25519-based CA with Puppet.
Say I were interested in implementing them (or at least ED25519) would it be just appropriate to create more key types for each, analogous to the existing ones?
Metadata
Metadata
Assignees
Labels
No labels