summaryrefslogtreecommitdiff
path: root/src/plain_packet.c
Commit message (Collapse)AuthorAgeFilesLines
* added exception to the license which allows linking against OpenSSLChristian Pointner2014-06-211-0/+13
|
* fixed typo in descriptionChristian Pointner2014-06-211-1/+1
|
* merged most changes from rail branch to trunkChristian Pointner2014-06-081-4/+4
|
* updated copyright yearChristian Pointner2010-02-111-1/+1
|
* switched to GPLv3 or higherChristian Pointner2009-10-281-2/+3
|
* fixed build on FreeBSDChristian Pointner2009-03-041-0/+1
|
* cleaned file header Christian Pointner2009-02-041-7/+7
|
* fixed packet length errors Christian Pointner2009-01-161-0/+5
|
* added auth algoChristian Pointner2009-01-031-1/+1
| | | | | | | tested with anytun an ANYTUN_02_COMPAT set switched defaults for kd-prf, cipher and auth algo to use crypto
* fixed build for OpenBSD (no tun device yet)Christian Pointner2008-12-291-0/+2
|
* processing of device packets works now (null cipher and no auth algo)Christian Pointner2008-12-281-1/+15
|
* added forgotten set functions to packetsChristian Pointner2008-12-281-0/+10
|
* added cipher (net tested yet)Christian Pointner2008-12-281-0/+5
|
* added encrypted packetChristian Pointner2008-12-281-5/+5
| | | | | | some cleanup
* added plain packetChristian Pointner2008-12-281-0/+107