summaryrefslogtreecommitdiff
path: root/src/cipher.h
Commit message (Collapse)AuthorAgeFilesLines
* merged most changes from rail branch to trunkChristian Pointner2014-06-081-2/+2
|
* updated copyright yearChristian Pointner2010-02-111-1/+1
|
* fixed typo at include guardsChristian Pointner2009-11-231-2/+2
|
* fixed include guards, new format: UANYTUN_filename_h_INCLUDEDChristian Pointner2009-11-121-2/+2
|
* switched to GPLv3 or higherChristian Pointner2009-10-281-2/+3
|
* removed anytun02 compat modeChristian Pointner2009-04-071-2/+1
|
* removed ld_kdr and key store Christian Pointner2009-03-161-6/+6
| | | | | | started to add role support to key derivation
* cleanupChristian Pointner2009-02-261-1/+1
|
* added runtime switch for anytun 0.2 crypto compabilityChristian Pointner2009-02-181-1/+2
|
* cleaned file header Christian Pointner2009-02-041-7/+7
|
* deactivated option for ld_kdrChristian Pointner2009-01-281-0/+2
| | | | | | cleanup at options parser and manpage
* change dual kd to single kd with 2 key storagesChristian Pointner2009-01-141-4/+4
|
* small cleanupChristian Pointner2009-01-141-1/+1
|
* added ssl-crypto based implementation of cipherChristian Pointner2009-01-051-0/+9
|
* removed Christian Pointner2009-01-041-27/+12
|
* added libgmp free calc ctr implementation to cipherChristian Pointner2009-01-041-1/+33
|
* get rid of some mallocs and mpz_inits at cipherChristian Pointner2009-01-041-5/+14
|
* added NO_LIBGMP and NO_CRYPT to build a daemon without cryptosupportChristian Pointner2009-01-041-0/+9
| | | | | | NOTE: with NO_LIBGMP the cipher and the keyderivation don't work until now
* 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