summaryrefslogtreecommitdiff
path: root/packet.go
AgeCommit message (Expand)Author
2014-05-15Send the DRBG seed as a packetTypePrngSeed post server handshake.Yawning Angel
2014-05-15Load the drbg-seed from the ServerTransportOptions args.Yawning Angel
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-14Change the framing Encoder/Decoder to take the destination slice.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-12Fix a comment (No functional changes).Yawning Angel
2014-05-12Preliminary support padding, log on panic.Yawning Angel