summaryrefslogtreecommitdiff
path: root/src/key_derivation.h
Commit message (Collapse)AuthorAgeFilesLines
* 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 option for passphrase enabled option for kd-prf
* 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
| | | | | | | note this is no longer compatible to anytun and currently not compliant to the rfc (but probably will)
* key derivation seems to work now Christian Pointner2009-01-021-7/+10
|
* added key derivation - not tested yetChristian Pointner2009-01-011-0/+70