cecylia 173594bcc6 removed dependence on MAC address filter for processing incoming packets only 7 년 전
..
Makefile ad6866566e use installed version of openssl for relay 7 년 전
README 7b26dee52b renamed server folder to relay_station 7 년 전
crypto.c 599ac29ef1 fixed race condition with flow access 7 년 전
crypto.h 1a78f1de1c fixed a bug with AES-GCM tags 7 년 전
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 7 년 전
cryptothread.h 7b26dee52b renamed server folder to relay_station 7 년 전
flow.c 599ac29ef1 fixed race condition with flow access 7 년 전
flow.h 599ac29ef1 fixed race condition with flow access 7 년 전
ptwist.h 7b26dee52b renamed server folder to relay_station 7 년 전
ptwist168.c 7b26dee52b renamed server folder to relay_station 7 년 전
ptwist168_32.c 7b26dee52b renamed server folder to relay_station 7 년 전
relay.c 1a78f1de1c fixed a bug with AES-GCM tags 7 년 전
relay.h a79cd0b520 added a semaphore to lock access to each client's downstream queue, and deleted queue blocks for closed connections 7 년 전
rserv.c 7b26dee52b renamed server folder to relay_station 7 년 전
rserv.h 7b26dee52b renamed server folder to relay_station 7 년 전
slitheen-proxy.c 173594bcc6 removed dependence on MAC address filter for processing incoming packets only 7 년 전
slitheen.h 173594bcc6 removed dependence on MAC address filter for processing incoming packets only 7 년 전
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 7 년 전
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 7 년 전

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]