aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-netdoc/src/doc/hsdesc.rs
Commit message (Expand)AuthorAgeFilesLines
* tor-netdoc: HsDesc parse_decrypt_validate: Fix docs re time boundsIan Jackson2026-07-231-1/+2
* HsDesc::parse_decrypt_validate: Don't check validity time (style followup)Ian Jackson2026-07-231-5/+3
* HsDesc::parse_decrypt_validate: Don't check validity timeIan Jackson2026-07-231-6/+0
* tor-netdoc: hsdesc: Use new TimeRangeBound::build_intersect (fmt)Ian Jackson2026-07-231-5/+4
* tor-netdoc: hsdesc: Use new TimeRangeBound::build_intersectIan Jackson2026-07-231-27/+12
* tor-netdoc: hsdesc: Rename a variableIan Jackson2026-07-231-2/+2
* tor-checkable: Rename `TimeBound::is_valid_at` to `check_valid_at`Ian Jackson2026-07-231-1/+1
* tor-checkable: Rename `TimeBound::check_valid_*` to `if_valid_*`Ian Jackson2026-07-231-8/+8
* Use new TimeRangeBound name throughout the treeIan Jackson2026-07-161-7/+7
* Use new TimeBound name throughout the treeIan Jackson2026-07-161-2/+2
* Change HS descriptor sendme_inc into a NonZeroU8Nick Mathewson2026-07-021-5/+7
* netdoc: Add new capability negotiation pieces to hsdesc.Nick Mathewson2026-07-021-5/+22
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-091-0/+1
* netdoc: Adjust dead_code attrs on IndexInfoGabriela Moldovan2026-05-071-2/+2
* netdoc: Add an accessor for revision counter of the HsDescGabriela Moldovan2026-05-071-0/+5
* tor-netdoc: Un-gate every cfg feature = "hsdesc-inner-docs"Ian Jackson2026-04-301-1/+0
* Remove unnecessary `doc(cfg(...))` attributesNeel Chauhan2025-12-041-2/+0
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-2/+2
* netdoc: Add note about prop360Nick Mathewson2025-07-101-0/+6
* netdoc: Tread a few more kinds of errors as suspicious.Nick Mathewson2025-07-101-1/+6
* hs*: Define some HsDesc errors as _suspicious_.Nick Mathewson2025-07-101-0/+22
* TimerangeBound: Stop using std::ops::Bound.Wesley Aptekar-Cassels2024-11-251-4/+5
* hs-pow: Refactor to prefer stub types rather than cfg sprawl.Wesley Aptekar-Cassels2024-10-091-8/+2
* tor-hspow: Big refactor, dissolve this crateWesley Aptekar-Cassels2024-10-091-0/+6
* First pass at implementing onion proof-of-work clientWesley Aptekar-Cassels2024-10-091-1/+1
* tor-netdoc: Add parsing support for pow-params.Wesley Aptekar-Cassels2024-10-091-0/+10
* tor-netdoc: Use the new "restricted discovery" terminology.Gabriela Moldovan2024-10-031-2/+2
* Upgrade to derive_more version 1.0.0Nick Mathewson2024-09-251-1/+1
* Fix clippy::doc_lazy_continuationIan Jackson2024-07-081-3/+4
* Switch to derive-deftlyIan Jackson2024-04-031-1/+1
* Run maint/add_warning.Nick Mathewson2024-03-131-0/+1
* tor-netdoc: Add helper function for computing the descriptor signing key cert.Gabriela Moldovan2023-10-251-1/+1
* tor-netdoc: Remove outdated note.Gabriela Moldovan2023-09-251-4/+0
* tor-hsclient, arti-client, tor-keymgr, tor-netdoc: Use a keypair instead of ...Gabriela Moldovan2023-09-251-4/+4
* tor-hsclient, arti-client, tor-keymgr, tor-netdoc: Use a keypair instead of S...Gabriela Moldovan2023-09-251-5/+5
* tor-netdoc: "testing" feature: Provide test_parsed_hsdescIan Jackson2023-09-181-12/+20
* tor-netdoc: tests: Hoist out TEST_DATA_HS_BLIND_ID (fmt)Ian Jackson2023-09-181-4/+1
* tor-netdoc: tests: Hoist out TEST_DATA_HS_BLIND_IDIan Jackson2023-09-181-3/+9
* tor-netdoc: provide a IntroPointDescBuilder (fmt)Ian Jackson2023-08-291-2/+1
* tor-netdoc: provide a IntroPointDescBuilderIan Jackson2023-08-291-0/+13
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-231-0/+1
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-101-0/+1
* Fix a rustdoc link.Nick Mathewson2023-06-291-1/+1
* tor-netdoc: hsdesc: Disregard intro points after the MAX'thIan Jackson2023-06-281-0/+1
* tor-netdoc: Reject hsdescs with no intro pointsIan Jackson2023-06-281-0/+3
* netdoc: remove final TODO HSNick Mathewson2023-06-261-1/+0
* netdoc: Downgrade TODO on EncryptedHsDesc::decryptNick Mathewson2023-06-261-2/+5
* netdoc: Remove "decrypted_with_id" as meaninglessNick Mathewson2023-06-261-26/+9
* netdoc: Remove dead_code exception; add accessors.Nick Mathewson2023-06-261-3/+35