cecylia bdb9a83c4e fixed GCM tag counter bug and session ticket bugs hace 9 años
..
Makefile e65e87e801 removed no longer useful include path to old version of openssl hace 9 años
README e0dc15e583 updated INSTALL and instructions to allow for more simple build process hace 9 años
crypto.c bdb9a83c4e fixed GCM tag counter bug and session ticket bugs hace 9 años
crypto.h bdb9a83c4e fixed GCM tag counter bug and session ticket bugs hace 9 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 9 años
cryptothread.h 7b26dee52b renamed server folder to relay_station hace 9 años
flow.c bdb9a83c4e fixed GCM tag counter bug and session ticket bugs hace 9 años
flow.h bdb9a83c4e fixed GCM tag counter bug and session ticket bugs hace 9 años
ptwist.h 7b26dee52b renamed server folder to relay_station hace 9 años
ptwist168.c 7b26dee52b renamed server folder to relay_station hace 9 años
ptwist168_32.c 7b26dee52b renamed server folder to relay_station hace 9 años
relay.c bdb9a83c4e fixed GCM tag counter bug and session ticket bugs hace 9 años
relay.h a79cd0b520 added a semaphore to lock access to each client's downstream queue, and deleted queue blocks for closed connections hace 9 años
rserv.c 7b26dee52b renamed server folder to relay_station hace 9 años
rserv.h 7b26dee52b renamed server folder to relay_station hace 9 años
slitheen-proxy.c 173594bcc6 removed dependence on MAC address filter for processing incoming packets only hace 9 años
slitheen.h 173594bcc6 removed dependence on MAC address filter for processing incoming packets only hace 9 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 9 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 9 años

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]