]> git.ipfire.org Git - thirdparty/curl.git/commit
libssh2: try sha2 algos for hostkey methods
authorDaniel Stenberg <daniel@haxx.se>
Thu, 22 Dec 2022 18:57:16 +0000 (19:57 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 26 Dec 2022 09:15:48 +0000 (10:15 +0100)
commitccf1ca94303a56f661adbf8412748d6894848f64
tree4c97b914bb8e831d7f4c408cbe1cff43bb34e666
parente2aed004302e51cfa5b6ce8c8ab65ef92aa83196
libssh2: try sha2 algos for hostkey methods

As is supported by recent libssh2, but should just be ignored by older
versions.

Reported-by: norbertmm on github
Assisted-by: norbertmm on github
Fixes #10143
Closes #10145
lib/vssh/libssh2.c