Ian Goldberg
|
1d305de885
Typo fix
|
7 years ago |
cecylia
|
c4e0acbd64
changed byte ordering of length sent to ous to big-endian
|
7 years ago |
cecylia
|
af4439d6c4
updated information sent from socks proxy to OUS to be of the format 2 byte len || message of len bytes
|
7 years ago |
cecylia
|
5125f72068
implemented extended master secret computation
|
7 years ago |
cecylia
|
0333e8e3f7
added code to check for Extended Master Secret extension
|
7 years ago |
cecylia
|
ee670440de
added a check for the certificate status hs message
|
7 years ago |
Ian Goldberg
|
c7aadd6530
Remove now-dead code
|
7 years ago |
Ian Goldberg
|
070ce0865d
Update the incoming Finished message in the new way
|
7 years ago |
cecylia
|
b9dca6952e
removed Sandvine configuration and reverted to transparent proxy config (don't change MAC addresses and forward all non TCP packets
|
7 years ago |
cecylia
|
2a0d9573b8
fixed bug in tag-check code so it actually checks the tag
|
7 years ago |
cecylia
|
d7dc2bc9c9
updated relay station to check for tag with context string (server_ip || first 4 bytes of ClientHello random)
|
7 years ago |
cecylia
|
13aabbdb54
added debugging statements to print out result of tag check
|
7 years ago |
cecylia
|
3641c8150e
updated tagging description
|
7 years ago |
cecylia
|
421e4adeeb
updated description of super encryption keys
|
7 years ago |
cecylia
|
fa5be95f86
formatting fix
|
7 years ago |
cecylia
|
2e804ab52a
updated documentation with byte-level description of tag and DH parameter selection
|
7 years ago |
cecylia
|
cc4b2763df
disallow appending NULL elements to queue
|
7 years ago |
cecylia
|
9ee6365145
fixed wording in license
|
7 years ago |
Ian Goldberg
|
badae214c4
Rename the GPL files to COPYING
|
7 years ago |
cecylia
|
8bf3af4fe0
added licensing info
|
7 years ago |
cecylia
|
88d8f705d2
added queue struct, delay processing of misordered packets, fixed bugs
|
7 years ago |
cecylia
|
a617819040
added code to delay injection of misordered packets during handshake
|
7 years ago |
cecylia
|
f1c1745d0d
refactored process_packet function for readability
|
7 years ago |
cecylia
|
bdb9a83c4e
fixed GCM tag counter bug and session ticket bugs
|
7 years ago |
cecylia
|
e65e87e801
removed no longer useful include path to old version of openssl
|
7 years ago |
cecylia
|
e0dc15e583
updated INSTALL and instructions to allow for more simple build process
|
7 years ago |
cecylia
|
173594bcc6
removed dependence on MAC address filter for processing incoming packets only
|
7 years ago |
cecylia
|
ad6866566e
use installed version of openssl for relay
|
7 years ago |
cecylia
|
599ac29ef1
fixed race condition with flow access
|
7 years ago |
cecylia
|
1a78f1de1c
fixed a bug with AES-GCM tags
|
7 years ago |