Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed bug which prevents uanytun from detecting device type properly | Christian Pointner | 2009-01-19 | 1 | -2/+2 |
| | | | | | | some cleanup | ||||
* | fixed anytun 0.2 compat mode | Christian Pointner | 2009-01-16 | 1 | -5/+0 |
| | | | | | | fixed invalid free at options parser | ||||
* | change dual kd to single kd with 2 key storages | Christian Pointner | 2009-01-14 | 1 | -29/+33 |
| | |||||
* | added posibility to disable passphrase calculation | Christian Pointner | 2009-01-10 | 1 | -0/+4 |
| | |||||
* | --key and --salt have now higher priority than a passphrase | Christian Pointner | 2009-01-07 | 1 | -14/+12 |
| | |||||
* | minor cleanups | Christian Pointner | 2009-01-07 | 1 | -3/+2 |
| | |||||
* | added passprhrase algorithm for master key and master salt | Christian Pointner | 2009-01-06 | 1 | -1/+116 |
| | |||||
* | some cleanup | Christian Pointner | 2009-01-06 | 1 | -5/+30 |
| | | | | | | | added option for passphrase enabled option for kd-prf | ||||
* | removed silly anytun 02 compat handling | Christian Pointner | 2009-01-05 | 1 | -11/+3 |
| | |||||
* | added alternative implementation of key derivation using ssl crypto library | Christian Pointner | 2009-01-05 | 1 | -8/+29 |
| | |||||
* | removed useless gcry_strsource output | Christian Pointner | 2009-01-04 | 1 | -5/+5 |
| | |||||
* | removed | Christian Pointner | 2009-01-04 | 1 | -62/+6 |
| | |||||
* | added libgmp free calc ctr implementation to cipher | Christian Pointner | 2009-01-04 | 1 | -0/+1 |
| | |||||
* | added libgmp free ctr calc implementation to key derivation | Christian Pointner | 2009-01-04 | 1 | -6/+18 |
| | |||||
* | get rid of some mallocs and mpz_inits at cipher | Christian Pointner | 2009-01-04 | 1 | -1/+1 |
| | |||||
* | get rid of some mallocs and mpz_inits at key derivation | Christian Pointner | 2009-01-04 | 1 | -40/+76 |
| | |||||
* | added NO_LIBGMP and NO_CRYPT to build a daemon without cryptosupport | Christian Pointner | 2009-01-04 | 1 | -8/+11 |
| | | | | | | NOTE: with NO_LIBGMP the cipher and the keyderivation don't work until now | ||||
* | some cleanup @ cipher, auth_algo and key derivation | Christian Pointner | 2009-01-03 | 1 | -11/+9 |
| | |||||
* | added define for anytun compat | Christian Pointner | 2009-01-02 | 1 | -5/+10 |
| | |||||
* | changed to anytun compatible version | Christian Pointner | 2009-01-02 | 1 | -5/+6 |
| | |||||
* | some improvements in key derivation | Christian Pointner | 2009-01-02 | 1 | -70/+52 |
| | | | | | | | note this is no longer compatible to anytun and currently not compliant to the rfc (but probably will) | ||||
* | some cleanup at key derivation | Christian Pointner | 2009-01-02 | 1 | -10/+10 |
| | | | | | | cipher supports now multiple key lengths and uses key derivation directly | ||||
* | added option ld-kdr for the key derivation rate | Christian Pointner | 2009-01-02 | 1 | -1/+1 |
| | |||||
* | key derivation seems to work now | Christian Pointner | 2009-01-02 | 1 | -65/+148 |
| | |||||
* | added key derivation - not tested yet | Christian Pointner | 2009-01-01 | 1 | -0/+261 |