You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using ring in an environment where private ( openssl generated ) keys are received from parts of our infrastructure. This I can not change.
I found #370 for conversion / stripping of openssl generated RSA keys to make them compatible with ring. I have tried and failed to convert an openssl generated ECDSA key to work with ring, but I keep failing. I've tried using https://lapo.it/asn1js to read out the offset until the SEQUENCE part starts and stripping my key DER that way, but no luck.
I've added a test file to this issue.
Is there any possibility of adding information regarding openssl compatibility into ring? Archive.zip
The text was updated successfully, but these errors were encountered:
As far as I can see, the entire discussion of #370 / #476 / #384 was never resolved? Is there a feature now for this?
juliankrieger
changed the title
Better documentation on how to use / convert OpenSSL generated keys with ring
Better documentation on how to use / convert OpenSSL generated EC keys with ring
Jul 15, 2024
I'm using ring in an environment where private ( openssl generated ) keys are received from parts of our infrastructure. This I can not change.
I found #370 for conversion / stripping of openssl generated RSA keys to make them compatible with ring. I have tried and failed to convert an openssl generated ECDSA key to work with ring, but I keep failing. I've tried using https://lapo.it/asn1js to read out the offset until the SEQUENCE part starts and stripping my key DER that way, but no luck.
I've added a test file to this issue.
Is there any possibility of adding information regarding openssl compatibility into ring?
Archive.zip
The text was updated successfully, but these errors were encountered: