summaryrefslogtreecommitdiffstats
path: root/src/packet_crypt.c
Commit message (Collapse)AuthorAgeFilesLines
* 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