summaryrefslogtreecommitdiff
path: root/src/key_derivation.c
Commit message (Expand)AuthorAgeFilesLines
* change dual kd to single kd with 2 key storagesChristian Pointner2009-01-141-29/+33
* added posibility to disable passphrase calculationChristian Pointner2009-01-101-0/+4
* --key and --salt have now higher priority than a passphraseChristian Pointner2009-01-071-14/+12
* minor cleanupsChristian Pointner2009-01-071-3/+2
* added passprhrase algorithm for master key and master saltChristian Pointner2009-01-061-1/+116
* some cleanupChristian Pointner2009-01-061-5/+30
* removed silly anytun 02 compat handlingChristian Pointner2009-01-051-11/+3
* added alternative implementation of key derivation using ssl crypto libraryChristian Pointner2009-01-051-8/+29
* removed useless gcry_strsource outputChristian Pointner2009-01-041-5/+5
* removed Christian Pointner2009-01-041-62/+6
* added libgmp free calc ctr implementation to cipherChristian Pointner2009-01-041-0/+1
* added libgmp free ctr calc implementation to key derivationChristian Pointner2009-01-041-6/+18
* get rid of some mallocs and mpz_inits at cipherChristian Pointner2009-01-041-1/+1
* get rid of some mallocs and mpz_inits at key derivationChristian Pointner2009-01-041-40/+76
* added NO_LIBGMP and NO_CRYPT to build a daemon without cryptosupportChristian Pointner2009-01-041-8/+11
* some cleanup @ cipher, auth_algo and key derivationChristian Pointner2009-01-031-11/+9
* added define for anytun compatChristian Pointner2009-01-021-5/+10
* changed to anytun compatible versionChristian Pointner2009-01-021-5/+6
* some improvements in key derivationChristian Pointner2009-01-021-70/+52
* some cleanup at key derivationChristian Pointner2009-01-021-10/+10
* added option ld-kdr for the key derivation rateChristian Pointner2009-01-021-1/+1
* key derivation seems to work now Christian Pointner2009-01-021-65/+148
* added key derivation - not tested yetChristian Pointner2009-01-011-0/+261