summaryrefslogtreecommitdiff
path: root/crates/tor-hsservice/src/svc/rend_handshake.rs
Commit message (Expand)AuthorAgeFilesLines
* tor-hsservice: Fix typo in error message.Gabriela Moldovan2024-02-011-1/+1
* hss: Return summarized errorkind for RendCirc error.Nick Mathewson2024-01-231-2/+3
* tor-hsservice: Move compute_subcredentials to RendRequestContext.Gabriela Moldovan2024-01-221-2/+3
* tor-hsservice: Do not store the subcredentials in RendRequestContext.Gabriela Moldovan2024-01-221-2/+8
* tor-hsservice: Add an error type for subcredential lookup failures.Gabriela Moldovan2024-01-221-0/+5
* hsservice: Document circ lifetime in OpenSession.Nick Mathewson2024-01-171-4/+7
* hsservice::svc: Lower "allows" to publish.rsNick Mathewson2024-01-121-1/+1
* hsservice: Move "Cleanup ErrorKind" TODOs to #1225.Nick Mathewson2024-01-121-1/+1
* hsservice: Convert TODO about circuit lifetimes to #1224Nick Mathewson2024-01-121-1/+1
* hsservice: Convert a "TODO" to a ticket about logic duplicationNick Mathewson2024-01-121-1/+1
* hsservice: Downgrade TODO about possible moving of a check.Nick Mathewson2024-01-121-1/+1
* hsservice: Remove TODO about IntroRequestError variants.Nick Mathewson2024-01-121-1/+1
* 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