[tor-dev] Scalability or Onionbalance for v3 ephemeral/ADD_ONION services

2021-06-12 Thread Chad Retz
A quick glance at the code shows that ADD_ONION (i.e. "ephemeral" onion services) doesn't support setting an Onionbalance frontend/master onion address (specifically https://gitlab.torproject.org/tpo/core/tor/-/issues/32709 doesn't seem to have a control-side analogue). Would a feature request for

Re: [tor-dev] HTTPS and Tor Onion v3 Services

2018-12-28 Thread Chad Retz
"That said multiple layers of crypto cannot hurt, Facebook for example uses this approach." The first part is not strictly true. For the second part, FB uses an identity-verified EV cert from a known CA to let their users confirm their identity, not for increased encryption. Creating an onion

Re: [tor-dev] Temporary hidden services

2018-09-27 Thread Chad Retz
I am no expert here, but I'm confused by "the client connecting to the service knows the service's private key". Why not just create an onion service (per contact) and then use the client authentication feature to ensure they share the same secret? Client auth is built in to discovery and from

[tor-dev] Bine - Go library for using and embedding Tor into applications

2018-05-18 Thread Chad Retz
I posted it on /r/TOR but figured I'd post it here too: https://github.com/cretz/bine I built it because I have plans to use it in another project. In general it does what Stem does. I did incorporate V3 onion service generation in there and am happy to say it publishes much faster. Also, I have