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

Support encrypted private keys #17

Open
fpoirotte opened this issue Dec 23, 2014 · 1 comment
Open

Support encrypted private keys #17

fpoirotte opened this issue Dec 23, 2014 · 1 comment
Assignees

Comments

@fpoirotte
Copy link
Owner

Some private key formats are not supported by either openssl (eg. Ed25519) or by its PHP binding (eg. ecdsa-sha2-*), so we currently handle them ourselves.
This works quite well except for encrypted keys which we do not support yet.
The goal of this ticket is to add support for such keys.

@fpoirotte fpoirotte self-assigned this Sep 27, 2015
@fpoirotte
Copy link
Owner Author

This is a follow-up issue on #18 & #29.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant