]> git.ipfire.org Git - thirdparty/curl.git/commit
libssh: remove CURLOPT_SSL_VERIFYHOST check
authorDaniel Stenberg <daniel@haxx.se>
Sat, 25 May 2024 21:30:51 +0000 (23:30 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 26 May 2024 10:01:16 +0000 (12:01 +0200)
commit4157ccb88c0f7db81d23c7f26315f78456077fc2
tree5fd2fee4f502b9d6d2b91c2c06d66bb1ce4216fb
parente101a7a8b072b2766aa5b4de481acd3e4d298e4b
libssh: remove CURLOPT_SSL_VERIFYHOST check

It was never meant for SSH: it should rely on the knownhosts file (if
set) in the same way libssh2 already does.

Reported-by: James Abbatiello
Fixes #13767
Closes #13781
lib/vssh/libssh.c