summaryrefslogtreecommitdiff
path: root/authAlgo.h
Commit message (Collapse)AuthorAgeFilesLines
* more generic code in anytun.cppErwin Nindl2007-12-131-1/+8
|
* codechanges in sha1authalgoErwin Nindl2007-12-121-0/+2
|
* * renamed HmacAuthAlgo to Sha1AuthAlgoErwin Nindl2007-12-121-2/+11
| | | | | | * removed a memleak at the IV generation in kd, cypher
* * added AuthTag classErwin Nindl2007-12-081-4/+4
| | | | | | | | | * bugfixes in keyderivation, aesicmcypher * removed authtag functins temorarly from anytun.cpp
* * added key derivation functionsErwin Nindl2007-08-091-0/+8
|
* first test of whole systemChristian Pointner2007-06-201-1/+1
|
* added [] - operator to BufferChristian Pointner2007-06-171-2/+2
| | | | | | const Buffers are now possible
* added cypher and authalgoChristian Pointner2007-06-171-0/+52