Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | removed | Christian Pointner | 2009-01-04 | 1 | -2/+2 |
| | |||||
* | disabling gmp by default | Christian Pointner | 2009-01-04 | 1 | -2/+2 |
| | |||||
* | added libgmp free ctr calc implementation to key derivation | Christian Pointner | 2009-01-04 | 1 | -1/+1 |
| | |||||
* | 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 | -1/+1 |
| | |||||
* | added NO_LIBGMP and NO_CRYPT to build a daemon without cryptosupport | Christian Pointner | 2009-01-04 | 1 | -3/+6 |
| | | | | | | NOTE: with NO_LIBGMP the cipher and the keyderivation don't work until now | ||||
* | added auth algo | Christian Pointner | 2009-01-03 | 1 | -3/+7 |
| | | | | | | | 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 | -1/+1 |
| | |||||
* | key derivation seems to work now | Christian Pointner | 2009-01-02 | 1 | -1/+1 |
| | |||||
* | added key derivation - not tested yet | Christian Pointner | 2009-01-01 | 1 | -0/+4 |
| | |||||
* | fixed build on OpenBSD | Christian Pointner | 2009-01-01 | 1 | -1/+1 |
| | | | | | | fixed memory errors with key and salt handling | ||||
* | added aes-ctr cipher | Christian Pointner | 2009-01-01 | 1 | -1/+1 |
| | | | | | | TODO: key derivation | ||||
* | added sequence window | Christian Pointner | 2008-12-31 | 1 | -0/+4 |
| | |||||
* | works on OpenBSD now (but no support for UDPv6) | Christian Pointner | 2008-12-29 | 1 | -0/+1 |
| | |||||
* | fixed build for OpenBSD (no tun device yet) | Christian Pointner | 2008-12-29 | 1 | -1/+1 |
| | |||||
* | added -O2 to CCFLAGS | Christian Pointner | 2008-12-29 | 1 | -1/+1 |
| | |||||
* | added cipher (net tested yet) | Christian Pointner | 2008-12-28 | 1 | -0/+4 |
| | |||||
* | added options parser | Christian Pointner | 2008-12-28 | 1 | -0/+4 |
| | |||||
* | added encrypted packet | Christian Pointner | 2008-12-28 | 1 | -0/+4 |
| | | | | | | some cleanup | ||||
* | added plain packet | Christian Pointner | 2008-12-28 | 1 | -0/+4 |
| | |||||
* | added udp socket | Christian Pointner | 2008-12-28 | 1 | -0/+4 |
| | |||||
* | added empty tun.c and h | Christian Pointner | 2008-12-27 | 1 | -1/+6 |
| | |||||
* | initial checkin | Christian Pointner | 2008-12-27 | 1 | -0/+78 |
damonizing chroot signal handling syslog |