index
:
shapeshifter-dispatcher.git
master
[shapeshifter-dispatcher]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
packet.go
Age
Commit message (
Expand
)
Author
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
Change the framing Encoder/Decoder to take the destination slice.
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
Fix a comment (No functional changes).
Yawning Angel
2014-05-12
Preliminary support padding, log on panic.
Yawning Angel