summaryrefslogtreecommitdiff
path: root/src/key_derivation.h
Commit message (Expand)AuthorAgeFilesLines
* updated copyright headerChristian Pointner2017-01-041-1/+1
* updated copyright headerChristian Pointner2016-02-251-1/+1
* added exception to the license which allows linking against OpenSSLChristian Pointner2014-06-211-0/+13
* implemented key derivation in nettleChristian Pointner2014-06-211-2/+1
* added defines for nettle as crypto libChristian Pointner2014-06-211-2/+7
* refactored crypto lib selectionChristian Pointner2014-06-211-6/+6
* fixed typo in descriptionChristian Pointner2014-06-211-1/+1
* 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
* removed ld_kdr and key store Christian Pointner2009-03-161-24/+25
* 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
* 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