]> granicus.if.org Git - curl/commit
lib582: do not verify host for SFTP
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Tue, 14 Nov 2017 18:11:59 +0000 (19:11 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 1 Dec 2017 16:40:14 +0000 (17:40 +0100)
commitb7f5345976127f1af2ccad431f6b60d5402e1bde
tree8c3020b1e36f777de4082315e0cafc12fe130046
parenta2f396680051f6c39064772b5f779bd829d05976
lib582: do not verify host for SFTP

This SFTP test fails with libssh back-end due to failure to verify
the peer. Disable peer verification in the test as there seems to
be the intention of the test.

Note that the libssh back-end automatically verifies the peer's
host using the default known_hosts file.

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
tests/libtest/lib582.c