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 Ed25519 keys/certificates #8869

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Commits on Mar 13, 2024

  1. (PUP-11439) Support Ed25519 keys/certificates

    The generic interface usage was added by 78712fe, which improved key format support.
    ruby-openssl 3.0, shipped in Ruby 3.0, supports Ed25519 keys using the generic interface and returns a OpenSSL::PKey::PKey.
    The only thing preventing these from working is a simple type check. Update it to only check key types that aren't supported.
    tambry authored and Raul Tambre committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    0988068 View commit details
    Browse the repository at this point in the history