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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
test_hs_client.c
Age
Commit message (
Expand
)
Author
2021-01-12
hs-v3: Require reasonably live consensus
David Goulet
2019-01-16
Bump copyright date to 2019.
Nick Mathewson
2018-10-18
test: Add test for closing intro circuits when storing a new descriptor
David Goulet
2018-09-21
Split directory.c code into several modules
Nick Mathewson
2018-09-21
Split main.c into main.c and mainloop.c
Nick Mathewson
2018-09-19
test: hs-v3 desc has arrived unit test
David Goulet
2018-09-07
Merge remote-tracking branch 'dgoulet/ticket20700_035_03'
Nick Mathewson
2018-09-07
HSv3: Don't assert when reading bad client-side privkeys.
George Kadianakis
2018-09-07
test: HS v3 client authorization loading secret key
Suphanat Chunhapanya
2018-09-07
hs-v3: Encrypt the descriptor using a cookie
Suphanat Chunhapanya
2018-07-11
Rename crypto.c to crypto_cipher.c (since that's all it still has.)
Nick Mathewson
2018-07-05
Fix every include path changed in the previous commit (automated)
Nick Mathewson
2018-07-01
Extract more constants from or.h
Nick Mathewson
2018-07-01
Remove needless includes from or.h
Nick Mathewson
2018-07-01
Combine DH_BYTES and DH_KEY_LEN; put them in a lib/defs header.
Nick Mathewson
2018-06-21
Rectify include paths (automated)
Nick Mathewson
2018-06-20
Run rectify_include_paths.py
Nick Mathewson
2018-06-20
Update copyrights to 2018.
Nick Mathewson
2018-06-15
Move extend_info_t into its own header.
Nick Mathewson
2018-06-15
Extract networkstatus_t and ..sr_info_t into their own headers
Nick Mathewson
2018-06-15
Split socks_request_t into its own header.
Nick Mathewson
2018-06-15
Extract cpath_build_state into its own header.
Nick Mathewson
2018-06-15
Extract crypt_path_t and relay_crypto_t into their own headers
Nick Mathewson
2018-06-15
Extract {or,origin}_circuit_t into their own headers
Nick Mathewson
2018-06-15
Split dir_connection_t into its own header
Nick Mathewson
2018-06-15
Split entry and edge_connection_t into their own headers.
Nick Mathewson
2018-05-01
coverage: Repeat the test for avoiding failed intro points
Nick Mathewson
2018-03-17
Extract the cryptographic parts of crypt_path_t and or_circuit_t.
Nick Mathewson
2017-12-08
Rename connection_free_ to connection_free_minimal.
Nick Mathewson
2017-12-08
Update free functions into macros: src/or/ part 1
Nick Mathewson
2017-10-03
test: Add an HS v3 descriptor fetch unit test
David Goulet
2017-09-15
Merge branch 'scan-build-032'
Nick Mathewson
2017-09-15
fixup! test: Add HS v3 client-side test for picking intro points
David Goulet
2017-09-15
test: Add HS v3 client-side test for picking intro points
George Kadianakis
2017-09-12
clang scan-build: Fix "dereference of null pointer" warnings
Nick Mathewson
2017-08-24
apply ahf's test_assert_null.cocci
Nick Mathewson
2017-08-24
Fix operator usage in src/test/*.c
Alexander Færøy
2017-07-07
Fix a couple of clang warnings
Nick Mathewson
2017-07-07
Hide crypto_digest_t again and use an accessor for tests.
George Kadianakis
2017-07-07
Explicit length checks in create_rend_cpath().
George Kadianakis
2017-07-07
test: Add client-side unittests for e2e rend circuits.
George Kadianakis