aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-netdoc/src/doc/hsdesc/outer.rs
Commit message (Expand)AuthorAgeFilesLines
* tor-checkable: Rename `TimeBound::check_valid_*` to `if_valid_*`Ian Jackson2026-07-231-1/+1
* Use new TimeRangeBound name throughout the treeIan Jackson2026-07-161-3/+3
* Use new TimeBound name throughout the treeIan Jackson2026-07-161-1/+1
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-091-0/+1
* tor-netdoc: Un-gate every cfg feature = "hsdesc-inner-docs"Ian Jackson2026-04-301-4/+2
* 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-5/+7
* Suggestions from @gabi-250 on prop360 implementation.Nick Mathewson2025-07-101-2/+2
* netdoc: disallow extraneous space within final signature itemNick Mathewson2025-07-101-1/+39
* tor-netdoc: Removed dependency on `once_cell`hashcatHitman2025-06-141-2/+2
* netdoc: Make some parsing init functions fallible.Nick Mathewson2025-03-171-1/+1
* Run maint/add_warning.Nick Mathewson2024-03-131-0/+1
* 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
* netdoc: fill in some test dataNick Mathewson2023-06-231-2/+6
* Replace usage of KeyUnknownCert::check_key.Nick Mathewson2023-05-161-1/+1
* netdoc: Rename `ParseError{Kind, Source}` to `NetdocError{Kind, Source}`.Gabriela Moldovan2023-05-101-1/+1
* tor-netdoc: Expose test data under new "testing" feature flagIan Jackson2023-04-051-1/+1
* Add builder for encoding hidden service descriptors.Gabi Moldovan2023-03-241-4/+10
* Turn two blocking TODOs in hsdesc into "TODO HS"Ian Jackson2023-03-211-1/+1
* tor-netdoc: Clarify that we must indeed check cert expiration.Nick Mathewson2023-03-011-3/+1
* tor-netdoc: Validate inner certs in HsDescNick Mathewson2023-03-011-1/+11
* tor-netdoc: Remove many needless calls to .iter() and .into_iter()Ian Jackson2023-02-151-3/+2
* netdoc: Add a feature to expose hsdesc inner doc parsersNick Mathewson2023-02-141-0/+2
* hsdesc: Use an IntegerMinutes<u16> to hold lifetime.Nick Mathewson2023-02-081-5/+5
* netdoc: Fix most "TODO HS rename" commentsNick Mathewson2023-02-081-1/+0
* netdoc::hsdesc: Distinguish layer from document.Nick Mathewson2023-02-081-7/+7
* netdoc::hsdesc: Rename "layer" modules.Nick Mathewson2023-02-081-0/+310