aboutsummaryrefslogtreecommitdiff
path: root/src/known_hosts.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-24bignum: harmonize gcrypt, libcrypto and libmcrypt bignumAris Adamantiadis1-9/+0
2018-10-13knownhosts: Fix invalid read of known_hosts tokenTilo Eckert1-5/+1
2018-08-21known_hosts: Update documentation of deprecated knwon_hosts functionsAndreas Schneider1-16/+7
2018-07-03known_hosts: Remove deprecated ssh_knownhosts_algorithms()Andreas Schneider1-108/+0
2018-06-30known_hosts: Simplify invalid tokens checkAndreas Schneider1-7/+1
2018-06-29Rest in Peace SSHv1Andreas Schneider1-113/+16
2018-06-28Remove vim modelines from all filesAndreas Schneider1-2/+0
2018-06-04known_hosts: Mark ssh_is_server_known as deprecatedAndreas Schneider1-25/+3
2018-04-18known_hosts: Do not leak pubkey_buffer in check_public_key()Andreas Schneider1-0/+1
2018-03-21crypto: Change the type of server_pubkey to ssh_keyAndreas Schneider1-23/+31
2017-12-28add mbedtls crypto supportJuraj Vijtiuk1-0/+6
2017-12-15Add new optionsAris Adamantiadis1-7/+36
2016-11-05known_hosts: Add ssh_dump_knownhost() functionStef Walter1-57/+84
2016-01-19buffer: do not use ssh_buffer_get_rest_len()Fabiano Fidêncio1-4/+4
2016-01-19buffer: rename ssh_buffer_get_rest() to ssh_buffer_get()Fabiano Fidêncio1-3/+3
2016-01-19cleanup: use ssh_ prefix in the kex (non-static) functionsFabiano Fidêncio1-1/+1
2016-01-19cleanup: use ssh_ prefix in the buffer (non-static) functionsFabiano Fidêncio1-8/+8
2016-01-19cleanup: use ssh_ prefix in the bignum (non-static) functionsFabiano Fidêncio1-2/+2
2014-12-25options: Fix setting the port.Andreas Schneider1-3/+3
2014-02-05knownhosts: resolve leaks found by coverityAris Adamantiadis1-8/+5
2014-02-04knownhosts: detect variations of ecdsaAris Adamantiadis1-9/+31
2014-02-01known_hosts: add ssh_knownhosts_algorithms()Aris Adamantiadis1-0/+77
2014-01-16src: Do not use deprecated functions.Andreas Schneider1-2/+2
2014-01-07src: Update my mail address.Andreas Schneider1-1/+1
2013-07-14src: Remove enter_function() and leave_function().Andreas Schneider1-30/+17
2013-07-14src: Migrate to SSH_LOG.Andreas Schneider1-3/+2
2013-06-13known_hosts: Fix readablity.Andreas Schneider1-1/+1
2012-10-12known_hosts: Don't leak memory in ssh_write_knownhost error paths.Andreas Schneider1-0/+8
2012-07-17build: Fix missing struct in_addr warning.Andreas Schneider1-0/+1
2012-02-05session: Use a struct for all options.Andreas Schneider1-15/+18
2011-09-18priv: Move options and config prototypes to own header.Andreas Schneider1-0/+1
2011-09-08string: Use the struct and array for allocating the struct.Andreas Schneider1-3/+3
2011-09-08known_hosts: Fix a free before last use.Andreas Schneider1-1/+2
2011-09-07known_hosts: Fix a memleak.Andreas Schneider1-2/+4
2011-09-05known_hosts: Migrate ssh_write_knownhost() to new pki.Andreas Schneider1-172/+92
2011-06-15known_hosts: Added a log message for key type mismatch.Andreas Schneider1-0/+6
2011-06-13[crypto] initial support for ecdh-sha2-nistp256Aris Adamantiadis1-1/+1
2010-10-03Removed references to ssh_buffer_get_beginAris Adamantiadis1-6/+6
2010-09-29known_hosts: Added missing include.Andreas Schneider1-0/+1
2010-09-28pki: Create a file for known_hosts functions.Andreas Schneider1-0/+723