Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * renamed HmacAuthAlgo to Sha1AuthAlgo | Erwin Nindl | 2007-12-12 | 1 | -1/+3 |
| | | | | | | * removed a memleak at the IV generation in kd, cypher | ||||
* | changed Mpi::getBuf, now returns u_int8_t *! | Erwin Nindl | 2007-12-12 | 1 | -1/+1 |
| | |||||
* | set iv to fixed length of 16byte in kd | Erwin Nindl | 2007-12-11 | 1 | -3/+1 |
| | |||||
* | kd iv generation fix again | Erwin Nindl | 2007-12-11 | 1 | -5/+2 |
| | |||||
* | * added mpi operator | Erwin Nindl | 2007-12-11 | 1 | -1/+6 |
| | | | | | | * kd iv generation fix | ||||
* | fixed connection list | Othmar Gsenger | 2007-12-11 | 1 | -0/+5 |
| | | | | | | memory leak kd and sequence window created by createConnection | ||||
* | now set really key in KD | Erwin Nindl | 2007-12-11 | 1 | -11/+16 |
| | |||||
* | fixed many sync things | Othmar Gsenger | 2007-12-11 | 1 | -7/+0 |
| | | | | | | | fixed warning (multiple key) | ||||
* | fixes in mpi class, keyderivation iv generation | Erwin Nindl | 2007-12-11 | 1 | -3/+2 |
| | |||||
* | deactivated kd for testing | Erwin Nindl | 2007-12-11 | 1 | -1/+1 |
| | |||||
* | added multible precission integer class | Erwin Nindl | 2007-12-11 | 1 | -36/+30 |
| | | | | | | | key derivation | ||||
* | added syncbuffer | Othmar Gsenger | 2007-12-11 | 1 | -1/+1 |
| | |||||
* | * 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 |