cecylia 6b0bfac4f3 fixed bug with Finished message hash: add old, unmodified hash to computation and re-encrypt all decrypted finished messages 7 年 前
..
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 7 年 前
README 7b26dee52b renamed server folder to relay_station 7 年 前
crypto.c 6b0bfac4f3 fixed bug with Finished message hash: add old, unmodified hash to computation and re-encrypt all decrypted finished messages 7 年 前
crypto.h 25da55c926 added modified finished message feature to relay station 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 6b0bfac4f3 fixed bug with Finished message hash: add old, unmodified hash to computation and re-encrypt all decrypted finished messages 7 年 前
flow.h 460375ae73 updated documentation to attribute openssl code 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 460375ae73 updated documentation to attribute openssl code 7 年 前
relay.h e0e938f982 extra encryption layer (minus header encryption) 7 年 前
rserv.c 7b26dee52b renamed server folder to relay_station 7 年 前
rserv.h 7b26dee52b renamed server folder to relay_station 7 年 前
slitheen-proxy.c ef6a101edd modified install script and header files 7 年 前
slitheen.h ef6a101edd modified install script and header files 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]