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_cache.c
Age
Commit message (
Expand
)
Author
2019-07-03
hs-v3: Disallow single hop client to post/get a descriptor
David Goulet
2019-04-30
Replace all remaining tor_mem_is_zero() with fast_mem_is_zero()
Nick Mathewson
2019-04-14
Add an assertion to test_hs_cache.c to appease coverity.
Nick Mathewson
2019-04-05
crypto_format: Remove the return values from digest256_to_base64()
teor
2019-01-16
Bump copyright date to 2019
Nick Mathewson
2018-09-21
Split directory.c code into several modules
Nick Mathewson
2018-09-07
hs-v3: Refactor the descriptor decryption/decoding
Suphanat Chunhapanya
2018-09-07
hs-v3: Encrypt the descriptor using a cookie
Suphanat Chunhapanya
2018-07-05
Fix every include path changed in the previous commit (automated)
Nick Mathewson
2018-07-01
Minimize headers that include crypto_formats and x25519 stuff
Nick Mathewson
2018-06-20
Run rectify_include_paths.py
Nick Mathewson
2018-06-20
Update copyrights to 2018.
Nick Mathewson
2018-06-15
Extract networkstatus_t and ..sr_info_t into their own headers
Nick Mathewson
2018-06-15
Split dir_connection_t into its own header
Nick Mathewson
2017-12-08
Rename connection_free_ to connection_free_minimal.
Nick Mathewson
2017-09-13
prop224 test: Test client desc expiration in tests.
George Kadianakis
2017-09-05
Move protocol-specific functions out of buffers.c
Nick Mathewson
2017-08-24
Fix operator usage in src/test/*.c
Alexander Færøy
2017-08-24
test: Add tests for fetching descs and handling SOCKS conns.
George Kadianakis
2017-08-08
test: Fix prop224 HS descriptor to use subcredential
George Kadianakis
2017-05-09
test: Move duplicate HS test code and unify it
David Goulet
2017-03-15
Run the copyright update script.
Nick Mathewson
2017-03-13
prop224: Fix the HS descriptor unittests.
George Kadianakis
2017-02-24
prop224: Rename auth_required HS desc field to intro_auth_required.
George Kadianakis
2017-02-15
hs: Avoid a strlen(NULL) if descriptor is not found in cache
David Goulet
2016-12-16
hs: Remove private keys from hs_desc_plaintext_data_t.
J. Ryan Stinnett
2016-11-04
Would you believe me if I said there were more 32-bit and clang warnings?
Nick Mathewson
2016-11-04
Fix memory leaks in test_hs_cache.c
Nick Mathewson
2016-11-04
Fix more unit test leaks.
Nick Mathewson
2016-11-04
Fix a bunch of leaks in hs_cache/upload_and_download_hs_desc
Nick Mathewson
2016-11-04
Fix make check-spaces
Nick Mathewson
2016-11-04
prop224: fix unit test to actually initialize a connection object
David Goulet
2016-11-04
prop224: Use a const pointer for the cache lookup entry
David Goulet
2016-11-04
prop224: Rename cert type to follow naming convention
David Goulet
2016-11-04
Make check-spaces happy :)
George Kadianakis
2016-11-04
test: Add prop224 directory fetch/upload unit tests
George Kadianakis
2016-11-04
test: Add prop224 directory cache unit tests
David Goulet