summaryrefslogtreecommitdiff
path: root/src/key_derivation.h
Commit message (Expand)AuthorAgeFilesLines
* fixed compat mode bugChristian Pointner2009-02-181-2/+2
* added runtime switch for anytun 0.2 crypto compabilityChristian Pointner2009-02-181-5/+3
* cleaned file header Christian Pointner2009-02-041-7/+7
* fixed bug which prevents uanytun from detecting device type properlyChristian Pointner2009-01-191-1/+1
* change dual kd to single kd with 2 key storagesChristian Pointner2009-01-141-4/+6
* added posibility to disable passphrase calculationChristian Pointner2009-01-101-0/+2
* some cleanupChristian Pointner2009-01-061-2/+5
* added alternative implementation of key derivation using ssl crypto libraryChristian Pointner2009-01-051-0/+9
* removed Christian Pointner2009-01-041-31/+14
* added libgmp free ctr calc implementation to key derivationChristian Pointner2009-01-041-1/+40
* get rid of some mallocs and mpz_inits at key derivationChristian Pointner2009-01-041-3/+16
* some cleanup @ cipher, auth_algo and key derivationChristian Pointner2009-01-031-1/+1
* some improvements in key derivationChristian Pointner2009-01-021-2/+8
* key derivation seems to work now Christian Pointner2009-01-021-7/+10
* added key derivation - not tested yetChristian Pointner2009-01-011-0/+70