summaryrefslogtreecommitdiff
path: root/crates/tor-hsservice/src/svc/rend_handshake.rs
Commit message (Expand)AuthorAgeFilesLines
* hss: Retry rendezvous circuit attempts.Nick Mathewson2023-08-241-8/+26
* Merge branch 'hss_send_raw' into 'main'Ian Jackson2023-08-231-20/+2
|\
| * hss: use send_raw_msg in rend_handshake.Nick Mathewson2023-08-221-20/+2
* | HSS: Refactor RendRequest so we can return a stream of it.Nick Mathewson2023-08-221-0/+5
|/
* Merge branch 'hss_ct_from_parts' into 'main'Nick Mathewson2023-08-221-14/+55
|\
| * hsservice: Fix an error message.Nick Mathewson2023-08-221-1/+1
| * hsservice: Compute rendezvous points correctly.Nick Mathewson2023-08-221-13/+54
* | hsservice: Use correct circparameters_from_netparameters fnNick Mathewson2023-08-181-7/+5
|/
* tor-proto: Make ClientCirc::allow_stream_requests take a HopNum.Gabriela Moldovan2023-08-181-2/+2
* hsservice: new rend_handshake moduleNick Mathewson2023-08-171-0/+254