ssh2/include
Peter Krempa 6af85b6053 known_hosts: Fail when parsing unknown keys in known_hosts file.
libssh2_knownhost_readfile() silently ignored problems when reading keys
in unsupported formats from the known hosts file. When the file is
written again from the internal structures of libssh2 it gets truntcated
to the point where the first unknown key was located.

 * src/knownhost.c:libssh2_knownhost_readfile() - return error if key
                                                  parsing fails
2012-08-21 20:27:28 +02:00
..
libssh2_publickey.h From: Alexander Lamaison <swish@lammy.co.uk> 2009-07-17 23:40:32 +02:00
libssh2_sftp.h LIBSSH2_SFTP_PACKET_MAXLEN: increase to 80000 2011-11-18 23:36:52 +01:00
libssh2.h known_hosts: Fail when parsing unknown keys in known_hosts file. 2012-08-21 20:27:28 +02:00