[tor-dev] txtorcon 0.18.0

2017-01-11 Thread meejah
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 txtorcon 0.18.0 is released, improving error-reporting when you have SAFECOOKIE or COOKIE authentication turned on but can't read the file. * https://github.com/meejah/txtorcon/issues/200 You can download the release from PyPI or GitHub (or of c

[tor-dev] txtorcon 0.18.0

2017-01-11 Thread meejah
___ tor-dev mailing list tor-dev@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-dev

Re: [tor-dev] SipHash Impact on TCP ISN skew fingerprinting

2017-01-11 Thread Yawning Angel
On Wed, 11 Jan 2017 19:57:07 +0100 ban...@openmailbox.org wrote: > Its my guess that that timer values added in ISNs should now be > indistinguishable from the rest of the hashed secret outlined in > RFC-6528.[1] Can anyone knowledgeable in reading kernel code [2] > please confirm that this kills

[tor-dev] SipHash Impact on TCP ISN skew fingerprinting

2017-01-11 Thread bancfc
SipHash a fast PRF by DJB has been adopted upstream across the Linux networking stack landing in 4.11. It deprecates a lot of ancient and broken crypto like MD5 for initial sequence number hashes. Its my guess that that timer values added in ISNs should now be indistinguishable from the rest o