Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |