-
Notifications
You must be signed in to change notification settings - Fork 183
Closed
Description
openssl/ext/openssl/ossl_pkey.c
Line 152 in 01b23fa
| * * _string+ is a DER- or PEM-encoded string containing an arbitrary private |
This code says that it will load DER encoded keys, but it does not work when provided with DER,
and looking at the code it seems to try only PEM encodings. I suggest that rather than try to guess all sorts of encodings, that we have a read_der() routine.
Metadata
Metadata
Assignees
Labels
No labels