summaryrefslogtreecommitdiff
path: root/src/cipher.c
Commit message (Collapse)AuthorAgeFilesLines
* changed ugly salt 0 msb workaround to a mor sophisticated solutionChristian Pointner2009-01-011-2/+8
|
* added aes-ctr cipherChristian Pointner2009-01-011-22/+131
| | | | | | TODO: key derivation
* removed useless malloc for cipher_tChristian Pointner2008-12-311-22/+17
|
* processing of device packets works now (null cipher and no auth algo)Christian Pointner2008-12-281-11/+11
|
* fixed build ;)Christian Pointner2008-12-281-1/+1
|
* some cleanupChristian Pointner2008-12-281-2/+6
|
* added cipher (net tested yet)Christian Pointner2008-12-281-0/+175