-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Milestone
Description
Right now the OpenSSL backend can import PKCS8 public keys (and probably SubjectPublicKeyInfo wrapped keys, although we should verify that) but fails on "bare" RSA public keys (e.g. items written with PEM_write_BIO_RSAPublicKey). This is apparently a thing some people expect to be able to read (see: http://stackoverflow.com/questions/10569189/how-to-read-a-rsa-public-key-in-pem-pkcs1-format). Should we support it? And, relatedly, should we support writing this format with as_bytes?
I haven't researched EC or DSA so they may be subject to similar weirdness.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels