Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * TunDevice: changed 'char* getTypeString()' to 'const char* getTypeString()' | Erwin Nindl | 2007-11-07 | 1 | -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 Nindl | 2007-08-28 | 1 | -2/+2 |
| | | | | | | * checkin for testing | ||||
* | * added KeyDerivation to anytun.cpp | Erwin Nindl | 2007-08-23 | 1 | -3/+9 |
| | | | | | | * code cleanup | ||||
* | * set cypher to aes_icm | Erwin Nindl | 2007-08-15 | 1 | -3/+3 |
| | | | | | | * changed cypher | ||||
* | * added key derivation functions | Erwin Nindl | 2007-08-09 | 1 | -0/+3 |
| | |||||
* | * added doc directory | Erwin Nindl | 2007-07-19 | 1 | -5/+6 |
| | | | | | | * changed AesIcmCypher::getBitStream | ||||
* | * removed srtp directory | Erwin Nindl | 2007-07-13 | 1 | -0/+3 |
| | | | | | | | | * install libsrtp under /usr/local/lib * cleaned up Makefile | ||||
* | added srtp/crypto/*.o to makefile | Erwin Nindl | 2007-06-22 | 1 | -1/+6 |
| | |||||
* | added libsrtp to svn | Erwin Nindl | 2007-06-22 | 1 | -0/+2 |
| | |||||
* | first test of whole system | Christian Pointner | 2007-06-20 | 1 | -1/+1 |
| | |||||
* | added [] - operator to Buffer | Christian Pointner | 2007-06-17 | 1 | -1/+1 |
| | | | | | | const Buffers are now possible | ||||
* | added cypher and authalgo | Christian Pointner | 2007-06-17 | 1 | -0/+55 |