summaryrefslogtreecommitdiffstats
path: root/src/packet_crypt.c
Commit message (Collapse)AuthorAgeFilesLines
* crypto: fix secure burning, structure members namingAris Adamantiadis2014-08-061-5/+4
| | | | Reviewed-by: Andreas Schneider <asn@samba.org>
* Add logic to support SHA2 HMAC algorithmsDirkjan Bussink2014-04-221-7/+9
| | | | | | BUG: https://red.libssh.org/issues/91 Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
* packet_crypt: Make packet_{en,de}crypt fail consistently on len == 0Alan Dunn2014-02-061-0/+6
| | | | | | | | | | Right now the behavior of packet_{en,de}crypt on len == 0 depends on the behavior of malloc. Instead, make these consistently fail based on what I assume the desired behavior is due to the first error message in each. Signed-off-by: Alan Dunn <amdunn@gmail.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
* 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