spacemonkeygo / openssl

OpenSSL bindings for Go
http://godoc.org/github.com/spacemonkeygo/openssl
Apache License 2.0
472 stars 237 forks source link

Support for ED25519 keys/cert #102

Closed parasssh closed 6 years ago

parasssh commented 6 years ago

The Ed25519 support has been added to openssl in the version 1.1.1. This version is not yet released by OpenSSL but they do have pre-release versions. I'd like to check if a enhancement PR that adds support for Ed Certificates/keys with the generate/sign/verify operations is of interest.

I could also add it for Ed448.

zeebo commented 6 years ago

Sure. Ed25519 is my favorite.

zeebo commented 6 years ago

Closed by #103.