History log of /curl/lib/vssh/libssh2.c (Results 101 – 109 of 109)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 6f69edf9 15-Jan-2020 Marcel Raad

libssh2: fix variable type

This led to a conversion warning on 64-bit MinGW, which has 32-bit
`long` but 64-bit `size_t`.

Closes https://github.com/curl/curl/pull/4823


# 29babeaf 12-Jan-2020 Daniel Stenberg

misc: Copyright year out of date, should be 2020

Follow-up to recent commits

[skip ci]


Revision tags: curl-7_68_0
# 272282a0 20-Dec-2019 Santino Keupp

libssh2: add support for forcing a hostkey type

- Allow forcing the host's key type found in the known_hosts file.

Currently, curl (with libssh2) does not take keys from your known_

libssh2: add support for forcing a hostkey type

- Allow forcing the host's key type found in the known_hosts file.

Currently, curl (with libssh2) does not take keys from your known_hosts
file into account when talking to a server. With this patch the
known_hosts file will be searched for an entry matching the hostname
and, if found, libssh2 will be told to claim this key type from the
server.

Closes https://github.com/curl/curl/pull/4747

show more ...


# 1d2d3feb 13-Dec-2019 Santino Keupp

libssh2: add support for ECDSA and ed25519 knownhost keys

... if a new enough libssh2 version is present.

Source: https://curl.haxx.se/mail/archive-2019-12/0023.html
Co-Authored

libssh2: add support for ECDSA and ed25519 knownhost keys

... if a new enough libssh2 version is present.

Source: https://curl.haxx.se/mail/archive-2019-12/0023.html
Co-Authored-by: Daniel Stenberg
Closes #4714

show more ...


Revision tags: curl-7_67_0
# 69d95b6d 30-Sep-2019 Marcel Raad

lib: silence conversion warnings

Closes https://github.com/curl/curl/pull/4444


# 7d552450 19-Sep-2019 Daniel Stenberg

libssh2: part of conditional expression is always true: !result

Fixes warning detected by PVS-Studio
Fixes #4374


Revision tags: curl-7_66_0
# ea28a6cb 16-Aug-2019 Daniel Stenberg

ssh: add a generic Curl_ssh_version function for SSH backends

Closes #4235


# d6dea75a 16-Aug-2019 Daniel Stenberg

vssh: move ssh init/cleanup functions into backend code


# 5b2d703f 16-Aug-2019 Daniel Stenberg

vssh: create directory for SSH backend code


12345