summaryrefslogtreecommitdiffstats
path: root/src/known_hosts.c
Commit message (Collapse)AuthorAgeFilesLines
* options: Fix setting the port.Andreas Schneider2014-12-251-3/+3
| | | | | | | Make sure we correctly read the port from the config file. Signed-off-by: Andreas Schneider <asn@cryptomilk.org> (cherry picked from commit bb18442fe8f58a483713eb2b988b3da9869ddf86)
* knownhosts: resolve leaks found by coverityAris Adamantiadis2014-02-051-8/+5
|
* knownhosts: detect variations of ecdsaAris Adamantiadis2014-02-051-9/+31
|
* known_hosts: add ssh_knownhosts_algorithms()Aris Adamantiadis2014-02-041-0/+77
| | | | | | | | Goal of that function is to test the preferred key exchange methods based on what's available in the known_hosts file Conflicts: tests/client/torture_knownhosts.c
* src: Update my mail address.Andreas Schneider2014-01-071-1/+1
|
* src: Remove enter_function() and leave_function().Andreas Schneider2013-07-141-30/+17
|
* src: Migrate to SSH_LOG.Andreas Schneider2013-07-141-3/+2
|
* known_hosts: Fix readablity.Andreas Schneider2013-06-131-1/+1
|
* known_hosts: Don't leak memory in ssh_write_knownhost error paths.Andreas Schneider2012-10-121-0/+8
| | | | Found by Coverity.
* build: Fix missing struct in_addr warning.Andreas Schneider2012-07-171-0/+1
|
* session: Use a struct for all options.Andreas Schneider2012-02-051-15/+18
|
* priv: Move options and config prototypes to own header.Andreas Schneider2011-09-181-0/+1
|
* string: Use the struct and array for allocating the struct.Andreas Schneider2011-09-081-3/+3
|
* known_hosts: Fix a free before last use.Andreas Schneider2011-09-081-1/+2
|
* known_hosts: Fix a memleak.Andreas Schneider2011-09-071-2/+4
|
* known_hosts: Migrate ssh_write_knownhost() to new pki.Andreas Schneider2011-09-051-172/+92
|
* known_hosts: Added a log message for key type mismatch.Andreas Schneider2011-06-151-0/+6
|
* [crypto] initial support for ecdh-sha2-nistp256Aris Adamantiadis2011-06-131-1/+1
| | | | | Works with openssl Still requires work for libgcrypt and other modes
* Removed references to ssh_buffer_get_beginAris Adamantiadis2010-10-031-6/+6
|
* known_hosts: Added missing include.Andreas Schneider2010-09-291-0/+1
| | | | Thanks miloj ;)
* pki: Create a file for known_hosts functions.Andreas Schneider2010-09-281-0/+723