index
:
tor
main
maint-0.1.2
maint-0.2.0
maint-0.2.1
maint-0.2.2
maint-0.2.3
maint-0.2.4
maint-0.2.5
maint-0.2.6
maint-0.2.7
maint-0.2.7-redux
maint-0.2.8
maint-0.2.9
maint-0.3.0
maint-0.3.1
maint-0.3.2
maint-0.3.3
maint-0.3.4
maint-0.3.5
maint-0.4.0
maint-0.4.1
maint-0.4.2
maint-0.4.3
maint-0.4.4
maint-0.4.5
maint-0.4.6
maint-0.4.7
maint-0.4.8
release-0.2.1
release-0.2.2
release-0.2.3
release-0.2.4
release-0.2.5
release-0.2.6
release-0.2.7
release-0.2.7-redux
release-0.2.8
release-0.2.9
release-0.3.0
release-0.3.1
release-0.3.2
release-0.3.3
release-0.3.4
release-0.3.5
release-0.4.0
release-0.4.1
release-0.4.2
release-0.4.3
release-0.4.4
release-0.4.5
release-0.4.6
release-0.4.7
release-0.4.8
Transit encryption and privacy out of the box
The Tor Project
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
feature
/
hs
/
hs_client.c
Age
Commit message (
Expand
)
Author
2020-04-30
Fix a GCC 10.0.1 compilation error.
Nick Mathewson
2020-04-13
hs-v3: Change all-zeroes hard-assert to a BUG-and-err.
George Kadianakis
2020-03-17
Merge branch 'maint-0.4.2' into maint-0.4.3
Nick Mathewson
2020-03-17
Merge branch 'maint-0.3.5' into maint-0.4.1
Nick Mathewson
2020-03-17
Trivial bugfixes found during TROVE investigation.
George Kadianakis
2020-02-12
Merge remote-tracking branch 'tor-github/pr/1725' into maint-0.4.3
teor
2020-02-12
hs-v3: Remove BUG() that can occur normally
David Goulet
2020-02-06
hs-v3: Remove descriptor when we remove client authorization
David Goulet
2020-02-03
hs-v3: Purge ephemeral client auth on NEWNYM
David Goulet
2020-01-08
It's 2020. Update the copyright dates with "make update-copyright"
Nick Mathewson
2019-12-10
In cancel_descriptor_fetches(), use connection_list_by_type_purpose() instead...
Neel Chauhan
2019-12-03
Merge branch 'tor-github/pr/1563'
David Goulet
2019-12-03
hsv3: ONION_CLIENT_AUTH_REMOVE now also removes the credential file.
George Kadianakis
2019-12-03
hsv3: Abstract parts of hs_config_client_authorization() into func.
George Kadianakis
2019-12-03
hsv3: Start refactoring hs_config_client_authorization().
George Kadianakis
2019-12-03
hsv3: Remove support for client auth nicknames.
George Kadianakis
2019-12-03
hsv3: Implement permanent storage of auth credentials.
George Kadianakis
2019-11-27
hs-v3: Give a cleanup type to hs_circ_cleanup()
David Goulet
2019-11-27
hs-v3: Note client intro circuit failure
David Goulet
2019-11-25
Merge branch 'maint-0.4.0' into maint-0.4.1
teor
2019-11-18
Rename REGISTER_SUCCESS_ALSO_DECRYPTED to REGISTER_SUCCESS_AND_DECRYPTED.
George Kadianakis
2019-11-18
hs-v3: Decrypt pending descriptors when we get new client auth creds.
George Kadianakis
2019-11-18
control-port: Implement ONION_CLIENT_AUTH_VIEW.
George Kadianakis
2019-11-18
control-port: Implement ONION_CLIENT_AUTH_REMOVE.
George Kadianakis
2019-11-18
control-port: Tests for ONION_CLIENT_AUTH_ADD.
George Kadianakis
2019-11-18
control-port: Implement ONION_CLIENT_AUTH_ADD.
George Kadianakis
2019-11-18
Merge branch 'tor-github/pr/1423'
George Kadianakis
2019-11-18
test: Unit test for the hs cache decrypt on new auth
David Goulet
2019-11-18
hs-v3: Refactor descriptor dir fetch done code
David Goulet
2019-11-18
hs-v3: Set extended error when missing/bad client auth
David Goulet
2019-11-18
hs-v3: Set extended error when descriptor is not found
David Goulet
2019-11-18
hs-v3: Keep descriptor in cache if client auth is missing or bad
David Goulet
2019-10-25
Merge branch 'maint-0.4.2'
teor
2019-10-25
Merge remote-tracking branch 'tor-github/pr/1464' into maint-0.4.2
teor
2019-10-24
hs-v3: Remove a BUG() caused by an acceptable race
David Goulet
2019-10-17
hs-v3: Add a series of decoding error code
David Goulet
2019-10-17
hs-v3: Helper function to find all entry connections
David Goulet
2019-10-16
hs_client.[ch]: fix doxygen comments by using /**.
Nick Mathewson
2019-05-22
Merge remote-tracking branch 'dgoulet/ticket30454_035_01'
Nick Mathewson
2019-05-22
Merge remote-tracking branch 'nickm/ticket30454_034_01_squashed' into ticket3...
David Goulet
2019-05-15
fix typos, whitespace, comments
Roger Dingledine
2019-04-23
Merge remote-tracking branch 'tor-github/pr/935'
Nick Mathewson
2019-04-11
Make repeated/rate limited HSFETCH queries fail with QUERY_RATE_LIMITED
Neel Chauhan
2019-04-05
crypto_format: Remove the return values from digest256_to_base64()
teor
2019-03-12
Merge branch 'bug23576-041-rebased-squashed'
Nick Mathewson
2019-03-12
hs: abolish hs_desc_link_specifier_t
teor
2019-02-26
Merge branch 'tor-github/pr/611'
George Kadianakis
2019-02-24
Merge remote-tracking branch 'tor-github/pr/646'
Nick Mathewson
2019-02-08
Merge branch 'ticket29040_1_changes' into maint-0.3.5
Nick Mathewson
2019-01-24
Add version 3 onion service support to HSFETCH
Neel Chauhan
[next]