summaryrefslogtreecommitdiff
path: root/keyDerivation.cpp
Commit message (Expand)AuthorAgeFilesLines
* changed u_int32_t* argument to size_t* in Mpi::getNewBufMichael Gebetsroither2008-03-181-1/+1
* sorry forgot to add keyDerivatioFactoryChristian Pointner2008-02-241-1/+1
* added NullKeyDerivationChristian Pointner2008-02-241-23/+41
* bugfix@ sender and receiver reset packet size at begin of loopChristian Pointner2008-02-241-2/+4
* - keyderivation and cipher should work nowChristian Pointner2008-02-231-29/+16
* cleanupsChristian Pointner2008-02-201-23/+41
* minor changes Christian Pointner2008-02-161-16/+17
* fixed bug @ syncChristian Pointner2008-02-041-49/+18
* * cypher and auth-algo selectable via commandline Erwin Nindl2007-12-271-8/+8
* * renamed HmacAuthAlgo to Sha1AuthAlgoErwin Nindl2007-12-121-1/+3
* 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
* fixed connection listOthmar Gsenger2007-12-111-0/+5
* now set really key in KDErwin Nindl2007-12-111-11/+16
* fixed many sync thingsOthmar Gsenger2007-12-111-7/+0
* 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
* added syncbufferOthmar Gsenger2007-12-111-1/+1
* * added AuthTag classErwin Nindl2007-12-081-10/+20
* serialisation & makefile fixOthmar Gsenger2007-12-071-0/+6
* * fixed initialisation of libgcryptErwin Nindl2007-11-211-19/+24
* * TunDevice: changed 'char* getTypeString()' to 'const char* getTypeString()'Erwin Nindl2007-11-071-43/+70
* * added KeyDerivation to anytun.cppErwin Nindl2007-08-231-10/+19
* 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