cecylia 1a78f1de1c fixed a bug with AES-GCM tags vor 9 Jahren
..
Makefile c08d937b4a changed the length of the stream ids and the slitheen_header for downstream data. Made appropriate modifications to client and relay_station code to prepare for extra encryption layer vor 10 Jahren
README 7b26dee52b renamed server folder to relay_station vor 10 Jahren
crypto.c 1a78f1de1c fixed a bug with AES-GCM tags vor 9 Jahren
crypto.h 1a78f1de1c fixed a bug with AES-GCM tags vor 9 Jahren
cryptothread.c c08d937b4a changed the length of the stream ids and the slitheen_header for downstream data. Made appropriate modifications to client and relay_station code to prepare for extra encryption layer vor 10 Jahren
cryptothread.h 7b26dee52b renamed server folder to relay_station vor 10 Jahren
flow.c 1a78f1de1c fixed a bug with AES-GCM tags vor 9 Jahren
flow.h dfb286a86f changed application data queue to only remove packet data when it has expired (the endpoint has sent data larger than the window size of the acknknowledgement vor 9 Jahren
ptwist.h 7b26dee52b renamed server folder to relay_station vor 10 Jahren
ptwist168.c 7b26dee52b renamed server folder to relay_station vor 10 Jahren
ptwist168_32.c 7b26dee52b renamed server folder to relay_station vor 10 Jahren
relay.c 1a78f1de1c fixed a bug with AES-GCM tags vor 9 Jahren
relay.h a79cd0b520 added a semaphore to lock access to each client's downstream queue, and deleted queue blocks for closed connections vor 9 Jahren
rserv.c 7b26dee52b renamed server folder to relay_station vor 10 Jahren
rserv.h 7b26dee52b renamed server folder to relay_station vor 10 Jahren
slitheen-proxy.c dfb286a86f changed application data queue to only remove packet data when it has expired (the endpoint has sent data larger than the window size of the acknknowledgement vor 9 Jahren
slitheen.h ef6a101edd modified install script and header files vor 9 Jahren
util.c c08d937b4a changed the length of the stream ids and the slitheen_header for downstream data. Made appropriate modifications to client and relay_station code to prepare for extra encryption layer vor 10 Jahren
util.h c08d937b4a changed the length of the stream ids and the slitheen_header for downstream data. Made appropriate modifications to client and relay_station code to prepare for extra encryption layer vor 10 Jahren

README

To install:

open slitheen-proxy.c and change the MAC address to your client machine
make openssl
copy library and include directories into makefile
make

To generate keys:
Make and run genkeys from telex-tag-v3

To run:
./slitheen-proxy [interface to client] [interface to world]