tomaswolf opened a new pull request, #638:
URL: https://github.com/apache/mina-sshd/pull/638

   Harden the parser so that it can parse known_host and authorized_key lines 
with unknown key types. Introduce a new UnsupportedSshPublicKey class to be 
able to deal with such entries later on when the server host key is compared. 
(An alternative would have been not to create PublicKeys from known_host lines 
at all but to serialize the given server key into string form and then just 
compare against the string from the known_host line. But that is not possible 
without breaking API...)
   
   Such an UnsupportedSshPublicKey supports getting its key type, its raw key 
data, its fingerprint, and it can be written into a Buffer.
   
   Fixes #636.


-- 
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: dev-unsubscr...@mina.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org
For additional commands, e-mail: dev-h...@mina.apache.org

Reply via email to