Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * added AuthTag class | Erwin Nindl | 2007-12-08 | 1 | -10/+20 |
| | | | | | | | | | * bugfixes in keyderivation, aesicmcypher * removed authtag functins temorarly from anytun.cpp | ||||
* | serialisation & makefile fix | Othmar Gsenger | 2007-12-07 | 1 | -0/+6 |
| | |||||
* | * fixed initialisation of libgcrypt | Erwin Nindl | 2007-11-21 | 1 | -19/+24 |
| | | | | | | * reoved libstrp from deps | ||||
* | * TunDevice: changed 'char* getTypeString()' to 'const char* getTypeString()' | Erwin Nindl | 2007-11-07 | 1 | -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.cpp | Erwin Nindl | 2007-08-23 | 1 | -10/+19 |
| | | | | | | * code cleanup | ||||
* | changed keyderivation fuction from 'aes_icm_output' to 'cipher_output' | Erwin Nindl | 2007-08-17 | 1 | -15/+13 |
| | |||||
* | * added key derivation functions | Erwin Nindl | 2007-08-09 | 1 | -0/+105 |