summaryrefslogtreecommitdiff
path: root/keyDerivation.cpp
Commit message (Collapse)AuthorAgeFilesLines
* sorry forgot to add keyDerivatioFactoryChristian Pointner2008-02-241-1/+1
|
* added NullKeyDerivationChristian Pointner2008-02-241-23/+41
| | | | | | | added KeyDerivationFactory
* bugfix@ sender and receiver reset packet size at begin of loopChristian Pointner2008-02-241-2/+4
| | | | | | | | | bugfix@ keyDerivation key_derivation_rate
* - keyderivation and cipher should work nowChristian Pointner2008-02-231-29/+16
| | | | | | | | | | however it needs further testing - rewrite of Buffer and Packets
* cleanupsChristian Pointner2008-02-201-23/+41
| | | | | | | key derivation could work now
* minor changes Christian Pointner2008-02-161-16/+17
| | | | | | | code cleanups
* fixed bug @ syncChristian Pointner2008-02-041-49/+18
| | | | | | | key gets updatet @ sync
* * cypher and auth-algo selectable via commandline Erwin Nindl2007-12-271-8/+8
| | | | | | | | * libgcrypt uses secure memory now * a few bugfixes
* * renamed HmacAuthAlgo to Sha1AuthAlgoErwin Nindl2007-12-121-1/+3
| | | | | | * removed a memleak at the IV generation in kd, cypher
* changed Mpi::getBuf, now returns u_int8_t *!Erwin Nindl2007-12-121-1/+1
|
* set iv to fixed length of 16byte in kdErwin Nindl2007-12-111-3/+1
|
* kd iv generation fix againErwin Nindl2007-12-111-5/+2
|
* * added mpi operatorErwin Nindl2007-12-111-1/+6
| | | | | | * kd iv generation fix
* fixed connection listOthmar Gsenger2007-12-111-0/+5
| | | | | | memory leak kd and sequence window created by createConnection
* now set really key in KDErwin Nindl2007-12-111-11/+16
|
* fixed many sync thingsOthmar Gsenger2007-12-111-7/+0
| | | | | | | fixed warning (multiple key)
* fixes in mpi class, keyderivation iv generationErwin Nindl2007-12-111-3/+2
|
* deactivated kd for testingErwin Nindl2007-12-111-1/+1
|
* added multible precission integer classErwin Nindl2007-12-111-36/+30
| | | | | | | key derivation
* added syncbufferOthmar Gsenger2007-12-111-1/+1
|
* * added AuthTag classErwin Nindl2007-12-081-10/+20
| | | | | | | | | * bugfixes in keyderivation, aesicmcypher * removed authtag functins temorarly from anytun.cpp
* serialisation & makefile fixOthmar Gsenger2007-12-071-0/+6
|
* * 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