summaryrefslogtreecommitdiff
path: root/keyDerivation.h
Commit message (Collapse)AuthorAgeFilesLines
* added NullKeyDerivationChristian Pointner2008-02-241-14/+57
| | | | | | | added KeyDerivationFactory
* changed cipher option default value to aes-ctrChristian Pointner2008-02-241-1/+11
| | | | | | | added option for key derivation, default is aes-ctr
* default for key_derivation_rate now 1Christian Pointner2008-02-241-1/+1
| | | | | | | mind the debug output @ sender
* cleanupsChristian Pointner2008-02-201-2/+2
| | | | | | | key derivation could work now
* minor changes Christian Pointner2008-02-161-6/+6
| | | | | | | code cleanups
* fixed bug @ syncChristian Pointner2008-02-041-5/+6
| | | | | | | key gets updatet @ sync
* * cypher and auth-algo selectable via commandline Erwin Nindl2007-12-271-0/+1
| | | | | | | | * libgcrypt uses secure memory now * a few bugfixes
* added some LocksOthmar Gsenger2007-12-261-0/+1
|
* more generic code in anytun.cppErwin Nindl2007-12-131-3/+3
|
* fixed connection listOthmar Gsenger2007-12-111-0/+1
| | | | | | memory leak kd and sequence window created by createConnection
* debuging sync bufferOthmar Gsenger2007-12-111-0/+1
| | | | | | lenght changes, don't know why
* sender sequenze number fixedOthmar Gsenger2007-12-111-1/+1
|
* serialisation working!!!Othmar Gsenger2007-12-111-1/+1
|
* fixed many sync thingsOthmar Gsenger2007-12-111-1/+7
| | | | | | | fixed warning (multiple key)
* added multible precission integer classErwin Nindl2007-12-111-7/+4
| | | | | | | key derivation
* added syncbufferOthmar Gsenger2007-12-111-6/+4
|
* * added AuthTag classErwin Nindl2007-12-081-1/+2
| | | | | | | | | * bugfixes in keyderivation, aesicmcypher * removed authtag functins temorarly from anytun.cpp
* serialisation & makefile fixOthmar Gsenger2007-12-071-0/+6
|
* serialisation of buffer und connection paramOthmar Gsenger2007-12-071-7/+2
|
* added boost as dependencyOthmar Gsenger2007-12-071-1/+9
|
* * TunDevice: changed 'char* getTypeString()' to 'const char* getTypeString()'Erwin Nindl2007-11-071-6/+10
| | | | | | | | | | | | | 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-3/+3
| | | | | | * code cleanup
* changed keyderivation fuction from 'aes_icm_output' to 'cipher_output'Erwin Nindl2007-08-171-3/+4
|
* * added key derivation functionsErwin Nindl2007-08-091-0/+66