-
Notifications
You must be signed in to change notification settings - Fork 727
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
Document interoperability of Ed25519 PKCS#8 keys #833
Comments
|
To clarify further, |
@briansmith yes, that's what the docs say. It would be helpful though to state that |
One can use kt to generate PKCS#8 v2 keys: cargo install kt
kt generate ed25519 --out ed25519.k8 |
Addressed in b29699c. |
@briansmith Where can I find the kt repository? Was the code migrated to another project? |
I wonder how I can use openssl to output PEM or DER formatted keys that Ed25519KeyPair::from_pkcs8 can read as input. I've tried
openssl genpkey -algorithm ED25519
but that gives me aWrongAlgorithm
error. The RSA key documentation has an openssl command listed, but none is listed for ed25519.The text was updated successfully, but these errors were encountered: