summaryrefslogtreecommitdiff
path: root/cypher.h
Commit message (Collapse)AuthorAgeFilesLines
* replaces cypher with cipher Christian Pointner2008-02-191-84/+0
|
* minor changes Christian Pointner2008-02-161-3/+4
| | | | | | | code cleanups
* packet and cypher fixesOthmar Gsenger2008-01-311-3/+8
|
* weihnachtlicher checkinErwin Nindl2007-12-241-14/+6
| | | | | | | | | | | * packet processing now with less memory operations than before * todo: * testing * set cipher / authalgo via commandline * set key operations for hmac calculation
* * TunDevice: changed 'char* getTypeString()' to 'const char* getTypeString()'Erwin Nindl2007-11-071-5/+16
| | | | | | | | | | | | | 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
* * changed cypher.* Erwin Nindl2007-08-281-2/+2
| | | | | | * checkin for testing
* * added KeyDerivation to anytun.cppErwin Nindl2007-08-231-3/+9
| | | | | | * code cleanup
* * set cypher to aes_icmErwin Nindl2007-08-151-3/+3
| | | | | | * changed cypher
* * added key derivation functionsErwin Nindl2007-08-091-0/+3
|
* * added doc directoryErwin Nindl2007-07-191-5/+6
| | | | | | * changed AesIcmCypher::getBitStream
* * removed srtp directoryErwin Nindl2007-07-131-0/+3
| | | | | | | | * install libsrtp under /usr/local/lib * cleaned up Makefile
* added srtp/crypto/*.o to makefileErwin Nindl2007-06-221-1/+6
|
* added libsrtp to svnErwin Nindl2007-06-221-0/+2
|
* first test of whole systemChristian Pointner2007-06-201-1/+1
|
* added [] - operator to BufferChristian Pointner2007-06-171-1/+1
| | | | | | const Buffers are now possible
* added cypher and authalgoChristian Pointner2007-06-171-0/+55