summaryrefslogtreecommitdiff
path: root/src/cipher.c
Commit message (Expand)AuthorAgeFilesLines
* some cleanup @ cipher, auth_algo and key derivationChristian Pointner2009-01-031-43/+60
* added auth algoChristian Pointner2009-01-031-11/+18
* added define for anytun compatChristian Pointner2009-01-021-4/+7
* changed to anytun compatible versionChristian Pointner2009-01-021-4/+4
* some improvements in key derivationChristian Pointner2009-01-021-12/+14
* some cleanup at key derivationChristian Pointner2009-01-021-51/+53
* 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