Re: [tor-dev] OnionShare bug that's possibly caused by an upstream v3 onion bug

2018-11-26 Thread Micah Lee
On 11/26/18 7:55 AM, David Goulet wrote: > I've opened this and marked it for backport: > https://trac.torproject.org/projects/tor/ticket/28619 > > Big thanks to everyone on that OnionShare ticket for the thorough report! > David Thank you! ___ tor-dev

[tor-dev] OnionShare bug that's possibly caused by an upstream v3 onion bug

2018-11-24 Thread Micah Lee
I've been working on a major OnionShare release that, among other things, will use v3 onion services by default. But it appears that either something in stem or in Tor deals with v3 onions differently than v2 onions, and causes a critical bug in OnionShare. It took a lot of work to track down

Re: [tor-dev] stem support for v3 ephemeral onion services

2018-01-25 Thread Micah Lee
On 01/25/2018 05:10 AM, David Goulet wrote: > On 25 Jan (06:50:30), teor wrote: >> >>> On 25 Jan 2018, at 05:14, Micah Lee <mi...@micahflee.com> wrote: >>> >>> Now that Tor Browser 7.5 is released and includes the tor 0.3.2 series, >>> which su

Re: [tor-dev] [RFC] Proposal for the encoding of prop224 onion addresses

2017-01-24 Thread Linda Naeun Lee
On 2017-01-24 08:00, David Goulet wrote: On 24 Jan (14:27:43), George Kadianakis wrote: s7r writes: > Hello George, > > George Kadianakis wrote: >> Hello list, >> >> we've had discussions over the past years about how to encode prop224 onion >> addresses. Here is the latest

Re: [tor-dev] [RFC] Proposal for the encoding of prop224 onion addresses

2017-01-23 Thread Linda Naeun Lee
On 2017-01-23 07:50, George Kadianakis wrote: George Kadianakis writes: Hello list, [D3] Do we like base32??? In this proposal I suggest we keep the base32 encoding since we've been using it for a while; but this is the perfect time to switch if we feel

Re: [tor-dev] non-anonymous ephemeral onion services with stem

2017-01-03 Thread Micah Lee
On 01/02/2017 08:45 PM, teor wrote: >> For my specific use-case, it would be great if you could pass an >> argument to ADD_ONION that makes that specific onion service >> non-anonymous, without changing anything globally. > > What is the OnionShare use case? > What are the anonymity expectations

Re: [tor-dev] non-anonymous ephemeral onion services with stem

2016-12-28 Thread Micah Lee
On 12/28/2016 12:40 PM, Yawning Angel wrote: > On Wed, 28 Dec 2016 12:19:17 -0800 > Micah Lee <mi...@micahflee.com> wrote: > >> And when other processes connect to the Tor control port and run >> create_ephemeral_hidden_service, those onion services wouldn't be >

Re: [tor-dev] non-anonymous ephemeral onion services with stem

2016-12-28 Thread Micah Lee
On 12/28/2016 09:39 AM, Damian Johnson wrote: > Oops, great catch - thanks Micah! Added a note saying how to use them... > > "Version 1.5: Added support for non-anonymous services. To do so set > 'HiddenServiceSingleHopMode 1' and 'HiddenServiceNonAnonymousMode 1' > in your torrc." Excellent.

[tor-dev] non-anonymous ephemeral onion services with stem

2016-12-28 Thread Micah Lee
The stem documentation for create_ephemeral_hidden_service [1] says: "Changed in version 1.5.0: Added support for non-anonymous services." But I can't figure out to actually use this feature. There doesn't seem to be a new argument to say if you want your onion service to be non-anonymous. It

Re: [tor-dev] Fwd: Downloadable content: Fonts!

2016-02-19 Thread Lee
h" were not affected by the bugs in the Graphite font rendering library. Regards, Lee > > - Original message - > From: Sebastian Kaspari <s.kasp...@gmail.com> > To: "mobile-firefox-dev" <mobile-firefox-...@mozilla.org> > Subject: Downloadable cont

[tor-dev] Troubleshooting Tor 0.2.7.1+ ephemeral hidden services

2015-09-08 Thread Micah Lee
/ephemeral-hs-test It successfully appears to create the hidden service, but it never succeeds in connecting to itself. I also can't connect to it using Tor Browser. -- Micah Lee signature.asc Description: OpenPGP digital signature ___ tor-dev mailing list

Re: [tor-dev] Troubleshooting Tor 0.2.7.1+ ephemeral hidden services

2015-09-08 Thread Micah Lee
red out what I did wrong. I was calling: res = c.create_ephemeral_hidden_service(WEB_PORT) When I should have been calling: res = c.create_ephemeral_hidden_service({ 80: WEB_PORT }, await_publication = True) The await_publication flag is great, too. Thanks, it's working for me now. -- Micah Le

[tor-dev] Two TOR questions

2015-03-12 Thread John Lee
For devs, 1) Where can I get a previous version of Tor Bundle for Windows? Im looking for the version when it jumped from Firefox 24 ESR (or something below Firefox 28.0) to the new Firefox GUI that occurred when going above version 28.0 2) How involved would it be to use a current version

Re: [tor-dev] Of CA-signed certs and .onion URIs

2014-11-14 Thread Lee
https://tools.ietf.org/wg/dnsop/minutes?item=minutes-89-dnsop.html Regards, Lee On 11/14/14, Tom Ritter t...@ritter.vg wrote: There's been a spirited debate on irc, so I thought I would try and capture my thoughts in long form. I think it's important to look at the long-term goals rather than

Re: [tor-dev] How to distribute Tor with other software

2014-05-21 Thread Micah Lee
Thanks, this is really helpful. On 05/20/14 21:10, meejah wrote: Micah Lee mi...@micahflee.com writes: When you run onionshare.py, it modifies /etc/tor/torrc and reloads the Tor config, and when it's done it restores the original torrc and reloads again. You could use one

[tor-dev] How to distribute Tor with other software

2014-05-20 Thread Micah Lee
torrc and reloads again. I could require people to open Tor Browser and have it just use the Tor that comes with that, except the fact that it needs to modify torrc makes that complicated. -- Micah Lee signature.asc Description: OpenPGP digital signature

[tor-dev] [Question] Onion router's bandwidth

2014-01-22 Thread hyoseok Lee
Hi I am junior student in Sungkyunkwan University,South Korea I am studying Tor for my paper In my research, onion router has to report its bandwidth by sending descriptor to authority directory. and then authority directory verifies onion router's bandwidth [Question 1] I hope to know the

[tor-dev] RecommendedTBBVersions

2013-11-17 Thread Micah Lee
to download and install. Thanks! -- Micah Lee @micahflee signature.asc Description: OpenPGP digital signature ___ tor-dev mailing list tor-dev@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-dev

Re: [tor-dev] RecommendedTBBVersions

2013-11-17 Thread Micah Lee
On 11/17/2013 02:27 PM, Roger Dingledine wrote: Should be back now: https://trac.torproject.org/projects/tor/ticket/10179 See also https://lists.torproject.org/pipermail/tor-talk/2013-November/031126.html Thanks! -- Micah Lee @micahflee signature.asc Description: OpenPGP digital

Re: [tor-dev] Trawling for Tor Hidden Services: Detection, Measurement, Deanonymization

2013-05-27 Thread Micah Lee
without relying on CAs), but for the time being the anonymity of the document upload server isn't one of them. Is this accurate, and is there any estimate on how long do you think this will be the case? Months, years? -- Micah Lee @micahflee signature.asc Description: OpenPGP digital signature

Re: [tor-dev] Help me test Tor Browser Launcher

2013-04-10 Thread Micah Lee
/ and programatically guessing what version to pick, but RecommendedTBBVersions is a much saner approach. -- Micah Lee https://twitter.com/micahflee signature.asc Description: PGP signature ___ tor-dev mailing list tor-dev@lists.torproject.org https

Re: [tor-dev] Help me test Tor Browser Launcher

2013-04-10 Thread Micah Lee
/micahflee/torbrowser-launcher/issues?state=open -- Micah Lee https://twitter.com/micahflee signature.asc Description: PGP signature ___ tor-dev mailing list tor-dev@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-dev

[tor-dev] Help me test Tor Browser Launcher

2013-04-09 Thread Micah Lee
Launcher in deb.torproject.org: https://trac.torproject.org/projects/tor/ticket/8648 Can someone respond to get the ball rolling? Thanks! -- Micah Lee https://twitter.com/micahflee signature.asc Description: PGP signature ___ tor-dev mailing list tor-dev

Re: [tor-dev] Tor Browser Launcher

2013-02-21 Thread Micah Lee
to press the Start button. The only exception is if the signature verification fails, this still gives the user a choice. -- Micah Lee https://twitter.com/micahflee signature.asc Description: OpenPGP digital signature ___ tor-dev mailing list tor-dev

Re: [tor-dev] Tor Browser Launcher

2013-02-19 Thread Micah Lee
into any other problems. -- Micah Lee https://twitter.com/micahflee signature.asc Description: OpenPGP digital signature ___ tor-dev mailing list tor-dev@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-dev

Re: [tor-dev] Tor Browser Launcher

2013-02-18 Thread Micah Lee
are .exe, which wouldn't work with this. Maybe this should be GNU/Linux only at first, and future releases could be for OS X and Windows. -- Micah Lee https://twitter.com/micahflee signature.asc Description: OpenPGP digital signature ___ tor-dev mailing

Re: [tor-dev] Tor Browser Launcher

2013-02-18 Thread Micah Lee
TBB versions come out? -- Micah Lee https://twitter.com/micahflee signature.asc Description: OpenPGP digital signature ___ tor-dev mailing list tor-dev@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-dev

[tor-dev] Tor QA stress-testing advise

2013-01-27 Thread Lee Fisher
Tor builds? Is there a way to use the live Tor overlay to get some script-generated traffic through a specific node, without letting any real user traffic? Wouldn't that traffic harm adjacent nodes and overlay as well? Any related advice appreciated. Thanks, Lee PS: Thanks to those involved