summaryrefslogtreecommitdiff
path: root/keyDerivation.cpp
Commit message (Collapse)AuthorAgeFilesLines
* * fixed initialisation of libgcryptErwin Nindl2007-11-211-19/+24
| | | | | | * reoved libstrp from deps
* * TunDevice: changed 'char* getTypeString()' to 'const char* getTypeString()'Erwin Nindl2007-11-071-43/+70
| | | | | | | | | | | | | to fix warning: deprecated conversion from string constant to ‘char*’ * removed libsrtp, use libgcrypt instead now * added buffer funcitons TODO: * fix IV issues * add authentification
* * added KeyDerivation to anytun.cppErwin Nindl2007-08-231-10/+19
| | | | | | * code cleanup
* changed keyderivation fuction from 'aes_icm_output' to 'cipher_output'Erwin Nindl2007-08-171-15/+13
|
* * added key derivation functionsErwin Nindl2007-08-091-0/+105