aboutsummaryrefslogtreecommitdiff
path: root/src/kex.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-07kex: Fix supported methods index.Andreas Schneider1-5/+4
2012-09-25kex: Fix simpledes with gcrypt.Andreas Schneider1-21/+21
2012-09-07kex: Add simple DES support for SSHv1.Dmitriy Kuznetsov1-0/+2
2012-09-04dh: Add support for diffie-hellman-group14-sha1.Dmitriy Kuznetsov1-2/+4
2012-02-05session: Use a struct for all options.Andreas Schneider1-1/+1
2012-02-04pki: Make a strcmp better readable.Andreas Schneider1-1/+1
2012-02-04kex: Add support for ecdsa hostkeys.Andreas Schneider1-2/+4
2012-02-04kex: Add a define for the kex method size.Andreas Schneider1-16/+19
2011-11-10kex: Fix some build warnings.Andreas Schneider1-1/+1
2011-09-23build: Fix zlib support.Andreas Schneider1-1/+1
2011-09-18gzip: Fix zlib support.Andreas Schneider1-1/+1
2011-09-18priv: Move kex functions to kex header.Andreas Schneider1-5/+5
2011-09-18kex: moved KEX structures to ssh_crypto_structAris Adamantiadis1-18/+19
2011-09-18kex: split key selection and sendingAris Adamantiadis1-42/+39
2011-09-11kex: Fix includes.Andreas Schneider1-4/+0
2011-09-10kex: Split out SSHv1 functions to kex1.c.Andreas Schneider1-436/+2
2011-08-22kex: Move ssh_encrypt_rsa1 to SSHv1 kex code.Andreas Schneider1-0/+66
2011-08-06session: Fix timeout handling.rofl0r1-2/+2
2011-06-13[crypto] initial support for ecdh-sha2-nistp256Aris Adamantiadis1-3/+15
2011-04-15Fix assertion with Visual Studio because of %zu.Andreas Schneider1-1/+1
2011-01-10All error path consistent with ssh_packet_kexinitAris Adamantiadis1-4/+6
2010-12-19Fix free() on uninitialized data on some cases.Aris Adamantiadis1-2/+1
2010-10-04Implemented zlib@openssh.com compressionAris Adamantiadis1-1/+1
2010-09-06misc: Rename libssh/ to src/Andreas Schneider1-0/+835