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.
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.