tomaswolf commented on pull request #198:
URL: https://github.com/apache/mina-sshd/pull/198#issuecomment-873227084


   In the `GenerateOpenSSHClientCertificateTest` the generated certificate 
apparently always uses rsa-sha2-512 for signing with RSA CA keys. Does the 
`OpenSshCertificateBuilder` need another setter `setAlgorithm(String 
algorithm)` to be able to specify exactly which signature should be generated? 
("ssh-rsa", "rsa-sha2-256", or "rsa-sha2-512".)
   
   One would have to verify that the algorithm set through this setter, if any, 
was compatible with the CA key type at all.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to