cecylia a79cd0b520 added a semaphore to lock access to each client's downstream queue, and deleted queue blocks for closed connections před 8 roky
..
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 před 8 roky
README 7b26dee52b renamed server folder to relay_station před 8 roky
crypto.c 0bc75ab1cd fixed bug: extra input was seeded from TLS master secret instead of client-relay shared před 8 roky
crypto.h 25da55c926 added modified finished message feature to relay station před 8 roky
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 před 8 roky
cryptothread.h 7b26dee52b renamed server folder to relay_station před 8 roky
flow.c a79cd0b520 added a semaphore to lock access to each client's downstream queue, and deleted queue blocks for closed connections před 8 roky
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 před 8 roky
ptwist.h 7b26dee52b renamed server folder to relay_station před 8 roky
ptwist168.c 7b26dee52b renamed server folder to relay_station před 8 roky
ptwist168_32.c 7b26dee52b renamed server folder to relay_station před 8 roky
relay.c a79cd0b520 added a semaphore to lock access to each client's downstream queue, and deleted queue blocks for closed connections před 8 roky
relay.h a79cd0b520 added a semaphore to lock access to each client's downstream queue, and deleted queue blocks for closed connections před 8 roky
rserv.c 7b26dee52b renamed server folder to relay_station před 8 roky
rserv.h 7b26dee52b renamed server folder to relay_station před 8 roky
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 před 8 roky
slitheen.h ef6a101edd modified install script and header files před 8 roky
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 před 8 roky
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 před 8 roky

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]