summaryrefslogtreecommitdiffstats
path: root/src/kex1.c
Commit message (Expand)AuthorAgeFilesLines
* src: Remove enter_function() and leave_function().Andreas Schneider2013-07-141-12/+10
* src: Migrate to SSH_LOG.Andreas Schneider2013-07-141-9/+9
* kex1: Fix a possible null pointer dereference.Andreas Schneider2013-06-191-0/+3
* kex1: Fix null check of hostkey.Andreas Schneider2013-06-171-1/+1
* kex: Add simple DES support for SSHv1.Dmitriy Kuznetsov2012-09-071-4/+9
* build: Fix SSHv1 build.Andreas Schneider2011-09-221-0/+1
* kex: moved KEX structures to ssh_crypto_structAris Adamantiadis2011-09-181-3/+3
* session: Use defines for ssh_handle_packets().Andreas Schneider2011-09-171-2/+2
* SSH1: fix kex bugs introduced in refactoringAris Adamantiadis2011-09-141-1/+28
* kex: Fix includes.Andreas Schneider2011-09-111-0/+4
* kex: Split out SSHv1 functions to kex1.c.Andreas Schneider2011-09-101-0/+459