curl/lib/vssh
Anderson Toshiyuki Sasaki 507cf6a13d
libssh: improve known hosts handling
Previously, it was not possible to get a known hosts file entry due to
the lack of an API.  ssh_session_get_known_hosts_entry(), introduced in
libssh-0.9.0, allows libcurl to obtain such information and behave the
same as when compiled with libssh2.

This also tries to avoid the usage of deprecated functions when the
replacements are available.  The behaviour will not change if versions
older than libssh-0.8.0 are used.

Signed-off-by: Anderson Toshiyuki Sasaki <ansasaki@redhat.com>

Fixes #4953
Closes #4962
2020-02-27 10:03:07 +01:00
..
libssh.c libssh: improve known hosts handling 2020-02-27 10:03:07 +01:00
libssh2.c cleanup: comment typos 2020-02-21 08:38:00 +01:00
ssh.h wolfSSH: new SSH backend 2020-01-12 17:19:12 +01:00
wolfssh.c wolfssh: make it init properly via Curl_ssh_init() 2020-01-24 10:27:31 +01:00
wolfssh.h wolfSSH: new SSH backend 2020-01-12 17:19:12 +01:00