summaryrefslogtreecommitdiff
path: root/cypher.cpp
Commit message (Collapse)AuthorAgeFilesLines
* * added AuthTag classErwin Nindl2007-12-081-16/+35
| | | | | | | | | * bugfixes in keyderivation, aesicmcypher * removed authtag functins temorarly from anytun.cpp
* * fixed initialisation of libgcryptErwin Nindl2007-11-211-18/+18
| | | | | | * reoved libstrp from deps
* * TunDevice: changed 'char* getTypeString()' to 'const char* getTypeString()'Erwin Nindl2007-11-071-108/+88
| | | | | | | | | | | | | 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
* yet another debug checkinErwin Nindl2007-08-291-2/+0
|
* * changed cypher.* Erwin Nindl2007-08-281-12/+71
| | | | | | * checkin for testing
* * added KeyDerivation to anytun.cppErwin Nindl2007-08-231-15/+42
| | | | | | * code cleanup
* changed keyderivation fuction from 'aes_icm_output' to 'cipher_output'Erwin Nindl2007-08-171-1/+2
|
* * set cypher to aes_icmErwin Nindl2007-08-151-1/+0
| | | | | | * changed cypher
* * added key derivation functionsErwin Nindl2007-08-091-16/+9
|
* * added doc directoryErwin Nindl2007-07-191-13/+36
| | | | | | * changed AesIcmCypher::getBitStream
* compiles again, libsrtp now under /usr/local/lib/libsrtp.aErwin Nindl2007-07-131-1/+1
|
* * removed srtp directoryErwin Nindl2007-07-131-1/+23
| | | | | | | | * install libsrtp under /usr/local/lib * cleaned up Makefile
* added srtp/crypto/*.o to makefileErwin Nindl2007-06-221-1/+12
|
* added [] - operator to BufferChristian Pointner2007-06-171-5/+10
| | | | | | const Buffers are now possible
* added cypher and authalgoChristian Pointner2007-06-171-0/+55