index
:
shapeshifter-dispatcher.git
master
[shapeshifter-dispatcher]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
obfs4.go
Age
Commit message (
Expand
)
Author
2014-05-21
Finish adding godoc comments to all public interfaces.
Yawning Angel
2014-05-18
Actually keep the delay/threshold in the listener struct.
Yawning Angel
2014-05-18
Change the server failure close delay/discard length to be consistent.
Yawning Angel
2014-05-17
Change the client connection timeout to 30 sec.
Yawning Angel
2014-05-16
Treat the PrngSeed frame as part of the handshake.
Yawning Angel
2014-05-15
Send the DRBG seed as a packetTypePrngSeed post server handshake.
Yawning Angel
2014-05-15
Load the drbg-seed from the ServerTransportOptions args.
Yawning Angel
2014-05-15
Change hashDrbg to take a drbgSeed for initialization.
Yawning Angel
2014-05-15
Fix up how Read() errors were processed where appropriate.
Yawning Angel
2014-05-14
Kill Obfs4Conn.isOk with fire, and replace it with a state var.
Yawning Angel
2014-05-14
First pass at cleaning up the write code.
Yawning Angel
2014-05-14
Implement the io.WriterTo interface.
Yawning Angel
2014-05-14
First pass at cleaning up the read code.
Yawning Angel
2014-05-13
Add vim modelines to some files (No functional changes).
Yawning Angel
2014-05-13
Add preliminary support for packet length obfuscation.
Yawning Angel
2014-05-12
Fix logging again.
Yawning Angel
2014-05-12
Preliminary support padding, log on panic.
Yawning Angel
2014-05-12
Remove support for Write deadlines since it wasn't working.
Yawning Angel
2014-05-12
Set a timeout on outgoing handshakes as well.
Yawning Angel
2014-05-12
Reject clients that do not authenticate quickly enough.
Yawning Angel
2014-05-12
Close connections that fail to authenticate after a while.
Yawning Angel
2014-05-12
Move to a unified client/server binary, and fix bugs.
Yawning Angel
2014-05-09
Initial import.
Yawning Angel