cecylia
|
0648120a8f
moved shared functions from slitheen.c (which contains main()) to a new file packet.c
|
před 6 roky |
cecylia
|
17dc50801a
fixed indentation in all relay station code files
|
před 6 roky |
cecylia
|
7d599716a5
reverted back to correct tag computation for firefox ous
|
před 7 roky |
cecylia
|
9a923cea12
fixed memory leaks
|
před 7 roky |
cecylia
|
3089ec20a5
added ability to partially decrypt large TLS records
|
před 7 roky |
cecylia
|
39b5418622
fixed off-by-one error in length of private key for elliptic curves
|
před 7 roky |
cecylia
|
9d082cd37c
fixed leaks in relay station code due to extended master secret implementation
|
před 7 roky |
cecylia
|
b8b23307bc
re-wrote socks proxy on client side
|
před 7 roky |
cecylia
|
8f104d6af9
implemented support for curve25519
|
před 7 roky |
cecylia
|
57e2c536ca
Updated code to compile with OpenSSL version 1.1.0 and use curve25519
|
před 7 roky |
cecylia
|
5125f72068
implemented extended master secret computation
|
před 7 roky |
cecylia
|
0333e8e3f7
added code to check for Extended Master Secret extension
|
před 7 roky |
cecylia
|
ee670440de
added a check for the certificate status hs message
|
před 7 roky |
Ian Goldberg
|
c7aadd6530
Remove now-dead code
|
před 7 roky |
Ian Goldberg
|
070ce0865d
Update the incoming Finished message in the new way
|
před 7 roky |
cecylia
|
2a0d9573b8
fixed bug in tag-check code so it actually checks the tag
|
před 7 roky |
cecylia
|
d7dc2bc9c9
updated relay station to check for tag with context string (server_ip || first 4 bytes of ClientHello random)
|
před 7 roky |
cecylia
|
13aabbdb54
added debugging statements to print out result of tag check
|
před 7 roky |
cecylia
|
9ee6365145
fixed wording in license
|
před 7 roky |
cecylia
|
8bf3af4fe0
added licensing info
|
před 7 roky |
cecylia
|
88d8f705d2
added queue struct, delay processing of misordered packets, fixed bugs
|
před 7 roky |
cecylia
|
bdb9a83c4e
fixed GCM tag counter bug and session ticket bugs
|
před 7 roky |
cecylia
|
599ac29ef1
fixed race condition with flow access
|
před 7 roky |
cecylia
|
1a78f1de1c
fixed a bug with AES-GCM tags
|
před 7 roky |
cecylia
|
0bc75ab1cd
fixed bug: extra input was seeded from TLS master secret instead of client-relay shared
|
před 8 roky |
cecylia
|
abef55bb3c
fixed a bug with the re-encrypted Finished messages
|
před 8 roky |
cecylia
|
6b0bfac4f3
fixed bug with Finished message hash: add old, unmodified hash to computation and re-encrypt all decrypted finished messages
|
před 8 roky |
cecylia
|
460375ae73
updated documentation to attribute openssl code
|
před 8 roky |
cecylia
|
e7a8636ef4
bug fixes, clean valgrind output
|
před 8 roky |
cecylia
|
91d7753ee1
fixed missing resource chunk bug and removed extraneous print statements. Rewrote all retransmit code
|
před 8 roky |