Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make the SDK able to import keys created by OpenSSL #1648

Closed
petreze opened this issue Jun 16, 2023 · 0 comments · Fixed by #1706
Closed

Make the SDK able to import keys created by OpenSSL #1648

petreze opened this issue Jun 16, 2023 · 0 comments · Fixed by #1706
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@petreze
Copy link
Contributor

petreze commented Jun 16, 2023

Problem

Currently the SDK cannot import ECDSA/ED25519 private keys generated by OpenSSL and exporting a public/private key to DER generates different string from OpenSSL

Solution

  • Make the SDK compatible with OpenSSL
  • Add tests for import/export of ECDSA and ED25519 keys from/to DER
  • Add tests for importing ECDSA private key from PEM
  • Add example

Alternatives

No response

@petreze petreze added the enhancement New feature or request label Jun 16, 2023
@petreze petreze added this to the 2.28.0 milestone Jun 16, 2023
@petreze petreze self-assigned this Jun 16, 2023
@ochikov ochikov modified the milestones: 2.28.0, 2.29.0, 2.30.0 Jun 27, 2023
@petreze petreze mentioned this issue Jul 5, 2023
2 tasks
@Petyo-Lukanov Petyo-Lukanov modified the milestones: 2.30.0, 2.31.0 Jul 13, 2023
@Petyo-Lukanov Petyo-Lukanov modified the milestones: 2.31.0, 2.30.0 Jul 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants