search for: pem_write_ed25519

Displaying 1 result from an estimated 1 matches for "pem_write_ed25519".

2024 May 16
1
PEM_write_ed25519
For no particular reason, i'm looking to convert my ed25519 private key to pem. A user on stackoverflow suggested running `ssh-keygen -p -f path/to/your/key -m pem` [^1], which errors, printing `do_convert_to_pem: unsupported key type ED25519`. Looking at the corresponding line in source, it seems that only RSA, DSA, & ECDSA keys can be converted to pem.[^2] With new keys defaulting