summaryrefslogtreecommitdiff
path: root/obfs4.go
AgeCommit message (Expand)Author
2014-05-15Change hashDrbg to take a drbgSeed for initialization.Yawning Angel
2014-05-15Fix up how Read() errors were processed where appropriate.Yawning Angel
2014-05-14Kill Obfs4Conn.isOk with fire, and replace it with a state var.Yawning Angel
2014-05-14First pass at cleaning up the write code.Yawning Angel
2014-05-14Implement the io.WriterTo interface.Yawning Angel
2014-05-14First pass at cleaning up the read code.Yawning Angel
2014-05-13Add vim modelines to some files (No functional changes).Yawning Angel
2014-05-13Add preliminary support for packet length obfuscation.Yawning Angel
2014-05-12Fix logging again.Yawning Angel
2014-05-12Preliminary support padding, log on panic.Yawning Angel
2014-05-12Remove support for Write deadlines since it wasn't working.Yawning Angel
2014-05-12Set a timeout on outgoing handshakes as well.Yawning Angel
2014-05-12Reject clients that do not authenticate quickly enough.Yawning Angel
2014-05-12Close connections that fail to authenticate after a while.Yawning Angel
2014-05-12Move to a unified client/server binary, and fix bugs.Yawning Angel
2014-05-09Initial import.Yawning Angel