summaryrefslogtreecommitdiffstats
path: root/src/packet_cb.c
Commit message (Collapse)AuthorAgeFilesLines
* CVE-2015-3146: Fix state validation in packet handlersAris Adamantiadis2015-04-231-6/+10
| | | | | | | | | | | The state validation in the packet handlers for SSH_MSG_NEWKEYS and SSH_MSG_KEXDH_REPLY had a bug which did not raise an error. The issue has been found and reported by Mariusz Ziule. Signed-off-by: Aris Adamantiadis <aris@0xbadc0de.be> Reviewed-by: Andreas Schneider <asn@cryptomilk.org> (cherry picked from commit bf0c7ae0aeb0ebe661d11ea6785fff2cbf4f3dbe)
* packet: log disconnect code in host byte orderJon Simons2014-03-121-13/+19
| | | | Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
* kex: implement curve25519-sha256@libssh.orgAris Adamantiadis2013-09-271-0/+6
|
* src: Remove enter_function() and leave_function().Andreas Schneider2013-07-141-2/+2
|
* src: Migrate to SSH_LOG.Andreas Schneider2013-07-141-6/+7
|
* Implement key re-exchangeAris Adamantiadis2012-12-231-1/+8
|
* kex: Add simple DES support for SSHv1.Dmitriy Kuznetsov2012-09-071-1/+1
|
* dh: Add support for diffie-hellman-group14-sha1.Dmitriy Kuznetsov2012-09-041-0/+1
|
* session: Use a struct for all options.Andreas Schneider2012-02-051-3/+3
|
* packet: Move packet callbacks to packet_cb.c.Andreas Schneider2011-09-181-0/+236