summaryrefslogtreecommitdiff
path: root/authAlgo.cpp
Commit message (Collapse)AuthorAgeFilesLines
* further cleanupsChristian Pointner2008-02-191-30/+7
|
* * cypher and auth-algo selectable via commandline Erwin Nindl2007-12-271-1/+9
| | | | | | | | * libgcrypt uses secure memory now * a few bugfixes
* weihnachtlicher checkinErwin Nindl2007-12-241-0/+1
| | | | | | | | | | | * packet processing now with less memory operations than before * todo: * testing * set cipher / authalgo via commandline * set key operations for hmac calculation
* more generic code in anytun.cppErwin Nindl2007-12-131-1/+2
|
* codechanges in sha1authalgoErwin Nindl2007-12-121-2/+10
|
* * renamed HmacAuthAlgo to Sha1AuthAlgoErwin Nindl2007-12-121-10/+46
| | | | | | * removed a memleak at the IV generation in kd, cypher
* * added AuthTag classErwin Nindl2007-12-081-5/+14
| | | | | | | | | * bugfixes in keyderivation, aesicmcypher * removed authtag functins temorarly from anytun.cpp
* * fixed initialisation of libgcryptErwin Nindl2007-11-211-17/+2
| | | | | | * reoved libstrp from deps
* * added key derivation functionsErwin Nindl2007-08-091-0/+30
|
* added [] - operator to BufferChristian Pointner2007-06-171-1/+1
| | | | | | const Buffers are now possible
* added cypher and authalgoChristian Pointner2007-06-171-0/+36