Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added libgmp free calc ctr implementation to cipher | Christian Pointner | 2009-01-04 | 1 | -8/+22 |
| | |||||
* | get rid of some mallocs and mpz_inits at cipher | Christian Pointner | 2009-01-04 | 1 | -43/+81 |
| | |||||
* | added NO_LIBGMP and NO_CRYPT to build a daemon without cryptosupport | Christian Pointner | 2009-01-04 | 1 | -9/+26 |
| | | | | | | 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 | -43/+60 |
| | |||||
* | added auth algo | Christian Pointner | 2009-01-03 | 1 | -11/+18 |
| | | | | | | | tested with anytun an ANYTUN_02_COMPAT set switched defaults for kd-prf, cipher and auth algo to use crypto | ||||
* | added define for anytun compat | Christian Pointner | 2009-01-02 | 1 | -4/+7 |
| | |||||
* | changed to anytun compatible version | Christian Pointner | 2009-01-02 | 1 | -4/+4 |
| | |||||
* | some improvements in key derivation | Christian Pointner | 2009-01-02 | 1 | -12/+14 |
| | | | | | | | 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 | -51/+53 |
| | | | | | | cipher supports now multiple key lengths and uses key derivation directly | ||||
* | added key derivation - not tested yet | Christian Pointner | 2009-01-01 | 1 | -0/+8 |
| | |||||
* | fixed build on OpenBSD | Christian Pointner | 2009-01-01 | 1 | -4/+6 |
| | | | | | | fixed memory errors with key and salt handling | ||||
* | changed ugly salt 0 msb workaround to a mor sophisticated solution | Christian Pointner | 2009-01-01 | 1 | -2/+8 |
| | |||||
* | added aes-ctr cipher | Christian Pointner | 2009-01-01 | 1 | -22/+131 |
| | | | | | | TODO: key derivation | ||||
* | removed useless malloc for cipher_t | Christian Pointner | 2008-12-31 | 1 | -22/+17 |
| | |||||
* | processing of device packets works now (null cipher and no auth algo) | Christian Pointner | 2008-12-28 | 1 | -11/+11 |
| | |||||
* | fixed build ;) | Christian Pointner | 2008-12-28 | 1 | -1/+1 |
| | |||||
* | some cleanup | Christian Pointner | 2008-12-28 | 1 | -2/+6 |
| | |||||
* | added cipher (net tested yet) | Christian Pointner | 2008-12-28 | 1 | -0/+175 |