cecylia 0bc75ab1cd fixed bug: extra input was seeded from TLS master secret instead of client-relay shared hace 7 años
..
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 hace 7 años
README 7b26dee52b renamed server folder to relay_station hace 7 años
crypto.c 0bc75ab1cd fixed bug: extra input was seeded from TLS master secret instead of client-relay shared hace 7 años
crypto.h 25da55c926 added modified finished message feature to relay station hace 7 años
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 hace 7 años
cryptothread.h 7b26dee52b renamed server folder to relay_station hace 7 años
flow.c abef55bb3c fixed a bug with the re-encrypted Finished messages hace 7 años
flow.h 460375ae73 updated documentation to attribute openssl code hace 7 años
ptwist.h 7b26dee52b renamed server folder to relay_station hace 7 años
ptwist168.c 7b26dee52b renamed server folder to relay_station hace 7 años
ptwist168_32.c 7b26dee52b renamed server folder to relay_station hace 7 años
relay.c abef55bb3c fixed a bug with the re-encrypted Finished messages hace 7 años
relay.h e0e938f982 extra encryption layer (minus header encryption) hace 7 años
rserv.c 7b26dee52b renamed server folder to relay_station hace 7 años
rserv.h 7b26dee52b renamed server folder to relay_station hace 7 años
slitheen-proxy.c ef6a101edd modified install script and header files hace 7 años
slitheen.h ef6a101edd modified install script and header files hace 7 años
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 hace 7 años
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 hace 7 años

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]