summaryrefslogtreecommitdiff
path: root/authAlgo.h
Commit message (Collapse)AuthorAgeFilesLines
* big svn cleanupOthmar Gsenger2008-04-121-104/+0
|
* some bugfixesChristian Pointner2008-03-031-13/+29
| | | | | | | added support for authentication
* further cleanupsChristian Pointner2008-02-191-18/+17
|
* * cypher and auth-algo selectable via commandline Erwin Nindl2007-12-271-0/+4
| | | | | | | | * libgcrypt uses secure memory now * a few bugfixes
* added keygeneration at hmac calculation Erwin Nindl2007-12-241-1/+1
|
* weihnachtlicher checkinErwin Nindl2007-12-241-2/+9
| | | | | | | | | | | * 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/+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