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

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]