Skip to content

hsservice: Log hsid whether we just generated it or not.

Nick Mathewson requested to merge nickm/arti:log_hsid_unconditionally into main

With this change you can find your hsid in your logs (if safe logging is off) even if you forgot to notice it the first time around.


For the reviewer:

I don't understand the keymgr code well enough to know if I am breaking support for offline identity keys here. Will this code still work if the private identity key is not present? If I broke that, we shouldn't merge this.

Merge request reports