summaryrefslogtreecommitdiff
path: root/handshake_ntor.go
AgeCommit message (Expand)Author
2014-06-25Change the import paths to point to the tp.o repository.Yawning Angel
2014-06-01Move the server keypair generation to right after Accept().Yawning Angel
2014-06-01Generate client keypairs before connecting, instead of after.Yawning Angel
2014-05-24Move utils.go to csrand/csrand.go, and clean up the interface.Yawning Angel
2014-05-23Change the maximm handshake length to 8192 bytes.Yawning Angel
2014-05-22Add replay detection to handshakes.Yawning Angel
2014-05-21Finish adding godoc comments to all public interfaces.Yawning Angel
2014-05-20Tweak the obfs4 handshake code.Yawning Angel
2014-05-16Treat the PrngSeed frame as part of the handshake.Yawning Angel
2014-05-16Validate that the padding length is greater than the minimum.Yawning Angel
2014-05-16Change the handshake wire format.Yawning Angel
2014-05-13Add preliminary support for packet length obfuscation.Yawning Angel
2014-05-12Close connections that fail to authenticate after a while.Yawning Angel
2014-05-09Initial import.Yawning Angel