Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 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 |
* | finally removed libgmp | Christian Pointner | 2009-01-04 | 1 | -2/+0 |
* | 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 |
* | some cleanup @ cipher, auth_algo and key derivation | Christian Pointner | 2009-01-03 | 5 | -90/+96 |
* | updated manpage | Christian Pointner | 2009-01-03 | 1 | -4/+8 |
* | added auth algo | Christian Pointner | 2009-01-03 | 10 | -24/+435 |
* | 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 |
* | some cleanup at key derivation | Christian Pointner | 2009-01-02 | 4 | -71/+73 |
* | added option ld-kdr for the key derivation rate | Christian Pointner | 2009-01-02 | 5 | -4/+21 |
* | 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 | 4 | -6/+18 |
* | 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 |
* | 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 |
* | fixed wrong info @ manpage and updated release svn versionrel-0.1v0.1 | Christian Pointner | 2008-12-31 | 2 | -3/+1 |
* | updated ChangeLog with Release Info | Christian Pointner | 2008-12-31 | 2 | -4/+4 |
* | added sequence window | Christian Pointner | 2008-12-31 | 6 | -8/+321 |
* | added man page | Christian Pointner | 2008-12-30 | 2 | -0/+316 |
* | fixed some out of memory errors | Christian Pointner | 2008-12-30 | 4 | -44/+54 |
* | 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 |
* | added -O2 to CCFLAGS | Christian Pointner | 2008-12-29 | 1 | -1/+1 |
* | first working version (null cipher and no auth tag) | Christian Pointner | 2008-12-28 | 1 | -24/+36 |
* | processing of device packets works now (null cipher and no auth algo) | Christian Pointner | 2008-12-28 | 5 | -46/+78 |
* | fixed build ;) | Christian Pointner | 2008-12-28 | 1 | -1/+1 |