summaryrefslogtreecommitdiff
path: root/encryptedPacket.cpp
Commit message (Collapse)AuthorAgeFilesLines
* some bugfixesChristian Pointner2008-03-031-49/+73
| | | | | | | added support for authentication
* fixed resize issue with buffer->xPacketChristian Pointner2008-02-251-2/+7
|
* - keyderivation and cipher should work nowChristian Pointner2008-02-231-79/+89
| | | | | | | | | | however it needs further testing - rewrite of Buffer and Packets
* further cleanupsChristian Pointner2008-02-201-1/+1
| | | | | | | cipher could work now
* fixed wrong payload length bugOthmar Gsenger2008-02-061-1/+1
|
* finallly working, payload type needs further checksOthmar Gsenger2008-01-311-0/+4
|
* packet and cypher fixesOthmar Gsenger2008-01-311-148/+24
|
* * cypher and auth-algo selectable via commandline Erwin Nindl2007-12-271-0/+9
| | | | | | | | * libgcrypt uses secure memory now * a few bugfixes
* weihnachtlicher checkinErwin Nindl2007-12-241-0/+287
* packet processing now with less memory operations than before * todo: * testing * set cipher / authalgo via commandline * set key operations for hmac calculation