summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Release 0.2.1rel-0.2.1v0.2.1Christian Pointner2009-01-144-51/+32
| | | | | | fixed key derivation rate bug
* change dual kd to single kd with 2 key storagesChristian Pointner2009-01-147-83/+79
|
* fixed auth_algo length checkChristian Pointner2009-01-141-2/+1
|
* small improvement auth_algoChristian Pointner2009-01-141-1/+7
|
* small cleanupChristian Pointner2009-01-142-3/+3
|
* small cleanupChristian Pointner2009-01-141-1/+1
|
* Release 0.2rel-0.2v0.2Christian Pointner2009-01-112-3/+3
| | | | | | updated ChangeLog for Release
* updated README and ChangeLogChristian Pointner2009-01-102-7/+41
|
* added posibility to disable passphrase calculationChristian Pointner2009-01-104-4/+24
|
* added usage output and --help to configure scriptChristian Pointner2009-01-101-0/+14
|
* no crypto wokrs now with new build scriptsChristian Pointner2009-01-102-2/+6
|
* improved Makefile and configure scriptChristian Pointner2009-01-102-64/+103
|
* some cleanup (better handling if error on hex string option i.e. key)Christian Pointner2009-01-082-19/+23
|
* --key and --salt have now higher priority than a passphraseChristian Pointner2009-01-073-19/+20
|
* minor cleanupsChristian Pointner2009-01-073-10/+14
|
* updated manpageChristian Pointner2009-01-062-1/+28
| | | | | | set default value for window size to 0
* added passprhrase algorithm for master key and master saltChristian Pointner2009-01-061-1/+116
|
* cleaned up main_loopChristian Pointner2009-01-061-78/+93
|
* cleaned up main_loop a littleChristian Pointner2009-01-061-32/+54
|
* some cleanupChristian Pointner2009-01-065-23/+77
| | | | | | | added option for passphrase enabled option for kd-prf
* added libssl crypto based auth algo HMAC-Sha1Christian Pointner2009-01-053-3/+52
|
* removed silly anytun 02 compat handlingChristian Pointner2009-01-053-24/+8
|
* added ssl-crypto based implementation of cipherChristian Pointner2009-01-053-7/+37
|
* added alternative implementation of key derivation using ssl crypto libraryChristian Pointner2009-01-053-10/+40
|
* cleaned up auth algoChristian Pointner2009-01-042-18/+41
|
* removed useless gcry_strsource outputChristian Pointner2009-01-044-15/+15
|
* finally removed libgmp Christian Pointner2009-01-041-2/+0
|
* removed Christian Pointner2009-01-045-196/+45
|
* disabling gmp by defaultChristian Pointner2009-01-041-2/+2
|
* added libgmp free calc ctr implementation to cipherChristian Pointner2009-01-043-9/+56
|
* added libgmp free ctr calc implementation to key derivationChristian Pointner2009-01-043-8/+59
|
* get rid of some mallocs and mpz_inits at cipherChristian Pointner2009-01-044-50/+97
|
* get rid of some mallocs and mpz_inits at key derivationChristian Pointner2009-01-043-44/+93
|
* added NO_LIBGMP and NO_CRYPT to build a daemon without cryptosupportChristian Pointner2009-01-047-23/+90
| | | | | | NOTE: with NO_LIBGMP the cipher and the keyderivation don't work until now
* some cleanup @ cipher, auth_algo and key derivationChristian Pointner2009-01-035-90/+96
|
* updated manpageChristian Pointner2009-01-031-4/+8
|
* added auth algoChristian Pointner2009-01-0310-24/+435
| | | | | | | tested with anytun an ANYTUN_02_COMPAT set switched defaults for kd-prf, cipher and auth algo to use crypto
* added define for anytun compatChristian Pointner2009-01-023-10/+18
|
* changed to anytun compatible versionChristian Pointner2009-01-022-9/+10
|
* some improvements in key derivationChristian Pointner2009-01-024-90/+88
| | | | | | | note this is no longer compatible to anytun and currently not compliant to the rfc (but probably will)
* some cleanup at key derivationChristian Pointner2009-01-024-71/+73
| | | | | | cipher supports now multiple key lengths and uses key derivation directly
* added option ld-kdr for the key derivation rateChristian Pointner2009-01-025-4/+21
|
* cosmetic changeChristian Pointner2009-01-021-1/+1
|
* key derivation seems to work now Christian Pointner2009-01-024-83/+171
|
* added key derivation - not tested yetChristian Pointner2009-01-015-3/+345
|
* fixed build on OpenBSDChristian Pointner2009-01-014-6/+18
| | | | | | fixed memory errors with key and salt handling
* changed ugly salt 0 msb workaround to a mor sophisticated solutionChristian Pointner2009-01-011-2/+8
|
* added aes-ctr cipherChristian Pointner2009-01-015-26/+181
| | | | | | TODO: key derivation
* removed useless malloc for seq_window_tChristian Pointner2008-12-313-20/+15
|
* removed useless malloc for cipher_tChristian Pointner2008-12-313-30/+25
|