summaryrefslogtreecommitdiffstats
path: root/src/packet_crypt.c
Commit message (Expand)AuthorAgeFilesLines
* buffer: do not use ssh_buffer_get_rest_len()Fabiano Fidêncio2015-10-121-1/+1
* buffer: rename ssh_buffer_get_rest() to ssh_buffer_get()Fabiano Fidêncio2015-10-121-1/+1
* cleanup: use ssh_ prefix in the packet (non-static) functionsFabiano Fidêncio2015-10-121-5/+5
* cleanup: use ssh_ prefix in the buffer (non-static) functionsFabiano Fidêncio2015-10-121-1/+1
* crypto: move key setup in newkeys handlerAris Adamantiadis2015-09-241-11/+0
* crypto: fix secure burning, structure members namingAris Adamantiadis2014-08-061-5/+4
* Add logic to support SHA2 HMAC algorithmsDirkjan Bussink2014-04-221-7/+9
* packet_crypt: Make packet_{en,de}crypt fail consistently on len == 0Alan Dunn2014-02-061-0/+6
* build: Fix missing struct in_addr warning.Andreas Schneider2012-07-171-0/+1
* packet: cleaner logs with less redundant infoAris Adamantiadis2011-10-031-12/+0
* crypt: Rename to packet_crypt.Andreas Schneider2011-09-181-0/+197