summaryrefslogtreecommitdiff
path: root/src/cipher.h
Commit message (Collapse)AuthorAgeFilesLines
* some cleanup @ cipher, auth_algo and key derivationChristian Pointner2009-01-031-4/+4
|
* added auth algoChristian Pointner2009-01-031-1/+1
| | | | | | | tested with anytun an ANYTUN_02_COMPAT set switched defaults for kd-prf, cipher and auth algo to use crypto
* some cleanup at key derivationChristian Pointner2009-01-021-7/+6
| | | | | | cipher supports now multiple key lengths and uses key derivation directly
* added aes-ctr cipherChristian Pointner2009-01-011-2/+10
| | | | | | TODO: key derivation
* removed useless malloc for cipher_tChristian Pointner2008-12-311-2/+2
|
* added cipher (net tested yet)Christian Pointner2008-12-281-0/+59