mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-04 20:30:38 +09:00
In certificate authentication with OpenSSH 8.0, the SHA2 signatures were not accepted correctly [1]. This was not an issue up until the OpenSSH 8.8p1, which does no longer allow SHA1 signatures by default so this broke the CI and tests against the new OpenSSH [2]. Fixes !107 [1] https://bugzilla.mindrot.org/show_bug.cgi?id=3016 [2] https://gitlab.com/libssh/libssh-mirror/-/issues/107 Signed-off-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>