Skip to content

ED25519 support #443

Closed
Closed
@tambry

Description

@tambry
  1. openssl genpkey -algorithm ED25519 -out test.key
  2. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions