Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

man: Document HSv3 client authorization revocation #562

Merged
merged 1 commit into from Dec 4, 2018

Conversation

Labels
None yet
Projects
None yet
4 participants
@asn-d6
Copy link
Member

@asn-d6 asn-d6 commented Dec 4, 2018

Removing a ".auth" file revokes a client access to the service but the
rendezvous circuit is not closed service side because the service simply
doesn't know which circuit is for which client.

This commit notes in the man page that to fully revoke a client access to the
service, the tor process should be restarted.

Closes #28275

Signed-off-by: David Goulet dgoulet@torproject.org

Removing a ".auth" file revokes a client access to the service but the
rendezvous circuit is not closed service side because the service simply
doesn't know which circuit is for which client.

This commit notes in the man page that to fully revoke a client access to the
service, the tor process should be restarted.

Closes #28275

Signed-off-by: David Goulet <dgoulet@torproject.org>
@coveralls
Copy link

@coveralls coveralls commented Dec 4, 2018

Pull Request Test Coverage Report for Build 3186

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 13 unchanged lines in 3 files lost coverage.
  • Overall coverage increased (+1.5%) to 62.296%

Files with Coverage Reduction New Missed Lines %
src/feature/hs/hs_common.c 1 83.28%
src/feature/dirauth/shared_random.c 3 85.64%
src/feature/dirauth/dirvote.c 9 64.76%
Totals Coverage Status
Change from base Build 3176: 1.5%
Covered Lines: 44525
Relevant Lines: 71473

💛 - Coveralls

@torproject-pusher torproject-pusher merged commit 0906dde into torproject:master Dec 4, 2018
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment