summaryrefslogtreecommitdiffstats
path: root/src/kex.c
Commit message (Expand)AuthorAgeFilesLines
* kex: implement curve25519-sha256@libssh.orgAris Adamantiadis2013-09-271-2/+12
* src: Remove enter_function() and leave_function().Andreas Schneider2013-07-141-16/+4
* src: Migrate to SSH_LOG.Andreas Schneider2013-07-141-4/+4
* kex: Fix a double free.Andreas Schneider2013-06-131-0/+1
* Implement key re-exchangeAris Adamantiadis2012-12-231-1/+4
* kex: Use getter functions to access kex arrays.Andreas Schneider2012-10-121-4/+20
* kex: Don't compare an array to null.Andreas Schneider2012-10-121-4/+4
* kex: Fix supported methods index.Andreas Schneider2012-10-071-5/+4
* kex: Fix simpledes with gcrypt.Andreas Schneider2012-09-251-21/+21
* kex: Add simple DES support for SSHv1.Dmitriy Kuznetsov2012-09-071-0/+2
* dh: Add support for diffie-hellman-group14-sha1.Dmitriy Kuznetsov2012-09-041-2/+4
* session: Use a struct for all options.Andreas Schneider2012-02-051-1/+1
* pki: Make a strcmp better readable.Andreas Schneider2012-02-041-1/+1
* kex: Add support for ecdsa hostkeys.Andreas Schneider2012-02-041-2/+4
* kex: Add a define for the kex method size.Andreas Schneider2012-02-041-16/+19
* kex: Fix some build warnings.Andreas Schneider2011-11-101-1/+1
* build: Fix zlib support.Andreas Schneider2011-09-231-1/+1
* gzip: Fix zlib support.Andreas Schneider2011-09-181-1/+1
* priv: Move kex functions to kex header.Andreas Schneider2011-09-181-5/+5
* kex: moved KEX structures to ssh_crypto_structAris Adamantiadis2011-09-181-18/+19
* kex: split key selection and sendingAris Adamantiadis2011-09-181-42/+39
* kex: Fix includes.Andreas Schneider2011-09-111-4/+0
* kex: Split out SSHv1 functions to kex1.c.Andreas Schneider2011-09-101-436/+2
* kex: Move ssh_encrypt_rsa1 to SSHv1 kex code.Andreas Schneider2011-08-221-0/+66
* session: Fix timeout handling.rofl0r2011-08-061-2/+2
* [crypto] initial support for ecdh-sha2-nistp256Aris Adamantiadis2011-06-131-3/+15
* Fix assertion with Visual Studio because of %zu.Andreas Schneider2011-04-151-1/+1
* All error path consistent with ssh_packet_kexinitAris Adamantiadis2011-01-101-4/+6
* Fix free() on uninitialized data on some cases.Aris Adamantiadis2010-12-191-2/+1
* Implemented zlib@openssh.com compressionAris Adamantiadis2010-10-041-1/+1
* misc: Rename libssh/ to src/Andreas Schneider2010-09-061-0/+835