summaryrefslogtreecommitdiff
path: root/crates/tor-hsservice/src/svc/rend_handshake.rs
Commit message (Expand)AuthorAgeFilesLines
* hss: remove some more now-moot "allows".Nick Mathewson2023-10-241-2/+0
* Remove the (fairly bogus) HsNtorServiceInput type.Nick Mathewson2023-10-121-5/+7
* hss: Mark RendCircConnector as Send+SyncNick Mathewson2023-10-041-1/+1
* hss: implement HasKind for several errors.Nick Mathewson2023-09-271-1/+31
* tor-proto: Make allow_stream_requests() not return a ResultNick Mathewson2023-09-271-1/+1
* Merge branch 'pad_intro2' into 'main'Nick Mathewson2023-09-251-3/+4
|\
| * HSS: accept padding at the end of an introduce2 encrypted payloadNick Mathewson2023-09-181-3/+4
* | HSS: Enable RendRequests to be answered.Nick Mathewson2023-09-201-4/+6
* | hss: Minor hack to avoid parameterizing RendRequestContext on RuntimeNick Mathewson2023-09-201-2/+29
|/
* 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