summaryrefslogtreecommitdiff
path: root/README
Commit message (Collapse)AuthorAgeFilesLines
* removed libsrtp vom README (it's not used anymore)Othmar Gsenger2007-11-261-17/+0
|
* * TunDevice: changed 'char* getTypeString()' to 'const char* getTypeString()'Erwin Nindl2007-11-071-0/+1
| | | | | | | | | | | | | 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 connectionListOthmar Gsenger2007-11-031-0/+1
| | | | | | fixed README (libgcrypt-dev)
* * added doc directoryErwin Nindl2007-07-191-2/+11
| | | | | | * changed AesIcmCypher::getBitStream
* * removed srtp directoryErwin Nindl2007-07-131-0/+13
* install libsrtp under /usr/local/lib * cleaned up Makefile