summaryrefslogtreecommitdiff
path: root/src/cipher.c
Commit message (Collapse)AuthorAgeFilesLines
* some improvements in key derivationChristian Pointner2009-01-021-12/+14
| | | | | | | note this is no longer compatible to anytun and currently not compliant to the rfc (but probably will)
* some cleanup at key derivationChristian Pointner2009-01-021-51/+53
| | | | | | cipher supports now multiple key lengths and uses key derivation directly
* added key derivation - not tested yetChristian Pointner2009-01-011-0/+8
|
* fixed build on OpenBSDChristian Pointner2009-01-011-4/+6
| | | | | | fixed memory errors with key and salt handling
* 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