cecylia
|
089644b189
modified partial aes encrypt function to be able to decrypt/encrypt 'future' packets, fixed spacing, added webm checks
|
пре 6 година |
cecylia
|
5392bc6371
fixed bug that causes relay station to seg fault when receiving curve 25519 w/ openssl version < 1.1.0e
|
пре 6 година |
cecylia
|
4264eb8e13
finished replacing precompiler debug directives with macros
|
пре 6 година |
cecylia
|
f7f8c55ad7
replaced precompiler directives for debugging with macros in flow.c and crypto.c
|
пре 6 година |
cecylia
|
febe6f1624
cleaned up header files and moved static functions to .c files
|
пре 6 година |
cecylia
|
ba3752bf02
changed check_handshake to return a success or failure value
|
пре 6 година |
cecylia
|
699eaf1cec
had to rename emalloc and ecalloc to smalloc and scalloc to avoid collition with unit testing library
|
пре 6 година |
cecylia
|
0648120a8f
moved shared functions from slitheen.c (which contains main()) to a new file packet.c
|
пре 6 година |
cecylia
|
17dc50801a
fixed indentation in all relay station code files
|
пре 6 година |
cecylia
|
7d599716a5
reverted back to correct tag computation for firefox ous
|
пре 7 година |
cecylia
|
9a923cea12
fixed memory leaks
|
пре 7 година |
cecylia
|
3089ec20a5
added ability to partially decrypt large TLS records
|
пре 7 година |
cecylia
|
39b5418622
fixed off-by-one error in length of private key for elliptic curves
|
пре 7 година |
cecylia
|
9d082cd37c
fixed leaks in relay station code due to extended master secret implementation
|
пре 7 година |
cecylia
|
b8b23307bc
re-wrote socks proxy on client side
|
пре 7 година |
cecylia
|
8f104d6af9
implemented support for curve25519
|
пре 7 година |
cecylia
|
57e2c536ca
Updated code to compile with OpenSSL version 1.1.0 and use curve25519
|
пре 7 година |
cecylia
|
5125f72068
implemented extended master secret computation
|
пре 7 година |
cecylia
|
0333e8e3f7
added code to check for Extended Master Secret extension
|
пре 7 година |
cecylia
|
ee670440de
added a check for the certificate status hs message
|
пре 7 година |
Ian Goldberg
|
c7aadd6530
Remove now-dead code
|
пре 7 година |
Ian Goldberg
|
070ce0865d
Update the incoming Finished message in the new way
|
пре 7 година |
cecylia
|
2a0d9573b8
fixed bug in tag-check code so it actually checks the tag
|
пре 7 година |
cecylia
|
d7dc2bc9c9
updated relay station to check for tag with context string (server_ip || first 4 bytes of ClientHello random)
|
пре 7 година |
cecylia
|
13aabbdb54
added debugging statements to print out result of tag check
|
пре 7 година |
cecylia
|
9ee6365145
fixed wording in license
|
пре 7 година |
cecylia
|
8bf3af4fe0
added licensing info
|
пре 7 година |
cecylia
|
88d8f705d2
added queue struct, delay processing of misordered packets, fixed bugs
|
пре 7 година |
cecylia
|
bdb9a83c4e
fixed GCM tag counter bug and session ticket bugs
|
пре 7 година |
cecylia
|
599ac29ef1
fixed race condition with flow access
|
пре 7 година |