cecylia e0dc15e583 updated INSTALL and instructions to allow for more simple build process 7 роки тому
..
Makefile ad6866566e use installed version of openssl for relay 7 роки тому
README e0dc15e583 updated INSTALL and instructions to allow for more simple build process 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:

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]