summaryrefslogtreecommitdiff
path: root/cipher.cpp
Commit message (Collapse)AuthorAgeFilesLines
* cipher added mux to senderid for cryptoChristian Pointner2008-04-091-13/+17
| | | | | | | | | fixed payload type with ipv6 fixed lua script options: device defaults to tun
* changed u_int32_t* argument to size_t* in Mpi::getNewBufMichael Gebetsroither2008-03-181-1/+1
|
* some bugfixesChristian Pointner2008-03-031-7/+11
| | | | | | | added support for authentication
* added quick and dirty hack which remedies the cipher CTR error issuesChristian Pointner2008-02-251-0/+2
|
* added NullKeyDerivationChristian Pointner2008-02-241-0/+1
| | | | | | | added KeyDerivationFactory
* - keyderivation and cipher should work nowChristian Pointner2008-02-231-13/+18
| | | | | | | | | | however it needs further testing - rewrite of Buffer and Packets
* further cleanupsChristian Pointner2008-02-201-31/+41
| | | | | | | cipher could work now
* further cleanupsChristian Pointner2008-02-191-6/+3
|
* replaces cypher with cipher Christian Pointner2008-02-191-0/+144