summaryrefslogtreecommitdiffstats
path: root/src/kex.c
Commit message (Collapse)AuthorAgeFilesLines
* kex: Move ssh_encrypt_rsa1 to SSHv1 kex code.Andreas Schneider2011-08-221-0/+66
|
* session: Fix timeout handling.rofl0r2011-08-061-2/+2
| | | | | -2 now means to use the timeout specified in options. It wasn't used earlier and poll only knows -1 and 0 anyway for special meanings.
* [crypto] initial support for ecdh-sha2-nistp256Aris Adamantiadis2011-06-131-3/+15
| | | | | Works with openssl Still requires work for libgcrypt and other modes
* 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