Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CVE-2015-3146: Fix state validation in packet handlers | Aris Adamantiadis | 2015-04-23 | 1 | -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 order | Jon Simons | 2014-03-12 | 1 | -13/+19 |
| | | | | Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | ||||
* | kex: implement curve25519-sha256@libssh.org | Aris Adamantiadis | 2013-09-27 | 1 | -0/+6 |
| | |||||
* | src: Remove enter_function() and leave_function(). | Andreas Schneider | 2013-07-14 | 1 | -2/+2 |
| | |||||
* | src: Migrate to SSH_LOG. | Andreas Schneider | 2013-07-14 | 1 | -6/+7 |
| | |||||
* | Implement key re-exchange | Aris Adamantiadis | 2012-12-23 | 1 | -1/+8 |
| | |||||
* | kex: Add simple DES support for SSHv1. | Dmitriy Kuznetsov | 2012-09-07 | 1 | -1/+1 |
| | |||||
* | dh: Add support for diffie-hellman-group14-sha1. | Dmitriy Kuznetsov | 2012-09-04 | 1 | -0/+1 |
| | |||||
* | session: Use a struct for all options. | Andreas Schneider | 2012-02-05 | 1 | -3/+3 |
| | |||||
* | packet: Move packet callbacks to packet_cb.c. | Andreas Schneider | 2011-09-18 | 1 | -0/+236 |