summaryrefslogtreecommitdiff
path: root/authAlgo.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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