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
/
or
/
hs_circuit.c
Age
Commit message (
Expand
)
Author
2017-08-24
prop224: Register RP circuit when it opens
David Goulet
2017-08-24
prop224: Add a function to clear INTRO data
David Goulet
2017-08-24
prop224: Use the client-side circuitmap in hs_client.c
George Kadianakis
2017-08-24
prop224: Build ESTABLISH_RENDEZVOUS cell and logic
David Goulet
2017-08-24
prop224: Build INTRODUCE1 cell and send logic
David Goulet
2017-08-24
prop224: Make lspecs to extend info public
David Goulet
2017-08-11
Make Windows happy for time_t printf format
David Goulet
2017-08-08
prop224: Always note down the use of internal circuit
David Goulet
2017-08-08
prop224: Improve comments and tests for ed25519 keys in IPs/RPs.
George Kadianakis
2017-08-08
Improve docs on rendezvous circ relaunch.
George Kadianakis
2017-08-08
Improve code based on Nick review:
George Kadianakis
2017-08-08
Fix small easy bugs all around
George Kadianakis
2017-08-08
Constify functions that can be constified.
George Kadianakis
2017-08-08
Improve documentation all around the codebase.
George Kadianakis
2017-08-08
Make ed25519 id keys optional for IPs and RPs.
George Kadianakis
2017-08-08
prop224: Remove INTRODUCE2 legacy handling
David Goulet
2017-08-08
prop224: Move get_intro_circuit() to hs_circuit.c
David Goulet
2017-08-08
prop224: Add service rendezvous circuit relaunch
David Goulet
2017-08-08
prop224: Add service replay cache
David Goulet
2017-08-08
prop224: Support INTRODUCE2 cell replay cache
David Goulet
2017-08-08
prop224: Support legacy INTRODUCE2 cell
David Goulet
2017-08-08
prop224: Handle service RENDEZVOUS1 cell
David Goulet
2017-08-08
prop224: Establish rendezvous circuit for service
David Goulet
2017-08-08
prop224: Handle service INTRODUCE2 cell
David Goulet
2017-08-08
prop224: Handle service INTRO_ESTABLISHED cell
David Goulet
2017-08-08
prop224: Circuit has opened and ESTABLISH_INTRO cell
David Goulet
2017-08-08
prop224: Introduction circuit creation
David Goulet
2017-07-07
Use LD_BUG, not LOG_PROTOCOL_WARN, for bad-purpose cases.
Nick Mathewson
2017-07-07
Explicit length checks in create_rend_cpath().
George Kadianakis
2017-07-07
Explicit length checks in circuit_init_cpath_crypto().
George Kadianakis
2017-07-07
Rename get_rend_cpath() to create_rend_cpath().
George Kadianakis
2017-07-07
Rename rend_circuit_validate_purpose() based on Nick's review.
George Kadianakis
2017-07-07
Turn some warnings into bugs and non-fatal asserts.
George Kadianakis
2017-07-07
Improve docs based on Nick's review.
George Kadianakis
2017-07-07
prop224: Introduce e2e rendezvous circuit code.
David Goulet