hs-v3: Load client authorization secret key from file
commit8e81fcd51ae9b9b373f0254381728a8f4d93236d
authorSuphanat Chunhapanya <haxx.pop@gmail.com>
Sun, 19 Aug 2018 01:22:13 +0000 (19 08:22 +0700)
committerDavid Goulet <dgoulet@torproject.org>
Fri, 7 Sep 2018 17:59:22 +0000 (7 13:59 -0400)
tree5f6e225c2d52815027c635c54623e6bd60364cbc
parentfd6bec923c16004ce106d634187f12b57f220b91
hs-v3: Load client authorization secret key from file

The new ClientOnionAuthDir option is introduced which is where tor looks to
find the HS v3 client authorization files containing the client private key
material.

Signed-off-by: David Goulet <dgoulet@torproject.org>
src/app/config/config.c
src/app/config/or_options_st.h
src/feature/hs/hs_client.c
src/feature/hs/hs_client.h
src/feature/hs/hs_config.c
src/feature/hs/hs_config.h