-
Notifications
You must be signed in to change notification settings - Fork 13
Key formats
Ryan Culpepper edited this page Jan 22, 2019
·
6 revisions
References:
generated with openssl 1.1.1pre7:
openssl genpkey -algorithm ED25519 -outform DER -out key.der
openssl pkey -inform DER -in key.der -pubout -outform DER -out pub.der
The AlgorithmIdentifier
consists of OID 1.3.101.112
with no parameters (?!).
The private key file does not contain the public key.
- https://tools.ietf.org/html/rfc5915
- https://tools.ietf.org/html/draft-josefsson-pkix-eddsa-04 (dead?)
- https://www.davidb.org/post/key-formats/
- https://tools.ietf.org/html/rfc8032 (EdDSA)
- https://github.com/briansmith/ring/issues/224 (what to do about eddsa?)
- https://crypto.stackexchange.com/questions/3481/secure-private-key-storage
- https://csrc.nist.gov/projects/key-management
- PKCS 8
- PKCS 12 aka PFX
- https://www.gnu.org/software/gnu-crypto/draft-keyring.html
- PKCS 5 (password-based stuff)
- Key management