LeastAuthority / S4-2.0

Simple Secure Storage Service 2.0
Apache License 2.0
7 stars 1 forks source link

Reliable Onion services #30

Closed exarkun closed 6 years ago

exarkun commented 6 years ago

Fixes #26

The core of the fix seems to be upgrading to a new-enough Tor. Also included here, though, is a new endpoint that lets us point directly at a key file and bypass the cumbersome requirements of Tor's "hidden service directory" feature.


This change is Reviewable

meejah commented 6 years ago

looks fine to me.

FWIW, I've put "somewhat similar" code into the txtorcon endpoint here (it understands key-blob, v2 or v3 files): https://github.com/meejah/txtorcon/pull/316

meejah commented 6 years ago

If the above works, I can make another txtorcon release with it in..