Skip to content

ssh: Refactor SSH key parsing

Niels De Graef requested to merge nielsdg/key-parse-async into main

Fix several issues in the SSH Key parsing code, and directly use a GInputStream we can (asynchronously) read from. Take the opportunity also to add some unit tests that we can run to make sure we're not regressing on anything.

Merge request reports