summaryrefslogtreecommitdiff
path: root/src/key_derivation.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-9/+1
|
* updated to new crypto labelChristian Pointner2009-03-231-6/+6
|
* fixed label salt errorChristian Pointner2009-03-171-2/+2
|
* fixed endianess error at new labelChristian Pointner2009-03-171-2/+0
|
* removed role symmetric (useless)Christian Pointner2009-03-161-3/+4
| | | | | | added new label (direction specific)
* removed ld_kdr and key store Christian Pointner2009-03-161-24/+25
| | | | | | started to add role support to key derivation
* cleanupChristian Pointner2009-02-261-1/+1
|
* 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
| | | | | | some cleanup
* 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