summaryrefslogtreecommitdiff
path: root/encryptedPacket.h
Commit message (Collapse)AuthorAgeFilesLines
* some bugfixesChristian Pointner2008-03-031-6/+8
| | | | | | | added support for authentication
* fixed resize issue with buffer->xPacketChristian Pointner2008-02-251-0/+2
|
* - keyderivation and cipher should work nowChristian Pointner2008-02-231-27/+23
| | | | | | | | | | however it needs further testing - rewrite of Buffer and Packets
* replaces cypher with cipher Christian Pointner2008-02-191-2/+2
|
* fixed wrong payload length bugOthmar Gsenger2008-02-061-1/+1
|
* packet and cypher fixesOthmar Gsenger2008-01-311-3/+9
|
* * cypher and auth-algo selectable via commandline Erwin Nindl2007-12-271-1/+6
| | | | | | | | * libgcrypt uses secure memory now * a few bugfixes
* weihnachtlicher checkinErwin Nindl2007-12-241-0/+134
* packet processing now with less memory operations than before * todo: * testing * set cipher / authalgo via commandline * set key operations for hmac calculation