cecylia
|
0648120a8f
moved shared functions from slitheen.c (which contains main()) to a new file packet.c
|
6 years ago |
cecylia
|
0a1447332c
renamed slitheen-proxy.c to slitheen.c
|
6 years ago |
cecylia
|
b9c2bbe138
removed file with code for old measurement tests, will replace with integration tests of code
|
6 years ago |
cecylia
|
0cc345a1f6
fixed include guards to be valid c
|
6 years ago |
cecylia
|
17dc50801a
fixed indentation in all relay station code files
|
6 years ago |
cecylia
|
53bd0c7157
removed unecessary file
|
6 years ago |
cecylia
|
14183b6af7
add code to replace webm resources
|
6 years ago |
cecylia
|
f565eb3a6b
cleaning up print statements
|
7 years ago |
cecylia
|
c637d02c0f
adding test private relay key
|
7 years ago |
cecylia
|
3cdbfe63ed
R script for generating step functions
|
7 years ago |
cecylia
|
2aea9c2e72
wrote lua script to generate bandwidth step functions
|
7 years ago |
cecylia
|
27cd8bba89
added tests for covert bandwidth
|
7 years ago |
cecylia
|
7d599716a5
reverted back to correct tag computation for firefox ous
|
7 years ago |
cecylia
|
b0461011c5
fixed bug that failed to parse Context-Length header when same string appeared in another header
|
7 years ago |
cecylia
|
9a923cea12
fixed memory leaks
|
7 years ago |
cecylia
|
3089ec20a5
added ability to partially decrypt large TLS records
|
7 years ago |
cecylia
|
963e241de9
Fixed DEBUG statements
|
7 years ago |
cecylia
|
552c2dc325
Fixed bug in tagging code (used in the generation of the Slitheen ID)
|
7 years ago |
cecylia
|
e6439de1a4
Fixed bug in verify_extensions function to correctly parse messages with no extensions.
|
7 years ago |
cecylia
|
9f8a6cfc11
Updated SOCKS proxy to check if the decrypted Slitheen hdr has corrupted zeros. This will determine whether the block is from a previous session or has not been replaced.
|
7 years ago |
cecylia
|
108e6836ad
Fixed leaks in socks proxy code.
|
7 years ago |
cecylia
|
0277603e5d
Process status 304 resources (header only) so that it doesn't forfeit the flow.
|
7 years ago |
cecylia
|
39b5418622
fixed off-by-one error in length of private key for elliptic curves
|
7 years ago |
cecylia
|
9d082cd37c
fixed leaks in relay station code due to extended master secret implementation
|
7 years ago |
cecylia
|
b8b23307bc
re-wrote socks proxy on client side
|
7 years ago |
cecylia
|
8f104d6af9
implemented support for curve25519
|
7 years ago |
cecylia
|
3e8d294c0d
fixed len to include extra '/' character
|
7 years ago |
cecylia
|
b76b16b65e
changed content type to sli/theen
|
7 years ago |
cecylia
|
57e2c536ca
Updated code to compile with OpenSSL version 1.1.0 and use curve25519
|
7 years ago |
cecylia
|
3e4a1303f1
No longer close connection to ous_in, reuse same socket for all future sends and receives
|
7 years ago |