Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sorry forgot to add keyDerivatioFactory | Christian Pointner | 2008-02-24 | 1 | -1/+1 |
| | |||||
* | added NullKeyDerivation | Christian Pointner | 2008-02-24 | 1 | -23/+41 |
| | | | | | | | added KeyDerivationFactory | ||||
* | bugfix@ sender and receiver reset packet size at begin of loop | Christian Pointner | 2008-02-24 | 1 | -2/+4 |
| | | | | | | | | | bugfix@ keyDerivation key_derivation_rate | ||||
* | - keyderivation and cipher should work now | Christian Pointner | 2008-02-23 | 1 | -29/+16 |
| | | | | | | | | | | however it needs further testing - rewrite of Buffer and Packets | ||||
* | cleanups | Christian Pointner | 2008-02-20 | 1 | -23/+41 |
| | | | | | | | key derivation could work now | ||||
* | minor changes | Christian Pointner | 2008-02-16 | 1 | -16/+17 |
| | | | | | | | code cleanups | ||||
* | fixed bug @ sync | Christian Pointner | 2008-02-04 | 1 | -49/+18 |
| | | | | | | | key gets updatet @ sync | ||||
* | * cypher and auth-algo selectable via commandline | Erwin Nindl | 2007-12-27 | 1 | -8/+8 |
| | | | | | | | | * libgcrypt uses secure memory now * a few bugfixes | ||||
* | * 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 |