Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added posibility to disable passphrase calculation | Christian Pointner | 2009-01-10 | 4 | -4/+24 |
| | |||||
* | added usage output and --help to configure script | Christian Pointner | 2009-01-10 | 1 | -0/+14 |
| | |||||
* | no crypto wokrs now with new build scripts | Christian Pointner | 2009-01-10 | 2 | -2/+6 |
| | |||||
* | improved Makefile and configure script | Christian Pointner | 2009-01-10 | 2 | -64/+103 |
| | |||||
* | some cleanup (better handling if error on hex string option i.e. key) | Christian Pointner | 2009-01-08 | 2 | -19/+23 |
| | |||||
* | --key and --salt have now higher priority than a passphrase | Christian Pointner | 2009-01-07 | 2 | -18/+19 |
| | |||||
* | minor cleanups | Christian Pointner | 2009-01-07 | 3 | -10/+14 |
| | |||||
* | updated manpage | Christian Pointner | 2009-01-06 | 1 | -1/+1 |
| | | | | | | set default value for window size to 0 | ||||
* | added passprhrase algorithm for master key and master salt | Christian Pointner | 2009-01-06 | 1 | -1/+116 |
| | |||||
* | cleaned up main_loop | Christian Pointner | 2009-01-06 | 1 | -78/+93 |
| | |||||
* | cleaned up main_loop a little | Christian Pointner | 2009-01-06 | 1 | -32/+54 |
| | |||||
* | some cleanup | Christian Pointner | 2009-01-06 | 5 | -23/+77 |
| | | | | | | | added option for passphrase enabled option for kd-prf | ||||
* | added libssl crypto based auth algo HMAC-Sha1 | Christian Pointner | 2009-01-05 | 3 | -3/+52 |
| | |||||
* | removed silly anytun 02 compat handling | Christian Pointner | 2009-01-05 | 3 | -24/+8 |
| | |||||
* | added ssl-crypto based implementation of cipher | Christian Pointner | 2009-01-05 | 3 | -7/+37 |
| | |||||
* | added alternative implementation of key derivation using ssl crypto library | Christian Pointner | 2009-01-05 | 3 | -10/+40 |
| | |||||
* | cleaned up auth algo | Christian Pointner | 2009-01-04 | 2 | -18/+41 |
| | |||||
* | removed useless gcry_strsource output | Christian Pointner | 2009-01-04 | 4 | -15/+15 |
| | |||||
* | removed | Christian Pointner | 2009-01-04 | 5 | -196/+45 |
| | |||||
* | disabling gmp by default | Christian Pointner | 2009-01-04 | 1 | -2/+2 |
| | |||||
* | added libgmp free calc ctr implementation to cipher | Christian Pointner | 2009-01-04 | 3 | -9/+56 |
| | |||||
* | added libgmp free ctr calc implementation to key derivation | Christian Pointner | 2009-01-04 | 3 | -8/+59 |
| | |||||
* | get rid of some mallocs and mpz_inits at cipher | Christian Pointner | 2009-01-04 | 4 | -50/+97 |
| | |||||
* | get rid of some mallocs and mpz_inits at key derivation | Christian Pointner | 2009-01-04 | 3 | -44/+93 |
| | |||||
* | added NO_LIBGMP and NO_CRYPT to build a daemon without cryptosupport | Christian Pointner | 2009-01-04 | 7 | -23/+90 |
| | | | | | | 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 | 5 | -90/+96 |
| | |||||
* | added auth algo | Christian Pointner | 2009-01-03 | 10 | -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 compat | Christian Pointner | 2009-01-02 | 3 | -10/+18 |
| | |||||
* | changed to anytun compatible version | Christian Pointner | 2009-01-02 | 2 | -9/+10 |
| | |||||
* | some improvements in key derivation | Christian Pointner | 2009-01-02 | 4 | -90/+88 |
| | | | | | | | 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 | 4 | -71/+73 |
| | | | | | | 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 | 4 | -3/+8 |
| | |||||
* | cosmetic change | Christian Pointner | 2009-01-02 | 1 | -1/+1 |
| | |||||
* | key derivation seems to work now | Christian Pointner | 2009-01-02 | 4 | -83/+171 |
| | |||||
* | added key derivation - not tested yet | Christian Pointner | 2009-01-01 | 5 | -3/+345 |
| | |||||
* | fixed build on OpenBSD | Christian Pointner | 2009-01-01 | 3 | -5/+16 |
| | | | | | | 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 | 5 | -26/+181 |
| | | | | | | TODO: key derivation | ||||
* | removed useless malloc for seq_window_t | Christian Pointner | 2008-12-31 | 3 | -20/+15 |
| | |||||
* | removed useless malloc for cipher_t | Christian Pointner | 2008-12-31 | 3 | -30/+25 |
| | |||||
* | removed useless malloc for udp_t | Christian Pointner | 2008-12-31 | 3 | -39/+30 |
| | |||||
* | fixed build for OpenBSD | Christian Pointner | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | fixed useless malloc for dev_t | Christian Pointner | 2008-12-31 | 4 | -85/+81 |
| | |||||
* | changed useless malloc for options_t | Christian Pointner | 2008-12-31 | 3 | -97/+88 |
| | |||||
* | added sequence window | Christian Pointner | 2008-12-31 | 6 | -8/+321 |
| | |||||
* | fixed some out of memory errors | Christian Pointner | 2008-12-30 | 3 | -27/+40 |
| | | | | | | | options parser gives now a hint where the error happened added build instructions for OpenBSD to Readme | ||||
* | works on OpenBSD now (but no support for UDPv6) | Christian Pointner | 2008-12-29 | 3 | -2/+24 |
| | |||||
* | added bsd tun device | Christian Pointner | 2008-12-29 | 4 | -65/+242 |
| | |||||
* | fixed build for OpenBSD (no tun device yet) | Christian Pointner | 2008-12-29 | 6 | -5/+166 |
| | |||||
* | improved signal handling | Christian Pointner | 2008-12-29 | 3 | -26/+23 |
| |