summaryrefslogtreecommitdiff
path: root/keyDerivation.h
Commit message (Collapse)AuthorAgeFilesLines
* * TunDevice: changed 'char* getTypeString()' to 'const char* getTypeString()'Erwin Nindl2007-11-071-6/+10
| | | | | | | | | | | | | 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-3/+3
| | | | | | * code cleanup
* changed keyderivation fuction from 'aes_icm_output' to 'cipher_output'Erwin Nindl2007-08-171-3/+4
|
* * added key derivation functionsErwin Nindl2007-08-091-0/+66