aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/packet.h
AgeCommit message (Expand)AuthorFilesLines
2019-02-22Refactor ssh_packet_hmac_verify to allow for direct bufferDirkjan Bussink1-1/+1
2019-01-09packet: Provide a function to switch crypto in separate directionsJakub Jelen1-0/+2
2019-01-09packet: Introduce a new function to access cryptoJakub Jelen1-0/+2
2018-11-21packets: allow removal of callbacksAris Adamantiadis1-0/+1
2018-10-16CVE-2018-10933: Introduced packet filteringAnderson Toshiyuki Sasaki1-0/+6
2018-08-31client: Handle the MSG_EXT_INFO packet signalling supported extensionsJakub Jelen1-0/+1
2018-06-29Rest in Peace SSHv1Andreas Schneider1-11/+0
2018-06-28chacha: packet decryptionAris Adamantiadis1-2/+3
2016-01-19cleanup: use ssh_ prefix in the packet (non-static) functionsFabiano FidĂȘncio1-9/+9
2014-04-22Add logic to support SHA2 HMAC algorithmsDirkjan Bussink1-1/+3
2013-01-23include: Fix the LGPL header.Andreas Schneider1-12/+11
2011-09-18packet: Move packet callbacks to packet_cb.c.Andreas Schneider1-0/+10
2011-09-18crypt: Rename to packet_crypt.Andreas Schneider1-0/+16
2010-07-23Continue removing old flushing codeAris Adamantiadis1-1/+1
2010-07-18Receive and send SSH_MSG_UNIMPLEMENTEDAris Adamantiadis1-0/+2
2010-01-24Few function name changesAris Adamantiadis1-1/+1
2010-01-24Made ssh_packet_read asynchronousAris Adamantiadis1-5/+1
2010-01-24Made parts of SSH asynchronous (inc kex1)Aris Adamantiadis1-1/+5
2010-01-24Beginning of async solution for SSH1Aris Adamantiadis1-0/+2
2010-01-23Move SSH-1 specific packet functions in packet1.cAris Adamantiadis1-0/+12
2010-01-08No more packet_read2() !Aris Adamantiadis1-0/+3
2010-01-06Removed packet_wait for SSH2Aris Adamantiadis1-0/+2
2010-01-03Remove some references to packet_wait()Aris Adamantiadis1-0/+1
2009-12-13Made packet_wait issue warningsAris Adamantiadis1-1/+0
2009-09-26more priv.h splittingAris Adamantiadis1-0/+7
2009-09-23Moved lots of declaration out of priv.hAris Adamantiadis1-0/+34