cecylia a617819040 added code to delay injection of misordered packets during handshake il y a 9 ans
..
Makefile e65e87e801 removed no longer useful include path to old version of openssl il y a 9 ans
README e0dc15e583 updated INSTALL and instructions to allow for more simple build process il y a 9 ans
crypto.c bdb9a83c4e fixed GCM tag counter bug and session ticket bugs il y a 9 ans
crypto.h bdb9a83c4e fixed GCM tag counter bug and session ticket bugs il y a 9 ans
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 il y a 9 ans
cryptothread.h 7b26dee52b renamed server folder to relay_station il y a 9 ans
flow.c a617819040 added code to delay injection of misordered packets during handshake il y a 9 ans
flow.h a617819040 added code to delay injection of misordered packets during handshake il y a 9 ans
ptwist.h 7b26dee52b renamed server folder to relay_station il y a 9 ans
ptwist168.c 7b26dee52b renamed server folder to relay_station il y a 9 ans
ptwist168_32.c 7b26dee52b renamed server folder to relay_station il y a 9 ans
relay.c bdb9a83c4e fixed GCM tag counter bug and session ticket bugs il y a 9 ans
relay.h a79cd0b520 added a semaphore to lock access to each client's downstream queue, and deleted queue blocks for closed connections il y a 9 ans
rserv.c 7b26dee52b renamed server folder to relay_station il y a 9 ans
rserv.h 7b26dee52b renamed server folder to relay_station il y a 9 ans
slitheen-proxy.c a617819040 added code to delay injection of misordered packets during handshake il y a 9 ans
slitheen.h a617819040 added code to delay injection of misordered packets during handshake il y a 9 ans
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 il y a 9 ans
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 il y a 9 ans

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]