cecylia f7f8c55ad7 replaced precompiler directives for debugging with macros in flow.c and crypto.c il y a 6 ans
..
tests eaba2332d0 integration tests for resumed handshakes using the extended master secret il y a 6 ans
COPYING badae214c4 Rename the GPL files to COPYING il y a 7 ans
Makefile f7f8c55ad7 replaced precompiler directives for debugging with macros in flow.c and crypto.c il y a 6 ans
README 0a1447332c renamed slitheen-proxy.c to slitheen.c il y a 6 ans
crypto.c f7f8c55ad7 replaced precompiler directives for debugging with macros in flow.c and crypto.c il y a 6 ans
crypto.h febe6f1624 cleaned up header files and moved static functions to .c files il y a 6 ans
cryptothread.c 559950ca73 made cryptothread functions static il y a 6 ans
cryptothread.h febe6f1624 cleaned up header files and moved static functions to .c files il y a 6 ans
flow.c f7f8c55ad7 replaced precompiler directives for debugging with macros in flow.c and crypto.c il y a 6 ans
flow.h c1284c654a moved streams and stream table structures to relay.c where they are used il y a 6 ans
packet.c 699eaf1cec had to rename emalloc and ecalloc to smalloc and scalloc to avoid collition with unit testing library il y a 6 ans
packet.h 358bf12cdd moved packet header extraction from slitheen.c to packet.c il y a 6 ans
ptwist.h 02f5617045 fixed comments at the end of include guards il y a 6 ans
ptwist168.c 7b26dee52b renamed server folder to relay_station il y a 7 ans
ptwist168_32.c 7b26dee52b renamed server folder to relay_station il y a 7 ans
relay.c c1284c654a moved streams and stream table structures to relay.c where they are used il y a 6 ans
relay.h c1284c654a moved streams and stream table structures to relay.c where they are used il y a 6 ans
slitheen.c c723f2e50f renamed MAC variable to lowercase mac il y a 6 ans
util.c febe6f1624 cleaned up header files and moved static functions to .c files il y a 6 ans
util.h f7f8c55ad7 replaced precompiler directives for debugging with macros in flow.c and crypto.c il y a 6 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 [interface to client] [interface to world]