summaryrefslogtreecommitdiff
path: root/src/cipher.c
Commit message (Expand)AuthorAgeFilesLines
* added key derivation - not tested yetChristian Pointner2009-01-011-0/+8
* fixed build on OpenBSDChristian Pointner2009-01-011-4/+6
* 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
* 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