Re: [tor-dev] Proposal: Increase Acceptable Consensus Age

2012-10-16 Thread Nick Mathewson
On Tue, Oct 16, 2012 at 6:41 PM, Mike Perry wrote: > Also available at: > https://gitweb.torproject.org/user/mikeperry/torspec.git/blob/tolerate-old-consensus:/proposals/xxx-using-old-consensus.txt > > -- > > Title: Increase Acceptable Consensus Age > Author: Mike P

[tor-dev] Proposal: Increase Acceptable Consensus Age

2012-10-16 Thread Mike Perry
Also available at: https://gitweb.torproject.org/user/mikeperry/torspec.git/blob/tolerate-old-consensus:/proposals/xxx-using-old-consensus.txt -- Title: Increase Acceptable Consensus Age Author: Mike Perry Created: 01-10-2012 Status: Open Target: 0.2.4.x+ Overview

Re: [tor-dev] Proposal: Tuning the Parameters for the Path Bias Defense

2012-10-16 Thread Mike Perry
Thus spake Mike Perry (mikepe...@torproject.org): > Also exists at > https://gitweb.torproject.org/user/mikeperry/torspec.git/blob/path-bias-tuning:/proposals/xxx-path-bias-tuning.txt I've updated this proposal to address some questions and comments from people who have reviewed it via private em

[tor-dev] tor decrypt packet

2012-10-16 Thread esolve esolve
HI, I capture packets on the tor client using tcpdump and I want to decrypt the captured packets for analysis. I think there are two steps 1 obtain the session keys 2 use some tools to decrypt the packets Are there any ways, tools, methodology to decrypt the packets? thanks!