Skip to content

keymgr: Allow periods in ArtiPath and ArtiPathComponent.

gabi-250 requested to merge gabi-250/arti:arti-path-bug into main

The ArtiPath of a client auth key contains the HsId of the onion Since the HsId contains a .onion component, let's allow . for now. In the future, we may want to update the code (and keystore structure) to strip away the .onion part before building the ArtiPath.

Merge request reports