Details
-
Suggestion
-
Resolution: Out of scope
-
P3: Somewhat important
-
4.3.0
-
None
Description
It would be nice to have QSslKey inherit from pure virtual QSslKeySomthing, so that other implementations will be able to provide rsa or dsa.
What I got instead:
Only software implemented keys can currently be used.
More info:
This should be simple enough... Just add a new layer of abstraction.
The best solution would allow a signature callback... But as this is more complex, openssh communication should provide somekind of a solution.